# Interactive map visualization of CML vector data


<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

<div>

> **Warning**
>
> Scroll wheel zoom is disabled in the documentation examples below to
> make page navigation easier. When you create maps yourself, scroll
> wheel zoom will be enabled by default.

</div>

``` python
cml, gauges = open_cml_sample(), open_gauge_sample()
```

## Default map

Create a Folium map with multiple basemap options (OpenStreetMap,
OpenTopoMap, Esri World Imagery), layer controls, fullscreen toggle,
geocoder search, and measurement tools that will be used as a default
for exploration.

------------------------------------------------------------------------

### setup_default_map

``` python

def setup_default_map(
    m:Map=None, # Optional folium map to be setup with basemaps and controls
    show:Literal='Esri.WorldGrayCanvas', # Basemap to show by default.
)->Map:

```

*Create a default folium map with common basemaps, layers and controls.*

``` python
m = setup_default_map()
```

<div style="width:100%;"><div style="position:relative;width:100%;height:0;padding-bottom:60%;"><span style="color:#565656">Make this Notebook Trusted to load map: File -> Trust Notebook</span><iframe srcdoc="&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
    &#10;    &lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=UTF-8&quot; /&gt;
    &lt;script src=&quot;https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.js&quot;&gt;&lt;/script&gt;
    &lt;script src=&quot;https://code.jquery.com/jquery-3.7.1.min.js&quot;&gt;&lt;/script&gt;
    &lt;script src=&quot;https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js&quot;&gt;&lt;/script&gt;
    &lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js&quot;&gt;&lt;/script&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.css&quot;/&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css&quot;/&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css&quot;/&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2.0/css/all.min.css&quot;/&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css&quot;/&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/gh/python-visualization/folium/folium/templates/leaflet.awesome.rotate.min.css&quot;/&gt;
    &#10;            &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width,
                initial-scale=1.0, maximum-scale=1.0, user-scalable=no&quot; /&gt;
            &lt;style&gt;
                #map_4f0591513fceff64ad4ef37c2df40bc7 {
                    position: relative;
                    width: 100.0%;
                    height: 100.0%;
                    left: 0.0%;
                    top: 0.0%;
                }
                .leaflet-container { font-size: 1rem; }
            &lt;/style&gt;
&#10;            &lt;style&gt;html, body {
                width: 100%;
                height: 100%;
                margin: 0;
                padding: 0;
            }
            &lt;/style&gt;
&#10;            &lt;style&gt;#map {
                position:absolute;
                top:0;
                bottom:0;
                right:0;
                left:0;
                }
            &lt;/style&gt;
&#10;            &lt;script&gt;
                L_NO_TOUCH = false;
                L_DISABLE_3D = false;
            &lt;/script&gt;
&#10;        
    &lt;script src=&quot;https://cdn.jsdelivr.net/npm/leaflet.fullscreen@3.0.0/Control.FullScreen.min.js&quot;&gt;&lt;/script&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/leaflet.fullscreen@3.0.0/Control.FullScreen.css&quot;/&gt;
    &lt;script src=&quot;https://unpkg.com/leaflet-control-geocoder/dist/Control.Geocoder.js&quot;&gt;&lt;/script&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://unpkg.com/leaflet-control-geocoder/dist/Control.Geocoder.css&quot;/&gt;
    &lt;script src=&quot;https://cdn.jsdelivr.net/gh/ljagis/leaflet-measure@2.1.7/dist/leaflet-measure.min.js&quot;&gt;&lt;/script&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/gh/ljagis/leaflet-measure@2.1.7/dist/leaflet-measure.min.css&quot;/&gt;
&lt;/head&gt;
&lt;body&gt;
    &#10;    
            &lt;div class=&quot;folium-map&quot; id=&quot;map_4f0591513fceff64ad4ef37c2df40bc7&quot; &gt;&lt;/div&gt;
        &#10;&lt;/body&gt;
&lt;script&gt;
    &#10;    
            var map_4f0591513fceff64ad4ef37c2df40bc7 = L.map(
                &quot;map_4f0591513fceff64ad4ef37c2df40bc7&quot;,
                {
                    center: [0.0, 0.0],
                    crs: L.CRS.EPSG3857,
                    ...{
  &quot;zoom&quot;: 1,
  &quot;zoomControl&quot;: true,
  &quot;preferCanvas&quot;: false,
  &quot;scrollWheelZoom&quot;: false,
}
&#10;                }
            );
&#10;            
&#10;        
    &#10;            var tile_layer_898cea6d5e155214178ab1be0133b2fc = L.tileLayer(
                &quot;https://tile.openstreetmap.org/{z}/{x}/{y}.png&quot;,
                {
  &quot;minZoom&quot;: 0,
  &quot;maxZoom&quot;: 19,
  &quot;maxNativeZoom&quot;: 19,
  &quot;noWrap&quot;: false,
  &quot;attribution&quot;: &quot;\u0026copy; \u003ca href=\&quot;https://www.openstreetmap.org/copyright\&quot;\u003eOpenStreetMap\u003c/a\u003e contributors&quot;,
  &quot;subdomains&quot;: &quot;abc&quot;,
  &quot;detectRetina&quot;: false,
  &quot;tms&quot;: false,
  &quot;opacity&quot;: 1,
}
&#10;            );
        &#10;    
            var tile_layer_49b2a26e42dc79bd161dc71274518b0e = L.tileLayer(
                &quot;https://{s}.tile.opentopomap.org/{z}/{x}/{y}.png&quot;,
                {
  &quot;minZoom&quot;: 0,
  &quot;maxZoom&quot;: 17,
  &quot;maxNativeZoom&quot;: 17,
  &quot;noWrap&quot;: false,
  &quot;attribution&quot;: &quot;Map data: \u0026copy; \u003ca href=\&quot;https://www.openstreetmap.org/copyright\&quot;\u003eOpenStreetMap\u003c/a\u003e contributors, \u003ca href=\&quot;http://viewfinderpanoramas.org\&quot;\u003eSRTM\u003c/a\u003e | Map style: \u0026copy; \u003ca href=\&quot;https://opentopomap.org\&quot;\u003eOpenTopoMap\u003c/a\u003e (\u003ca href=\&quot;https://creativecommons.org/licenses/by-sa/3.0/\&quot;\u003eCC-BY-SA\u003c/a\u003e)&quot;,
  &quot;subdomains&quot;: &quot;abc&quot;,
  &quot;detectRetina&quot;: false,
  &quot;tms&quot;: false,
  &quot;opacity&quot;: 1,
}
&#10;            );
        &#10;    
            var tile_layer_815619cb254f184d68dd047127f63d4c = L.tileLayer(
                &quot;https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}&quot;,
                {
  &quot;minZoom&quot;: 0,
  &quot;maxZoom&quot;: 18,
  &quot;maxNativeZoom&quot;: 18,
  &quot;noWrap&quot;: false,
  &quot;attribution&quot;: &quot;Tiles \u0026copy; Esri \u0026mdash; Source: Esri, i-cubed, USDA, USGS, AEX, GeoEye, Getmapping, Aerogrid, IGN, IGP, UPR-EGP, and the GIS User Community&quot;,
  &quot;subdomains&quot;: &quot;abc&quot;,
  &quot;detectRetina&quot;: false,
  &quot;tms&quot;: false,
  &quot;opacity&quot;: 1,
}
&#10;            );
        &#10;    
            var tile_layer_6386042641487e3739e14e0f22e627d9 = L.tileLayer(
                &quot;https://server.arcgisonline.com/ArcGIS/rest/services/Canvas/World_Light_Gray_Base/MapServer/tile/{z}/{y}/{x}&quot;,
                {
  &quot;minZoom&quot;: 0,
  &quot;maxZoom&quot;: 16,
  &quot;maxNativeZoom&quot;: 16,
  &quot;noWrap&quot;: false,
  &quot;attribution&quot;: &quot;Tiles \u0026copy; Esri \u0026mdash; Esri, DeLorme, NAVTEQ&quot;,
  &quot;subdomains&quot;: &quot;abc&quot;,
  &quot;detectRetina&quot;: false,
  &quot;tms&quot;: false,
  &quot;opacity&quot;: 1,
}
&#10;            );
        &#10;    
            tile_layer_6386042641487e3739e14e0f22e627d9.addTo(map_4f0591513fceff64ad4ef37c2df40bc7);
        &#10;    
            var layer_control_e73f11ece6a3451234553e13d61e61ea_layers = {
                base_layers : {
                    &quot;OpenStreetMap&quot; : tile_layer_898cea6d5e155214178ab1be0133b2fc,
                    &quot;OpenTopoMap&quot; : tile_layer_49b2a26e42dc79bd161dc71274518b0e,
                    &quot;Esri.WorldImagery&quot; : tile_layer_815619cb254f184d68dd047127f63d4c,
                    &quot;Esri.WorldGrayCanvas&quot; : tile_layer_6386042641487e3739e14e0f22e627d9,
                },
                overlays :  {
                },
            };
            let layer_control_e73f11ece6a3451234553e13d61e61ea = L.control.layers(
                layer_control_e73f11ece6a3451234553e13d61e61ea_layers.base_layers,
                layer_control_e73f11ece6a3451234553e13d61e61ea_layers.overlays,
                {
  &quot;position&quot;: &quot;topright&quot;,
  &quot;collapsed&quot;: true,
  &quot;autoZIndex&quot;: true,
}
            ).addTo(map_4f0591513fceff64ad4ef37c2df40bc7);
&#10;        
    &#10;            L.control.fullscreen(
                {
  &quot;position&quot;: &quot;topright&quot;,
  &quot;title&quot;: &quot;Full Screen&quot;,
  &quot;titleCancel&quot;: &quot;Exit Full Screen&quot;,
  &quot;forceSeparateButton&quot;: true,
}
            ).addTo(map_4f0591513fceff64ad4ef37c2df40bc7);
        &#10;    
&#10;            var geocoderOpts_geocoder_3c7eee30f78c7f27ba3d4b5e5bd3f015 = {
  &quot;collapsed&quot;: true,
  &quot;position&quot;: &quot;topright&quot;,
  &quot;defaultMarkGeocode&quot;: false,
  &quot;zoom&quot;: 11,
  &quot;provider&quot;: &quot;nominatim&quot;,
  &quot;providerOptions&quot;: {
},
};
&#10;            // note: geocoder name should start with lowercase
            var geocoderName_geocoder_3c7eee30f78c7f27ba3d4b5e5bd3f015 = geocoderOpts_geocoder_3c7eee30f78c7f27ba3d4b5e5bd3f015[&quot;provider&quot;];
&#10;            var customGeocoder_geocoder_3c7eee30f78c7f27ba3d4b5e5bd3f015 = L.Control.Geocoder[ geocoderName_geocoder_3c7eee30f78c7f27ba3d4b5e5bd3f015 ](
                geocoderOpts_geocoder_3c7eee30f78c7f27ba3d4b5e5bd3f015[&#x27;providerOptions&#x27;]
            );
            geocoderOpts_geocoder_3c7eee30f78c7f27ba3d4b5e5bd3f015[&quot;geocoder&quot;] = customGeocoder_geocoder_3c7eee30f78c7f27ba3d4b5e5bd3f015;
&#10;            L.Control.geocoder(
                geocoderOpts_geocoder_3c7eee30f78c7f27ba3d4b5e5bd3f015
            ).on(&#x27;markgeocode&#x27;, function(e) {
                var zoom = geocoderOpts_geocoder_3c7eee30f78c7f27ba3d4b5e5bd3f015[&#x27;zoom&#x27;] || map_4f0591513fceff64ad4ef37c2df40bc7.getZoom();
                map_4f0591513fceff64ad4ef37c2df40bc7.setView(e.geocode.center, zoom);
            }).addTo(map_4f0591513fceff64ad4ef37c2df40bc7);
&#10;        
    &#10;            var measure_control_a3c6e405f18f074af683919ee002fdd6 = new L.Control.Measure(
                {
  &quot;position&quot;: &quot;bottomright&quot;,
  &quot;primaryLengthUnit&quot;: &quot;meters&quot;,
  &quot;secondaryLengthUnit&quot;: &quot;miles&quot;,
  &quot;primaryAreaUnit&quot;: &quot;sqmeters&quot;,
  &quot;secondaryAreaUnit&quot;: &quot;acres&quot;,
});
            map_4f0591513fceff64ad4ef37c2df40bc7.addControl(measure_control_a3c6e405f18f074af683919ee002fdd6);
&#10;            // Workaround for using this plugin with Leaflet&gt;=1.8.0
            // https://github.com/ljagis/leaflet-measure/issues/171
            L.Control.Measure.include({
                _setCaptureMarkerIcon: function () {
                    // disable autopan
                    this._captureMarker.options.autoPanOnFocus = false;
                    // default function
                    this._captureMarker.setIcon(
                        L.divIcon({
                            iconSize: this._map.getSize().multiplyBy(2)
                        })
                    );
                },
            });
&#10;        
    &#10;            tile_layer_6386042641487e3739e14e0f22e627d9.addTo(map_4f0591513fceff64ad4ef37c2df40bc7);
        &#10;&lt;/script&gt;
&lt;/html&gt;" style="position:absolute;width:100%;height:100%;left:0;top:0;border:none !important;" allowfullscreen webkitallowfullscreen mozallowfullscreen></iframe></div></div>

## Visualize Gauges on an interactive map.

------------------------------------------------------------------------

### explore_gauges

``` python

def explore_gauges(
    gauges:xarray.core.dataset.Dataset | xarray.core.dataarray.DataArray, # Gauges in pws OpenSense standard
    default:Callable=setup_default_map, # Function to set up a default map including for example basemaps or controls
    explore_kwargs:VAR_KEYWORD
)->Map:

```

*Call self as a function.*

``` python
m = explore_gauges(gauges)
```

<details class="code-fold">
<summary>Code</summary>

``` python
m.options['scrollWheelZoom'] = False
m
```

</details>

<div style="width:100%;"><div style="position:relative;width:100%;height:0;padding-bottom:60%;"><span style="color:#565656">Make this Notebook Trusted to load map: File -> Trust Notebook</span><iframe srcdoc="&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
    &#10;    &lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=UTF-8&quot; /&gt;
    &lt;script src=&quot;https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.js&quot;&gt;&lt;/script&gt;
    &lt;script src=&quot;https://code.jquery.com/jquery-3.7.1.min.js&quot;&gt;&lt;/script&gt;
    &lt;script src=&quot;https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js&quot;&gt;&lt;/script&gt;
    &lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js&quot;&gt;&lt;/script&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.css&quot;/&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css&quot;/&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css&quot;/&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2.0/css/all.min.css&quot;/&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css&quot;/&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/gh/python-visualization/folium/folium/templates/leaflet.awesome.rotate.min.css&quot;/&gt;
    &#10;            &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width,
                initial-scale=1.0, maximum-scale=1.0, user-scalable=no&quot; /&gt;
            &lt;style&gt;
                #map_3e48ca7681bf1cd8377bd63570b23c8e {
                    position: relative;
                    width: 100.0%;
                    height: 100.0%;
                    left: 0.0%;
                    top: 0.0%;
                }
                .leaflet-container { font-size: 1rem; }
            &lt;/style&gt;
&#10;            &lt;style&gt;html, body {
                width: 100%;
                height: 100%;
                margin: 0;
                padding: 0;
            }
            &lt;/style&gt;
&#10;            &lt;style&gt;#map {
                position:absolute;
                top:0;
                bottom:0;
                right:0;
                left:0;
                }
            &lt;/style&gt;
&#10;            &lt;script&gt;
                L_NO_TOUCH = false;
                L_DISABLE_3D = false;
            &lt;/script&gt;
&#10;        
    &#10;                    &lt;style&gt;
                        .foliumtooltip {
                            &#10;                        }
                       .foliumtooltip table{
                            margin: auto;
                        }
                        .foliumtooltip tr{
                            text-align: left;
                        }
                        .foliumtooltip th{
                            padding: 2px; padding-right: 8px;
                        }
                    &lt;/style&gt;
            &#10;    &lt;script src=&quot;https://cdn.jsdelivr.net/npm/leaflet.fullscreen@3.0.0/Control.FullScreen.min.js&quot;&gt;&lt;/script&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/leaflet.fullscreen@3.0.0/Control.FullScreen.css&quot;/&gt;
    &lt;script src=&quot;https://unpkg.com/leaflet-control-geocoder/dist/Control.Geocoder.js&quot;&gt;&lt;/script&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://unpkg.com/leaflet-control-geocoder/dist/Control.Geocoder.css&quot;/&gt;
    &lt;script src=&quot;https://cdn.jsdelivr.net/gh/ljagis/leaflet-measure@2.1.7/dist/leaflet-measure.min.js&quot;&gt;&lt;/script&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/gh/ljagis/leaflet-measure@2.1.7/dist/leaflet-measure.min.css&quot;/&gt;
    &lt;script src=&quot;https://cdn.jsdelivr.net/npm/leaflet-search@2.9.7/dist/leaflet-search.min.js&quot;&gt;&lt;/script&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/leaflet-search@2.9.7/dist/leaflet-search.min.css&quot;/&gt;
&lt;/head&gt;
&lt;body&gt;
    &#10;    
            &lt;div class=&quot;folium-map&quot; id=&quot;map_3e48ca7681bf1cd8377bd63570b23c8e&quot; &gt;&lt;/div&gt;
        &#10;&lt;/body&gt;
&lt;script&gt;
    &#10;    
            var map_3e48ca7681bf1cd8377bd63570b23c8e = L.map(
                &quot;map_3e48ca7681bf1cd8377bd63570b23c8e&quot;,
                {
                    center: [4.055308500000001, 9.762664000000001],
                    crs: L.CRS.EPSG3857,
                    ...{
  &quot;zoom&quot;: 10,
  &quot;zoomControl&quot;: true,
  &quot;preferCanvas&quot;: false,
  &quot;scrollWheelZoom&quot;: false,
}
&#10;                }
            );
            L.control.scale().addTo(map_3e48ca7681bf1cd8377bd63570b23c8e);
&#10;            
&#10;        
    &#10;            map_3e48ca7681bf1cd8377bd63570b23c8e.fitBounds(
                [[4.031468, 9.730603], [4.079149, 9.794725]],
                {}
            );
        &#10;    
        function geo_json_28b75b71f80ad425e7931568797c125f_styler(feature) {
            switch(feature.id) {
                default:
                    return {&quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
            }
        }
        function geo_json_28b75b71f80ad425e7931568797c125f_highlighter(feature) {
            switch(feature.id) {
                default:
                    return {&quot;fillOpacity&quot;: 0.75};
            }
        }
        function geo_json_28b75b71f80ad425e7931568797c125f_pointToLayer(feature, latlng) {
            var opts = {
  &quot;stroke&quot;: true,
  &quot;color&quot;: &quot;black&quot;,
  &quot;weight&quot;: 3,
  &quot;opacity&quot;: 1.0,
  &quot;lineCap&quot;: &quot;round&quot;,
  &quot;lineJoin&quot;: &quot;round&quot;,
  &quot;dashArray&quot;: null,
  &quot;dashOffset&quot;: null,
  &quot;fill&quot;: true,
  &quot;fillColor&quot;: &quot;yellow&quot;,
  &quot;fillOpacity&quot;: 0.2,
  &quot;fillRule&quot;: &quot;evenodd&quot;,
  &quot;bubblingMouseEvents&quot;: true,
  &quot;radius&quot;: 75,
};
            &#10;            let style = geo_json_28b75b71f80ad425e7931568797c125f_styler(feature)
            Object.assign(opts, style)
            &#10;            return new L.circle(latlng, opts)
        }
&#10;        function geo_json_28b75b71f80ad425e7931568797c125f_onEachFeature(feature, layer) {
&#10;            layer.on({
                mouseout: function(e) {
                    if(typeof e.target.setStyle === &quot;function&quot;){
                            geo_json_28b75b71f80ad425e7931568797c125f.resetStyle(e.target);
                    }
                },
                mouseover: function(e) {
                    if(typeof e.target.setStyle === &quot;function&quot;){
                        const highlightStyle = geo_json_28b75b71f80ad425e7931568797c125f_highlighter(e.target.feature)
                        e.target.setStyle(highlightStyle);
                    }
                },
            });
        };
        var geo_json_28b75b71f80ad425e7931568797c125f = L.geoJson(null, {
                onEachFeature: geo_json_28b75b71f80ad425e7931568797c125f_onEachFeature,
            &#10;                style: geo_json_28b75b71f80ad425e7931568797c125f_styler,
                pointToLayer: geo_json_28b75b71f80ad425e7931568797c125f_pointToLayer,
            ...{
}
        });
&#10;        function geo_json_28b75b71f80ad425e7931568797c125f_add (data) {
            geo_json_28b75b71f80ad425e7931568797c125f
                .addData(data);
        }
            geo_json_28b75b71f80ad425e7931568797c125f_add({&quot;bbox&quot;: [9.730603, 4.031468, 9.794725, 4.079149], &quot;features&quot;: [{&quot;bbox&quot;: [9.74233361, 4.05663859, 9.74233361, 4.05663859], &quot;geometry&quot;: {&quot;coordinates&quot;: [9.74233361, 4.05663859], &quot;type&quot;: &quot;Point&quot;}, &quot;id&quot;: &quot;0&quot;, &quot;properties&quot;: {&quot;code&quot;: 1059095008, &quot;id&quot;: &quot;Campus_2_Universite&quot;, &quot;setup&quot;: &quot;Dalle_sol&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.7816409, 4.05686995, 9.7816409, 4.05686995], &quot;geometry&quot;: {&quot;coordinates&quot;: [9.7816409, 4.05686995], &quot;type&quot;: &quot;Point&quot;}, &quot;id&quot;: &quot;1&quot;, &quot;properties&quot;: {&quot;code&quot;: 1059095004, &quot;id&quot;: &quot;Ecole_Saint_Andre_PK11&quot;, &quot;setup&quot;: &quot;equerre&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.794725, 4.079149, 9.794725, 4.079149], &quot;geometry&quot;: {&quot;coordinates&quot;: [9.794725, 4.079149], &quot;type&quot;: &quot;Point&quot;}, &quot;id&quot;: &quot;2&quot;, &quot;properties&quot;: {&quot;code&quot;: 1059095007, &quot;id&quot;: &quot;Eglise_Pie_X_PK14&quot;, &quot;setup&quot;: &quot;equerre&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.767835, 4.078547, 9.767835, 4.078547], &quot;geometry&quot;: {&quot;coordinates&quot;: [9.767835, 4.078547], &quot;type&quot;: &quot;Point&quot;}, &quot;id&quot;: &quot;3&quot;, &quot;properties&quot;: {&quot;code&quot;: 1059095005, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;, &quot;setup&quot;: &quot;Dalle_sol&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.769916, 4.031468, 9.769916, 4.031468], &quot;geometry&quot;: {&quot;coordinates&quot;: [9.769916, 4.031468], &quot;type&quot;: &quot;Point&quot;}, &quot;id&quot;: &quot;4&quot;, &quot;properties&quot;: {&quot;code&quot;: 1059095002, &quot;id&quot;: &quot;Lycee_NYALLA&quot;, &quot;setup&quot;: &quot;Dalle_sol&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745173, 4.056894, 9.745173, 4.056894], &quot;geometry&quot;: {&quot;coordinates&quot;: [9.745173, 4.056894], &quot;type&quot;: &quot;Point&quot;}, &quot;id&quot;: &quot;5&quot;, &quot;properties&quot;: {&quot;code&quot;: 1059095006, &quot;id&quot;: &quot;Meteo_IUT&quot;, &quot;setup&quot;: &quot;Dalle_sol&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.730603, 4.051833, 9.730603, 4.051833], &quot;geometry&quot;: {&quot;coordinates&quot;: [9.730603, 4.051833], &quot;type&quot;: &quot;Point&quot;}, &quot;id&quot;: &quot;6&quot;, &quot;properties&quot;: {&quot;code&quot;: 1059095003, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;, &quot;setup&quot;: &quot;Dalle_toit&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745514, 4.047314, 9.745514, 4.047314], &quot;geometry&quot;: {&quot;coordinates&quot;: [9.745514, 4.047314], &quot;type&quot;: &quot;Point&quot;}, &quot;id&quot;: &quot;7&quot;, &quot;properties&quot;: {&quot;code&quot;: 1059095001, &quot;id&quot;: &quot;SOCATUR&quot;, &quot;setup&quot;: &quot;equerre&quot;}, &quot;type&quot;: &quot;Feature&quot;}], &quot;type&quot;: &quot;FeatureCollection&quot;});
&#10;        
    &#10;    geo_json_28b75b71f80ad425e7931568797c125f.bindTooltip(
    function(layer){
    let div = L.DomUtil.create(&#x27;div&#x27;);
    &#10;    let handleObject = feature =&gt; {
        if (feature === null) {
            return &#x27;&#x27;;
        } else if (typeof(feature)==&#x27;object&#x27;) {
            return JSON.stringify(feature);
        } else {
            return feature;
        }
    }
    let fields = [&quot;id&quot;, &quot;code&quot;, &quot;setup&quot;];
    let aliases = [&quot;id&quot;, &quot;code&quot;, &quot;setup&quot;];
    let table = &#x27;&lt;table&gt;&#x27; +
        String(
        fields.map(
        (v,i)=&gt;
        `&lt;tr&gt;
            &lt;th&gt;${aliases[i]}&lt;/th&gt;
            &#10;            &lt;td&gt;${handleObject(layer.feature.properties[v])}&lt;/td&gt;
        &lt;/tr&gt;`).join(&#x27;&#x27;))
    +&#x27;&lt;/table&gt;&#x27;;
    div.innerHTML=table;
    &#10;    return div
    }
    ,{
  &quot;sticky&quot;: true,
  &quot;className&quot;: &quot;foliumtooltip&quot;,
});
                     &#10;    
            geo_json_28b75b71f80ad425e7931568797c125f.addTo(map_3e48ca7681bf1cd8377bd63570b23c8e);
        &#10;    
            var tile_layer_2ae2bbfec298401c217d4aa546f8b367 = L.tileLayer(
                &quot;https://tile.openstreetmap.org/{z}/{x}/{y}.png&quot;,
                {
  &quot;minZoom&quot;: 0,
  &quot;maxZoom&quot;: 19,
  &quot;maxNativeZoom&quot;: 19,
  &quot;noWrap&quot;: false,
  &quot;attribution&quot;: &quot;\u0026copy; \u003ca href=\&quot;https://www.openstreetmap.org/copyright\&quot;\u003eOpenStreetMap\u003c/a\u003e contributors&quot;,
  &quot;subdomains&quot;: &quot;abc&quot;,
  &quot;detectRetina&quot;: false,
  &quot;tms&quot;: false,
  &quot;opacity&quot;: 1,
}
&#10;            );
        &#10;    
            var tile_layer_d4c2ed1747110eec4a0ebcea699ab885 = L.tileLayer(
                &quot;https://{s}.tile.opentopomap.org/{z}/{x}/{y}.png&quot;,
                {
  &quot;minZoom&quot;: 0,
  &quot;maxZoom&quot;: 17,
  &quot;maxNativeZoom&quot;: 17,
  &quot;noWrap&quot;: false,
  &quot;attribution&quot;: &quot;Map data: \u0026copy; \u003ca href=\&quot;https://www.openstreetmap.org/copyright\&quot;\u003eOpenStreetMap\u003c/a\u003e contributors, \u003ca href=\&quot;http://viewfinderpanoramas.org\&quot;\u003eSRTM\u003c/a\u003e | Map style: \u0026copy; \u003ca href=\&quot;https://opentopomap.org\&quot;\u003eOpenTopoMap\u003c/a\u003e (\u003ca href=\&quot;https://creativecommons.org/licenses/by-sa/3.0/\&quot;\u003eCC-BY-SA\u003c/a\u003e)&quot;,
  &quot;subdomains&quot;: &quot;abc&quot;,
  &quot;detectRetina&quot;: false,
  &quot;tms&quot;: false,
  &quot;opacity&quot;: 1,
}
&#10;            );
        &#10;    
            var tile_layer_7f2a74bd291fe0904fc37050c05b5866 = L.tileLayer(
                &quot;https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}&quot;,
                {
  &quot;minZoom&quot;: 0,
  &quot;maxZoom&quot;: 18,
  &quot;maxNativeZoom&quot;: 18,
  &quot;noWrap&quot;: false,
  &quot;attribution&quot;: &quot;Tiles \u0026copy; Esri \u0026mdash; Source: Esri, i-cubed, USDA, USGS, AEX, GeoEye, Getmapping, Aerogrid, IGN, IGP, UPR-EGP, and the GIS User Community&quot;,
  &quot;subdomains&quot;: &quot;abc&quot;,
  &quot;detectRetina&quot;: false,
  &quot;tms&quot;: false,
  &quot;opacity&quot;: 1,
}
&#10;            );
        &#10;    
            var tile_layer_93d74c919ac4c078aed7bc59d7ebb3d5 = L.tileLayer(
                &quot;https://server.arcgisonline.com/ArcGIS/rest/services/Canvas/World_Light_Gray_Base/MapServer/tile/{z}/{y}/{x}&quot;,
                {
  &quot;minZoom&quot;: 0,
  &quot;maxZoom&quot;: 16,
  &quot;maxNativeZoom&quot;: 16,
  &quot;noWrap&quot;: false,
  &quot;attribution&quot;: &quot;Tiles \u0026copy; Esri \u0026mdash; Esri, DeLorme, NAVTEQ&quot;,
  &quot;subdomains&quot;: &quot;abc&quot;,
  &quot;detectRetina&quot;: false,
  &quot;tms&quot;: false,
  &quot;opacity&quot;: 1,
}
&#10;            );
        &#10;    
            tile_layer_93d74c919ac4c078aed7bc59d7ebb3d5.addTo(map_3e48ca7681bf1cd8377bd63570b23c8e);
        &#10;    
            var layer_control_cf1335edd0982afe8acee859c06daec6_layers = {
                base_layers : {
                    &quot;OpenStreetMap&quot; : tile_layer_2ae2bbfec298401c217d4aa546f8b367,
                    &quot;OpenTopoMap&quot; : tile_layer_d4c2ed1747110eec4a0ebcea699ab885,
                    &quot;Esri.WorldImagery&quot; : tile_layer_7f2a74bd291fe0904fc37050c05b5866,
                    &quot;Esri.WorldGrayCanvas&quot; : tile_layer_93d74c919ac4c078aed7bc59d7ebb3d5,
                },
                overlays :  {
                    &quot;Gauges&quot; : geo_json_28b75b71f80ad425e7931568797c125f,
                },
            };
            let layer_control_cf1335edd0982afe8acee859c06daec6 = L.control.layers(
                layer_control_cf1335edd0982afe8acee859c06daec6_layers.base_layers,
                layer_control_cf1335edd0982afe8acee859c06daec6_layers.overlays,
                {
  &quot;position&quot;: &quot;topright&quot;,
  &quot;collapsed&quot;: true,
  &quot;autoZIndex&quot;: true,
}
            ).addTo(map_3e48ca7681bf1cd8377bd63570b23c8e);
&#10;        
    &#10;            L.control.fullscreen(
                {
  &quot;position&quot;: &quot;topright&quot;,
  &quot;title&quot;: &quot;Full Screen&quot;,
  &quot;titleCancel&quot;: &quot;Exit Full Screen&quot;,
  &quot;forceSeparateButton&quot;: true,
}
            ).addTo(map_3e48ca7681bf1cd8377bd63570b23c8e);
        &#10;    
&#10;            var geocoderOpts_geocoder_50b2c640c0b90a9c80af20e678f41b50 = {
  &quot;collapsed&quot;: true,
  &quot;position&quot;: &quot;topright&quot;,
  &quot;defaultMarkGeocode&quot;: false,
  &quot;zoom&quot;: 11,
  &quot;provider&quot;: &quot;nominatim&quot;,
  &quot;providerOptions&quot;: {
},
};
&#10;            // note: geocoder name should start with lowercase
            var geocoderName_geocoder_50b2c640c0b90a9c80af20e678f41b50 = geocoderOpts_geocoder_50b2c640c0b90a9c80af20e678f41b50[&quot;provider&quot;];
&#10;            var customGeocoder_geocoder_50b2c640c0b90a9c80af20e678f41b50 = L.Control.Geocoder[ geocoderName_geocoder_50b2c640c0b90a9c80af20e678f41b50 ](
                geocoderOpts_geocoder_50b2c640c0b90a9c80af20e678f41b50[&#x27;providerOptions&#x27;]
            );
            geocoderOpts_geocoder_50b2c640c0b90a9c80af20e678f41b50[&quot;geocoder&quot;] = customGeocoder_geocoder_50b2c640c0b90a9c80af20e678f41b50;
&#10;            L.Control.geocoder(
                geocoderOpts_geocoder_50b2c640c0b90a9c80af20e678f41b50
            ).on(&#x27;markgeocode&#x27;, function(e) {
                var zoom = geocoderOpts_geocoder_50b2c640c0b90a9c80af20e678f41b50[&#x27;zoom&#x27;] || map_3e48ca7681bf1cd8377bd63570b23c8e.getZoom();
                map_3e48ca7681bf1cd8377bd63570b23c8e.setView(e.geocode.center, zoom);
            }).addTo(map_3e48ca7681bf1cd8377bd63570b23c8e);
&#10;        
    &#10;            var measure_control_1834cdbd7f12e113e238dffe30ca889b = new L.Control.Measure(
                {
  &quot;position&quot;: &quot;bottomright&quot;,
  &quot;primaryLengthUnit&quot;: &quot;meters&quot;,
  &quot;secondaryLengthUnit&quot;: &quot;miles&quot;,
  &quot;primaryAreaUnit&quot;: &quot;sqmeters&quot;,
  &quot;secondaryAreaUnit&quot;: &quot;acres&quot;,
});
            map_3e48ca7681bf1cd8377bd63570b23c8e.addControl(measure_control_1834cdbd7f12e113e238dffe30ca889b);
&#10;            // Workaround for using this plugin with Leaflet&gt;=1.8.0
            // https://github.com/ljagis/leaflet-measure/issues/171
            L.Control.Measure.include({
                _setCaptureMarkerIcon: function () {
                    // disable autopan
                    this._captureMarker.options.autoPanOnFocus = false;
                    // default function
                    this._captureMarker.setIcon(
                        L.divIcon({
                            iconSize: this._map.getSize().multiplyBy(2)
                        })
                    );
                },
            });
&#10;        
    &#10;            var geo_json_28b75b71f80ad425e7931568797c125fsearchControl = new L.Control.Search({
                layer: geo_json_28b75b71f80ad425e7931568797c125f,
                &#10;                propertyName: &#x27;id&#x27;,
                &#10;                collapsed: true,
                textPlaceholder: &#x27;Gauge ID&#x27;,
                position:&#x27;topleft&#x27;,
            &#10;                initial: false,
                &#10;                hideMarkerOnCollapse: true
            &#10;                });
                geo_json_28b75b71f80ad425e7931568797c125fsearchControl.on(&#x27;search:locationfound&#x27;, function(e) {
                    geo_json_28b75b71f80ad425e7931568797c125f.setStyle(function(feature){
                        return feature.properties.style
                    })
                    &#10;                    if(e.layer._popup)
                        e.layer.openPopup();
                })
                geo_json_28b75b71f80ad425e7931568797c125fsearchControl.on(&#x27;search:collapsed&#x27;, function(e) {
                        geo_json_28b75b71f80ad425e7931568797c125f.setStyle(function(feature){
                            return feature.properties.style
                    });
                });
            map_3e48ca7681bf1cd8377bd63570b23c8e.addControl( geo_json_28b75b71f80ad425e7931568797c125fsearchControl );
&#10;        
    &#10;            geo_json_28b75b71f80ad425e7931568797c125f.addTo(map_3e48ca7681bf1cd8377bd63570b23c8e);
        &#10;    
            tile_layer_93d74c919ac4c078aed7bc59d7ebb3d5.addTo(map_3e48ca7681bf1cd8377bd63570b23c8e);
        &#10;&lt;/script&gt;
&lt;/html&gt;" style="position:absolute;width:100%;height:100%;left:0;top:0;border:none !important;" allowfullscreen webkitallowfullscreen mozallowfullscreen></iframe></div></div>

## Visualize CML links on an interactive map.

Each link is drawn as a line between its two antenna sites. Includes a
search control to find links by ID. It also includes right-click to copy
`cml_id` to clipboard. Then you only need to paste it wherever you
require.

------------------------------------------------------------------------

### explore_links

``` python

def explore_links(
    cml:xarray.core.dataset.Dataset | xarray.core.dataarray.DataArray, # CML in OpenSense standard
    default:Callable=setup_default_map, # Function to set up a default map including for example basemaps or controls
    cp_cml_id_on_rclick:bool=True, # Enable copying cml_id to clipboard when right clicking on a link
    explore_kwargs:VAR_KEYWORD
)->Map:

```

*Geopandas
[explore](https://geopandas.org/en/stable/docs/reference/api/geopandas.GeoDataFrame.explore.html)
wrapper to visualize CML link structure*

``` python
m = explore_links(cml)
```

<details class="code-fold">
<summary>Code</summary>

``` python
m.options['scrollWheelZoom'] = False
m
```

</details>

<div style="width:100%;"><div style="position:relative;width:100%;height:0;padding-bottom:60%;"><span style="color:#565656">Make this Notebook Trusted to load map: File -> Trust Notebook</span><iframe srcdoc="&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
    &#10;    &lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=UTF-8&quot; /&gt;
    &lt;script src=&quot;https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.js&quot;&gt;&lt;/script&gt;
    &lt;script src=&quot;https://code.jquery.com/jquery-3.7.1.min.js&quot;&gt;&lt;/script&gt;
    &lt;script src=&quot;https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js&quot;&gt;&lt;/script&gt;
    &lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js&quot;&gt;&lt;/script&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.css&quot;/&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css&quot;/&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css&quot;/&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2.0/css/all.min.css&quot;/&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css&quot;/&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/gh/python-visualization/folium/folium/templates/leaflet.awesome.rotate.min.css&quot;/&gt;
    &#10;            &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width,
                initial-scale=1.0, maximum-scale=1.0, user-scalable=no&quot; /&gt;
            &lt;style&gt;
                #map_fa533088d623304b976a4d2cf89982c4 {
                    position: relative;
                    width: 100.0%;
                    height: 100.0%;
                    left: 0.0%;
                    top: 0.0%;
                }
                .leaflet-container { font-size: 1rem; }
            &lt;/style&gt;
&#10;            &lt;style&gt;html, body {
                width: 100%;
                height: 100%;
                margin: 0;
                padding: 0;
            }
            &lt;/style&gt;
&#10;            &lt;style&gt;#map {
                position:absolute;
                top:0;
                bottom:0;
                right:0;
                left:0;
                }
            &lt;/style&gt;
&#10;            &lt;script&gt;
                L_NO_TOUCH = false;
                L_DISABLE_3D = false;
            &lt;/script&gt;
&#10;        
    &#10;                    &lt;style&gt;
                        .foliumtooltip {
                            &#10;                        }
                       .foliumtooltip table{
                            margin: auto;
                        }
                        .foliumtooltip tr{
                            text-align: left;
                        }
                        .foliumtooltip th{
                            padding: 2px; padding-right: 8px;
                        }
                    &lt;/style&gt;
            &#10;    &lt;script src=&quot;https://cdn.jsdelivr.net/npm/leaflet.fullscreen@3.0.0/Control.FullScreen.min.js&quot;&gt;&lt;/script&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/leaflet.fullscreen@3.0.0/Control.FullScreen.css&quot;/&gt;
    &lt;script src=&quot;https://unpkg.com/leaflet-control-geocoder/dist/Control.Geocoder.js&quot;&gt;&lt;/script&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://unpkg.com/leaflet-control-geocoder/dist/Control.Geocoder.css&quot;/&gt;
    &lt;script src=&quot;https://cdn.jsdelivr.net/gh/ljagis/leaflet-measure@2.1.7/dist/leaflet-measure.min.js&quot;&gt;&lt;/script&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/gh/ljagis/leaflet-measure@2.1.7/dist/leaflet-measure.min.css&quot;/&gt;
    &lt;script src=&quot;https://cdn.jsdelivr.net/npm/leaflet-search@2.9.7/dist/leaflet-search.min.js&quot;&gt;&lt;/script&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/leaflet-search@2.9.7/dist/leaflet-search.min.css&quot;/&gt;
&lt;/head&gt;
&lt;body&gt;
    &#10;    
    &lt;script&gt;
    document.addEventListener(&#x27;DOMContentLoaded&#x27;, function() {
        setTimeout(function() {
            var map = Object.values(window).find(v =&gt; v instanceof L.Map);
            map.eachLayer(function(layer) {
                if (layer.feature &amp;&amp; layer.feature.properties &amp;&amp; layer.feature.properties.cml_id) {
                    layer.on(&#x27;contextmenu&#x27;, function(e) {
                        L.DomEvent.stopPropagation(e);
                        L.DomEvent.preventDefault(e);
                        var cmlId = e.target.feature.properties.cml_id;
                        // var jsonObj = JSON.stringify(cmlId);
                        navigator.clipboard.writeText(cmlId);
                        // console.log(&#x27;Copied:&#x27;, jsonObj);
                        console.log(&#x27;Copied:&#x27;, cmlId);
                    });
                }
            });
        }, 1000);
    });
    &lt;/script&gt;
    &#10;    
            &lt;div class=&quot;folium-map&quot; id=&quot;map_fa533088d623304b976a4d2cf89982c4&quot; &gt;&lt;/div&gt;
        &#10;&lt;/body&gt;
&lt;script&gt;
    &#10;    
            var map_fa533088d623304b976a4d2cf89982c4 = L.map(
                &quot;map_fa533088d623304b976a4d2cf89982c4&quot;,
                {
                    center: [4.0407554999999995, 9.743189999999998],
                    crs: L.CRS.EPSG3857,
                    ...{
  &quot;zoom&quot;: 10,
  &quot;zoomControl&quot;: true,
  &quot;preferCanvas&quot;: false,
  &quot;scrollWheelZoom&quot;: false,
}
&#10;                }
            );
            L.control.scale().addTo(map_fa533088d623304b976a4d2cf89982c4);
&#10;            
&#10;        
    &#10;            map_fa533088d623304b976a4d2cf89982c4.fitBounds(
                [[3.97665, 9.67025], [4.104861, 9.81613]],
                {}
            );
        &#10;    
        function geo_json_8fea0b9da1c2b17d413ef6178af2fc00_styler(feature) {
            switch(feature.id) {
                default:
                    return {&quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
            }
        }
        function geo_json_8fea0b9da1c2b17d413ef6178af2fc00_highlighter(feature) {
            switch(feature.id) {
                default:
                    return {&quot;fillOpacity&quot;: 0.75};
            }
        }
        function geo_json_8fea0b9da1c2b17d413ef6178af2fc00_pointToLayer(feature, latlng) {
            var opts = {
  &quot;stroke&quot;: true,
  &quot;color&quot;: &quot;#3388ff&quot;,
  &quot;weight&quot;: 3,
  &quot;opacity&quot;: 1.0,
  &quot;lineCap&quot;: &quot;round&quot;,
  &quot;lineJoin&quot;: &quot;round&quot;,
  &quot;dashArray&quot;: null,
  &quot;dashOffset&quot;: null,
  &quot;fill&quot;: true,
  &quot;fillColor&quot;: &quot;#3388ff&quot;,
  &quot;fillOpacity&quot;: 0.2,
  &quot;fillRule&quot;: &quot;evenodd&quot;,
  &quot;bubblingMouseEvents&quot;: true,
  &quot;radius&quot;: 2,
};
            &#10;            let style = geo_json_8fea0b9da1c2b17d413ef6178af2fc00_styler(feature)
            Object.assign(opts, style)
            &#10;            return new L.CircleMarker(latlng, opts)
        }
&#10;        function geo_json_8fea0b9da1c2b17d413ef6178af2fc00_onEachFeature(feature, layer) {
&#10;            layer.on({
                mouseout: function(e) {
                    if(typeof e.target.setStyle === &quot;function&quot;){
                            geo_json_8fea0b9da1c2b17d413ef6178af2fc00.resetStyle(e.target);
                    }
                },
                mouseover: function(e) {
                    if(typeof e.target.setStyle === &quot;function&quot;){
                        const highlightStyle = geo_json_8fea0b9da1c2b17d413ef6178af2fc00_highlighter(e.target.feature)
                        e.target.setStyle(highlightStyle);
                    }
                },
            });
        };
        var geo_json_8fea0b9da1c2b17d413ef6178af2fc00 = L.geoJson(null, {
                onEachFeature: geo_json_8fea0b9da1c2b17d413ef6178af2fc00_onEachFeature,
            &#10;                style: geo_json_8fea0b9da1c2b17d413ef6178af2fc00_styler,
                pointToLayer: geo_json_8fea0b9da1c2b17d413ef6178af2fc00_pointToLayer,
            ...{
}
        });
&#10;        function geo_json_8fea0b9da1c2b17d413ef6178af2fc00_add (data) {
            geo_json_8fea0b9da1c2b17d413ef6178af2fc00
                .addData(data);
        }
            geo_json_8fea0b9da1c2b17d413ef6178af2fc00_add({&quot;bbox&quot;: [9.67025, 3.97665, 9.81613, 4.104861], &quot;features&quot;: [{&quot;bbox&quot;: [9.787167, 3.97665, 9.791866, 3.992722], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.787167, 3.992722], [9.791866, 3.97665]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;0&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;length&quot;: 1852.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.787167, 3.97866, 9.81613, 3.992722], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.787167, 3.992722], [9.81613, 3.97866]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;1&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;length&quot;: 3573.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.75885, 3.99663, 9.763806, 3.997361], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.763806, 3.997361], [9.75885, 3.99663]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;2&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;length&quot;: 556.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745083, 4.002553, 9.748639, 4.003231], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.745083, 4.002553], [9.748639, 4.003231]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;3&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;length&quot;: 402.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.76732, 4.003512, 9.767719, 4.0105], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.76732, 4.003512], [9.767719, 4.0105]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;4&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;length&quot;: 774.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.778111, 4.004194, 9.799472, 4.012278], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.799472, 4.004194], [9.778111, 4.012278]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;5&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;length&quot;: 2535.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.701194, 4.008306, 9.705944, 4.01775], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.705944, 4.01775], [9.701194, 4.008306]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;6&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;length&quot;: 1170.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.763806, 3.997361, 9.767833, 4.029], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.763806, 3.997361]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;7&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;length&quot;: 3527.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.723611, 4.009639, 9.741417, 4.020194], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.741417, 4.009639], [9.723611, 4.020194]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;8&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;length&quot;: 2296.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745083, 4.002553, 9.767833, 4.029], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.745083, 4.002553]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;9&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;length&quot;: 3865.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.73456, 4.015972, 9.738528, 4.01734], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738528, 4.015972], [9.73456, 4.01734]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;10&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;length&quot;: 466.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.762056, 4.004472, 9.767833, 4.029], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.762056, 4.004472]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;11&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;length&quot;: 2787.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738528, 4.015972, 9.768083, 4.017917], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738528, 4.015972], [9.768083, 4.017917]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;12&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;length&quot;: 3289.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.72629, 4.01048, 9.727083, 4.023444], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.727083, 4.023444], [9.72629, 4.01048]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;13&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;length&quot;: 1436.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738528, 4.015972, 9.757556, 4.0195], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738528, 4.015972], [9.757556, 4.0195]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;14&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;length&quot;: 2149.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.756817, 4.008442, 9.767833, 4.029], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.756817, 4.008442]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;15&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;length&quot;: 2582.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.744694, 4.014417, 9.748472, 4.023111], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.744694, 4.014417], [9.748472, 4.023111]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;16&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;length&quot;: 1049.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.767719, 4.0105, 9.767833, 4.029], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.767719, 4.0105]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;17&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;length&quot;: 2046.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738528, 4.015972, 9.780278, 4.023889], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738528, 4.015972], [9.780278, 4.023889]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;18&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;length&quot;: 4718.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696744, 4.0115, 9.721083, 4.029381], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.721083, 4.0115]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;19&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;length&quot;: 3349.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.743889, 4.0194, 9.748472, 4.023111], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.743889, 4.0194], [9.748472, 4.023111]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;20&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;length&quot;: 654.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.792, 4.019889, 9.805583, 4.023167], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.792, 4.023167], [9.805583, 4.019889]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;21&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021528N-9.798792E&quot;, &quot;length&quot;: 1551.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.67025, 4.022056, 9.69027, 4.02603], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.67025, 4.022056], [9.69027, 4.02603]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;22&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024043N-9.680260E&quot;, &quot;length&quot;: 2266.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.72802, 4.015972, 9.738528, 4.03279], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738528, 4.015972], [9.72802, 4.03279]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;23&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;length&quot;: 2195.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696744, 4.02012, 9.69921, 4.029381], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.69921, 4.02012]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;24&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;length&quot;: 1060.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.767833, 4.02125, 9.77399, 4.029], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.77399, 4.02125]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;25&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;length&quot;: 1096.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.737194, 4.022139, 9.741992, 4.0284], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.737194, 4.022139], [9.741992, 4.0284]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;26&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;length&quot;: 874.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.73325, 4.015972, 9.738528, 4.035278], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738528, 4.015972], [9.73325, 4.035278]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;27&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;length&quot;: 2214.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696744, 4.02238, 9.70976, 4.029381], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.70976, 4.02238]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;28&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;length&quot;: 1640.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.694556, 4.022917, 9.696744, 4.029381], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.694556, 4.022917]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;29&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;length&quot;: 755.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.72684, 4.01658, 9.733028, 4.040819], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733028, 4.040819], [9.72684, 4.01658]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;30&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;length&quot;: 2767.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.701944, 4.028333, 9.705139, 4.029083], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.701944, 4.029083], [9.705139, 4.028333]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;31&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;length&quot;: 364.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.686417, 4.029381, 9.696744, 4.029444], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.686417, 4.029444]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;32&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;length&quot;: 1147.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.701944, 4.029083, 9.709194, 4.032028], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.701944, 4.029083], [9.709194, 4.032028]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;33&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;length&quot;: 868.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.691575, 4.029381, 9.696744, 4.032433], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.691575, 4.032433]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;34&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;length&quot;: 666.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696744, 4.029381, 9.699417, 4.033417], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.699417, 4.033417]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;35&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;length&quot;: 536.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.727083, 4.023444, 9.733028, 4.040819], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733028, 4.040819], [9.727083, 4.023444]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;36&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;length&quot;: 2032.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.71203, 4.032, 9.71564, 4.03312], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.71564, 4.032], [9.71203, 4.03312]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;37&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;length&quot;: 420.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.755167, 4.029, 9.767833, 4.037361], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.755167, 4.037361]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;38&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;length&quot;: 1683.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.691575, 4.032433, 9.691889, 4.035333], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.691575, 4.032433], [9.691889, 4.035333]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;39&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;length&quot;: 323.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.77026, 4.033028, 9.774333, 4.03527], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.774333, 4.033028], [9.77026, 4.03527]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;40&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;length&quot;: 516.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.725667, 4.028583, 9.733028, 4.040819], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733028, 4.040819], [9.725667, 4.028583]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;41&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;length&quot;: 1581.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696744, 4.029381, 9.699006, 4.040886], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.699006, 4.040886]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;42&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;length&quot;: 1297.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.683883, 4.033886, 9.688056, 4.037472], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.683883, 4.033886], [9.688056, 4.037472]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;43&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;length&quot;: 610.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.766222, 4.029, 9.767833, 4.046556], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.766222, 4.046556]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;44&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;length&quot;: 1950.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.703794, 4.036926, 9.706106, 4.040083], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.706106, 4.040083], [9.703794, 4.036926]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;45&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;length&quot;: 433.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.711917, 4.037722, 9.733028, 4.040819], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733028, 4.040819], [9.711917, 4.037722]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;46&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;length&quot;: 2369.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.733028, 4.038342, 9.741011, 4.040819], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733028, 4.040819], [9.741011, 4.038342]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;47&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;length&quot;: 928.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.699006, 4.03931, 9.70265, 4.040886], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.699006, 4.040886], [9.70265, 4.03931]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;48&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;length&quot;: 441.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.774, 4.039278, 9.7795, 4.042306], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.774, 4.042306], [9.7795, 4.039278]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;49&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;length&quot;: 697.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.686417, 4.040697, 9.689827, 4.041417], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.686417, 4.041417], [9.689827, 4.040697]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;50&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041057N-9.688122E&quot;, &quot;length&quot;: 387.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.754583, 4.03875, 9.762056, 4.043386], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.762056, 4.03875], [9.754583, 4.043386]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;51&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;length&quot;: 975.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.728389, 4.040819, 9.733028, 4.041694], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733028, 4.040819], [9.728389, 4.041694]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;52&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;length&quot;: 524.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.767833, 4.029, 9.779361, 4.053694], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.779361, 4.053694]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;53&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;length&quot;: 3016.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.733028, 4.040819, 9.747639, 4.043778], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733028, 4.040819], [9.747639, 4.043778]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;54&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;length&quot;: 1655.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.702978, 4.028444, 9.73025, 4.056559], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.702978, 4.056559], [9.73025, 4.028444]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;55&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;length&quot;: 4340.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.69725, 4.040886, 9.699006, 4.04425], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.699006, 4.040886], [9.69725, 4.04425]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;56&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;length&quot;: 420.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.704083, 4.04244, 9.707889, 4.043194], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.704083, 4.04244], [9.707889, 4.043194]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;57&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;length&quot;: 431.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.686417, 4.041417, 9.688194, 4.04625], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.686417, 4.041417], [9.688194, 4.04625]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;58&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043833N-9.687306E&quot;, &quot;length&quot;: 570.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.700739, 4.043194, 9.707889, 4.044661], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.707889, 4.043194], [9.700739, 4.044661]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;59&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;length&quot;: 810.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.72575, 4.041694, 9.728389, 4.0475], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.728389, 4.041694], [9.72575, 4.0475]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;60&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;length&quot;: 706.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.699006, 4.040886, 9.721043, 4.048586], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.699006, 4.040886], [9.721043, 4.048586]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;61&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;length&quot;: 2591.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.71598, 4.04642, 9.721043, 4.048586], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.71598, 4.04642], [9.721043, 4.048586]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;62&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;length&quot;: 611.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.703528, 4.044694, 9.706861, 4.051333], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.703528, 4.044694], [9.706861, 4.051333]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;63&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048013N-9.705195E&quot;, &quot;length&quot;: 822.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.698333, 4.04675, 9.698917, 4.049556], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.698333, 4.049556], [9.698917, 4.04675]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;64&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;length&quot;: 317.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.706861, 4.0465, 9.708472, 4.051333], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.706861, 4.051333], [9.708472, 4.0465]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;65&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;length&quot;: 564.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.771911, 4.049658, 9.777253, 4.050192], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.771911, 4.050192], [9.777253, 4.049658]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;66&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;length&quot;: 596.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.739644, 4.048272, 9.741306, 4.052028], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.741306, 4.052028], [9.739644, 4.048272]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;67&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050150N-9.740475E&quot;, &quot;length&quot;: 454.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.702389, 4.04825, 9.704556, 4.052444], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.702389, 4.052444], [9.704556, 4.04825]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;68&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;length&quot;: 522.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.750917, 4.047389, 9.756833, 4.053667], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.756833, 4.047389]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;69&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;length&quot;: 956.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.779361, 4.050472, 9.797806, 4.053694], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.779361, 4.053694], [9.797806, 4.050472]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;70&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;length&quot;: 2079.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.750917, 4.053667, 9.775889, 4.05525], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.775889, 4.05525]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;71&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;length&quot;: 2778.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.750917, 4.053667, 9.754444, 4.058167], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.754444, 4.058167]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;72&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;length&quot;: 633.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.767556, 4.053639, 9.768444, 4.0585], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.768444, 4.0585], [9.767556, 4.053639]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;73&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;length&quot;: 546.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738694, 4.054186, 9.745611, 4.058056], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738694, 4.058056], [9.745611, 4.054186]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;74&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;length&quot;: 879.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.743528, 4.053667, 9.750917, 4.059611], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.743528, 4.059611]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;75&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;length&quot;: 1051.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.726194, 4.053667, 9.750917, 4.060028], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.726194, 4.060028], [9.750917, 4.053667]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;76&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;length&quot;: 2834.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.734028, 4.053667, 9.750917, 4.06025], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.734028, 4.06025]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;77&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;length&quot;: 2012.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.763167, 4.056417, 9.768444, 4.0585], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.768444, 4.0585], [9.763167, 4.056417]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;78&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;length&quot;: 630.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.750917, 4.053667, 9.786861, 4.062806], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.786861, 4.062806]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;79&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;length&quot;: 4117.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.714664, 4.053242, 9.720853, 4.06425], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714664, 4.06425], [9.720853, 4.053242]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;80&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;length&quot;: 1398.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.750917, 4.053667, 9.75311, 4.064069], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.75311, 4.064069]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;81&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;length&quot;: 1176.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.750917, 4.053667, 9.767778, 4.064361], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.767778, 4.064361]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;82&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;length&quot;: 2214.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.708444, 4.058638, 9.715412, 4.060333], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.708444, 4.060333], [9.715412, 4.058638]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;83&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;length&quot;: 796.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.750917, 4.053667, 9.759558, 4.066322], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.759558, 4.066322]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;84&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;length&quot;: 1697.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.768444, 4.0585, 9.777639, 4.063131], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.768444, 4.0585], [9.777639, 4.063131]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;85&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;length&quot;: 1142.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.743528, 4.059611, 9.74569, 4.06356], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.743528, 4.059611], [9.74569, 4.06356]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;86&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;length&quot;: 498.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.704333, 4.059583, 9.706333, 4.065972], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.704333, 4.059583], [9.706333, 4.065972]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;87&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;length&quot;: 741.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.714664, 4.061556, 9.719389, 4.06425], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714664, 4.06425], [9.719389, 4.061556]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;88&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;length&quot;: 603.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.759558, 4.062528, 9.76425, 4.066322], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.759558, 4.066322], [9.76425, 4.062528]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;89&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;length&quot;: 669.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.710083, 4.063917, 9.71287, 4.06688], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.710083, 4.063917], [9.71287, 4.06688]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;90&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;length&quot;: 451.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.79152, 4.065848, 9.799722, 4.06725], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.79152, 4.065848], [9.799722, 4.06725]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;91&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;length&quot;: 924.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.714664, 4.06425, 9.72547, 4.07139], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714664, 4.06425], [9.72547, 4.07139]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;92&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;length&quot;: 1436.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.722972, 4.065667, 9.729139, 4.071389], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.722972, 4.065667], [9.729139, 4.071389]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;93&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;length&quot;: 932.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.71287, 4.06688, 9.714869, 4.071278], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714869, 4.071278], [9.71287, 4.06688]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;94&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;length&quot;: 535.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.72547, 4.071389, 9.729139, 4.07139], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.729139, 4.071389], [9.72547, 4.07139]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;95&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;length&quot;: 407.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.736111, 4.072222, 9.742681, 4.072661], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.736111, 4.072222], [9.742681, 4.072661]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;96&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;length&quot;: 731.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.76925, 4.071639, 9.774, 4.073367], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.76925, 4.071639], [9.774, 4.073367]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;97&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;length&quot;: 561.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.714664, 4.06425, 9.721058, 4.084075], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714664, 4.06425], [9.721058, 4.084075]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;98&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;length&quot;: 2304.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745583, 4.07475, 9.761667, 4.074778], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761667, 4.074778], [9.745583, 4.07475]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;99&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;length&quot;: 1786.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.719417, 4.070306, 9.719639, 4.079889], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.719639, 4.070306], [9.719417, 4.079889]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;100&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;length&quot;: 1060.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.781778, 4.069972, 9.786083, 4.0817], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786083, 4.0817], [9.781778, 4.069972]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;101&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;length&quot;: 1382.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.75645, 4.074778, 9.761667, 4.07833], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761667, 4.074778], [9.75645, 4.07833]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;102&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;length&quot;: 700.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.719417, 4.07625, 9.721778, 4.079889], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.719417, 4.079889], [9.721778, 4.07625]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;103&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;length&quot;: 480.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745583, 4.07475, 9.756825, 4.081867], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.756825, 4.081867], [9.745583, 4.07475]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;104&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;length&quot;: 1476.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.786083, 4.076722, 9.801611, 4.0817], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786083, 4.0817], [9.801611, 4.076722]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;105&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;length&quot;: 1810.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.742681, 4.072661, 9.752944, 4.085936], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.752944, 4.085936], [9.742681, 4.072661]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;106&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;length&quot;: 1858.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.752944, 4.073367, 9.774, 4.085936], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.752944, 4.085936], [9.774, 4.073367]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;107&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;length&quot;: 2720.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.786083, 4.07844, 9.79339, 4.0817], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786083, 4.0817], [9.79339, 4.07844]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;108&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080070N-9.789737E&quot;, &quot;length&quot;: 888.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.752944, 4.074861, 9.753278, 4.085936], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.752944, 4.085936], [9.753278, 4.074861]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;109&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;length&quot;: 1225.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.756825, 4.081441, 9.765535, 4.081867], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.765535, 4.081441], [9.756825, 4.081867]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;110&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;length&quot;: 968.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.786083, 4.0817, 9.7949, 4.08393], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786083, 4.0817], [9.7949, 4.08393]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;111&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;length&quot;: 1010.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.77848, 4.0817, 9.786083, 4.08438], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786083, 4.0817], [9.77848, 4.08438]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;112&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;length&quot;: 895.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.751769, 4.074778, 9.761667, 4.093194], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761667, 4.074778], [9.751769, 4.093194]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;113&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;length&quot;: 2314.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.728889, 4.083056, 9.752944, 4.085936], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.752944, 4.085936], [9.728889, 4.083056]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;114&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;length&quot;: 2690.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738306, 4.083528, 9.752944, 4.085936], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.752944, 4.085936], [9.738306, 4.083528]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;115&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;length&quot;: 1647.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.783583, 4.0817, 9.786083, 4.089889], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786083, 4.0817], [9.783583, 4.089889]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;116&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;length&quot;: 947.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.743333, 4.074778, 9.761667, 4.097333], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761667, 4.074778], [9.743333, 4.097333]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;117&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;length&quot;: 3219.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.752944, 4.085936, 9.76601, 4.08663], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.752944, 4.085936], [9.76601, 4.08663]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;118&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;length&quot;: 1453.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.786083, 4.0817, 9.808667, 4.091389], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786083, 4.0817], [9.808667, 4.091389]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;119&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;length&quot;: 2727.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.752944, 4.085936, 9.758611, 4.090833], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.752944, 4.085936], [9.758611, 4.090833]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;120&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;length&quot;: 830.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.73381, 4.08679, 9.736042, 4.091278], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.73381, 4.08679], [9.736042, 4.091278]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;121&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;length&quot;: 555.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.744, 4.074778, 9.761667, 4.104861], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761667, 4.074778], [9.744, 4.104861]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;122&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;length&quot;: 3862.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.764367, 4.08663, 9.76601, 4.0945], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.76601, 4.08663], [9.764367, 4.0945]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;123&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;length&quot;: 889.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.729444, 4.091278, 9.736042, 4.091944], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.729444, 4.091944], [9.736042, 4.091278]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;124&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;length&quot;: 736.0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.74168, 4.09393, 9.743333, 4.097333], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.74168, 4.09393], [9.743333, 4.097333]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;125&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;length&quot;: 419.0}, &quot;type&quot;: &quot;Feature&quot;}], &quot;type&quot;: &quot;FeatureCollection&quot;});
&#10;        
    &#10;    geo_json_8fea0b9da1c2b17d413ef6178af2fc00.bindTooltip(
    function(layer){
    let div = L.DomUtil.create(&#x27;div&#x27;);
    &#10;    let handleObject = feature =&gt; {
        if (feature === null) {
            return &#x27;&#x27;;
        } else if (typeof(feature)==&#x27;object&#x27;) {
            return JSON.stringify(feature);
        } else {
            return feature;
        }
    }
    let fields = [&quot;cml_id&quot;, &quot;length&quot;];
    let aliases = [&quot;cml_id&quot;, &quot;length&quot;];
    let table = &#x27;&lt;table&gt;&#x27; +
        String(
        fields.map(
        (v,i)=&gt;
        `&lt;tr&gt;
            &lt;th&gt;${aliases[i]}&lt;/th&gt;
            &#10;            &lt;td&gt;${handleObject(layer.feature.properties[v])}&lt;/td&gt;
        &lt;/tr&gt;`).join(&#x27;&#x27;))
    +&#x27;&lt;/table&gt;&#x27;;
    div.innerHTML=table;
    &#10;    return div
    }
    ,{
  &quot;sticky&quot;: true,
  &quot;className&quot;: &quot;foliumtooltip&quot;,
});
                     &#10;    
            geo_json_8fea0b9da1c2b17d413ef6178af2fc00.addTo(map_fa533088d623304b976a4d2cf89982c4);
        &#10;    
            var tile_layer_f6742f06ae03965104d97068c39f872b = L.tileLayer(
                &quot;https://tile.openstreetmap.org/{z}/{x}/{y}.png&quot;,
                {
  &quot;minZoom&quot;: 0,
  &quot;maxZoom&quot;: 19,
  &quot;maxNativeZoom&quot;: 19,
  &quot;noWrap&quot;: false,
  &quot;attribution&quot;: &quot;\u0026copy; \u003ca href=\&quot;https://www.openstreetmap.org/copyright\&quot;\u003eOpenStreetMap\u003c/a\u003e contributors&quot;,
  &quot;subdomains&quot;: &quot;abc&quot;,
  &quot;detectRetina&quot;: false,
  &quot;tms&quot;: false,
  &quot;opacity&quot;: 1,
}
&#10;            );
        &#10;    
            var tile_layer_cdb9b69aaec35501bbf4ed87f29152d4 = L.tileLayer(
                &quot;https://{s}.tile.opentopomap.org/{z}/{x}/{y}.png&quot;,
                {
  &quot;minZoom&quot;: 0,
  &quot;maxZoom&quot;: 17,
  &quot;maxNativeZoom&quot;: 17,
  &quot;noWrap&quot;: false,
  &quot;attribution&quot;: &quot;Map data: \u0026copy; \u003ca href=\&quot;https://www.openstreetmap.org/copyright\&quot;\u003eOpenStreetMap\u003c/a\u003e contributors, \u003ca href=\&quot;http://viewfinderpanoramas.org\&quot;\u003eSRTM\u003c/a\u003e | Map style: \u0026copy; \u003ca href=\&quot;https://opentopomap.org\&quot;\u003eOpenTopoMap\u003c/a\u003e (\u003ca href=\&quot;https://creativecommons.org/licenses/by-sa/3.0/\&quot;\u003eCC-BY-SA\u003c/a\u003e)&quot;,
  &quot;subdomains&quot;: &quot;abc&quot;,
  &quot;detectRetina&quot;: false,
  &quot;tms&quot;: false,
  &quot;opacity&quot;: 1,
}
&#10;            );
        &#10;    
            var tile_layer_317acdecb25e6565f2a87dea3976c802 = L.tileLayer(
                &quot;https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}&quot;,
                {
  &quot;minZoom&quot;: 0,
  &quot;maxZoom&quot;: 18,
  &quot;maxNativeZoom&quot;: 18,
  &quot;noWrap&quot;: false,
  &quot;attribution&quot;: &quot;Tiles \u0026copy; Esri \u0026mdash; Source: Esri, i-cubed, USDA, USGS, AEX, GeoEye, Getmapping, Aerogrid, IGN, IGP, UPR-EGP, and the GIS User Community&quot;,
  &quot;subdomains&quot;: &quot;abc&quot;,
  &quot;detectRetina&quot;: false,
  &quot;tms&quot;: false,
  &quot;opacity&quot;: 1,
}
&#10;            );
        &#10;    
            var tile_layer_86cc8b8f76d659b0cf49c2e3ecdac428 = L.tileLayer(
                &quot;https://server.arcgisonline.com/ArcGIS/rest/services/Canvas/World_Light_Gray_Base/MapServer/tile/{z}/{y}/{x}&quot;,
                {
  &quot;minZoom&quot;: 0,
  &quot;maxZoom&quot;: 16,
  &quot;maxNativeZoom&quot;: 16,
  &quot;noWrap&quot;: false,
  &quot;attribution&quot;: &quot;Tiles \u0026copy; Esri \u0026mdash; Esri, DeLorme, NAVTEQ&quot;,
  &quot;subdomains&quot;: &quot;abc&quot;,
  &quot;detectRetina&quot;: false,
  &quot;tms&quot;: false,
  &quot;opacity&quot;: 1,
}
&#10;            );
        &#10;    
            tile_layer_86cc8b8f76d659b0cf49c2e3ecdac428.addTo(map_fa533088d623304b976a4d2cf89982c4);
        &#10;    
            var layer_control_64de3fc9867bcec2b5337e1e169cd999_layers = {
                base_layers : {
                    &quot;OpenStreetMap&quot; : tile_layer_f6742f06ae03965104d97068c39f872b,
                    &quot;OpenTopoMap&quot; : tile_layer_cdb9b69aaec35501bbf4ed87f29152d4,
                    &quot;Esri.WorldImagery&quot; : tile_layer_317acdecb25e6565f2a87dea3976c802,
                    &quot;Esri.WorldGrayCanvas&quot; : tile_layer_86cc8b8f76d659b0cf49c2e3ecdac428,
                },
                overlays :  {
                    &quot;Links&quot; : geo_json_8fea0b9da1c2b17d413ef6178af2fc00,
                },
            };
            let layer_control_64de3fc9867bcec2b5337e1e169cd999 = L.control.layers(
                layer_control_64de3fc9867bcec2b5337e1e169cd999_layers.base_layers,
                layer_control_64de3fc9867bcec2b5337e1e169cd999_layers.overlays,
                {
  &quot;position&quot;: &quot;topright&quot;,
  &quot;collapsed&quot;: true,
  &quot;autoZIndex&quot;: true,
}
            ).addTo(map_fa533088d623304b976a4d2cf89982c4);
&#10;        
    &#10;            L.control.fullscreen(
                {
  &quot;position&quot;: &quot;topright&quot;,
  &quot;title&quot;: &quot;Full Screen&quot;,
  &quot;titleCancel&quot;: &quot;Exit Full Screen&quot;,
  &quot;forceSeparateButton&quot;: true,
}
            ).addTo(map_fa533088d623304b976a4d2cf89982c4);
        &#10;    
&#10;            var geocoderOpts_geocoder_fd31c82cba186b0d14298a4769d58349 = {
  &quot;collapsed&quot;: true,
  &quot;position&quot;: &quot;topright&quot;,
  &quot;defaultMarkGeocode&quot;: false,
  &quot;zoom&quot;: 11,
  &quot;provider&quot;: &quot;nominatim&quot;,
  &quot;providerOptions&quot;: {
},
};
&#10;            // note: geocoder name should start with lowercase
            var geocoderName_geocoder_fd31c82cba186b0d14298a4769d58349 = geocoderOpts_geocoder_fd31c82cba186b0d14298a4769d58349[&quot;provider&quot;];
&#10;            var customGeocoder_geocoder_fd31c82cba186b0d14298a4769d58349 = L.Control.Geocoder[ geocoderName_geocoder_fd31c82cba186b0d14298a4769d58349 ](
                geocoderOpts_geocoder_fd31c82cba186b0d14298a4769d58349[&#x27;providerOptions&#x27;]
            );
            geocoderOpts_geocoder_fd31c82cba186b0d14298a4769d58349[&quot;geocoder&quot;] = customGeocoder_geocoder_fd31c82cba186b0d14298a4769d58349;
&#10;            L.Control.geocoder(
                geocoderOpts_geocoder_fd31c82cba186b0d14298a4769d58349
            ).on(&#x27;markgeocode&#x27;, function(e) {
                var zoom = geocoderOpts_geocoder_fd31c82cba186b0d14298a4769d58349[&#x27;zoom&#x27;] || map_fa533088d623304b976a4d2cf89982c4.getZoom();
                map_fa533088d623304b976a4d2cf89982c4.setView(e.geocode.center, zoom);
            }).addTo(map_fa533088d623304b976a4d2cf89982c4);
&#10;        
    &#10;            var measure_control_2aef7e54b72e5efaff7954f7ed5a602a = new L.Control.Measure(
                {
  &quot;position&quot;: &quot;bottomright&quot;,
  &quot;primaryLengthUnit&quot;: &quot;meters&quot;,
  &quot;secondaryLengthUnit&quot;: &quot;miles&quot;,
  &quot;primaryAreaUnit&quot;: &quot;sqmeters&quot;,
  &quot;secondaryAreaUnit&quot;: &quot;acres&quot;,
});
            map_fa533088d623304b976a4d2cf89982c4.addControl(measure_control_2aef7e54b72e5efaff7954f7ed5a602a);
&#10;            // Workaround for using this plugin with Leaflet&gt;=1.8.0
            // https://github.com/ljagis/leaflet-measure/issues/171
            L.Control.Measure.include({
                _setCaptureMarkerIcon: function () {
                    // disable autopan
                    this._captureMarker.options.autoPanOnFocus = false;
                    // default function
                    this._captureMarker.setIcon(
                        L.divIcon({
                            iconSize: this._map.getSize().multiplyBy(2)
                        })
                    );
                },
            });
&#10;        
    &#10;            var geo_json_8fea0b9da1c2b17d413ef6178af2fc00searchControl = new L.Control.Search({
                layer: geo_json_8fea0b9da1c2b17d413ef6178af2fc00,
                &#10;                propertyName: &#x27;cml_id&#x27;,
                &#10;                collapsed: true,
                textPlaceholder: &#x27;CML ID&#x27;,
                position:&#x27;topleft&#x27;,
            &#10;                marker: false,
                moveToLocation: function(latlng, title, map) {
                var zoom =  map.getBoundsZoom(latlng.layer.getBounds()) 
                    map.flyTo(latlng, zoom); // access the zoom
                }
            &#10;                });
                geo_json_8fea0b9da1c2b17d413ef6178af2fc00searchControl.on(&#x27;search:locationfound&#x27;, function(e) {
                    geo_json_8fea0b9da1c2b17d413ef6178af2fc00.setStyle(function(feature){
                        return feature.properties.style
                    })
                    &#10;                    if(e.layer._popup)
                        e.layer.openPopup();
                })
                geo_json_8fea0b9da1c2b17d413ef6178af2fc00searchControl.on(&#x27;search:collapsed&#x27;, function(e) {
                        geo_json_8fea0b9da1c2b17d413ef6178af2fc00.setStyle(function(feature){
                            return feature.properties.style
                    });
                });
            map_fa533088d623304b976a4d2cf89982c4.addControl( geo_json_8fea0b9da1c2b17d413ef6178af2fc00searchControl );
&#10;        
    &#10;            geo_json_8fea0b9da1c2b17d413ef6178af2fc00.addTo(map_fa533088d623304b976a4d2cf89982c4);
        &#10;    
            tile_layer_86cc8b8f76d659b0cf49c2e3ecdac428.addTo(map_fa533088d623304b976a4d2cf89982c4);
        &#10;&lt;/script&gt;
&lt;/html&gt;" style="position:absolute;width:100%;height:100%;left:0;top:0;border:none !important;" allowfullscreen webkitallowfullscreen mozallowfullscreen></iframe></div></div>

## Visualize link-gauge groups

Links and gauges are grouped by colours. As before right clicking on any
link will return the `cml_id`.

------------------------------------------------------------------------

### explore_link_gauge_groups

``` python

def explore_link_gauge_groups(
    cml:xarray.core.dataset.Dataset | xarray.core.dataarray.DataArray, # CML data containing the id of the assigned (e.g. nearest) gauge
    gauges:xarray.core.dataset.Dataset | xarray.core.dataarray.DataArray, # Gauges data with the same id as in CML
    default:Callable=setup_default_map, # Function to set up a default map including for example basemaps or controls
    id_to_color:Union=None, # Function or dict that allows to map gauge id to a color
    cp_cml_id_on_rclick:bool=True, # Enable copying cml_id to clipboard when right clicking on a link
    explore_kwargs:VAR_KEYWORD
)->Map:

```

*Call self as a function.*

We will start by opening a sample that contains the nearest gauge to
each link based on the distance to its center. You can check how this
sample was created on the merging doc.

``` python
cml_with_gauges = open_cml_sample("with_nearest_gauge")
```

``` python
m = explore_link_gauge_groups(cml_with_gauges, gauges)
```

<details class="code-fold">
<summary>Code</summary>

``` python
m.options['scrollWheelZoom'] = False
m
```

</details>

<div style="width:100%;"><div style="position:relative;width:100%;height:0;padding-bottom:60%;"><span style="color:#565656">Make this Notebook Trusted to load map: File -> Trust Notebook</span><iframe srcdoc="&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
    &#10;    &lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=UTF-8&quot; /&gt;
    &lt;script src=&quot;https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.js&quot;&gt;&lt;/script&gt;
    &lt;script src=&quot;https://code.jquery.com/jquery-3.7.1.min.js&quot;&gt;&lt;/script&gt;
    &lt;script src=&quot;https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js&quot;&gt;&lt;/script&gt;
    &lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js&quot;&gt;&lt;/script&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.css&quot;/&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css&quot;/&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css&quot;/&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2.0/css/all.min.css&quot;/&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css&quot;/&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/gh/python-visualization/folium/folium/templates/leaflet.awesome.rotate.min.css&quot;/&gt;
    &#10;            &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width,
                initial-scale=1.0, maximum-scale=1.0, user-scalable=no&quot; /&gt;
            &lt;style&gt;
                #map_d55406600c3bcc7962e945e806c3b1d5 {
                    position: relative;
                    width: 100.0%;
                    height: 100.0%;
                    left: 0.0%;
                    top: 0.0%;
                }
                .leaflet-container { font-size: 1rem; }
            &lt;/style&gt;
&#10;            &lt;style&gt;html, body {
                width: 100%;
                height: 100%;
                margin: 0;
                padding: 0;
            }
            &lt;/style&gt;
&#10;            &lt;style&gt;#map {
                position:absolute;
                top:0;
                bottom:0;
                right:0;
                left:0;
                }
            &lt;/style&gt;
&#10;            &lt;script&gt;
                L_NO_TOUCH = false;
                L_DISABLE_3D = false;
            &lt;/script&gt;
&#10;        
    &#10;                    &lt;style&gt;
                        .foliumtooltip {
                            &#10;                        }
                       .foliumtooltip table{
                            margin: auto;
                        }
                        .foliumtooltip tr{
                            text-align: left;
                        }
                        .foliumtooltip th{
                            padding: 2px; padding-right: 8px;
                        }
                    &lt;/style&gt;
            &#10;    &lt;script src=&quot;https://cdn.jsdelivr.net/npm/leaflet.fullscreen@3.0.0/Control.FullScreen.min.js&quot;&gt;&lt;/script&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/leaflet.fullscreen@3.0.0/Control.FullScreen.css&quot;/&gt;
    &lt;script src=&quot;https://unpkg.com/leaflet-control-geocoder/dist/Control.Geocoder.js&quot;&gt;&lt;/script&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://unpkg.com/leaflet-control-geocoder/dist/Control.Geocoder.css&quot;/&gt;
    &lt;script src=&quot;https://cdn.jsdelivr.net/gh/ljagis/leaflet-measure@2.1.7/dist/leaflet-measure.min.js&quot;&gt;&lt;/script&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/gh/ljagis/leaflet-measure@2.1.7/dist/leaflet-measure.min.css&quot;/&gt;
    &#10;    &lt;script src=&quot;https://code.jquery.com/ui/1.12.1/jquery-ui.js&quot;&gt;&lt;/script&gt;
    &lt;script&gt;$( function() {
        $( &quot;.maplegend&quot; ).draggable({
            start: function (event, ui) {
                $(this).css({
                    right: &quot;auto&quot;,
                    top: &quot;auto&quot;,
                    bottom: &quot;auto&quot;
                });
            }
        });
    });
    &lt;/script&gt;
    &lt;style type=&#x27;text/css&#x27;&gt;
      .maplegend {
        position: absolute;
        z-index:9999;
        background-color: rgba(255, 255, 255, .8);
        border-radius: 5px;
        box-shadow: 0 0 15px rgba(0,0,0,0.2);
        padding: 10px;
        font: 12px/14px Arial, Helvetica, sans-serif;
        right: 10px;
        bottom: 20px;
      }
      .maplegend .legend-title {
        text-align: left;
        margin-bottom: 5px;
        font-weight: bold;
        }
      .maplegend .legend-scale ul {
        margin: 0;
        margin-bottom: 0px;
        padding: 0;
        float: left;
        list-style: none;
        }
      .maplegend .legend-scale ul li {
        list-style: none;
        margin-left: 0;
        line-height: 16px;
        margin-bottom: 2px;
        }
      .maplegend ul.legend-labels li span {
        display: block;
        float: left;
        height: 14px;
        width: 14px;
        margin-right: 5px;
        margin-left: 0;
        border: 0px solid #ccc;
        }
      .maplegend .legend-source {
        color: #777;
        clear: both;
        }
      .maplegend a {
        color: #777;
        }
    &lt;/style&gt;
    &#10;&lt;/head&gt;
&lt;body&gt;
    &#10;    
    &lt;div id=&#x27;maplegend id&#x27; class=&#x27;maplegend&#x27;&gt;
        &lt;div class=&#x27;legend-title&#x27;&gt;id&lt;/div&gt;
        &lt;div class=&#x27;legend-scale&#x27;&gt;
            &lt;ul class=&#x27;legend-labels&#x27;&gt;
                &lt;li&gt;&lt;span style=&#x27;background:#1f77b4&#x27;&gt;&lt;/span&gt;Campus_2_Universite&lt;/li&gt;
                &lt;li&gt;&lt;span style=&#x27;background:#ff7f0e&#x27;&gt;&lt;/span&gt;Ecole_Saint_Andre_PK11&lt;/li&gt;
                &lt;li&gt;&lt;span style=&#x27;background:#98df8a&#x27;&gt;&lt;/span&gt;Eglise_Pie_X_PK14&lt;/li&gt;
                &lt;li&gt;&lt;span style=&#x27;background:#9467bd&#x27;&gt;&lt;/span&gt;Hopital_des_Soeurs_Logpom&lt;/li&gt;
                &lt;li&gt;&lt;span style=&#x27;background:#c49c94&#x27;&gt;&lt;/span&gt;Lycee_NYALLA&lt;/li&gt;
                &lt;li&gt;&lt;span style=&#x27;background:#7f7f7f&#x27;&gt;&lt;/span&gt;Meteo_IUT&lt;/li&gt;
                &lt;li&gt;&lt;span style=&#x27;background:#dbdb8d&#x27;&gt;&lt;/span&gt;Piscine_CITE_SIC&lt;/li&gt;
                &lt;li&gt;&lt;span style=&#x27;background:#9edae5&#x27;&gt;&lt;/span&gt;SOCATUR&lt;/li&gt;
            &lt;/ul&gt;
        &lt;/div&gt;
    &lt;/div&gt;
    &#10;    
    &lt;script&gt;
    document.addEventListener(&#x27;DOMContentLoaded&#x27;, function() {
        setTimeout(function() {
            var map = Object.values(window).find(v =&gt; v instanceof L.Map);
            map.eachLayer(function(layer) {
                if (layer.feature &amp;&amp; layer.feature.properties &amp;&amp; layer.feature.properties.cml_id) {
                    layer.on(&#x27;contextmenu&#x27;, function(e) {
                        L.DomEvent.stopPropagation(e);
                        L.DomEvent.preventDefault(e);
                        var cmlId = e.target.feature.properties.cml_id;
                        // var jsonObj = JSON.stringify(cmlId);
                        navigator.clipboard.writeText(cmlId);
                        // console.log(&#x27;Copied:&#x27;, jsonObj);
                        console.log(&#x27;Copied:&#x27;, cmlId);
                    });
                }
            });
        }, 1000);
    });
    &lt;/script&gt;
    &#10;    
            &lt;div class=&quot;folium-map&quot; id=&quot;map_d55406600c3bcc7962e945e806c3b1d5&quot; &gt;&lt;/div&gt;
        &#10;&lt;/body&gt;
&lt;script&gt;
    &#10;    
            var map_d55406600c3bcc7962e945e806c3b1d5 = L.map(
                &quot;map_d55406600c3bcc7962e945e806c3b1d5&quot;,
                {
                    center: [4.0407554999999995, 9.743189999999998],
                    crs: L.CRS.EPSG3857,
                    ...{
  &quot;zoom&quot;: 10,
  &quot;zoomControl&quot;: true,
  &quot;preferCanvas&quot;: false,
  &quot;scrollWheelZoom&quot;: false,
}
&#10;                }
            );
            L.control.scale().addTo(map_d55406600c3bcc7962e945e806c3b1d5);
&#10;            
&#10;        
    &#10;            map_d55406600c3bcc7962e945e806c3b1d5.fitBounds(
                [[3.97665, 9.67025], [4.104861, 9.81613]],
                {}
            );
        &#10;    
        function geo_json_795c4f60a8170425c671e3a5ce4bb8c8_styler(feature) {
            switch(feature.id) {
                case &quot;0&quot;: case &quot;1&quot;: case &quot;2&quot;: case &quot;3&quot;: case &quot;4&quot;: case &quot;5&quot;: case &quot;6&quot;: 
                    return {&quot;color&quot;: &quot;#1f77b4&quot;, &quot;fillColor&quot;: &quot;#1f77b4&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;7&quot;: case &quot;8&quot;: case &quot;9&quot;: case &quot;10&quot;: case &quot;11&quot;: case &quot;12&quot;: case &quot;13&quot;: 
                    return {&quot;color&quot;: &quot;#ff7f0e&quot;, &quot;fillColor&quot;: &quot;#ff7f0e&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;14&quot;: case &quot;15&quot;: case &quot;16&quot;: case &quot;17&quot;: case &quot;18&quot;: case &quot;19&quot;: case &quot;20&quot;: case &quot;21&quot;: case &quot;22&quot;: 
                    return {&quot;color&quot;: &quot;#98df8a&quot;, &quot;fillColor&quot;: &quot;#98df8a&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;23&quot;: case &quot;24&quot;: case &quot;25&quot;: case &quot;26&quot;: case &quot;27&quot;: case &quot;28&quot;: case &quot;29&quot;: case &quot;30&quot;: case &quot;31&quot;: case &quot;32&quot;: case &quot;33&quot;: case &quot;34&quot;: case &quot;35&quot;: case &quot;36&quot;: case &quot;37&quot;: case &quot;38&quot;: case &quot;39&quot;: case &quot;40&quot;: case &quot;41&quot;: 
                    return {&quot;color&quot;: &quot;#9467bd&quot;, &quot;fillColor&quot;: &quot;#9467bd&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;42&quot;: case &quot;43&quot;: case &quot;44&quot;: case &quot;45&quot;: case &quot;46&quot;: case &quot;47&quot;: case &quot;48&quot;: case &quot;49&quot;: case &quot;50&quot;: case &quot;51&quot;: case &quot;52&quot;: case &quot;53&quot;: case &quot;54&quot;: case &quot;55&quot;: case &quot;56&quot;: case &quot;57&quot;: case &quot;58&quot;: case &quot;59&quot;: case &quot;60&quot;: case &quot;61&quot;: case &quot;62&quot;: case &quot;63&quot;: case &quot;64&quot;: case &quot;65&quot;: 
                    return {&quot;color&quot;: &quot;#c49c94&quot;, &quot;fillColor&quot;: &quot;#c49c94&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;66&quot;: case &quot;67&quot;: case &quot;68&quot;: case &quot;69&quot;: case &quot;70&quot;: case &quot;71&quot;: case &quot;72&quot;: case &quot;73&quot;: 
                    return {&quot;color&quot;: &quot;#7f7f7f&quot;, &quot;fillColor&quot;: &quot;#7f7f7f&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;123&quot;: case &quot;124&quot;: case &quot;125&quot;: case &quot;126&quot;: case &quot;127&quot;: case &quot;128&quot;: case &quot;129&quot;: case &quot;130&quot;: case &quot;131&quot;: case &quot;132&quot;: case &quot;133&quot;: 
                    return {&quot;color&quot;: &quot;#9edae5&quot;, &quot;fillColor&quot;: &quot;#9edae5&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                default:
                    return {&quot;color&quot;: &quot;#dbdb8d&quot;, &quot;fillColor&quot;: &quot;#dbdb8d&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
            }
        }
        function geo_json_795c4f60a8170425c671e3a5ce4bb8c8_highlighter(feature) {
            switch(feature.id) {
                default:
                    return {&quot;fillOpacity&quot;: 0.75};
            }
        }
        function geo_json_795c4f60a8170425c671e3a5ce4bb8c8_pointToLayer(feature, latlng) {
            var opts = {
  &quot;stroke&quot;: true,
  &quot;color&quot;: &quot;#3388ff&quot;,
  &quot;weight&quot;: 3,
  &quot;opacity&quot;: 1.0,
  &quot;lineCap&quot;: &quot;round&quot;,
  &quot;lineJoin&quot;: &quot;round&quot;,
  &quot;dashArray&quot;: null,
  &quot;dashOffset&quot;: null,
  &quot;fill&quot;: true,
  &quot;fillColor&quot;: &quot;#3388ff&quot;,
  &quot;fillOpacity&quot;: 0.2,
  &quot;fillRule&quot;: &quot;evenodd&quot;,
  &quot;bubblingMouseEvents&quot;: true,
  &quot;radius&quot;: 8,
};
            &#10;            let style = geo_json_795c4f60a8170425c671e3a5ce4bb8c8_styler(feature)
            Object.assign(opts, style)
            &#10;            return new L.CircleMarker(latlng, opts)
        }
&#10;        function geo_json_795c4f60a8170425c671e3a5ce4bb8c8_onEachFeature(feature, layer) {
&#10;            layer.on({
                mouseout: function(e) {
                    if(typeof e.target.setStyle === &quot;function&quot;){
                            geo_json_795c4f60a8170425c671e3a5ce4bb8c8.resetStyle(e.target);
                    }
                },
                mouseover: function(e) {
                    if(typeof e.target.setStyle === &quot;function&quot;){
                        const highlightStyle = geo_json_795c4f60a8170425c671e3a5ce4bb8c8_highlighter(e.target.feature)
                        e.target.setStyle(highlightStyle);
                    }
                },
            });
        };
        var geo_json_795c4f60a8170425c671e3a5ce4bb8c8 = L.geoJson(null, {
                onEachFeature: geo_json_795c4f60a8170425c671e3a5ce4bb8c8_onEachFeature,
            &#10;                style: geo_json_795c4f60a8170425c671e3a5ce4bb8c8_styler,
                pointToLayer: geo_json_795c4f60a8170425c671e3a5ce4bb8c8_pointToLayer,
            ...{
}
        });
&#10;        function geo_json_795c4f60a8170425c671e3a5ce4bb8c8_add (data) {
            geo_json_795c4f60a8170425c671e3a5ce4bb8c8
                .addData(data);
        }
            geo_json_795c4f60a8170425c671e3a5ce4bb8c8_add({&quot;bbox&quot;: [9.67025, 3.97665, 9.81613, 4.104861], &quot;features&quot;: [{&quot;bbox&quot;: [9.736111, 4.072222, 9.742681, 4.072661], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.736111, 4.072222], [9.742681, 4.072661]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;0&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#1f77b4&quot;, &quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;id&quot;: &quot;Campus_2_Universite&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.73381, 4.08679, 9.736042, 4.091278], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.73381, 4.08679], [9.736042, 4.091278]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;1&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#1f77b4&quot;, &quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;id&quot;: &quot;Campus_2_Universite&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.74233361, 4.05663859, 9.74233361, 4.05663859], &quot;geometry&quot;: {&quot;coordinates&quot;: [9.74233361, 4.05663859], &quot;type&quot;: &quot;Point&quot;}, &quot;id&quot;: &quot;2&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#1f77b4&quot;, &quot;cml_id&quot;: null, &quot;id&quot;: &quot;Campus_2_Universite&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738694, 4.054186, 9.745611, 4.058056], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738694, 4.058056], [9.745611, 4.054186]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;3&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#1f77b4&quot;, &quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;id&quot;: &quot;Campus_2_Universite&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.729444, 4.091278, 9.736042, 4.091944], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.729444, 4.091944], [9.736042, 4.091278]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;4&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#1f77b4&quot;, &quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;id&quot;: &quot;Campus_2_Universite&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.726194, 4.053667, 9.750917, 4.060028], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.726194, 4.060028], [9.750917, 4.053667]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;5&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#1f77b4&quot;, &quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;id&quot;: &quot;Campus_2_Universite&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.734028, 4.053667, 9.750917, 4.06025], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.734028, 4.06025]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;6&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#1f77b4&quot;, &quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;id&quot;: &quot;Campus_2_Universite&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.771911, 4.049658, 9.777253, 4.050192], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.771911, 4.050192], [9.777253, 4.049658]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;7&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff7f0e&quot;, &quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;id&quot;: &quot;Ecole_Saint_Andre_PK11&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.768444, 4.0585, 9.777639, 4.063131], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.768444, 4.0585], [9.777639, 4.063131]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;8&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff7f0e&quot;, &quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;id&quot;: &quot;Ecole_Saint_Andre_PK11&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.763167, 4.056417, 9.768444, 4.0585], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.768444, 4.0585], [9.763167, 4.056417]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;9&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff7f0e&quot;, &quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;id&quot;: &quot;Ecole_Saint_Andre_PK11&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.750917, 4.053667, 9.786861, 4.062806], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.786861, 4.062806]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;10&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff7f0e&quot;, &quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;id&quot;: &quot;Ecole_Saint_Andre_PK11&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.767556, 4.053639, 9.768444, 4.0585], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.768444, 4.0585], [9.767556, 4.053639]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;11&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff7f0e&quot;, &quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;id&quot;: &quot;Ecole_Saint_Andre_PK11&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.779361, 4.050472, 9.797806, 4.053694], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.779361, 4.053694], [9.797806, 4.050472]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;12&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff7f0e&quot;, &quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;id&quot;: &quot;Ecole_Saint_Andre_PK11&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.7816409, 4.05686995, 9.7816409, 4.05686995], &quot;geometry&quot;: {&quot;coordinates&quot;: [9.7816409, 4.05686995], &quot;type&quot;: &quot;Point&quot;}, &quot;id&quot;: &quot;13&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff7f0e&quot;, &quot;cml_id&quot;: null, &quot;id&quot;: &quot;Ecole_Saint_Andre_PK11&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.794725, 4.079149, 9.794725, 4.079149], &quot;geometry&quot;: {&quot;coordinates&quot;: [9.794725, 4.079149], &quot;type&quot;: &quot;Point&quot;}, &quot;id&quot;: &quot;14&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#98df8a&quot;, &quot;cml_id&quot;: null, &quot;id&quot;: &quot;Eglise_Pie_X_PK14&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.786083, 4.0817, 9.808667, 4.091389], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786083, 4.0817], [9.808667, 4.091389]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;15&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#98df8a&quot;, &quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;id&quot;: &quot;Eglise_Pie_X_PK14&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.783583, 4.0817, 9.786083, 4.089889], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786083, 4.0817], [9.783583, 4.089889]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;16&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#98df8a&quot;, &quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;id&quot;: &quot;Eglise_Pie_X_PK14&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.79152, 4.065848, 9.799722, 4.06725], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.79152, 4.065848], [9.799722, 4.06725]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;17&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#98df8a&quot;, &quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;id&quot;: &quot;Eglise_Pie_X_PK14&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.77848, 4.0817, 9.786083, 4.08438], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786083, 4.0817], [9.77848, 4.08438]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;18&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#98df8a&quot;, &quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;id&quot;: &quot;Eglise_Pie_X_PK14&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.786083, 4.0817, 9.7949, 4.08393], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786083, 4.0817], [9.7949, 4.08393]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;19&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#98df8a&quot;, &quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;id&quot;: &quot;Eglise_Pie_X_PK14&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.786083, 4.07844, 9.79339, 4.0817], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786083, 4.0817], [9.79339, 4.07844]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;20&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#98df8a&quot;, &quot;cml_id&quot;: &quot;4.080070N-9.789737E&quot;, &quot;id&quot;: &quot;Eglise_Pie_X_PK14&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.781778, 4.069972, 9.786083, 4.0817], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786083, 4.0817], [9.781778, 4.069972]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;21&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#98df8a&quot;, &quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;id&quot;: &quot;Eglise_Pie_X_PK14&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.786083, 4.076722, 9.801611, 4.0817], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786083, 4.0817], [9.801611, 4.076722]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;22&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#98df8a&quot;, &quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;id&quot;: &quot;Eglise_Pie_X_PK14&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.75645, 4.074778, 9.761667, 4.07833], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761667, 4.074778], [9.75645, 4.07833]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;23&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.759558, 4.062528, 9.76425, 4.066322], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.759558, 4.066322], [9.76425, 4.062528]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;24&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.76925, 4.071639, 9.774, 4.073367], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.76925, 4.071639], [9.774, 4.073367]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;25&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745583, 4.07475, 9.761667, 4.074778], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761667, 4.074778], [9.745583, 4.07475]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;26&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.752944, 4.074861, 9.753278, 4.085936], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.752944, 4.085936], [9.753278, 4.074861]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;27&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.742681, 4.072661, 9.752944, 4.085936], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.752944, 4.085936], [9.742681, 4.072661]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;28&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.767835, 4.078547, 9.767835, 4.078547], &quot;geometry&quot;: {&quot;coordinates&quot;: [9.767835, 4.078547], &quot;type&quot;: &quot;Point&quot;}, &quot;id&quot;: &quot;29&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: null, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.74168, 4.09393, 9.743333, 4.097333], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.74168, 4.09393], [9.743333, 4.097333]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;30&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.764367, 4.08663, 9.76601, 4.0945], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.76601, 4.08663], [9.764367, 4.0945]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;31&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.744, 4.074778, 9.761667, 4.104861], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761667, 4.074778], [9.744, 4.104861]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;32&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.752944, 4.085936, 9.758611, 4.090833], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.752944, 4.085936], [9.758611, 4.090833]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;33&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745583, 4.07475, 9.756825, 4.081867], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.756825, 4.081867], [9.745583, 4.07475]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;34&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.752944, 4.085936, 9.76601, 4.08663], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.752944, 4.085936], [9.76601, 4.08663]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;35&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738306, 4.083528, 9.752944, 4.085936], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.752944, 4.085936], [9.738306, 4.083528]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;36&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.728889, 4.083056, 9.752944, 4.085936], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.752944, 4.085936], [9.728889, 4.083056]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;37&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.751769, 4.074778, 9.761667, 4.093194], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761667, 4.074778], [9.751769, 4.093194]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;38&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.756825, 4.081441, 9.765535, 4.081867], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.765535, 4.081441], [9.756825, 4.081867]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;39&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.752944, 4.073367, 9.774, 4.085936], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.752944, 4.085936], [9.774, 4.073367]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;40&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.743333, 4.074778, 9.761667, 4.097333], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761667, 4.074778], [9.743333, 4.097333]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;41&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.767833, 4.029, 9.779361, 4.053694], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.779361, 4.053694]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;42&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#c49c94&quot;, &quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.769916, 4.031468, 9.769916, 4.031468], &quot;geometry&quot;: {&quot;coordinates&quot;: [9.769916, 4.031468], &quot;type&quot;: &quot;Point&quot;}, &quot;id&quot;: &quot;43&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#c49c94&quot;, &quot;cml_id&quot;: null, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.774, 4.039278, 9.7795, 4.042306], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.774, 4.042306], [9.7795, 4.039278]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;44&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#c49c94&quot;, &quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.787167, 3.97665, 9.791866, 3.992722], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.787167, 3.992722], [9.791866, 3.97665]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;45&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#c49c94&quot;, &quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.744694, 4.014417, 9.748472, 4.023111], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.744694, 4.014417], [9.748472, 4.023111]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;46&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#c49c94&quot;, &quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.792, 4.019889, 9.805583, 4.023167], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.792, 4.023167], [9.805583, 4.019889]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;47&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#c49c94&quot;, &quot;cml_id&quot;: &quot;4.021528N-9.798792E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.743889, 4.0194, 9.748472, 4.023111], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.743889, 4.0194], [9.748472, 4.023111]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;48&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#c49c94&quot;, &quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738528, 4.015972, 9.780278, 4.023889], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738528, 4.015972], [9.780278, 4.023889]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;49&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#c49c94&quot;, &quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.767719, 4.0105, 9.767833, 4.029], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.767719, 4.0105]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;50&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#c49c94&quot;, &quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.756817, 4.008442, 9.767833, 4.029], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.756817, 4.008442]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;51&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#c49c94&quot;, &quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738528, 4.015972, 9.757556, 4.0195], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738528, 4.015972], [9.757556, 4.0195]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;52&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#c49c94&quot;, &quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.77026, 4.033028, 9.774333, 4.03527], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.774333, 4.033028], [9.77026, 4.03527]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;53&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#c49c94&quot;, &quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738528, 4.015972, 9.768083, 4.017917], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738528, 4.015972], [9.768083, 4.017917]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;54&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#c49c94&quot;, &quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745083, 4.002553, 9.767833, 4.029], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.745083, 4.002553]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;55&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#c49c94&quot;, &quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.762056, 4.004472, 9.767833, 4.029], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.762056, 4.004472]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;56&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#c49c94&quot;, &quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.778111, 4.004194, 9.799472, 4.012278], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.799472, 4.004194], [9.778111, 4.012278]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;57&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#c49c94&quot;, &quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.76732, 4.003512, 9.767719, 4.0105], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.76732, 4.003512], [9.767719, 4.0105]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;58&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#c49c94&quot;, &quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745083, 4.002553, 9.748639, 4.003231], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.745083, 4.002553], [9.748639, 4.003231]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;59&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#c49c94&quot;, &quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.75885, 3.99663, 9.763806, 3.997361], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.763806, 3.997361], [9.75885, 3.99663]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;60&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#c49c94&quot;, &quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.766222, 4.029, 9.767833, 4.046556], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.766222, 4.046556]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;61&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#c49c94&quot;, &quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.787167, 3.97866, 9.81613, 3.992722], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.787167, 3.992722], [9.81613, 3.97866]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;62&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#c49c94&quot;, &quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.755167, 4.029, 9.767833, 4.037361], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.755167, 4.037361]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;63&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#c49c94&quot;, &quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.763806, 3.997361, 9.767833, 4.029], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.763806, 3.997361]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;64&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#c49c94&quot;, &quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.767833, 4.02125, 9.77399, 4.029], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.77399, 4.02125]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;65&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#c49c94&quot;, &quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.750917, 4.053667, 9.775889, 4.05525], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.775889, 4.05525]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;66&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#7f7f7f&quot;, &quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;id&quot;: &quot;Meteo_IUT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.743528, 4.053667, 9.750917, 4.059611], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.743528, 4.059611]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;67&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#7f7f7f&quot;, &quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;id&quot;: &quot;Meteo_IUT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.750917, 4.053667, 9.759558, 4.066322], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.759558, 4.066322]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;68&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#7f7f7f&quot;, &quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;id&quot;: &quot;Meteo_IUT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.750917, 4.053667, 9.754444, 4.058167], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.754444, 4.058167]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;69&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#7f7f7f&quot;, &quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;id&quot;: &quot;Meteo_IUT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.750917, 4.053667, 9.75311, 4.064069], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.75311, 4.064069]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;70&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#7f7f7f&quot;, &quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;id&quot;: &quot;Meteo_IUT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.743528, 4.059611, 9.74569, 4.06356], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.743528, 4.059611], [9.74569, 4.06356]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;71&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#7f7f7f&quot;, &quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;id&quot;: &quot;Meteo_IUT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.750917, 4.053667, 9.767778, 4.064361], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.767778, 4.064361]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;72&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#7f7f7f&quot;, &quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;id&quot;: &quot;Meteo_IUT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745173, 4.056894, 9.745173, 4.056894], &quot;geometry&quot;: {&quot;coordinates&quot;: [9.745173, 4.056894], &quot;type&quot;: &quot;Point&quot;}, &quot;id&quot;: &quot;73&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#7f7f7f&quot;, &quot;cml_id&quot;: null, &quot;id&quot;: &quot;Meteo_IUT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.686417, 4.029381, 9.696744, 4.029444], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.686417, 4.029444]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;74&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.72547, 4.071389, 9.729139, 4.07139], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.729139, 4.071389], [9.72547, 4.07139]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;75&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.71287, 4.06688, 9.714869, 4.071278], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714869, 4.071278], [9.71287, 4.06688]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;76&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.714664, 4.06425, 9.721058, 4.084075], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714664, 4.06425], [9.721058, 4.084075]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;77&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.701944, 4.028333, 9.705139, 4.029083], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.701944, 4.029083], [9.705139, 4.028333]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;78&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.711917, 4.037722, 9.733028, 4.040819], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733028, 4.040819], [9.711917, 4.037722]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;79&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.67025, 4.022056, 9.69027, 4.02603], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.67025, 4.022056], [9.69027, 4.02603]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;80&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.024043N-9.680260E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.719417, 4.070306, 9.719639, 4.079889], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.719639, 4.070306], [9.719417, 4.079889]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;81&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.694556, 4.022917, 9.696744, 4.029381], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.694556, 4.022917]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;82&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696744, 4.02238, 9.70976, 4.029381], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.70976, 4.02238]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;83&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.719417, 4.07625, 9.721778, 4.079889], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.719417, 4.079889], [9.721778, 4.07625]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;84&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696744, 4.02012, 9.69921, 4.029381], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.69921, 4.02012]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;85&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.722972, 4.065667, 9.729139, 4.071389], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.722972, 4.065667], [9.729139, 4.071389]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;86&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696744, 4.0115, 9.721083, 4.029381], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.721083, 4.0115]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;87&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.72629, 4.01048, 9.727083, 4.023444], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.727083, 4.023444], [9.72629, 4.01048]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;88&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.701194, 4.008306, 9.705944, 4.01775], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.705944, 4.01775], [9.701194, 4.008306]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;89&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.72684, 4.01658, 9.733028, 4.040819], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733028, 4.040819], [9.72684, 4.01658]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;90&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.714664, 4.06425, 9.72547, 4.07139], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714664, 4.06425], [9.72547, 4.07139]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;91&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.691575, 4.029381, 9.696744, 4.032433], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.691575, 4.032433]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;92&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.710083, 4.063917, 9.71287, 4.06688], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.710083, 4.063917], [9.71287, 4.06688]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;93&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.701944, 4.029083, 9.709194, 4.032028], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.701944, 4.029083], [9.709194, 4.032028]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;94&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.703528, 4.044694, 9.706861, 4.051333], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.703528, 4.044694], [9.706861, 4.051333]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;95&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.048013N-9.705195E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.71598, 4.04642, 9.721043, 4.048586], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.71598, 4.04642], [9.721043, 4.048586]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;96&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.699006, 4.040886, 9.721043, 4.048586], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.699006, 4.040886], [9.721043, 4.048586]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;97&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.72575, 4.041694, 9.728389, 4.0475], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.728389, 4.041694], [9.72575, 4.0475]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;98&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.700739, 4.043194, 9.707889, 4.044661], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.707889, 4.043194], [9.700739, 4.044661]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;99&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.706861, 4.0465, 9.708472, 4.051333], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.706861, 4.051333], [9.708472, 4.0465]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;100&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.686417, 4.041417, 9.688194, 4.04625], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.686417, 4.041417], [9.688194, 4.04625]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;101&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.043833N-9.687306E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.69725, 4.040886, 9.699006, 4.04425], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.699006, 4.040886], [9.69725, 4.04425]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;102&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.702978, 4.028444, 9.73025, 4.056559], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.702978, 4.056559], [9.73025, 4.028444]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;103&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.683883, 4.033886, 9.688056, 4.037472], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.683883, 4.033886], [9.688056, 4.037472]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;104&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.728389, 4.040819, 9.733028, 4.041694], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733028, 4.040819], [9.728389, 4.041694]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;105&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.686417, 4.040697, 9.689827, 4.041417], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.686417, 4.041417], [9.689827, 4.040697]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;106&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.041057N-9.688122E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.699006, 4.03931, 9.70265, 4.040886], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.699006, 4.040886], [9.70265, 4.03931]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;107&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.704083, 4.04244, 9.707889, 4.043194], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.704083, 4.04244], [9.707889, 4.043194]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;108&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.730603, 4.051833, 9.730603, 4.051833], &quot;geometry&quot;: {&quot;coordinates&quot;: [9.730603, 4.051833], &quot;type&quot;: &quot;Point&quot;}, &quot;id&quot;: &quot;109&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: null, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.698333, 4.04675, 9.698917, 4.049556], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.698333, 4.049556], [9.698917, 4.04675]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;110&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.702389, 4.04825, 9.704556, 4.052444], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.702389, 4.052444], [9.704556, 4.04825]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;111&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.703794, 4.036926, 9.706106, 4.040083], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.706106, 4.040083], [9.703794, 4.036926]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;112&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.714664, 4.061556, 9.719389, 4.06425], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714664, 4.06425], [9.719389, 4.061556]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;113&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.704333, 4.059583, 9.706333, 4.065972], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.704333, 4.059583], [9.706333, 4.065972]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;114&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696744, 4.029381, 9.699417, 4.033417], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.699417, 4.033417]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;115&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.708444, 4.058638, 9.715412, 4.060333], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.708444, 4.060333], [9.715412, 4.058638]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;116&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.727083, 4.023444, 9.733028, 4.040819], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733028, 4.040819], [9.727083, 4.023444]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;117&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.71203, 4.032, 9.71564, 4.03312], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.71564, 4.032], [9.71203, 4.03312]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;118&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.714664, 4.053242, 9.720853, 4.06425], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714664, 4.06425], [9.720853, 4.053242]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;119&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.725667, 4.028583, 9.733028, 4.040819], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733028, 4.040819], [9.725667, 4.028583]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;120&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696744, 4.029381, 9.699006, 4.040886], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.699006, 4.040886]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;121&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.691575, 4.032433, 9.691889, 4.035333], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.691575, 4.032433], [9.691889, 4.035333]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;122&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.73456, 4.015972, 9.738528, 4.01734], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738528, 4.015972], [9.73456, 4.01734]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;123&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9edae5&quot;, &quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;id&quot;: &quot;SOCATUR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.739644, 4.048272, 9.741306, 4.052028], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.741306, 4.052028], [9.739644, 4.048272]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;124&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9edae5&quot;, &quot;cml_id&quot;: &quot;4.050150N-9.740475E&quot;, &quot;id&quot;: &quot;SOCATUR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.723611, 4.009639, 9.741417, 4.020194], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.741417, 4.009639], [9.723611, 4.020194]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;125&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9edae5&quot;, &quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;id&quot;: &quot;SOCATUR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.73325, 4.015972, 9.738528, 4.035278], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738528, 4.015972], [9.73325, 4.035278]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;126&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9edae5&quot;, &quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;id&quot;: &quot;SOCATUR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.733028, 4.040819, 9.747639, 4.043778], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733028, 4.040819], [9.747639, 4.043778]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;127&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9edae5&quot;, &quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;id&quot;: &quot;SOCATUR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.737194, 4.022139, 9.741992, 4.0284], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.737194, 4.022139], [9.741992, 4.0284]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;128&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9edae5&quot;, &quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;id&quot;: &quot;SOCATUR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.754583, 4.03875, 9.762056, 4.043386], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.762056, 4.03875], [9.754583, 4.043386]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;129&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9edae5&quot;, &quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;id&quot;: &quot;SOCATUR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.750917, 4.047389, 9.756833, 4.053667], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.756833, 4.047389]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;130&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9edae5&quot;, &quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;id&quot;: &quot;SOCATUR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.72802, 4.015972, 9.738528, 4.03279], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738528, 4.015972], [9.72802, 4.03279]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;131&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9edae5&quot;, &quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;id&quot;: &quot;SOCATUR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.733028, 4.038342, 9.741011, 4.040819], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733028, 4.040819], [9.741011, 4.038342]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;132&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9edae5&quot;, &quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;id&quot;: &quot;SOCATUR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745514, 4.047314, 9.745514, 4.047314], &quot;geometry&quot;: {&quot;coordinates&quot;: [9.745514, 4.047314], &quot;type&quot;: &quot;Point&quot;}, &quot;id&quot;: &quot;133&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9edae5&quot;, &quot;cml_id&quot;: null, &quot;id&quot;: &quot;SOCATUR&quot;}, &quot;type&quot;: &quot;Feature&quot;}], &quot;type&quot;: &quot;FeatureCollection&quot;});
&#10;        
    &#10;    geo_json_795c4f60a8170425c671e3a5ce4bb8c8.bindTooltip(
    function(layer){
    let div = L.DomUtil.create(&#x27;div&#x27;);
    &#10;    let handleObject = feature =&gt; {
        if (feature === null) {
            return &#x27;&#x27;;
        } else if (typeof(feature)==&#x27;object&#x27;) {
            return JSON.stringify(feature);
        } else {
            return feature;
        }
    }
    let fields = [&quot;cml_id&quot;, &quot;id&quot;];
    let aliases = [&quot;cml_id&quot;, &quot;id&quot;];
    let table = &#x27;&lt;table&gt;&#x27; +
        String(
        fields.map(
        (v,i)=&gt;
        `&lt;tr&gt;
            &lt;th&gt;${aliases[i]}&lt;/th&gt;
            &#10;            &lt;td&gt;${handleObject(layer.feature.properties[v])}&lt;/td&gt;
        &lt;/tr&gt;`).join(&#x27;&#x27;))
    +&#x27;&lt;/table&gt;&#x27;;
    div.innerHTML=table;
    &#10;    return div
    }
    ,{
  &quot;sticky&quot;: true,
  &quot;className&quot;: &quot;foliumtooltip&quot;,
});
                     &#10;    
            geo_json_795c4f60a8170425c671e3a5ce4bb8c8.addTo(map_d55406600c3bcc7962e945e806c3b1d5);
        &#10;    
            var tile_layer_b0e99867632e613b5e12d4816604f5f2 = L.tileLayer(
                &quot;https://tile.openstreetmap.org/{z}/{x}/{y}.png&quot;,
                {
  &quot;minZoom&quot;: 0,
  &quot;maxZoom&quot;: 19,
  &quot;maxNativeZoom&quot;: 19,
  &quot;noWrap&quot;: false,
  &quot;attribution&quot;: &quot;\u0026copy; \u003ca href=\&quot;https://www.openstreetmap.org/copyright\&quot;\u003eOpenStreetMap\u003c/a\u003e contributors&quot;,
  &quot;subdomains&quot;: &quot;abc&quot;,
  &quot;detectRetina&quot;: false,
  &quot;tms&quot;: false,
  &quot;opacity&quot;: 1,
}
&#10;            );
        &#10;    
            var tile_layer_73c06ba967ff7b7f499e4f4f069ebd24 = L.tileLayer(
                &quot;https://{s}.tile.opentopomap.org/{z}/{x}/{y}.png&quot;,
                {
  &quot;minZoom&quot;: 0,
  &quot;maxZoom&quot;: 17,
  &quot;maxNativeZoom&quot;: 17,
  &quot;noWrap&quot;: false,
  &quot;attribution&quot;: &quot;Map data: \u0026copy; \u003ca href=\&quot;https://www.openstreetmap.org/copyright\&quot;\u003eOpenStreetMap\u003c/a\u003e contributors, \u003ca href=\&quot;http://viewfinderpanoramas.org\&quot;\u003eSRTM\u003c/a\u003e | Map style: \u0026copy; \u003ca href=\&quot;https://opentopomap.org\&quot;\u003eOpenTopoMap\u003c/a\u003e (\u003ca href=\&quot;https://creativecommons.org/licenses/by-sa/3.0/\&quot;\u003eCC-BY-SA\u003c/a\u003e)&quot;,
  &quot;subdomains&quot;: &quot;abc&quot;,
  &quot;detectRetina&quot;: false,
  &quot;tms&quot;: false,
  &quot;opacity&quot;: 1,
}
&#10;            );
        &#10;    
            var tile_layer_97f4f5d3488b5ae33f9e33179dd86081 = L.tileLayer(
                &quot;https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}&quot;,
                {
  &quot;minZoom&quot;: 0,
  &quot;maxZoom&quot;: 18,
  &quot;maxNativeZoom&quot;: 18,
  &quot;noWrap&quot;: false,
  &quot;attribution&quot;: &quot;Tiles \u0026copy; Esri \u0026mdash; Source: Esri, i-cubed, USDA, USGS, AEX, GeoEye, Getmapping, Aerogrid, IGN, IGP, UPR-EGP, and the GIS User Community&quot;,
  &quot;subdomains&quot;: &quot;abc&quot;,
  &quot;detectRetina&quot;: false,
  &quot;tms&quot;: false,
  &quot;opacity&quot;: 1,
}
&#10;            );
        &#10;    
            var tile_layer_b366def440b6f81d212a1eff289ef66b = L.tileLayer(
                &quot;https://server.arcgisonline.com/ArcGIS/rest/services/Canvas/World_Light_Gray_Base/MapServer/tile/{z}/{y}/{x}&quot;,
                {
  &quot;minZoom&quot;: 0,
  &quot;maxZoom&quot;: 16,
  &quot;maxNativeZoom&quot;: 16,
  &quot;noWrap&quot;: false,
  &quot;attribution&quot;: &quot;Tiles \u0026copy; Esri \u0026mdash; Esri, DeLorme, NAVTEQ&quot;,
  &quot;subdomains&quot;: &quot;abc&quot;,
  &quot;detectRetina&quot;: false,
  &quot;tms&quot;: false,
  &quot;opacity&quot;: 1,
}
&#10;            );
        &#10;    
            tile_layer_b366def440b6f81d212a1eff289ef66b.addTo(map_d55406600c3bcc7962e945e806c3b1d5);
        &#10;    
            var layer_control_e562ba2e44543c2e65ef1bfc22815825_layers = {
                base_layers : {
                    &quot;OpenStreetMap&quot; : tile_layer_b0e99867632e613b5e12d4816604f5f2,
                    &quot;OpenTopoMap&quot; : tile_layer_73c06ba967ff7b7f499e4f4f069ebd24,
                    &quot;Esri.WorldImagery&quot; : tile_layer_97f4f5d3488b5ae33f9e33179dd86081,
                    &quot;Esri.WorldGrayCanvas&quot; : tile_layer_b366def440b6f81d212a1eff289ef66b,
                },
                overlays :  {
                    &quot;Link-Gauge groups&quot; : geo_json_795c4f60a8170425c671e3a5ce4bb8c8,
                },
            };
            let layer_control_e562ba2e44543c2e65ef1bfc22815825 = L.control.layers(
                layer_control_e562ba2e44543c2e65ef1bfc22815825_layers.base_layers,
                layer_control_e562ba2e44543c2e65ef1bfc22815825_layers.overlays,
                {
  &quot;position&quot;: &quot;topright&quot;,
  &quot;collapsed&quot;: true,
  &quot;autoZIndex&quot;: true,
}
            ).addTo(map_d55406600c3bcc7962e945e806c3b1d5);
&#10;        
    &#10;            L.control.fullscreen(
                {
  &quot;position&quot;: &quot;topright&quot;,
  &quot;title&quot;: &quot;Full Screen&quot;,
  &quot;titleCancel&quot;: &quot;Exit Full Screen&quot;,
  &quot;forceSeparateButton&quot;: true,
}
            ).addTo(map_d55406600c3bcc7962e945e806c3b1d5);
        &#10;    
&#10;            var geocoderOpts_geocoder_f760fec9a81df35dd3a7ae2613034778 = {
  &quot;collapsed&quot;: true,
  &quot;position&quot;: &quot;topright&quot;,
  &quot;defaultMarkGeocode&quot;: false,
  &quot;zoom&quot;: 11,
  &quot;provider&quot;: &quot;nominatim&quot;,
  &quot;providerOptions&quot;: {
},
};
&#10;            // note: geocoder name should start with lowercase
            var geocoderName_geocoder_f760fec9a81df35dd3a7ae2613034778 = geocoderOpts_geocoder_f760fec9a81df35dd3a7ae2613034778[&quot;provider&quot;];
&#10;            var customGeocoder_geocoder_f760fec9a81df35dd3a7ae2613034778 = L.Control.Geocoder[ geocoderName_geocoder_f760fec9a81df35dd3a7ae2613034778 ](
                geocoderOpts_geocoder_f760fec9a81df35dd3a7ae2613034778[&#x27;providerOptions&#x27;]
            );
            geocoderOpts_geocoder_f760fec9a81df35dd3a7ae2613034778[&quot;geocoder&quot;] = customGeocoder_geocoder_f760fec9a81df35dd3a7ae2613034778;
&#10;            L.Control.geocoder(
                geocoderOpts_geocoder_f760fec9a81df35dd3a7ae2613034778
            ).on(&#x27;markgeocode&#x27;, function(e) {
                var zoom = geocoderOpts_geocoder_f760fec9a81df35dd3a7ae2613034778[&#x27;zoom&#x27;] || map_d55406600c3bcc7962e945e806c3b1d5.getZoom();
                map_d55406600c3bcc7962e945e806c3b1d5.setView(e.geocode.center, zoom);
            }).addTo(map_d55406600c3bcc7962e945e806c3b1d5);
&#10;        
    &#10;            var measure_control_1741d68bcf51ff6bc58b94b38205252d = new L.Control.Measure(
                {
  &quot;position&quot;: &quot;bottomright&quot;,
  &quot;primaryLengthUnit&quot;: &quot;meters&quot;,
  &quot;secondaryLengthUnit&quot;: &quot;miles&quot;,
  &quot;primaryAreaUnit&quot;: &quot;sqmeters&quot;,
  &quot;secondaryAreaUnit&quot;: &quot;acres&quot;,
});
            map_d55406600c3bcc7962e945e806c3b1d5.addControl(measure_control_1741d68bcf51ff6bc58b94b38205252d);
&#10;            // Workaround for using this plugin with Leaflet&gt;=1.8.0
            // https://github.com/ljagis/leaflet-measure/issues/171
            L.Control.Measure.include({
                _setCaptureMarkerIcon: function () {
                    // disable autopan
                    this._captureMarker.options.autoPanOnFocus = false;
                    // default function
                    this._captureMarker.setIcon(
                        L.divIcon({
                            iconSize: this._map.getSize().multiplyBy(2)
                        })
                    );
                },
            });
&#10;        
    &#10;            geo_json_795c4f60a8170425c671e3a5ce4bb8c8.addTo(map_d55406600c3bcc7962e945e806c3b1d5);
        &#10;    
            tile_layer_b366def440b6f81d212a1eff289ef66b.addTo(map_d55406600c3bcc7962e945e806c3b1d5);
        &#10;&lt;/script&gt;
&lt;/html&gt;" style="position:absolute;width:100%;height:100%;left:0;top:0;border:none !important;" allowfullscreen webkitallowfullscreen mozallowfullscreen></iframe></div></div>

Geopandas explore will assign colors automatically which is very useful.
However in some cases we might want to add custom colors.

``` python
color_mapper = {
'Campus_2_Universite': '#1f77b4',
'Ecole_Saint_Andre_PK11': '#ff7f0e',
'Eglise_Pie_X_PK14': '#2ca02c',
'Hopital_des_Soeurs_Logpom': '#d62728',
'Lycee_NYALLA': '#9467bd',
'Meteo_IUT': '#8c564b',
'Piscine_CITE_SIC': '#e377c2',
'SOCATUR': '#ffd000ff'
}
m = explore_link_gauge_groups(cml_with_gauges, gauges, id_to_color=color_mapper)
```

<details class="code-fold">
<summary>Code</summary>

``` python
m.options['scrollWheelZoom'] = False
m
```

</details>

<div style="width:100%;"><div style="position:relative;width:100%;height:0;padding-bottom:60%;"><span style="color:#565656">Make this Notebook Trusted to load map: File -> Trust Notebook</span><iframe srcdoc="&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
    &#10;    &lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=UTF-8&quot; /&gt;
    &lt;script src=&quot;https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.js&quot;&gt;&lt;/script&gt;
    &lt;script src=&quot;https://code.jquery.com/jquery-3.7.1.min.js&quot;&gt;&lt;/script&gt;
    &lt;script src=&quot;https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js&quot;&gt;&lt;/script&gt;
    &lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js&quot;&gt;&lt;/script&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.css&quot;/&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css&quot;/&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css&quot;/&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2.0/css/all.min.css&quot;/&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css&quot;/&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/gh/python-visualization/folium/folium/templates/leaflet.awesome.rotate.min.css&quot;/&gt;
    &#10;            &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width,
                initial-scale=1.0, maximum-scale=1.0, user-scalable=no&quot; /&gt;
            &lt;style&gt;
                #map_a26aacb2be0e5913b024ce629a0c9c27 {
                    position: relative;
                    width: 100.0%;
                    height: 100.0%;
                    left: 0.0%;
                    top: 0.0%;
                }
                .leaflet-container { font-size: 1rem; }
            &lt;/style&gt;
&#10;            &lt;style&gt;html, body {
                width: 100%;
                height: 100%;
                margin: 0;
                padding: 0;
            }
            &lt;/style&gt;
&#10;            &lt;style&gt;#map {
                position:absolute;
                top:0;
                bottom:0;
                right:0;
                left:0;
                }
            &lt;/style&gt;
&#10;            &lt;script&gt;
                L_NO_TOUCH = false;
                L_DISABLE_3D = false;
            &lt;/script&gt;
&#10;        
    &#10;                    &lt;style&gt;
                        .foliumtooltip {
                            &#10;                        }
                       .foliumtooltip table{
                            margin: auto;
                        }
                        .foliumtooltip tr{
                            text-align: left;
                        }
                        .foliumtooltip th{
                            padding: 2px; padding-right: 8px;
                        }
                    &lt;/style&gt;
            &#10;    &lt;script src=&quot;https://cdn.jsdelivr.net/npm/leaflet.fullscreen@3.0.0/Control.FullScreen.min.js&quot;&gt;&lt;/script&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/leaflet.fullscreen@3.0.0/Control.FullScreen.css&quot;/&gt;
    &lt;script src=&quot;https://unpkg.com/leaflet-control-geocoder/dist/Control.Geocoder.js&quot;&gt;&lt;/script&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://unpkg.com/leaflet-control-geocoder/dist/Control.Geocoder.css&quot;/&gt;
    &lt;script src=&quot;https://cdn.jsdelivr.net/gh/ljagis/leaflet-measure@2.1.7/dist/leaflet-measure.min.js&quot;&gt;&lt;/script&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/gh/ljagis/leaflet-measure@2.1.7/dist/leaflet-measure.min.css&quot;/&gt;
    &#10;    &lt;script src=&quot;https://code.jquery.com/ui/1.12.1/jquery-ui.js&quot;&gt;&lt;/script&gt;
    &lt;script&gt;$( function() {
        $( &quot;.maplegend&quot; ).draggable({
            start: function (event, ui) {
                $(this).css({
                    right: &quot;auto&quot;,
                    top: &quot;auto&quot;,
                    bottom: &quot;auto&quot;
                });
            }
        });
    });
    &lt;/script&gt;
    &lt;style type=&#x27;text/css&#x27;&gt;
      .maplegend {
        position: absolute;
        z-index:9999;
        background-color: rgba(255, 255, 255, .8);
        border-radius: 5px;
        box-shadow: 0 0 15px rgba(0,0,0,0.2);
        padding: 10px;
        font: 12px/14px Arial, Helvetica, sans-serif;
        right: 10px;
        bottom: 20px;
      }
      .maplegend .legend-title {
        text-align: left;
        margin-bottom: 5px;
        font-weight: bold;
        }
      .maplegend .legend-scale ul {
        margin: 0;
        margin-bottom: 0px;
        padding: 0;
        float: left;
        list-style: none;
        }
      .maplegend .legend-scale ul li {
        list-style: none;
        margin-left: 0;
        line-height: 16px;
        margin-bottom: 2px;
        }
      .maplegend ul.legend-labels li span {
        display: block;
        float: left;
        height: 14px;
        width: 14px;
        margin-right: 5px;
        margin-left: 0;
        border: 0px solid #ccc;
        }
      .maplegend .legend-source {
        color: #777;
        clear: both;
        }
      .maplegend a {
        color: #777;
        }
    &lt;/style&gt;
    &#10;&lt;/head&gt;
&lt;body&gt;
    &#10;    
    &lt;div id=&#x27;maplegend id&#x27; class=&#x27;maplegend&#x27;&gt;
        &lt;div class=&#x27;legend-title&#x27;&gt;id&lt;/div&gt;
        &lt;div class=&#x27;legend-scale&#x27;&gt;
            &lt;ul class=&#x27;legend-labels&#x27;&gt;
                &lt;li&gt;&lt;span style=&#x27;background:#1f77b4&#x27;&gt;&lt;/span&gt;Campus_2_Universite&lt;/li&gt;
                &lt;li&gt;&lt;span style=&#x27;background:#ff7f0e&#x27;&gt;&lt;/span&gt;Ecole_Saint_Andre_PK11&lt;/li&gt;
                &lt;li&gt;&lt;span style=&#x27;background:#2ca02c&#x27;&gt;&lt;/span&gt;Eglise_Pie_X_PK14&lt;/li&gt;
                &lt;li&gt;&lt;span style=&#x27;background:#d62728&#x27;&gt;&lt;/span&gt;Hopital_des_Soeurs_Logpom&lt;/li&gt;
                &lt;li&gt;&lt;span style=&#x27;background:#9467bd&#x27;&gt;&lt;/span&gt;Lycee_NYALLA&lt;/li&gt;
                &lt;li&gt;&lt;span style=&#x27;background:#8c564b&#x27;&gt;&lt;/span&gt;Meteo_IUT&lt;/li&gt;
                &lt;li&gt;&lt;span style=&#x27;background:#e377c2&#x27;&gt;&lt;/span&gt;Piscine_CITE_SIC&lt;/li&gt;
                &lt;li&gt;&lt;span style=&#x27;background:#ffd000&#x27;&gt;&lt;/span&gt;SOCATUR&lt;/li&gt;
            &lt;/ul&gt;
        &lt;/div&gt;
    &lt;/div&gt;
    &#10;    
    &lt;script&gt;
    document.addEventListener(&#x27;DOMContentLoaded&#x27;, function() {
        setTimeout(function() {
            var map = Object.values(window).find(v =&gt; v instanceof L.Map);
            map.eachLayer(function(layer) {
                if (layer.feature &amp;&amp; layer.feature.properties &amp;&amp; layer.feature.properties.cml_id) {
                    layer.on(&#x27;contextmenu&#x27;, function(e) {
                        L.DomEvent.stopPropagation(e);
                        L.DomEvent.preventDefault(e);
                        var cmlId = e.target.feature.properties.cml_id;
                        // var jsonObj = JSON.stringify(cmlId);
                        navigator.clipboard.writeText(cmlId);
                        // console.log(&#x27;Copied:&#x27;, jsonObj);
                        console.log(&#x27;Copied:&#x27;, cmlId);
                    });
                }
            });
        }, 1000);
    });
    &lt;/script&gt;
    &#10;    
            &lt;div class=&quot;folium-map&quot; id=&quot;map_a26aacb2be0e5913b024ce629a0c9c27&quot; &gt;&lt;/div&gt;
        &#10;&lt;/body&gt;
&lt;script&gt;
    &#10;    
            var map_a26aacb2be0e5913b024ce629a0c9c27 = L.map(
                &quot;map_a26aacb2be0e5913b024ce629a0c9c27&quot;,
                {
                    center: [4.0407554999999995, 9.743189999999998],
                    crs: L.CRS.EPSG3857,
                    ...{
  &quot;zoom&quot;: 10,
  &quot;zoomControl&quot;: true,
  &quot;preferCanvas&quot;: false,
  &quot;scrollWheelZoom&quot;: false,
}
&#10;                }
            );
            L.control.scale().addTo(map_a26aacb2be0e5913b024ce629a0c9c27);
&#10;            
&#10;        
    &#10;            map_a26aacb2be0e5913b024ce629a0c9c27.fitBounds(
                [[3.97665, 9.67025], [4.104861, 9.81613]],
                {}
            );
        &#10;    
        function geo_json_8ed5af07acc4bb9dc46aa68b846f81b1_styler(feature) {
            switch(feature.id) {
                case &quot;0&quot;: case &quot;1&quot;: case &quot;2&quot;: case &quot;3&quot;: case &quot;4&quot;: case &quot;5&quot;: case &quot;6&quot;: 
                    return {&quot;color&quot;: &quot;#1f77b4&quot;, &quot;fillColor&quot;: &quot;#1f77b4&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;7&quot;: case &quot;8&quot;: case &quot;9&quot;: case &quot;10&quot;: case &quot;11&quot;: case &quot;12&quot;: case &quot;13&quot;: 
                    return {&quot;color&quot;: &quot;#ff7f0e&quot;, &quot;fillColor&quot;: &quot;#ff7f0e&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;14&quot;: case &quot;15&quot;: case &quot;16&quot;: case &quot;17&quot;: case &quot;18&quot;: case &quot;19&quot;: case &quot;20&quot;: case &quot;21&quot;: case &quot;22&quot;: 
                    return {&quot;color&quot;: &quot;#2ca02c&quot;, &quot;fillColor&quot;: &quot;#2ca02c&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;23&quot;: case &quot;24&quot;: case &quot;25&quot;: case &quot;26&quot;: case &quot;27&quot;: case &quot;28&quot;: case &quot;29&quot;: case &quot;30&quot;: case &quot;31&quot;: case &quot;32&quot;: case &quot;33&quot;: case &quot;34&quot;: case &quot;35&quot;: case &quot;36&quot;: case &quot;37&quot;: case &quot;38&quot;: case &quot;39&quot;: case &quot;40&quot;: case &quot;41&quot;: 
                    return {&quot;color&quot;: &quot;#d62728&quot;, &quot;fillColor&quot;: &quot;#d62728&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;42&quot;: case &quot;43&quot;: case &quot;44&quot;: case &quot;45&quot;: case &quot;46&quot;: case &quot;47&quot;: case &quot;48&quot;: case &quot;49&quot;: case &quot;50&quot;: case &quot;51&quot;: case &quot;52&quot;: case &quot;53&quot;: case &quot;54&quot;: case &quot;55&quot;: case &quot;56&quot;: case &quot;57&quot;: case &quot;58&quot;: case &quot;59&quot;: case &quot;60&quot;: case &quot;61&quot;: case &quot;62&quot;: case &quot;63&quot;: case &quot;64&quot;: case &quot;65&quot;: 
                    return {&quot;color&quot;: &quot;#9467bd&quot;, &quot;fillColor&quot;: &quot;#9467bd&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;66&quot;: case &quot;67&quot;: case &quot;68&quot;: case &quot;69&quot;: case &quot;70&quot;: case &quot;71&quot;: case &quot;72&quot;: case &quot;73&quot;: 
                    return {&quot;color&quot;: &quot;#8c564b&quot;, &quot;fillColor&quot;: &quot;#8c564b&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;123&quot;: case &quot;124&quot;: case &quot;125&quot;: case &quot;126&quot;: case &quot;127&quot;: case &quot;128&quot;: case &quot;129&quot;: case &quot;130&quot;: case &quot;131&quot;: case &quot;132&quot;: case &quot;133&quot;: 
                    return {&quot;color&quot;: &quot;#ffd000&quot;, &quot;fillColor&quot;: &quot;#ffd000&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                default:
                    return {&quot;color&quot;: &quot;#e377c2&quot;, &quot;fillColor&quot;: &quot;#e377c2&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
            }
        }
        function geo_json_8ed5af07acc4bb9dc46aa68b846f81b1_highlighter(feature) {
            switch(feature.id) {
                default:
                    return {&quot;fillOpacity&quot;: 0.75};
            }
        }
        function geo_json_8ed5af07acc4bb9dc46aa68b846f81b1_pointToLayer(feature, latlng) {
            var opts = {
  &quot;stroke&quot;: true,
  &quot;color&quot;: &quot;#3388ff&quot;,
  &quot;weight&quot;: 3,
  &quot;opacity&quot;: 1.0,
  &quot;lineCap&quot;: &quot;round&quot;,
  &quot;lineJoin&quot;: &quot;round&quot;,
  &quot;dashArray&quot;: null,
  &quot;dashOffset&quot;: null,
  &quot;fill&quot;: true,
  &quot;fillColor&quot;: &quot;#3388ff&quot;,
  &quot;fillOpacity&quot;: 0.2,
  &quot;fillRule&quot;: &quot;evenodd&quot;,
  &quot;bubblingMouseEvents&quot;: true,
  &quot;radius&quot;: 8,
};
            &#10;            let style = geo_json_8ed5af07acc4bb9dc46aa68b846f81b1_styler(feature)
            Object.assign(opts, style)
            &#10;            return new L.CircleMarker(latlng, opts)
        }
&#10;        function geo_json_8ed5af07acc4bb9dc46aa68b846f81b1_onEachFeature(feature, layer) {
&#10;            layer.on({
                mouseout: function(e) {
                    if(typeof e.target.setStyle === &quot;function&quot;){
                            geo_json_8ed5af07acc4bb9dc46aa68b846f81b1.resetStyle(e.target);
                    }
                },
                mouseover: function(e) {
                    if(typeof e.target.setStyle === &quot;function&quot;){
                        const highlightStyle = geo_json_8ed5af07acc4bb9dc46aa68b846f81b1_highlighter(e.target.feature)
                        e.target.setStyle(highlightStyle);
                    }
                },
            });
        };
        var geo_json_8ed5af07acc4bb9dc46aa68b846f81b1 = L.geoJson(null, {
                onEachFeature: geo_json_8ed5af07acc4bb9dc46aa68b846f81b1_onEachFeature,
            &#10;                style: geo_json_8ed5af07acc4bb9dc46aa68b846f81b1_styler,
                pointToLayer: geo_json_8ed5af07acc4bb9dc46aa68b846f81b1_pointToLayer,
            ...{
}
        });
&#10;        function geo_json_8ed5af07acc4bb9dc46aa68b846f81b1_add (data) {
            geo_json_8ed5af07acc4bb9dc46aa68b846f81b1
                .addData(data);
        }
            geo_json_8ed5af07acc4bb9dc46aa68b846f81b1_add({&quot;bbox&quot;: [9.67025, 3.97665, 9.81613, 4.104861], &quot;features&quot;: [{&quot;bbox&quot;: [9.736111, 4.072222, 9.742681, 4.072661], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.736111, 4.072222], [9.742681, 4.072661]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;0&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#1f77b4&quot;, &quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;id&quot;: &quot;Campus_2_Universite&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.73381, 4.08679, 9.736042, 4.091278], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.73381, 4.08679], [9.736042, 4.091278]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;1&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#1f77b4&quot;, &quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;id&quot;: &quot;Campus_2_Universite&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.74233361, 4.05663859, 9.74233361, 4.05663859], &quot;geometry&quot;: {&quot;coordinates&quot;: [9.74233361, 4.05663859], &quot;type&quot;: &quot;Point&quot;}, &quot;id&quot;: &quot;2&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#1f77b4&quot;, &quot;cml_id&quot;: null, &quot;id&quot;: &quot;Campus_2_Universite&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738694, 4.054186, 9.745611, 4.058056], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738694, 4.058056], [9.745611, 4.054186]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;3&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#1f77b4&quot;, &quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;id&quot;: &quot;Campus_2_Universite&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.729444, 4.091278, 9.736042, 4.091944], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.729444, 4.091944], [9.736042, 4.091278]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;4&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#1f77b4&quot;, &quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;id&quot;: &quot;Campus_2_Universite&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.726194, 4.053667, 9.750917, 4.060028], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.726194, 4.060028], [9.750917, 4.053667]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;5&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#1f77b4&quot;, &quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;id&quot;: &quot;Campus_2_Universite&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.734028, 4.053667, 9.750917, 4.06025], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.734028, 4.06025]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;6&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#1f77b4&quot;, &quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;id&quot;: &quot;Campus_2_Universite&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.771911, 4.049658, 9.777253, 4.050192], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.771911, 4.050192], [9.777253, 4.049658]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;7&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff7f0e&quot;, &quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;id&quot;: &quot;Ecole_Saint_Andre_PK11&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.768444, 4.0585, 9.777639, 4.063131], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.768444, 4.0585], [9.777639, 4.063131]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;8&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff7f0e&quot;, &quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;id&quot;: &quot;Ecole_Saint_Andre_PK11&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.763167, 4.056417, 9.768444, 4.0585], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.768444, 4.0585], [9.763167, 4.056417]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;9&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff7f0e&quot;, &quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;id&quot;: &quot;Ecole_Saint_Andre_PK11&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.750917, 4.053667, 9.786861, 4.062806], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.786861, 4.062806]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;10&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff7f0e&quot;, &quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;id&quot;: &quot;Ecole_Saint_Andre_PK11&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.767556, 4.053639, 9.768444, 4.0585], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.768444, 4.0585], [9.767556, 4.053639]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;11&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff7f0e&quot;, &quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;id&quot;: &quot;Ecole_Saint_Andre_PK11&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.779361, 4.050472, 9.797806, 4.053694], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.779361, 4.053694], [9.797806, 4.050472]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;12&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff7f0e&quot;, &quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;id&quot;: &quot;Ecole_Saint_Andre_PK11&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.7816409, 4.05686995, 9.7816409, 4.05686995], &quot;geometry&quot;: {&quot;coordinates&quot;: [9.7816409, 4.05686995], &quot;type&quot;: &quot;Point&quot;}, &quot;id&quot;: &quot;13&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff7f0e&quot;, &quot;cml_id&quot;: null, &quot;id&quot;: &quot;Ecole_Saint_Andre_PK11&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.794725, 4.079149, 9.794725, 4.079149], &quot;geometry&quot;: {&quot;coordinates&quot;: [9.794725, 4.079149], &quot;type&quot;: &quot;Point&quot;}, &quot;id&quot;: &quot;14&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#2ca02c&quot;, &quot;cml_id&quot;: null, &quot;id&quot;: &quot;Eglise_Pie_X_PK14&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.786083, 4.0817, 9.808667, 4.091389], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786083, 4.0817], [9.808667, 4.091389]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;15&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#2ca02c&quot;, &quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;id&quot;: &quot;Eglise_Pie_X_PK14&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.783583, 4.0817, 9.786083, 4.089889], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786083, 4.0817], [9.783583, 4.089889]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;16&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#2ca02c&quot;, &quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;id&quot;: &quot;Eglise_Pie_X_PK14&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.79152, 4.065848, 9.799722, 4.06725], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.79152, 4.065848], [9.799722, 4.06725]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;17&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#2ca02c&quot;, &quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;id&quot;: &quot;Eglise_Pie_X_PK14&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.77848, 4.0817, 9.786083, 4.08438], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786083, 4.0817], [9.77848, 4.08438]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;18&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#2ca02c&quot;, &quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;id&quot;: &quot;Eglise_Pie_X_PK14&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.786083, 4.0817, 9.7949, 4.08393], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786083, 4.0817], [9.7949, 4.08393]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;19&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#2ca02c&quot;, &quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;id&quot;: &quot;Eglise_Pie_X_PK14&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.786083, 4.07844, 9.79339, 4.0817], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786083, 4.0817], [9.79339, 4.07844]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;20&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#2ca02c&quot;, &quot;cml_id&quot;: &quot;4.080070N-9.789737E&quot;, &quot;id&quot;: &quot;Eglise_Pie_X_PK14&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.781778, 4.069972, 9.786083, 4.0817], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786083, 4.0817], [9.781778, 4.069972]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;21&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#2ca02c&quot;, &quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;id&quot;: &quot;Eglise_Pie_X_PK14&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.786083, 4.076722, 9.801611, 4.0817], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786083, 4.0817], [9.801611, 4.076722]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;22&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#2ca02c&quot;, &quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;id&quot;: &quot;Eglise_Pie_X_PK14&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.75645, 4.074778, 9.761667, 4.07833], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761667, 4.074778], [9.75645, 4.07833]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;23&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#d62728&quot;, &quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.759558, 4.062528, 9.76425, 4.066322], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.759558, 4.066322], [9.76425, 4.062528]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;24&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#d62728&quot;, &quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.76925, 4.071639, 9.774, 4.073367], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.76925, 4.071639], [9.774, 4.073367]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;25&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#d62728&quot;, &quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745583, 4.07475, 9.761667, 4.074778], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761667, 4.074778], [9.745583, 4.07475]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;26&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#d62728&quot;, &quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.752944, 4.074861, 9.753278, 4.085936], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.752944, 4.085936], [9.753278, 4.074861]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;27&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#d62728&quot;, &quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.742681, 4.072661, 9.752944, 4.085936], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.752944, 4.085936], [9.742681, 4.072661]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;28&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#d62728&quot;, &quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.767835, 4.078547, 9.767835, 4.078547], &quot;geometry&quot;: {&quot;coordinates&quot;: [9.767835, 4.078547], &quot;type&quot;: &quot;Point&quot;}, &quot;id&quot;: &quot;29&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#d62728&quot;, &quot;cml_id&quot;: null, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.74168, 4.09393, 9.743333, 4.097333], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.74168, 4.09393], [9.743333, 4.097333]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;30&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#d62728&quot;, &quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.764367, 4.08663, 9.76601, 4.0945], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.76601, 4.08663], [9.764367, 4.0945]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;31&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#d62728&quot;, &quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.744, 4.074778, 9.761667, 4.104861], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761667, 4.074778], [9.744, 4.104861]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;32&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#d62728&quot;, &quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.752944, 4.085936, 9.758611, 4.090833], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.752944, 4.085936], [9.758611, 4.090833]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;33&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#d62728&quot;, &quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745583, 4.07475, 9.756825, 4.081867], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.756825, 4.081867], [9.745583, 4.07475]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;34&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#d62728&quot;, &quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.752944, 4.085936, 9.76601, 4.08663], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.752944, 4.085936], [9.76601, 4.08663]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;35&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#d62728&quot;, &quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738306, 4.083528, 9.752944, 4.085936], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.752944, 4.085936], [9.738306, 4.083528]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;36&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#d62728&quot;, &quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.728889, 4.083056, 9.752944, 4.085936], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.752944, 4.085936], [9.728889, 4.083056]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;37&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#d62728&quot;, &quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.751769, 4.074778, 9.761667, 4.093194], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761667, 4.074778], [9.751769, 4.093194]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;38&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#d62728&quot;, &quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.756825, 4.081441, 9.765535, 4.081867], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.765535, 4.081441], [9.756825, 4.081867]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;39&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#d62728&quot;, &quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.752944, 4.073367, 9.774, 4.085936], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.752944, 4.085936], [9.774, 4.073367]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;40&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#d62728&quot;, &quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.743333, 4.074778, 9.761667, 4.097333], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761667, 4.074778], [9.743333, 4.097333]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;41&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#d62728&quot;, &quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.767833, 4.029, 9.779361, 4.053694], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.779361, 4.053694]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;42&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.769916, 4.031468, 9.769916, 4.031468], &quot;geometry&quot;: {&quot;coordinates&quot;: [9.769916, 4.031468], &quot;type&quot;: &quot;Point&quot;}, &quot;id&quot;: &quot;43&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: null, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.774, 4.039278, 9.7795, 4.042306], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.774, 4.042306], [9.7795, 4.039278]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;44&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.787167, 3.97665, 9.791866, 3.992722], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.787167, 3.992722], [9.791866, 3.97665]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;45&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.744694, 4.014417, 9.748472, 4.023111], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.744694, 4.014417], [9.748472, 4.023111]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;46&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.792, 4.019889, 9.805583, 4.023167], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.792, 4.023167], [9.805583, 4.019889]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;47&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;4.021528N-9.798792E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.743889, 4.0194, 9.748472, 4.023111], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.743889, 4.0194], [9.748472, 4.023111]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;48&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738528, 4.015972, 9.780278, 4.023889], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738528, 4.015972], [9.780278, 4.023889]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;49&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.767719, 4.0105, 9.767833, 4.029], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.767719, 4.0105]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;50&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.756817, 4.008442, 9.767833, 4.029], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.756817, 4.008442]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;51&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738528, 4.015972, 9.757556, 4.0195], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738528, 4.015972], [9.757556, 4.0195]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;52&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.77026, 4.033028, 9.774333, 4.03527], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.774333, 4.033028], [9.77026, 4.03527]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;53&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738528, 4.015972, 9.768083, 4.017917], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738528, 4.015972], [9.768083, 4.017917]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;54&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745083, 4.002553, 9.767833, 4.029], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.745083, 4.002553]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;55&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.762056, 4.004472, 9.767833, 4.029], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.762056, 4.004472]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;56&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.778111, 4.004194, 9.799472, 4.012278], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.799472, 4.004194], [9.778111, 4.012278]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;57&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.76732, 4.003512, 9.767719, 4.0105], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.76732, 4.003512], [9.767719, 4.0105]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;58&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745083, 4.002553, 9.748639, 4.003231], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.745083, 4.002553], [9.748639, 4.003231]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;59&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.75885, 3.99663, 9.763806, 3.997361], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.763806, 3.997361], [9.75885, 3.99663]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;60&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.766222, 4.029, 9.767833, 4.046556], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.766222, 4.046556]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;61&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.787167, 3.97866, 9.81613, 3.992722], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.787167, 3.992722], [9.81613, 3.97866]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;62&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.755167, 4.029, 9.767833, 4.037361], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.755167, 4.037361]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;63&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.763806, 3.997361, 9.767833, 4.029], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.763806, 3.997361]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;64&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.767833, 4.02125, 9.77399, 4.029], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.77399, 4.02125]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;65&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.750917, 4.053667, 9.775889, 4.05525], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.775889, 4.05525]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;66&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#8c564b&quot;, &quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;id&quot;: &quot;Meteo_IUT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.743528, 4.053667, 9.750917, 4.059611], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.743528, 4.059611]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;67&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#8c564b&quot;, &quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;id&quot;: &quot;Meteo_IUT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.750917, 4.053667, 9.759558, 4.066322], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.759558, 4.066322]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;68&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#8c564b&quot;, &quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;id&quot;: &quot;Meteo_IUT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.750917, 4.053667, 9.754444, 4.058167], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.754444, 4.058167]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;69&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#8c564b&quot;, &quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;id&quot;: &quot;Meteo_IUT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.750917, 4.053667, 9.75311, 4.064069], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.75311, 4.064069]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;70&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#8c564b&quot;, &quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;id&quot;: &quot;Meteo_IUT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.743528, 4.059611, 9.74569, 4.06356], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.743528, 4.059611], [9.74569, 4.06356]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;71&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#8c564b&quot;, &quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;id&quot;: &quot;Meteo_IUT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.750917, 4.053667, 9.767778, 4.064361], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.767778, 4.064361]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;72&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#8c564b&quot;, &quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;id&quot;: &quot;Meteo_IUT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745173, 4.056894, 9.745173, 4.056894], &quot;geometry&quot;: {&quot;coordinates&quot;: [9.745173, 4.056894], &quot;type&quot;: &quot;Point&quot;}, &quot;id&quot;: &quot;73&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#8c564b&quot;, &quot;cml_id&quot;: null, &quot;id&quot;: &quot;Meteo_IUT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.686417, 4.029381, 9.696744, 4.029444], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.686417, 4.029444]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;74&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#e377c2&quot;, &quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.72547, 4.071389, 9.729139, 4.07139], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.729139, 4.071389], [9.72547, 4.07139]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;75&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#e377c2&quot;, &quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.71287, 4.06688, 9.714869, 4.071278], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714869, 4.071278], [9.71287, 4.06688]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;76&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#e377c2&quot;, &quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.714664, 4.06425, 9.721058, 4.084075], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714664, 4.06425], [9.721058, 4.084075]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;77&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#e377c2&quot;, &quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.701944, 4.028333, 9.705139, 4.029083], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.701944, 4.029083], [9.705139, 4.028333]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;78&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#e377c2&quot;, &quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.711917, 4.037722, 9.733028, 4.040819], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733028, 4.040819], [9.711917, 4.037722]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;79&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#e377c2&quot;, &quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.67025, 4.022056, 9.69027, 4.02603], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.67025, 4.022056], [9.69027, 4.02603]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;80&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#e377c2&quot;, &quot;cml_id&quot;: &quot;4.024043N-9.680260E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.719417, 4.070306, 9.719639, 4.079889], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.719639, 4.070306], [9.719417, 4.079889]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;81&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#e377c2&quot;, &quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.694556, 4.022917, 9.696744, 4.029381], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.694556, 4.022917]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;82&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#e377c2&quot;, &quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696744, 4.02238, 9.70976, 4.029381], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.70976, 4.02238]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;83&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#e377c2&quot;, &quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.719417, 4.07625, 9.721778, 4.079889], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.719417, 4.079889], [9.721778, 4.07625]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;84&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#e377c2&quot;, &quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696744, 4.02012, 9.69921, 4.029381], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.69921, 4.02012]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;85&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#e377c2&quot;, &quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.722972, 4.065667, 9.729139, 4.071389], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.722972, 4.065667], [9.729139, 4.071389]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;86&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#e377c2&quot;, &quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696744, 4.0115, 9.721083, 4.029381], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.721083, 4.0115]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;87&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#e377c2&quot;, &quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.72629, 4.01048, 9.727083, 4.023444], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.727083, 4.023444], [9.72629, 4.01048]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;88&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#e377c2&quot;, &quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.701194, 4.008306, 9.705944, 4.01775], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.705944, 4.01775], [9.701194, 4.008306]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;89&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#e377c2&quot;, &quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.72684, 4.01658, 9.733028, 4.040819], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733028, 4.040819], [9.72684, 4.01658]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;90&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#e377c2&quot;, &quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.714664, 4.06425, 9.72547, 4.07139], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714664, 4.06425], [9.72547, 4.07139]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;91&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#e377c2&quot;, &quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.691575, 4.029381, 9.696744, 4.032433], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.691575, 4.032433]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;92&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#e377c2&quot;, &quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.710083, 4.063917, 9.71287, 4.06688], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.710083, 4.063917], [9.71287, 4.06688]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;93&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#e377c2&quot;, &quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.701944, 4.029083, 9.709194, 4.032028], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.701944, 4.029083], [9.709194, 4.032028]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;94&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#e377c2&quot;, &quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.703528, 4.044694, 9.706861, 4.051333], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.703528, 4.044694], [9.706861, 4.051333]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;95&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#e377c2&quot;, &quot;cml_id&quot;: &quot;4.048013N-9.705195E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.71598, 4.04642, 9.721043, 4.048586], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.71598, 4.04642], [9.721043, 4.048586]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;96&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#e377c2&quot;, &quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.699006, 4.040886, 9.721043, 4.048586], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.699006, 4.040886], [9.721043, 4.048586]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;97&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#e377c2&quot;, &quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.72575, 4.041694, 9.728389, 4.0475], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.728389, 4.041694], [9.72575, 4.0475]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;98&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#e377c2&quot;, &quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.700739, 4.043194, 9.707889, 4.044661], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.707889, 4.043194], [9.700739, 4.044661]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;99&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#e377c2&quot;, &quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.706861, 4.0465, 9.708472, 4.051333], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.706861, 4.051333], [9.708472, 4.0465]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;100&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#e377c2&quot;, &quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.686417, 4.041417, 9.688194, 4.04625], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.686417, 4.041417], [9.688194, 4.04625]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;101&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#e377c2&quot;, &quot;cml_id&quot;: &quot;4.043833N-9.687306E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.69725, 4.040886, 9.699006, 4.04425], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.699006, 4.040886], [9.69725, 4.04425]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;102&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#e377c2&quot;, &quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.702978, 4.028444, 9.73025, 4.056559], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.702978, 4.056559], [9.73025, 4.028444]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;103&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#e377c2&quot;, &quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.683883, 4.033886, 9.688056, 4.037472], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.683883, 4.033886], [9.688056, 4.037472]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;104&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#e377c2&quot;, &quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.728389, 4.040819, 9.733028, 4.041694], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733028, 4.040819], [9.728389, 4.041694]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;105&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#e377c2&quot;, &quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.686417, 4.040697, 9.689827, 4.041417], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.686417, 4.041417], [9.689827, 4.040697]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;106&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#e377c2&quot;, &quot;cml_id&quot;: &quot;4.041057N-9.688122E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.699006, 4.03931, 9.70265, 4.040886], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.699006, 4.040886], [9.70265, 4.03931]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;107&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#e377c2&quot;, &quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.704083, 4.04244, 9.707889, 4.043194], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.704083, 4.04244], [9.707889, 4.043194]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;108&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#e377c2&quot;, &quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.730603, 4.051833, 9.730603, 4.051833], &quot;geometry&quot;: {&quot;coordinates&quot;: [9.730603, 4.051833], &quot;type&quot;: &quot;Point&quot;}, &quot;id&quot;: &quot;109&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#e377c2&quot;, &quot;cml_id&quot;: null, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.698333, 4.04675, 9.698917, 4.049556], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.698333, 4.049556], [9.698917, 4.04675]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;110&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#e377c2&quot;, &quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.702389, 4.04825, 9.704556, 4.052444], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.702389, 4.052444], [9.704556, 4.04825]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;111&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#e377c2&quot;, &quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.703794, 4.036926, 9.706106, 4.040083], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.706106, 4.040083], [9.703794, 4.036926]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;112&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#e377c2&quot;, &quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.714664, 4.061556, 9.719389, 4.06425], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714664, 4.06425], [9.719389, 4.061556]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;113&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#e377c2&quot;, &quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.704333, 4.059583, 9.706333, 4.065972], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.704333, 4.059583], [9.706333, 4.065972]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;114&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#e377c2&quot;, &quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696744, 4.029381, 9.699417, 4.033417], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.699417, 4.033417]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;115&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#e377c2&quot;, &quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.708444, 4.058638, 9.715412, 4.060333], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.708444, 4.060333], [9.715412, 4.058638]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;116&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#e377c2&quot;, &quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.727083, 4.023444, 9.733028, 4.040819], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733028, 4.040819], [9.727083, 4.023444]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;117&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#e377c2&quot;, &quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.71203, 4.032, 9.71564, 4.03312], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.71564, 4.032], [9.71203, 4.03312]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;118&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#e377c2&quot;, &quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.714664, 4.053242, 9.720853, 4.06425], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714664, 4.06425], [9.720853, 4.053242]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;119&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#e377c2&quot;, &quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.725667, 4.028583, 9.733028, 4.040819], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733028, 4.040819], [9.725667, 4.028583]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;120&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#e377c2&quot;, &quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696744, 4.029381, 9.699006, 4.040886], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.699006, 4.040886]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;121&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#e377c2&quot;, &quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.691575, 4.032433, 9.691889, 4.035333], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.691575, 4.032433], [9.691889, 4.035333]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;122&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#e377c2&quot;, &quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.73456, 4.015972, 9.738528, 4.01734], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738528, 4.015972], [9.73456, 4.01734]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;123&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ffd000&quot;, &quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;id&quot;: &quot;SOCATUR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.739644, 4.048272, 9.741306, 4.052028], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.741306, 4.052028], [9.739644, 4.048272]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;124&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ffd000&quot;, &quot;cml_id&quot;: &quot;4.050150N-9.740475E&quot;, &quot;id&quot;: &quot;SOCATUR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.723611, 4.009639, 9.741417, 4.020194], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.741417, 4.009639], [9.723611, 4.020194]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;125&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ffd000&quot;, &quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;id&quot;: &quot;SOCATUR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.73325, 4.015972, 9.738528, 4.035278], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738528, 4.015972], [9.73325, 4.035278]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;126&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ffd000&quot;, &quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;id&quot;: &quot;SOCATUR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.733028, 4.040819, 9.747639, 4.043778], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733028, 4.040819], [9.747639, 4.043778]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;127&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ffd000&quot;, &quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;id&quot;: &quot;SOCATUR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.737194, 4.022139, 9.741992, 4.0284], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.737194, 4.022139], [9.741992, 4.0284]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;128&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ffd000&quot;, &quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;id&quot;: &quot;SOCATUR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.754583, 4.03875, 9.762056, 4.043386], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.762056, 4.03875], [9.754583, 4.043386]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;129&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ffd000&quot;, &quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;id&quot;: &quot;SOCATUR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.750917, 4.047389, 9.756833, 4.053667], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.756833, 4.047389]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;130&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ffd000&quot;, &quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;id&quot;: &quot;SOCATUR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.72802, 4.015972, 9.738528, 4.03279], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738528, 4.015972], [9.72802, 4.03279]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;131&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ffd000&quot;, &quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;id&quot;: &quot;SOCATUR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.733028, 4.038342, 9.741011, 4.040819], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733028, 4.040819], [9.741011, 4.038342]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;132&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ffd000&quot;, &quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;id&quot;: &quot;SOCATUR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745514, 4.047314, 9.745514, 4.047314], &quot;geometry&quot;: {&quot;coordinates&quot;: [9.745514, 4.047314], &quot;type&quot;: &quot;Point&quot;}, &quot;id&quot;: &quot;133&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ffd000&quot;, &quot;cml_id&quot;: null, &quot;id&quot;: &quot;SOCATUR&quot;}, &quot;type&quot;: &quot;Feature&quot;}], &quot;type&quot;: &quot;FeatureCollection&quot;});
&#10;        
    &#10;    geo_json_8ed5af07acc4bb9dc46aa68b846f81b1.bindTooltip(
    function(layer){
    let div = L.DomUtil.create(&#x27;div&#x27;);
    &#10;    let handleObject = feature =&gt; {
        if (feature === null) {
            return &#x27;&#x27;;
        } else if (typeof(feature)==&#x27;object&#x27;) {
            return JSON.stringify(feature);
        } else {
            return feature;
        }
    }
    let fields = [&quot;cml_id&quot;, &quot;id&quot;];
    let aliases = [&quot;cml_id&quot;, &quot;id&quot;];
    let table = &#x27;&lt;table&gt;&#x27; +
        String(
        fields.map(
        (v,i)=&gt;
        `&lt;tr&gt;
            &lt;th&gt;${aliases[i]}&lt;/th&gt;
            &#10;            &lt;td&gt;${handleObject(layer.feature.properties[v])}&lt;/td&gt;
        &lt;/tr&gt;`).join(&#x27;&#x27;))
    +&#x27;&lt;/table&gt;&#x27;;
    div.innerHTML=table;
    &#10;    return div
    }
    ,{
  &quot;sticky&quot;: true,
  &quot;className&quot;: &quot;foliumtooltip&quot;,
});
                     &#10;    
            geo_json_8ed5af07acc4bb9dc46aa68b846f81b1.addTo(map_a26aacb2be0e5913b024ce629a0c9c27);
        &#10;    
            var tile_layer_8decb11db75e225cd181ff8ab86833ab = L.tileLayer(
                &quot;https://tile.openstreetmap.org/{z}/{x}/{y}.png&quot;,
                {
  &quot;minZoom&quot;: 0,
  &quot;maxZoom&quot;: 19,
  &quot;maxNativeZoom&quot;: 19,
  &quot;noWrap&quot;: false,
  &quot;attribution&quot;: &quot;\u0026copy; \u003ca href=\&quot;https://www.openstreetmap.org/copyright\&quot;\u003eOpenStreetMap\u003c/a\u003e contributors&quot;,
  &quot;subdomains&quot;: &quot;abc&quot;,
  &quot;detectRetina&quot;: false,
  &quot;tms&quot;: false,
  &quot;opacity&quot;: 1,
}
&#10;            );
        &#10;    
            var tile_layer_b216bd24998ab72c10a907c8459fa7f3 = L.tileLayer(
                &quot;https://{s}.tile.opentopomap.org/{z}/{x}/{y}.png&quot;,
                {
  &quot;minZoom&quot;: 0,
  &quot;maxZoom&quot;: 17,
  &quot;maxNativeZoom&quot;: 17,
  &quot;noWrap&quot;: false,
  &quot;attribution&quot;: &quot;Map data: \u0026copy; \u003ca href=\&quot;https://www.openstreetmap.org/copyright\&quot;\u003eOpenStreetMap\u003c/a\u003e contributors, \u003ca href=\&quot;http://viewfinderpanoramas.org\&quot;\u003eSRTM\u003c/a\u003e | Map style: \u0026copy; \u003ca href=\&quot;https://opentopomap.org\&quot;\u003eOpenTopoMap\u003c/a\u003e (\u003ca href=\&quot;https://creativecommons.org/licenses/by-sa/3.0/\&quot;\u003eCC-BY-SA\u003c/a\u003e)&quot;,
  &quot;subdomains&quot;: &quot;abc&quot;,
  &quot;detectRetina&quot;: false,
  &quot;tms&quot;: false,
  &quot;opacity&quot;: 1,
}
&#10;            );
        &#10;    
            var tile_layer_eb34ba97077cf2693c2ef107170df873 = L.tileLayer(
                &quot;https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}&quot;,
                {
  &quot;minZoom&quot;: 0,
  &quot;maxZoom&quot;: 18,
  &quot;maxNativeZoom&quot;: 18,
  &quot;noWrap&quot;: false,
  &quot;attribution&quot;: &quot;Tiles \u0026copy; Esri \u0026mdash; Source: Esri, i-cubed, USDA, USGS, AEX, GeoEye, Getmapping, Aerogrid, IGN, IGP, UPR-EGP, and the GIS User Community&quot;,
  &quot;subdomains&quot;: &quot;abc&quot;,
  &quot;detectRetina&quot;: false,
  &quot;tms&quot;: false,
  &quot;opacity&quot;: 1,
}
&#10;            );
        &#10;    
            var tile_layer_4953d0f752903771df309943223057a2 = L.tileLayer(
                &quot;https://server.arcgisonline.com/ArcGIS/rest/services/Canvas/World_Light_Gray_Base/MapServer/tile/{z}/{y}/{x}&quot;,
                {
  &quot;minZoom&quot;: 0,
  &quot;maxZoom&quot;: 16,
  &quot;maxNativeZoom&quot;: 16,
  &quot;noWrap&quot;: false,
  &quot;attribution&quot;: &quot;Tiles \u0026copy; Esri \u0026mdash; Esri, DeLorme, NAVTEQ&quot;,
  &quot;subdomains&quot;: &quot;abc&quot;,
  &quot;detectRetina&quot;: false,
  &quot;tms&quot;: false,
  &quot;opacity&quot;: 1,
}
&#10;            );
        &#10;    
            tile_layer_4953d0f752903771df309943223057a2.addTo(map_a26aacb2be0e5913b024ce629a0c9c27);
        &#10;    
            var layer_control_f6b0a088331a4e6cbb173b81afed4296_layers = {
                base_layers : {
                    &quot;OpenStreetMap&quot; : tile_layer_8decb11db75e225cd181ff8ab86833ab,
                    &quot;OpenTopoMap&quot; : tile_layer_b216bd24998ab72c10a907c8459fa7f3,
                    &quot;Esri.WorldImagery&quot; : tile_layer_eb34ba97077cf2693c2ef107170df873,
                    &quot;Esri.WorldGrayCanvas&quot; : tile_layer_4953d0f752903771df309943223057a2,
                },
                overlays :  {
                    &quot;Link-Gauge groups&quot; : geo_json_8ed5af07acc4bb9dc46aa68b846f81b1,
                },
            };
            let layer_control_f6b0a088331a4e6cbb173b81afed4296 = L.control.layers(
                layer_control_f6b0a088331a4e6cbb173b81afed4296_layers.base_layers,
                layer_control_f6b0a088331a4e6cbb173b81afed4296_layers.overlays,
                {
  &quot;position&quot;: &quot;topright&quot;,
  &quot;collapsed&quot;: true,
  &quot;autoZIndex&quot;: true,
}
            ).addTo(map_a26aacb2be0e5913b024ce629a0c9c27);
&#10;        
    &#10;            L.control.fullscreen(
                {
  &quot;position&quot;: &quot;topright&quot;,
  &quot;title&quot;: &quot;Full Screen&quot;,
  &quot;titleCancel&quot;: &quot;Exit Full Screen&quot;,
  &quot;forceSeparateButton&quot;: true,
}
            ).addTo(map_a26aacb2be0e5913b024ce629a0c9c27);
        &#10;    
&#10;            var geocoderOpts_geocoder_07974d9bd91ab40fec878c3362e1b661 = {
  &quot;collapsed&quot;: true,
  &quot;position&quot;: &quot;topright&quot;,
  &quot;defaultMarkGeocode&quot;: false,
  &quot;zoom&quot;: 11,
  &quot;provider&quot;: &quot;nominatim&quot;,
  &quot;providerOptions&quot;: {
},
};
&#10;            // note: geocoder name should start with lowercase
            var geocoderName_geocoder_07974d9bd91ab40fec878c3362e1b661 = geocoderOpts_geocoder_07974d9bd91ab40fec878c3362e1b661[&quot;provider&quot;];
&#10;            var customGeocoder_geocoder_07974d9bd91ab40fec878c3362e1b661 = L.Control.Geocoder[ geocoderName_geocoder_07974d9bd91ab40fec878c3362e1b661 ](
                geocoderOpts_geocoder_07974d9bd91ab40fec878c3362e1b661[&#x27;providerOptions&#x27;]
            );
            geocoderOpts_geocoder_07974d9bd91ab40fec878c3362e1b661[&quot;geocoder&quot;] = customGeocoder_geocoder_07974d9bd91ab40fec878c3362e1b661;
&#10;            L.Control.geocoder(
                geocoderOpts_geocoder_07974d9bd91ab40fec878c3362e1b661
            ).on(&#x27;markgeocode&#x27;, function(e) {
                var zoom = geocoderOpts_geocoder_07974d9bd91ab40fec878c3362e1b661[&#x27;zoom&#x27;] || map_a26aacb2be0e5913b024ce629a0c9c27.getZoom();
                map_a26aacb2be0e5913b024ce629a0c9c27.setView(e.geocode.center, zoom);
            }).addTo(map_a26aacb2be0e5913b024ce629a0c9c27);
&#10;        
    &#10;            var measure_control_c58157bd61d3e1a8efde80000f4ea4a3 = new L.Control.Measure(
                {
  &quot;position&quot;: &quot;bottomright&quot;,
  &quot;primaryLengthUnit&quot;: &quot;meters&quot;,
  &quot;secondaryLengthUnit&quot;: &quot;miles&quot;,
  &quot;primaryAreaUnit&quot;: &quot;sqmeters&quot;,
  &quot;secondaryAreaUnit&quot;: &quot;acres&quot;,
});
            map_a26aacb2be0e5913b024ce629a0c9c27.addControl(measure_control_c58157bd61d3e1a8efde80000f4ea4a3);
&#10;            // Workaround for using this plugin with Leaflet&gt;=1.8.0
            // https://github.com/ljagis/leaflet-measure/issues/171
            L.Control.Measure.include({
                _setCaptureMarkerIcon: function () {
                    // disable autopan
                    this._captureMarker.options.autoPanOnFocus = false;
                    // default function
                    this._captureMarker.setIcon(
                        L.divIcon({
                            iconSize: this._map.getSize().multiplyBy(2)
                        })
                    );
                },
            });
&#10;        
    &#10;            geo_json_8ed5af07acc4bb9dc46aa68b846f81b1.addTo(map_a26aacb2be0e5913b024ce629a0c9c27);
        &#10;    
            tile_layer_4953d0f752903771df309943223057a2.addTo(map_a26aacb2be0e5913b024ce629a0c9c27);
        &#10;&lt;/script&gt;
&lt;/html&gt;" style="position:absolute;width:100%;height:100%;left:0;top:0;border:none !important;" allowfullscreen webkitallowfullscreen mozallowfullscreen></iframe></div></div>

## Visualize CML sublinks

Sublinks are colored by frequency using the electromagnetic spectrum
coloring (red for lowest frequencies to violet for highest). Sublinks
within the same CML are slightly offset for visibility. Optionally shows
transmission direction arrows It also supports right-click to copy IDs
that can then be used to select the sublink of interest from the dataset
(see the example at link visualization section).

------------------------------------------------------------------------

### explore_sublinks

``` python

def explore_sublinks(
    cml:xarray.core.dataset.Dataset | xarray.core.dataarray.DataArray, # CML in OpenSense standard
    default:Callable=setup_default_map, # Function to set up a default map including for example basemaps or controls
    add_transmission_sense:bool=True, # If true it will overlay an arrow over each sublink showing the sense of the signal
    cp_id_on_rclick:bool=True, # Enable copying cml_id and sublink_id when right clicking on a sublink
    explore_kwargs:VAR_KEYWORD
)->Map:

```

*Geopandas
[explore](https://geopandas.org/en/stable/docs/reference/api/geopandas.GeoDataFrame.explore.html)
wrapper to visualize CML sublink structure by coloring on frequency*

``` python
m = explore_sublinks(cml)
```

<details class="code-fold">
<summary>Code</summary>

``` python
m.options['scrollWheelZoom'] = False
m
```

</details>

<div style="width:100%;"><div style="position:relative;width:100%;height:0;padding-bottom:60%;"><span style="color:#565656">Make this Notebook Trusted to load map: File -> Trust Notebook</span><iframe srcdoc="&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
    &#10;    &lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=UTF-8&quot; /&gt;
    &lt;script src=&quot;https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.js&quot;&gt;&lt;/script&gt;
    &lt;script src=&quot;https://code.jquery.com/jquery-3.7.1.min.js&quot;&gt;&lt;/script&gt;
    &lt;script src=&quot;https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js&quot;&gt;&lt;/script&gt;
    &lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js&quot;&gt;&lt;/script&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.css&quot;/&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css&quot;/&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css&quot;/&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2.0/css/all.min.css&quot;/&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css&quot;/&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/gh/python-visualization/folium/folium/templates/leaflet.awesome.rotate.min.css&quot;/&gt;
    &#10;            &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width,
                initial-scale=1.0, maximum-scale=1.0, user-scalable=no&quot; /&gt;
            &lt;style&gt;
                #map_9a5ceb1c4a2f87bec0365d62fccb57a6 {
                    position: relative;
                    width: 100.0%;
                    height: 100.0%;
                    left: 0.0%;
                    top: 0.0%;
                }
                .leaflet-container { font-size: 1rem; }
            &lt;/style&gt;
&#10;            &lt;style&gt;html, body {
                width: 100%;
                height: 100%;
                margin: 0;
                padding: 0;
            }
            &lt;/style&gt;
&#10;            &lt;style&gt;#map {
                position:absolute;
                top:0;
                bottom:0;
                right:0;
                left:0;
                }
            &lt;/style&gt;
&#10;            &lt;script&gt;
                L_NO_TOUCH = false;
                L_DISABLE_3D = false;
            &lt;/script&gt;
&#10;        
    &#10;                    &lt;style&gt;
                        .foliumtooltip {
                            &#10;                        }
                       .foliumtooltip table{
                            margin: auto;
                        }
                        .foliumtooltip tr{
                            text-align: left;
                        }
                        .foliumtooltip th{
                            padding: 2px; padding-right: 8px;
                        }
                    &lt;/style&gt;
            &#10;    &lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js&quot;&gt;&lt;/script&gt;
    &lt;script src=&quot;https://cdn.jsdelivr.net/npm/leaflet-textpath@1.2.3/leaflet.textpath.min.js&quot;&gt;&lt;/script&gt;
    &lt;script src=&quot;https://cdn.jsdelivr.net/npm/leaflet.fullscreen@3.0.0/Control.FullScreen.min.js&quot;&gt;&lt;/script&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/leaflet.fullscreen@3.0.0/Control.FullScreen.css&quot;/&gt;
    &lt;script src=&quot;https://unpkg.com/leaflet-control-geocoder/dist/Control.Geocoder.js&quot;&gt;&lt;/script&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://unpkg.com/leaflet-control-geocoder/dist/Control.Geocoder.css&quot;/&gt;
    &lt;script src=&quot;https://cdn.jsdelivr.net/gh/ljagis/leaflet-measure@2.1.7/dist/leaflet-measure.min.js&quot;&gt;&lt;/script&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/gh/ljagis/leaflet-measure@2.1.7/dist/leaflet-measure.min.css&quot;/&gt;
&lt;/head&gt;
&lt;body&gt;
    &#10;    
    &lt;script&gt;
    document.addEventListener(&#x27;DOMContentLoaded&#x27;, function() {
        setTimeout(function() {
            var map = Object.values(window).find(v =&gt; v instanceof L.Map);
            map.eachLayer(function(layer) {
                if (layer.feature &amp;&amp; layer.feature.properties &amp;&amp; layer.feature.properties.cml_id) {
                    layer.on(&#x27;contextmenu&#x27;, function(e) {
                        L.DomEvent.stopPropagation(e);
                        L.DomEvent.preventDefault(e);
                        var cmlId = e.target.feature.properties.cml_id;
                        var sublinkId = e.target.feature.properties.sublink_id;
                        var jsonObj = JSON.stringify({cml_id: cmlId, sublink_id: sublinkId});
                        navigator.clipboard.writeText(jsonObj);
                        console.log(&#x27;Copied:&#x27;, jsonObj);
                    });
                }
            });
        }, 1000);
    });
    &lt;/script&gt;
    &#10;    
            &lt;div class=&quot;folium-map&quot; id=&quot;map_9a5ceb1c4a2f87bec0365d62fccb57a6&quot; &gt;&lt;/div&gt;
        &#10;&lt;/body&gt;
&lt;script&gt;
    &#10;    
            var map_9a5ceb1c4a2f87bec0365d62fccb57a6 = L.map(
                &quot;map_9a5ceb1c4a2f87bec0365d62fccb57a6&quot;,
                {
                    center: [4.040805499999999, 9.74324],
                    crs: L.CRS.EPSG3857,
                    ...{
  &quot;zoom&quot;: 10,
  &quot;zoomControl&quot;: true,
  &quot;preferCanvas&quot;: false,
  &quot;scrollWheelZoom&quot;: false,
}
&#10;                }
            );
            L.control.scale().addTo(map_9a5ceb1c4a2f87bec0365d62fccb57a6);
&#10;            
&#10;        
    &#10;            map_9a5ceb1c4a2f87bec0365d62fccb57a6.fitBounds(
                [[3.97665, 9.67025], [4.104960999999999, 9.81623]],
                {}
            );
        &#10;    
        function geo_json_4326f05af4af4b34dba1907e0135562a_styler(feature) {
            switch(feature.id) {
                case &quot;0&quot;: case &quot;33&quot;: case &quot;35&quot;: case &quot;56&quot;: case &quot;64&quot;: case &quot;92&quot;: case &quot;102&quot;: case &quot;116&quot;: case &quot;146&quot;: case &quot;157&quot;: case &quot;166&quot;: case &quot;171&quot;: case &quot;186&quot;: case &quot;188&quot;: case &quot;196&quot;: case &quot;232&quot;: case &quot;238&quot;: 
                    return {&quot;color&quot;: &quot;#0059ff&quot;, &quot;fillColor&quot;: &quot;#0059ff&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;1&quot;: case &quot;14&quot;: case &quot;27&quot;: case &quot;32&quot;: case &quot;34&quot;: case &quot;47&quot;: case &quot;55&quot;: case &quot;63&quot;: case &quot;75&quot;: case &quot;90&quot;: case &quot;91&quot;: case &quot;93&quot;: case &quot;99&quot;: case &quot;101&quot;: case &quot;115&quot;: case &quot;120&quot;: case &quot;138&quot;: case &quot;145&quot;: case &quot;155&quot;: case &quot;158&quot;: case &quot;165&quot;: case &quot;172&quot;: case &quot;182&quot;: case &quot;184&quot;: case &quot;185&quot;: case &quot;187&quot;: case &quot;195&quot;: case &quot;204&quot;: case &quot;215&quot;: case &quot;231&quot;: case &quot;237&quot;: case &quot;245&quot;: 
                    return {&quot;color&quot;: &quot;#00a0ff&quot;, &quot;fillColor&quot;: &quot;#00a0ff&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;2&quot;: case &quot;149&quot;: case &quot;151&quot;: 
                    return {&quot;color&quot;: &quot;#00ff66&quot;, &quot;fillColor&quot;: &quot;#00ff66&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;3&quot;: case &quot;150&quot;: case &quot;152&quot;: 
                    return {&quot;color&quot;: &quot;#00ff8c&quot;, &quot;fillColor&quot;: &quot;#00ff8c&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;4&quot;: case &quot;9&quot;: case &quot;21&quot;: case &quot;49&quot;: case &quot;73&quot;: case &quot;86&quot;: case &quot;173&quot;: case &quot;206&quot;: case &quot;218&quot;: case &quot;244&quot;: 
                    return {&quot;color&quot;: &quot;#ff00bf&quot;, &quot;fillColor&quot;: &quot;#ff00bf&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;5&quot;: case &quot;8&quot;: case &quot;20&quot;: case &quot;50&quot;: case &quot;74&quot;: case &quot;174&quot;: case &quot;205&quot;: case &quot;243&quot;: 
                    return {&quot;color&quot;: &quot;#ff00e0&quot;, &quot;fillColor&quot;: &quot;#ff00e0&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;6&quot;: case &quot;11&quot;: case &quot;39&quot;: case &quot;44&quot;: case &quot;68&quot;: case &quot;79&quot;: case &quot;112&quot;: case &quot;118&quot;: case &quot;122&quot;: case &quot;136&quot;: case &quot;142&quot;: case &quot;148&quot;: case &quot;210&quot;: case &quot;211&quot;: case &quot;222&quot;: case &quot;228&quot;: 
                    return {&quot;color&quot;: &quot;#006fff&quot;, &quot;fillColor&quot;: &quot;#006fff&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;7&quot;: case &quot;10&quot;: case &quot;13&quot;: case &quot;17&quot;: case &quot;25&quot;: case &quot;38&quot;: case &quot;43&quot;: case &quot;51&quot;: case &quot;67&quot;: case &quot;71&quot;: case &quot;80&quot;: case &quot;83&quot;: case &quot;111&quot;: case &quot;117&quot;: case &quot;121&quot;: case &quot;125&quot;: case &quot;135&quot;: case &quot;141&quot;: case &quot;147&quot;: case &quot;191&quot;: case &quot;193&quot;: case &quot;208&quot;: case &quot;209&quot;: case &quot;212&quot;: case &quot;213&quot;: case &quot;221&quot;: case &quot;224&quot;: case &quot;227&quot;: 
                    return {&quot;color&quot;: &quot;#00b0ff&quot;, &quot;fillColor&quot;: &quot;#00b0ff&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;12&quot;: case &quot;16&quot;: case &quot;24&quot;: case &quot;42&quot;: case &quot;52&quot;: case &quot;72&quot;: case &quot;84&quot;: case &quot;192&quot;: case &quot;194&quot;: case &quot;207&quot;: case &quot;214&quot;: case &quot;223&quot;: 
                    return {&quot;color&quot;: &quot;#0069ff&quot;, &quot;fillColor&quot;: &quot;#0069ff&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;15&quot;: case &quot;26&quot;: case &quot;48&quot;: case &quot;76&quot;: case &quot;89&quot;: case &quot;94&quot;: case &quot;100&quot;: case &quot;119&quot;: case &quot;137&quot;: case &quot;156&quot;: case &quot;181&quot;: case &quot;183&quot;: case &quot;203&quot;: case &quot;216&quot;: case &quot;246&quot;: 
                    return {&quot;color&quot;: &quot;#005eff&quot;, &quot;fillColor&quot;: &quot;#005eff&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;18&quot;: case &quot;40&quot;: case &quot;66&quot;: case &quot;97&quot;: case &quot;105&quot;: case &quot;110&quot;: case &quot;126&quot;: case &quot;129&quot;: case &quot;144&quot;: case &quot;169&quot;: case &quot;180&quot;: case &quot;190&quot;: case &quot;234&quot;: 
                    return {&quot;color&quot;: &quot;#00aaff&quot;, &quot;fillColor&quot;: &quot;#00aaff&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;19&quot;: case &quot;28&quot;: case &quot;31&quot;: case &quot;41&quot;: case &quot;58&quot;: case &quot;65&quot;: case &quot;70&quot;: case &quot;77&quot;: case &quot;88&quot;: case &quot;98&quot;: case &quot;104&quot;: case &quot;106&quot;: case &quot;109&quot;: case &quot;124&quot;: case &quot;127&quot;: case &quot;128&quot;: case &quot;133&quot;: case &quot;143&quot;: case &quot;164&quot;: case &quot;170&quot;: case &quot;179&quot;: case &quot;189&quot;: case &quot;200&quot;: case &quot;202&quot;: case &quot;225&quot;: case &quot;233&quot;: case &quot;239&quot;: case &quot;247&quot;: case &quot;252&quot;: 
                    return {&quot;color&quot;: &quot;#0064ff&quot;, &quot;fillColor&quot;: &quot;#0064ff&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;22&quot;: case &quot;162&quot;: case &quot;220&quot;: case &quot;236&quot;: 
                    return {&quot;color&quot;: &quot;#ff0200&quot;, &quot;fillColor&quot;: &quot;#ff0200&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;23&quot;: case &quot;161&quot;: case &quot;219&quot;: case &quot;235&quot;: 
                    return {&quot;color&quot;: &quot;#ff1200&quot;, &quot;fillColor&quot;: &quot;#ff1200&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;29&quot;: case &quot;30&quot;: case &quot;57&quot;: case &quot;69&quot;: case &quot;78&quot;: case &quot;87&quot;: case &quot;103&quot;: case &quot;123&quot;: case &quot;132&quot;: case &quot;134&quot;: case &quot;163&quot;: case &quot;199&quot;: case &quot;201&quot;: case &quot;226&quot;: case &quot;240&quot;: case &quot;248&quot;: case &quot;251&quot;: 
                    return {&quot;color&quot;: &quot;#00a5ff&quot;, &quot;fillColor&quot;: &quot;#00a5ff&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;36&quot;: case &quot;45&quot;: case &quot;53&quot;: case &quot;60&quot;: case &quot;82&quot;: case &quot;95&quot;: case &quot;108&quot;: case &quot;113&quot;: case &quot;130&quot;: case &quot;160&quot;: case &quot;168&quot;: case &quot;175&quot;: case &quot;178&quot;: case &quot;198&quot;: case &quot;242&quot;: case &quot;250&quot;: 
                    return {&quot;color&quot;: &quot;#0053ff&quot;, &quot;fillColor&quot;: &quot;#0053ff&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;37&quot;: case &quot;46&quot;: case &quot;59&quot;: case &quot;131&quot;: case &quot;159&quot;: case &quot;167&quot;: case &quot;197&quot;: 
                    return {&quot;color&quot;: &quot;#0095ff&quot;, &quot;fillColor&quot;: &quot;#0095ff&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;54&quot;: case &quot;81&quot;: case &quot;96&quot;: case &quot;107&quot;: case &quot;114&quot;: case &quot;176&quot;: case &quot;177&quot;: case &quot;241&quot;: case &quot;249&quot;: 
                    return {&quot;color&quot;: &quot;#009aff&quot;, &quot;fillColor&quot;: &quot;#009aff&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;61&quot;: case &quot;229&quot;: 
                    return {&quot;color&quot;: &quot;#ff0d00&quot;, &quot;fillColor&quot;: &quot;#ff0d00&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;62&quot;: case &quot;230&quot;: 
                    return {&quot;color&quot;: &quot;#ff0003&quot;, &quot;fillColor&quot;: &quot;#ff0003&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;139&quot;: 
                    return {&quot;color&quot;: &quot;#ff0700&quot;, &quot;fillColor&quot;: &quot;#ff0700&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;140&quot;: 
                    return {&quot;color&quot;: &quot;#ff1800&quot;, &quot;fillColor&quot;: &quot;#ff1800&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;153&quot;: 
                    return {&quot;color&quot;: &quot;#00ff6c&quot;, &quot;fillColor&quot;: &quot;#00ff6c&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;154&quot;: 
                    return {&quot;color&quot;: &quot;#00ff91&quot;, &quot;fillColor&quot;: &quot;#00ff91&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                default:
                    return {&quot;color&quot;: &quot;#ff00d5&quot;, &quot;fillColor&quot;: &quot;#ff00d5&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
            }
        }
        function geo_json_4326f05af4af4b34dba1907e0135562a_highlighter(feature) {
            switch(feature.id) {
                default:
                    return {&quot;fillOpacity&quot;: 0.75};
            }
        }
        function geo_json_4326f05af4af4b34dba1907e0135562a_pointToLayer(feature, latlng) {
            var opts = {
  &quot;stroke&quot;: true,
  &quot;color&quot;: &quot;#3388ff&quot;,
  &quot;weight&quot;: 3,
  &quot;opacity&quot;: 1.0,
  &quot;lineCap&quot;: &quot;round&quot;,
  &quot;lineJoin&quot;: &quot;round&quot;,
  &quot;dashArray&quot;: null,
  &quot;dashOffset&quot;: null,
  &quot;fill&quot;: true,
  &quot;fillColor&quot;: &quot;#3388ff&quot;,
  &quot;fillOpacity&quot;: 0.2,
  &quot;fillRule&quot;: &quot;evenodd&quot;,
  &quot;bubblingMouseEvents&quot;: true,
  &quot;radius&quot;: 2,
};
            &#10;            let style = geo_json_4326f05af4af4b34dba1907e0135562a_styler(feature)
            Object.assign(opts, style)
            &#10;            return new L.CircleMarker(latlng, opts)
        }
&#10;        function geo_json_4326f05af4af4b34dba1907e0135562a_onEachFeature(feature, layer) {
&#10;            layer.on({
                mouseout: function(e) {
                    if(typeof e.target.setStyle === &quot;function&quot;){
                            geo_json_4326f05af4af4b34dba1907e0135562a.resetStyle(e.target);
                    }
                },
                mouseover: function(e) {
                    if(typeof e.target.setStyle === &quot;function&quot;){
                        const highlightStyle = geo_json_4326f05af4af4b34dba1907e0135562a_highlighter(e.target.feature)
                        e.target.setStyle(highlightStyle);
                    }
                },
            });
        };
        var geo_json_4326f05af4af4b34dba1907e0135562a = L.geoJson(null, {
                onEachFeature: geo_json_4326f05af4af4b34dba1907e0135562a_onEachFeature,
            &#10;                style: geo_json_4326f05af4af4b34dba1907e0135562a_styler,
                pointToLayer: geo_json_4326f05af4af4b34dba1907e0135562a_pointToLayer,
            ...{
}
        });
&#10;        function geo_json_4326f05af4af4b34dba1907e0135562a_add (data) {
            geo_json_4326f05af4af4b34dba1907e0135562a
                .addData(data);
        }
            geo_json_4326f05af4af4b34dba1907e0135562a_add({&quot;bbox&quot;: [9.67025, 3.97665, 9.81623, 4.104960999999999], &quot;features&quot;: [{&quot;bbox&quot;: [9.787167, 3.97665, 9.791866, 3.992722], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.787167, 3.992722], [9.791866, 3.97665]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;0&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 1852.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.787267, 3.97675, 9.791966, 3.9928220000000003], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.791966, 3.97675]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;1&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 1852.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.787167, 3.97866, 9.81613, 3.992722], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.787167, 3.992722], [9.81613, 3.97866]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;2&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00ff66&quot;, &quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;frequency&quot;: 12765.0, &quot;length&quot;: 3573.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.787267, 3.9787600000000003, 9.81623, 3.9928220000000003], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.81623, 3.9787600000000003]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;3&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00ff8c&quot;, &quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;frequency&quot;: 13031.0, &quot;length&quot;: 3573.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.75885, 3.99663, 9.763806, 3.997361], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.763806, 3.997361], [9.75885, 3.99663]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;4&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00bf&quot;, &quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;frequency&quot;: 18765.0, &quot;length&quot;: 556.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.75895, 3.9967300000000003, 9.763906, 3.9974610000000004], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.763906, 3.9974610000000004], [9.75895, 3.9967300000000003]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;5&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00e0&quot;, &quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;frequency&quot;: 17755.0, &quot;length&quot;: 556.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745083, 4.002553, 9.748639, 4.003231], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.745083, 4.002553], [9.748639, 4.003231]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;6&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 402.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745182999999999, 4.002653, 9.748739, 4.003331], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.745182999999999, 4.002653], [9.748739, 4.003331]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;7&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 402.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.76732, 4.003512, 9.767719, 4.0105], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.76732, 4.003512], [9.767719, 4.0105]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;8&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00e0&quot;, &quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;frequency&quot;: 17728.0, &quot;length&quot;: 774.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.76742, 4.0036119999999995, 9.767819, 4.0106], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.76742, 4.0036119999999995], [9.767819, 4.0106]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;9&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00bf&quot;, &quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;frequency&quot;: 18738.0, &quot;length&quot;: 774.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.778111, 4.004194, 9.799472, 4.012278], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.799472, 4.004194], [9.778111, 4.012278]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;10&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 2535.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.778211, 4.004294, 9.799572, 4.012378], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.799572, 4.004294], [9.778211, 4.012378]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;11&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 2535.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.701194, 4.008306, 9.705944, 4.01775], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.705944, 4.01775], [9.701194, 4.008306]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;12&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0069ff&quot;, &quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;frequency&quot;: 14935.0, &quot;length&quot;: 1170.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.701293999999999, 4.008406, 9.706044, 4.01785], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.706044, 4.01785], [9.701293999999999, 4.008406]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;13&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;frequency&quot;: 14445.0, &quot;length&quot;: 1170.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.763806, 3.997361, 9.767833, 4.029], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.763806, 3.997361]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;14&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 3527.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.763906, 3.9974610000000004, 9.767933, 4.0291], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767933, 4.0291], [9.763906, 3.9974610000000004]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;15&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 3527.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.723611, 4.009639, 9.741417, 4.020194], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.741417, 4.009639], [9.723611, 4.020194]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;16&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0069ff&quot;, &quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;frequency&quot;: 14935.0, &quot;length&quot;: 2296.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.723711, 4.009739, 9.741517, 4.020294], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.741517, 4.009739], [9.723711, 4.020294]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;17&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;frequency&quot;: 14445.0, &quot;length&quot;: 2296.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745083, 4.002553, 9.767833, 4.029], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.745083, 4.002553]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;18&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00aaff&quot;, &quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;frequency&quot;: 14473.0, &quot;length&quot;: 3865.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745182999999999, 4.002653, 9.767933, 4.0291], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767933, 4.0291], [9.745182999999999, 4.002653]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;19&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;frequency&quot;: 14963.0, &quot;length&quot;: 3865.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.73456, 4.015972, 9.738528, 4.01734], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738528, 4.015972], [9.73456, 4.01734]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;20&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00e0&quot;, &quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;frequency&quot;: 17755.0, &quot;length&quot;: 466.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.73466, 4.016071999999999, 9.738628, 4.01744], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73466, 4.01744]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;21&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00bf&quot;, &quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;frequency&quot;: 18765.0, &quot;length&quot;: 466.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.762056, 4.004472, 9.767833, 4.029], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.762056, 4.004472]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;22&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff0200&quot;, &quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;frequency&quot;: 8335.0, &quot;length&quot;: 2787.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.762156, 4.004572, 9.767933, 4.0291], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767933, 4.0291], [9.762156, 4.004572]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;23&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff1200&quot;, &quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;frequency&quot;: 8454.0, &quot;length&quot;: 2787.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738528, 4.015972, 9.768083, 4.017917], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738528, 4.015972], [9.768083, 4.017917]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;24&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0069ff&quot;, &quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;frequency&quot;: 14935.0, &quot;length&quot;: 3289.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738628, 4.016071999999999, 9.768183, 4.0180169999999995], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.768183, 4.0180169999999995]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;25&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;frequency&quot;: 14445.0, &quot;length&quot;: 3289.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.72629, 4.01048, 9.727083, 4.023444], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.727083, 4.023444], [9.72629, 4.01048]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;26&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 1436.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.72639, 4.01058, 9.727183, 4.023543999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.727183, 4.023543999999999], [9.72639, 4.01058]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;27&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 1436.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738528, 4.015972, 9.757556, 4.0195], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738528, 4.015972], [9.757556, 4.0195]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;28&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 2149.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738628, 4.016071999999999, 9.757655999999999, 4.0196], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.757655999999999, 4.0196]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;29&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 2149.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.756817, 4.008442, 9.767833, 4.029], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.756817, 4.008442]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;30&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 2582.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.756917, 4.008541999999999, 9.767933, 4.0291], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767933, 4.0291], [9.756917, 4.008541999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;31&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 2582.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.744694, 4.014417, 9.748472, 4.023111], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.744694, 4.014417], [9.748472, 4.023111]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;32&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 1049.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.744794, 4.014517, 9.748572, 4.023211], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.744794, 4.014517], [9.748572, 4.023211]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;33&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 1049.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.767719, 4.0105, 9.767833, 4.029], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.767719, 4.0105]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;34&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 2046.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.767819, 4.0106, 9.767933, 4.0291], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767933, 4.0291], [9.767819, 4.0106]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;35&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 2046.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738528, 4.015972, 9.780278, 4.023889], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738528, 4.015972], [9.780278, 4.023889]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;36&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;frequency&quot;: 15103.0, &quot;length&quot;: 4718.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738628, 4.016071999999999, 9.780377999999999, 4.023988999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.780377999999999, 4.023988999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;37&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0095ff&quot;, &quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;frequency&quot;: 14613.0, &quot;length&quot;: 4718.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696744, 4.0115, 9.721083, 4.029381], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.721083, 4.0115]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;38&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 3349.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696844, 4.0116, 9.721183, 4.029481], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696844, 4.029481], [9.721183, 4.0116]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;39&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 3349.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.743889, 4.0194, 9.748472, 4.023111], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.743889, 4.0194], [9.748472, 4.023111]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;40&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00aaff&quot;, &quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;frequency&quot;: 14473.0, &quot;length&quot;: 654.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.743989, 4.0195, 9.748572, 4.023211], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.743989, 4.0195], [9.748572, 4.023211]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;41&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;frequency&quot;: 14963.0, &quot;length&quot;: 654.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.792, 4.019889, 9.805583, 4.023167], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.792, 4.023167], [9.805583, 4.019889]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;42&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0069ff&quot;, &quot;cml_id&quot;: &quot;4.021528N-9.798792E&quot;, &quot;frequency&quot;: 14935.0, &quot;length&quot;: 1551.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.7921, 4.019989, 9.805683, 4.023267], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.7921, 4.023267], [9.805683, 4.019989]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;43&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.021528N-9.798792E&quot;, &quot;frequency&quot;: 14445.0, &quot;length&quot;: 1551.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.67025, 4.022056, 9.69027, 4.02603], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.67025, 4.022056], [9.69027, 4.02603]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;44&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.024043N-9.680260E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 2266.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.72802, 4.015972, 9.738528, 4.03279], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738528, 4.015972], [9.72802, 4.03279]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;45&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;frequency&quot;: 15103.0, &quot;length&quot;: 2195.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.72812, 4.016071999999999, 9.738628, 4.03289], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.72812, 4.03289]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;46&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0095ff&quot;, &quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;frequency&quot;: 14613.0, &quot;length&quot;: 2195.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696744, 4.02012, 9.69921, 4.029381], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.69921, 4.02012]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;47&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 1060.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696844, 4.02022, 9.69931, 4.029481], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696844, 4.029481], [9.69931, 4.02022]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;48&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 1060.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.767833, 4.02125, 9.77399, 4.029], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.77399, 4.02125]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;49&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00bf&quot;, &quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;frequency&quot;: 18737.0, &quot;length&quot;: 1096.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.767933, 4.02135, 9.77409, 4.0291], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767933, 4.0291], [9.77409, 4.02135]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;50&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00e0&quot;, &quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;frequency&quot;: 17727.0, &quot;length&quot;: 1096.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.737194, 4.022139, 9.741992, 4.0284], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.737194, 4.022139], [9.741992, 4.0284]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;51&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;frequency&quot;: 14431.0, &quot;length&quot;: 874.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.737294, 4.022239, 9.742092, 4.0285], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.737294, 4.022239], [9.742092, 4.0285]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;52&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0069ff&quot;, &quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;frequency&quot;: 14921.0, &quot;length&quot;: 874.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.73325, 4.015972, 9.738528, 4.035278], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738528, 4.015972], [9.73325, 4.035278]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;53&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;frequency&quot;: 15075.0, &quot;length&quot;: 2214.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.73335, 4.016071999999999, 9.738628, 4.035378], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73335, 4.035378]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;54&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#009aff&quot;, &quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;frequency&quot;: 14585.0, &quot;length&quot;: 2214.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696744, 4.02238, 9.70976, 4.029381], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.70976, 4.02238]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;55&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 1640.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696844, 4.02248, 9.709859999999999, 4.029481], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696844, 4.029481], [9.709859999999999, 4.02248]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;56&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 1640.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.694556, 4.022917, 9.696744, 4.029381], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.694556, 4.022917]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;57&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 755.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.694656, 4.023016999999999, 9.696844, 4.029481], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696844, 4.029481], [9.694656, 4.023016999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;58&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 755.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.72684, 4.01658, 9.733028, 4.040819], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733028, 4.040819], [9.72684, 4.01658]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;59&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0095ff&quot;, &quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;frequency&quot;: 14613.0, &quot;length&quot;: 2767.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.726939999999999, 4.01668, 9.733127999999999, 4.040919], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.726939999999999, 4.01668]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;60&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;frequency&quot;: 15103.0, &quot;length&quot;: 2767.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.701944, 4.028333, 9.705139, 4.029083], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.701944, 4.029083], [9.705139, 4.028333]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;61&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff0d00&quot;, &quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;frequency&quot;: 8426.0, &quot;length&quot;: 364.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.702043999999999, 4.028433, 9.705239, 4.029183], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.705239, 4.028433]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;62&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff0003&quot;, &quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;frequency&quot;: 8307.0, &quot;length&quot;: 364.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.686417, 4.029381, 9.696744, 4.029444], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.686417, 4.029444]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;63&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 1147.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.686517, 4.029481, 9.696844, 4.029544], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696844, 4.029481], [9.686517, 4.029544]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;64&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 1147.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.701944, 4.029083, 9.709194, 4.032028], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.701944, 4.029083], [9.709194, 4.032028]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;65&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;frequency&quot;: 14963.0, &quot;length&quot;: 868.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.702043999999999, 4.029183, 9.709294, 4.032128], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.709294, 4.032128]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;66&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00aaff&quot;, &quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;frequency&quot;: 14473.0, &quot;length&quot;: 868.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.691575, 4.029381, 9.696744, 4.032433], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.691575, 4.032433]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;67&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 666.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.691675, 4.029481, 9.696844, 4.032533], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696844, 4.029481], [9.691675, 4.032533]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;68&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 666.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696744, 4.029381, 9.699417, 4.033417], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.699417, 4.033417]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;69&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 536.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696844, 4.029481, 9.699517, 4.033517], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696844, 4.029481], [9.699517, 4.033517]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;70&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 536.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.727083, 4.023444, 9.733028, 4.040819], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733028, 4.040819], [9.727083, 4.023444]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;71&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;frequency&quot;: 14445.0, &quot;length&quot;: 2032.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.727183, 4.023543999999999, 9.733127999999999, 4.040919], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.727183, 4.023543999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;72&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0069ff&quot;, &quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;frequency&quot;: 14935.0, &quot;length&quot;: 2032.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.71203, 4.032, 9.71564, 4.03312], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.71564, 4.032], [9.71203, 4.03312]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;73&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00bf&quot;, &quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;frequency&quot;: 18765.0, &quot;length&quot;: 420.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.71213, 4.0321, 9.71574, 4.03322], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.71574, 4.0321], [9.71213, 4.03322]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;74&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00e0&quot;, &quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;frequency&quot;: 17755.0, &quot;length&quot;: 420.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.755167, 4.029, 9.767833, 4.037361], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.755167, 4.037361]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;75&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 1683.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.755267, 4.0291, 9.767933, 4.0374609999999995], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767933, 4.0291], [9.755267, 4.0374609999999995]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;76&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 1683.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.691575, 4.032433, 9.691889, 4.035333], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.691575, 4.032433], [9.691889, 4.035333]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;77&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 323.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.691675, 4.032533, 9.691989, 4.035432999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.691675, 4.032533], [9.691989, 4.035432999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;78&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 323.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.77026, 4.033028, 9.774333, 4.03527], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.774333, 4.033028], [9.77026, 4.03527]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;79&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 516.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.77036, 4.033128, 9.774433, 4.0353699999999995], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.774433, 4.033128], [9.77036, 4.0353699999999995]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;80&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 516.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.725667, 4.028583, 9.733028, 4.040819], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733028, 4.040819], [9.725667, 4.028583]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;81&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#009aff&quot;, &quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;frequency&quot;: 14585.0, &quot;length&quot;: 1581.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.725767, 4.028683, 9.733127999999999, 4.040919], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.725767, 4.028683]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;82&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;frequency&quot;: 15075.0, &quot;length&quot;: 1581.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696744, 4.029381, 9.699006, 4.040886], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.699006, 4.040886]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;83&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;frequency&quot;: 14445.0, &quot;length&quot;: 1297.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696844, 4.029481, 9.699106, 4.040986], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696844, 4.029481], [9.699106, 4.040986]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;84&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0069ff&quot;, &quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;frequency&quot;: 14935.0, &quot;length&quot;: 1297.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.683883, 4.033886, 9.688056, 4.037472], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.683883, 4.033886], [9.688056, 4.037472]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;85&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00d5&quot;, &quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;frequency&quot;: 17810.0, &quot;length&quot;: 610.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.683983, 4.033986, 9.688156, 4.037572], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.683983, 4.033986], [9.688156, 4.037572]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;86&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00bf&quot;, &quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;frequency&quot;: 18820.0, &quot;length&quot;: 610.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.766222, 4.029, 9.767833, 4.046556], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.766222, 4.046556]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;87&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 1950.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.766322, 4.0291, 9.767933, 4.046656], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767933, 4.0291], [9.766322, 4.046656]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;88&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 1950.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.703794, 4.036926, 9.706106, 4.040083], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.706106, 4.040083], [9.703794, 4.036926]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;89&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 433.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.703894, 4.037026, 9.706206, 4.040183], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.706206, 4.040183], [9.703894, 4.037026]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;90&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 433.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.711917, 4.037722, 9.733028, 4.040819], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733028, 4.040819], [9.711917, 4.037722]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;91&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 2369.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.712017, 4.037821999999999, 9.733127999999999, 4.040919], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.712017, 4.037821999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;92&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 2369.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.733028, 4.038342, 9.741011, 4.040819], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733028, 4.040819], [9.741011, 4.038342]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;93&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 928.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.733127999999999, 4.038442, 9.741111, 4.040919], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.741111, 4.038442]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;94&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 928.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.699006, 4.03931, 9.70265, 4.040886], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.699006, 4.040886], [9.70265, 4.03931]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;95&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;frequency&quot;: 15075.0, &quot;length&quot;: 441.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.699106, 4.03941, 9.70275, 4.040986], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.699106, 4.040986], [9.70275, 4.03941]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;96&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#009aff&quot;, &quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;frequency&quot;: 14585.0, &quot;length&quot;: 441.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.774, 4.039278, 9.7795, 4.042306], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.774, 4.042306], [9.7795, 4.039278]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;97&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00aaff&quot;, &quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;frequency&quot;: 14473.0, &quot;length&quot;: 697.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.774099999999999, 4.039378, 9.7796, 4.042406], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.774099999999999, 4.042406], [9.7796, 4.039378]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;98&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;frequency&quot;: 14963.0, &quot;length&quot;: 697.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.686417, 4.040697, 9.689827, 4.041417], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.686417, 4.041417], [9.689827, 4.040697]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;99&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.041057N-9.688122E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 387.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.686517, 4.0407969999999995, 9.689926999999999, 4.041517], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.686517, 4.041517], [9.689926999999999, 4.0407969999999995]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;100&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.041057N-9.688122E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 387.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.754583, 4.03875, 9.762056, 4.043386], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.762056, 4.03875], [9.754583, 4.043386]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;101&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 975.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.754683, 4.03885, 9.762156, 4.043486], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.762156, 4.03885], [9.754683, 4.043486]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;102&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 975.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.728389, 4.040819, 9.733028, 4.041694], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733028, 4.040819], [9.728389, 4.041694]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;103&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 524.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.728489, 4.040919, 9.733127999999999, 4.041793999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.728489, 4.041793999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;104&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 524.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.767833, 4.029, 9.779361, 4.053694], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.779361, 4.053694]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;105&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00aaff&quot;, &quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;frequency&quot;: 14473.0, &quot;length&quot;: 3016.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.767933, 4.0291, 9.779461, 4.053794], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767933, 4.0291], [9.779461, 4.053794]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;106&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;frequency&quot;: 14963.0, &quot;length&quot;: 3016.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.733028, 4.040819, 9.747639, 4.043778], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733028, 4.040819], [9.747639, 4.043778]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;107&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#009aff&quot;, &quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;frequency&quot;: 14585.0, &quot;length&quot;: 1655.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.733127999999999, 4.040919, 9.747739, 4.043877999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.747739, 4.043877999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;108&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;frequency&quot;: 15075.0, &quot;length&quot;: 1655.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.702978, 4.028444, 9.73025, 4.056559], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.702978, 4.056559], [9.73025, 4.028444]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;109&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;frequency&quot;: 14963.0, &quot;length&quot;: 4340.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.703078, 4.028544, 9.73035, 4.056659], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.703078, 4.056659], [9.73035, 4.028544]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;110&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00aaff&quot;, &quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;frequency&quot;: 14473.0, &quot;length&quot;: 4340.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.69725, 4.040886, 9.699006, 4.04425], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.699006, 4.040886], [9.69725, 4.04425]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;111&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 420.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.69735, 4.040986, 9.699106, 4.04435], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.699106, 4.040986], [9.69735, 4.04435]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;112&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 420.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.704083, 4.04244, 9.707889, 4.043194], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.704083, 4.04244], [9.707889, 4.043194]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;113&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;frequency&quot;: 15075.0, &quot;length&quot;: 431.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.704183, 4.04254, 9.707989, 4.0432939999999995], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.704183, 4.04254], [9.707989, 4.0432939999999995]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;114&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#009aff&quot;, &quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;frequency&quot;: 14585.0, &quot;length&quot;: 431.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.686417, 4.041417, 9.688194, 4.04625], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.686417, 4.041417], [9.688194, 4.04625]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;115&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.043833N-9.687306E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 570.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.686517, 4.041517, 9.688293999999999, 4.0463499999999994], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.686517, 4.041517], [9.688293999999999, 4.0463499999999994]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;116&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.043833N-9.687306E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 570.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.700739, 4.043194, 9.707889, 4.044661], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.707889, 4.043194], [9.700739, 4.044661]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;117&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 810.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.700839, 4.0432939999999995, 9.707989, 4.044760999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.707989, 4.0432939999999995], [9.700839, 4.044760999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;118&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 810.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.72575, 4.041694, 9.728389, 4.0475], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.728389, 4.041694], [9.72575, 4.0475]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;119&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 706.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.72585, 4.041793999999999, 9.728489, 4.0476], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.728489, 4.041793999999999], [9.72585, 4.0476]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;120&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 706.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.699006, 4.040886, 9.721043, 4.048586], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.699006, 4.040886], [9.721043, 4.048586]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;121&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 2591.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.699106, 4.040986, 9.721143, 4.048686], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.699106, 4.040986], [9.721143, 4.048686]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;122&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 2591.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.71598, 4.04642, 9.721043, 4.048586], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.71598, 4.04642], [9.721043, 4.048586]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;123&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;frequency&quot;: 14487.0, &quot;length&quot;: 611.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.71608, 4.04652, 9.721143, 4.048686], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.71608, 4.04652], [9.721143, 4.048686]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;124&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;frequency&quot;: 14977.0, &quot;length&quot;: 611.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.703528, 4.044694, 9.706861, 4.051333], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.703528, 4.044694], [9.706861, 4.051333]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;125&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.048013N-9.705195E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 822.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.698333, 4.04675, 9.698917, 4.049556], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.698333, 4.049556], [9.698917, 4.04675]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;126&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00aaff&quot;, &quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;frequency&quot;: 14473.0, &quot;length&quot;: 317.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.698433, 4.04685, 9.699017, 4.049656], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.698433, 4.049656], [9.699017, 4.04685]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;127&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;frequency&quot;: 14963.0, &quot;length&quot;: 317.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.706861, 4.0465, 9.708472, 4.051333], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.706861, 4.051333], [9.708472, 4.0465]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;128&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;frequency&quot;: 14963.0, &quot;length&quot;: 564.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.706961, 4.0466, 9.708572, 4.051432999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.706961, 4.051432999999999], [9.708572, 4.0466]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;129&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00aaff&quot;, &quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;frequency&quot;: 14473.0, &quot;length&quot;: 564.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.771911, 4.049658, 9.777253, 4.050192], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.771911, 4.050192], [9.777253, 4.049658]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;130&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;frequency&quot;: 15103.0, &quot;length&quot;: 596.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.772011, 4.049758, 9.777353, 4.050292], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.772011, 4.050292], [9.777353, 4.049758]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;131&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0095ff&quot;, &quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;frequency&quot;: 14613.0, &quot;length&quot;: 596.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.739644, 4.048272, 9.741306, 4.052028], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.741306, 4.052028], [9.739644, 4.048272]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;132&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.050150N-9.740475E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 454.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.702389, 4.04825, 9.704556, 4.052444], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.702389, 4.052444], [9.704556, 4.04825]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;133&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 522.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.702489, 4.04835, 9.704656, 4.052544], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.702489, 4.052544], [9.704656, 4.04835]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;134&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 522.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.750917, 4.047389, 9.756833, 4.053667], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.756833, 4.047389]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;135&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 956.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.751017, 4.047489, 9.756933, 4.053767], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.751017, 4.053767], [9.756933, 4.047489]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;136&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 956.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.779361, 4.050472, 9.797806, 4.053694], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.779361, 4.053694], [9.797806, 4.050472]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;137&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 2079.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.779461, 4.050572, 9.797906, 4.053794], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.779461, 4.053794], [9.797906, 4.050572]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;138&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 2079.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.750917, 4.053667, 9.775889, 4.05525], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.775889, 4.05525]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;139&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff0700&quot;, &quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;frequency&quot;: 8363.0, &quot;length&quot;: 2778.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.751017, 4.053767, 9.775989, 4.05535], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.751017, 4.053767], [9.775989, 4.05535]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;140&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff1800&quot;, &quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;frequency&quot;: 8482.0, &quot;length&quot;: 2778.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.750917, 4.053667, 9.754444, 4.058167], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.754444, 4.058167]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;141&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 633.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.751017, 4.053767, 9.754544, 4.058267], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.751017, 4.053767], [9.754544, 4.058267]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;142&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 633.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.767556, 4.053639, 9.768444, 4.0585], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.768444, 4.0585], [9.767556, 4.053639]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;143&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;frequency&quot;: 14963.0, &quot;length&quot;: 546.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.767656, 4.053739, 9.768544, 4.0586], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.768544, 4.0586], [9.767656, 4.053739]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;144&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00aaff&quot;, &quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;frequency&quot;: 14473.0, &quot;length&quot;: 546.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738694, 4.054186, 9.745611, 4.058056], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738694, 4.058056], [9.745611, 4.054186]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;145&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 879.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738794, 4.054285999999999, 9.745711, 4.058155999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738794, 4.058155999999999], [9.745711, 4.054285999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;146&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 879.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.743528, 4.053667, 9.750917, 4.059611], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.743528, 4.059611]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;147&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 1051.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.743628, 4.053767, 9.751017, 4.059711], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.751017, 4.053767], [9.743628, 4.059711]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;148&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 1051.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.726194, 4.053667, 9.750917, 4.060028], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.726194, 4.060028], [9.750917, 4.053667]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;149&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00ff66&quot;, &quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;frequency&quot;: 12765.0, &quot;length&quot;: 2834.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.726294, 4.053767, 9.751017, 4.060128], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.726294, 4.060128], [9.751017, 4.053767]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;150&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00ff8c&quot;, &quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;frequency&quot;: 13031.0, &quot;length&quot;: 2834.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.726393999999999, 4.053867, 9.751116999999999, 4.060228], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.726393999999999, 4.060228], [9.751116999999999, 4.053867]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;151&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00ff66&quot;, &quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;frequency&quot;: 12765.0, &quot;length&quot;: 2834.0, &quot;sublink_id&quot;: &quot;1_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.726493999999999, 4.053967, 9.751216999999999, 4.060328], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.726493999999999, 4.060328], [9.751216999999999, 4.053967]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;152&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00ff8c&quot;, &quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;frequency&quot;: 13031.0, &quot;length&quot;: 2834.0, &quot;sublink_id&quot;: &quot;1_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.726594, 4.054067, 9.751317, 4.060428], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.726594, 4.060428], [9.751317, 4.054067]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;153&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00ff6c&quot;, &quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;frequency&quot;: 12793.0, &quot;length&quot;: 2834.0, &quot;sublink_id&quot;: &quot;2_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.726694, 4.054167, 9.751417, 4.060528], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.726694, 4.060528], [9.751417, 4.054167]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;154&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00ff91&quot;, &quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;frequency&quot;: 13059.0, &quot;length&quot;: 2834.0, &quot;sublink_id&quot;: &quot;2_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.734028, 4.053667, 9.750917, 4.06025], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.734028, 4.06025]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;155&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 2012.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.734128, 4.053767, 9.751017, 4.06035], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.751017, 4.053767], [9.734128, 4.06035]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;156&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 2012.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.763167, 4.056417, 9.768444, 4.0585], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.768444, 4.0585], [9.763167, 4.056417]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;157&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 630.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.763266999999999, 4.0565169999999995, 9.768544, 4.0586], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.768544, 4.0586], [9.763266999999999, 4.0565169999999995]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;158&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 630.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.750917, 4.053667, 9.786861, 4.062806], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.786861, 4.062806]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;159&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0095ff&quot;, &quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;frequency&quot;: 14613.0, &quot;length&quot;: 4117.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.751017, 4.053767, 9.786961, 4.062906], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.751017, 4.053767], [9.786961, 4.062906]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;160&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;frequency&quot;: 15103.0, &quot;length&quot;: 4117.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.714664, 4.053242, 9.720853, 4.06425], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714664, 4.06425], [9.720853, 4.053242]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;161&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff1200&quot;, &quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;frequency&quot;: 8468.0, &quot;length&quot;: 1398.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.714764, 4.053342, 9.720953, 4.06435], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714764, 4.06435], [9.720953, 4.053342]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;162&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff0200&quot;, &quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;frequency&quot;: 8349.0, &quot;length&quot;: 1398.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.750917, 4.053667, 9.75311, 4.064069], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.75311, 4.064069]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;163&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 1176.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.751017, 4.053767, 9.75321, 4.064169], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.751017, 4.053767], [9.75321, 4.064169]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;164&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 1176.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.750917, 4.053667, 9.767778, 4.064361], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.767778, 4.064361]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;165&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 2214.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.751017, 4.053767, 9.767878, 4.064461], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.751017, 4.053767], [9.767878, 4.064461]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;166&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 2214.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.708444, 4.058638, 9.715412, 4.060333], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.708444, 4.060333], [9.715412, 4.058638]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;167&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0095ff&quot;, &quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;frequency&quot;: 14613.0, &quot;length&quot;: 796.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.708544, 4.058738, 9.715512, 4.060433], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.708544, 4.060433], [9.715512, 4.058738]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;168&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;frequency&quot;: 15103.0, &quot;length&quot;: 796.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.750917, 4.053667, 9.759558, 4.066322], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.759558, 4.066322]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;169&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00aaff&quot;, &quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;frequency&quot;: 14473.0, &quot;length&quot;: 1697.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.751017, 4.053767, 9.759658, 4.066422], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.751017, 4.053767], [9.759658, 4.066422]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;170&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;frequency&quot;: 14963.0, &quot;length&quot;: 1697.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.768444, 4.0585, 9.777639, 4.063131], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.768444, 4.0585], [9.777639, 4.063131]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;171&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 1142.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.768544, 4.0586, 9.777739, 4.063231], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.768544, 4.0586], [9.777739, 4.063231]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;172&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 1142.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.743528, 4.059611, 9.74569, 4.06356], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.743528, 4.059611], [9.74569, 4.06356]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;173&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00bf&quot;, &quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;frequency&quot;: 18738.0, &quot;length&quot;: 498.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.743628, 4.059711, 9.74579, 4.06366], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.743628, 4.059711], [9.74579, 4.06366]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;174&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00e0&quot;, &quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;frequency&quot;: 17728.0, &quot;length&quot;: 498.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.704333, 4.059583, 9.706333, 4.065972], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.704333, 4.059583], [9.706333, 4.065972]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;175&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;frequency&quot;: 15075.0, &quot;length&quot;: 741.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.704433, 4.059683, 9.706433, 4.066072], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.704433, 4.059683], [9.706433, 4.066072]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;176&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#009aff&quot;, &quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;frequency&quot;: 14585.0, &quot;length&quot;: 741.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.714664, 4.061556, 9.719389, 4.06425], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714664, 4.06425], [9.719389, 4.061556]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;177&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#009aff&quot;, &quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;frequency&quot;: 14585.0, &quot;length&quot;: 603.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.714764, 4.061656, 9.719489, 4.06435], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714764, 4.06435], [9.719489, 4.061656]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;178&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;frequency&quot;: 15075.0, &quot;length&quot;: 603.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.759558, 4.062528, 9.76425, 4.066322], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.759558, 4.066322], [9.76425, 4.062528]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;179&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;frequency&quot;: 14963.0, &quot;length&quot;: 669.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.759658, 4.062628, 9.76435, 4.066422], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.759658, 4.066422], [9.76435, 4.062628]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;180&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00aaff&quot;, &quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;frequency&quot;: 14473.0, &quot;length&quot;: 669.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.710083, 4.063917, 9.71287, 4.06688], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.710083, 4.063917], [9.71287, 4.06688]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;181&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 451.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.710182999999999, 4.064017, 9.71297, 4.06698], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.710182999999999, 4.064017], [9.71297, 4.06698]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;182&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 451.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.79152, 4.065848, 9.799722, 4.06725], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.79152, 4.065848], [9.799722, 4.06725]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;183&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 924.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.79162, 4.065948, 9.799821999999999, 4.067349999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.79162, 4.065948], [9.799821999999999, 4.067349999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;184&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 924.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.714664, 4.06425, 9.72547, 4.07139], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714664, 4.06425], [9.72547, 4.07139]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;185&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 1436.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.714764, 4.06435, 9.72557, 4.07149], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714764, 4.06435], [9.72557, 4.07149]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;186&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 1436.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.722972, 4.065667, 9.729139, 4.071389], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.722972, 4.065667], [9.729139, 4.071389]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;187&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 932.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.723072, 4.065767, 9.729239, 4.071489], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.723072, 4.065767], [9.729239, 4.071489]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;188&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 932.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.71287, 4.06688, 9.714869, 4.071278], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714869, 4.071278], [9.71287, 4.06688]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;189&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;frequency&quot;: 14963.0, &quot;length&quot;: 535.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.71297, 4.06698, 9.714969, 4.071378], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714969, 4.071378], [9.71297, 4.06698]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;190&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00aaff&quot;, &quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;frequency&quot;: 14473.0, &quot;length&quot;: 535.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.72547, 4.071389, 9.729139, 4.07139], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.729139, 4.071389], [9.72547, 4.07139]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;191&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;frequency&quot;: 14445.0, &quot;length&quot;: 407.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.72557, 4.071489, 9.729239, 4.07149], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.729239, 4.071489], [9.72557, 4.07149]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;192&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0069ff&quot;, &quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;frequency&quot;: 14935.0, &quot;length&quot;: 407.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.736111, 4.072222, 9.742681, 4.072661], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.736111, 4.072222], [9.742681, 4.072661]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;193&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;frequency&quot;: 14445.0, &quot;length&quot;: 731.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.736210999999999, 4.072322, 9.742780999999999, 4.072761], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.736210999999999, 4.072322], [9.742780999999999, 4.072761]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;194&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0069ff&quot;, &quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;frequency&quot;: 14935.0, &quot;length&quot;: 731.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.76925, 4.071639, 9.774, 4.073367], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.76925, 4.071639], [9.774, 4.073367]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;195&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 561.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.76935, 4.071739, 9.774099999999999, 4.073467], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.76935, 4.071739], [9.774099999999999, 4.073467]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;196&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 561.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.714664, 4.06425, 9.721058, 4.084075], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714664, 4.06425], [9.721058, 4.084075]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;197&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0095ff&quot;, &quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;frequency&quot;: 14613.0, &quot;length&quot;: 2304.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.714764, 4.06435, 9.721157999999999, 4.084175], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714764, 4.06435], [9.721157999999999, 4.084175]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;198&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;frequency&quot;: 15103.0, &quot;length&quot;: 2304.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745583, 4.07475, 9.761667, 4.074778], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761667, 4.074778], [9.745583, 4.07475]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;199&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 1786.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745683, 4.07485, 9.761766999999999, 4.074878], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.745683, 4.07485]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;200&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 1786.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.719417, 4.070306, 9.719639, 4.079889], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.719639, 4.070306], [9.719417, 4.079889]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;201&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 1060.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.719517, 4.070406, 9.719739, 4.079988999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.719739, 4.070406], [9.719517, 4.079988999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;202&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 1060.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.781778, 4.069972, 9.786083, 4.0817], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786083, 4.0817], [9.781778, 4.069972]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;203&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 1382.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.781877999999999, 4.070072, 9.786183, 4.081799999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.781877999999999, 4.070072]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;204&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 1382.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.75645, 4.074778, 9.761667, 4.07833], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761667, 4.074778], [9.75645, 4.07833]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;205&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00e0&quot;, &quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;frequency&quot;: 17728.0, &quot;length&quot;: 700.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.756549999999999, 4.074878, 9.761766999999999, 4.07843], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.756549999999999, 4.07843]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;206&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00bf&quot;, &quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;frequency&quot;: 18738.0, &quot;length&quot;: 700.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.719417, 4.07625, 9.721778, 4.079889], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.719417, 4.079889], [9.721778, 4.07625]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;207&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0069ff&quot;, &quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;frequency&quot;: 14935.0, &quot;length&quot;: 480.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.719517, 4.07635, 9.721878, 4.079988999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.719517, 4.079988999999999], [9.721878, 4.07635]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;208&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;frequency&quot;: 14445.0, &quot;length&quot;: 480.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745583, 4.07475, 9.756825, 4.081867], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.756825, 4.081867], [9.745583, 4.07475]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;209&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 1476.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745683, 4.07485, 9.756924999999999, 4.081967], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.756924999999999, 4.081967], [9.745683, 4.07485]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;210&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 1476.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.786083, 4.076722, 9.801611, 4.0817], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786083, 4.0817], [9.801611, 4.076722]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;211&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 1810.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.786183, 4.076822, 9.801711, 4.081799999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.801711, 4.076822]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;212&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 1810.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.742681, 4.072661, 9.752944, 4.085936], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.752944, 4.085936], [9.742681, 4.072661]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;213&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;frequency&quot;: 14445.0, &quot;length&quot;: 1858.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.742780999999999, 4.072761, 9.753044, 4.086036], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.753044, 4.086036], [9.742780999999999, 4.072761]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;214&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0069ff&quot;, &quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;frequency&quot;: 14935.0, &quot;length&quot;: 1858.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.752944, 4.073367, 9.774, 4.085936], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.752944, 4.085936], [9.774, 4.073367]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;215&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 2720.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.753044, 4.073467, 9.774099999999999, 4.086036], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.753044, 4.086036], [9.774099999999999, 4.073467]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;216&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 2720.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.786083, 4.07844, 9.79339, 4.0817], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786083, 4.0817], [9.79339, 4.07844]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;217&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00d5&quot;, &quot;cml_id&quot;: &quot;4.080070N-9.789737E&quot;, &quot;frequency&quot;: 17838.0, &quot;length&quot;: 888.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.786183, 4.078539999999999, 9.79349, 4.081799999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.79349, 4.078539999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;218&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00bf&quot;, &quot;cml_id&quot;: &quot;4.080070N-9.789737E&quot;, &quot;frequency&quot;: 18848.0, &quot;length&quot;: 888.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.752944, 4.074861, 9.753278, 4.085936], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.752944, 4.085936], [9.753278, 4.074861]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;219&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff1200&quot;, &quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;frequency&quot;: 8468.0, &quot;length&quot;: 1225.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.753044, 4.074961, 9.753378, 4.086036], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.753044, 4.086036], [9.753378, 4.074961]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;220&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff0200&quot;, &quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;frequency&quot;: 8349.0, &quot;length&quot;: 1225.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.756825, 4.081441, 9.765535, 4.081867], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.765535, 4.081441], [9.756825, 4.081867]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;221&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 968.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.756924999999999, 4.081541, 9.765635, 4.081967], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.765635, 4.081541], [9.756924999999999, 4.081967]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;222&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 968.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.786083, 4.0817, 9.7949, 4.08393], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786083, 4.0817], [9.7949, 4.08393]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;223&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0069ff&quot;, &quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;frequency&quot;: 14935.0, &quot;length&quot;: 1010.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.786183, 4.081799999999999, 9.795, 4.084029999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.795, 4.084029999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;224&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;frequency&quot;: 14445.0, &quot;length&quot;: 1010.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.77848, 4.0817, 9.786083, 4.08438], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786083, 4.0817], [9.77848, 4.08438]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;225&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 895.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.77858, 4.081799999999999, 9.786183, 4.08448], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.77858, 4.08448]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;226&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 895.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.751769, 4.074778, 9.761667, 4.093194], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761667, 4.074778], [9.751769, 4.093194]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;227&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 2314.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.751869, 4.074878, 9.761766999999999, 4.093294], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.751869, 4.093294]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;228&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 2314.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.728889, 4.083056, 9.752944, 4.085936], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.752944, 4.085936], [9.728889, 4.083056]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;229&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff0d00&quot;, &quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;frequency&quot;: 8426.0, &quot;length&quot;: 2690.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.728989, 4.083156, 9.753044, 4.086036], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.753044, 4.086036], [9.728989, 4.083156]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;230&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff0003&quot;, &quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;frequency&quot;: 8307.0, &quot;length&quot;: 2690.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738306, 4.083528, 9.752944, 4.085936], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.752944, 4.085936], [9.738306, 4.083528]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;231&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 1647.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738406, 4.083628, 9.753044, 4.086036], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.753044, 4.086036], [9.738406, 4.083628]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;232&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 1647.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.783583, 4.0817, 9.786083, 4.089889], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786083, 4.0817], [9.783583, 4.089889]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;233&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;frequency&quot;: 14963.0, &quot;length&quot;: 947.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.783683, 4.081799999999999, 9.786183, 4.089989], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.783683, 4.089989]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;234&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00aaff&quot;, &quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;frequency&quot;: 14473.0, &quot;length&quot;: 947.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.743333, 4.074778, 9.761667, 4.097333], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761667, 4.074778], [9.743333, 4.097333]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;235&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff1200&quot;, &quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;frequency&quot;: 8468.0, &quot;length&quot;: 3219.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.743433, 4.074878, 9.761766999999999, 4.097433], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.743433, 4.097433]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;236&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff0200&quot;, &quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;frequency&quot;: 8349.0, &quot;length&quot;: 3219.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.752944, 4.085936, 9.76601, 4.08663], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.752944, 4.085936], [9.76601, 4.08663]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;237&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 1453.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.753044, 4.086036, 9.76611, 4.08673], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.753044, 4.086036], [9.76611, 4.08673]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;238&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 1453.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.786083, 4.0817, 9.808667, 4.091389], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786083, 4.0817], [9.808667, 4.091389]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;239&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 2727.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.786183, 4.081799999999999, 9.808767, 4.091489], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.808767, 4.091489]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;240&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 2727.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.752944, 4.085936, 9.758611, 4.090833], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.752944, 4.085936], [9.758611, 4.090833]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;241&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#009aff&quot;, &quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;frequency&quot;: 14585.0, &quot;length&quot;: 830.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.753044, 4.086036, 9.758711, 4.090933], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.753044, 4.086036], [9.758711, 4.090933]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;242&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;frequency&quot;: 15075.0, &quot;length&quot;: 830.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.73381, 4.08679, 9.736042, 4.091278], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.73381, 4.08679], [9.736042, 4.091278]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;243&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00e0&quot;, &quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;frequency&quot;: 17728.0, &quot;length&quot;: 555.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.73391, 4.0868899999999995, 9.736142, 4.091378], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.73391, 4.0868899999999995], [9.736142, 4.091378]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;244&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00bf&quot;, &quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;frequency&quot;: 18738.0, &quot;length&quot;: 555.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.744, 4.074778, 9.761667, 4.104861], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761667, 4.074778], [9.744, 4.104861]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;245&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 3862.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.7441, 4.074878, 9.761766999999999, 4.104960999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.7441, 4.104960999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;246&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 3862.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.764367, 4.08663, 9.76601, 4.0945], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.76601, 4.08663], [9.764367, 4.0945]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;247&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 889.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.764467, 4.08673, 9.76611, 4.0946], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.76611, 4.08673], [9.764467, 4.0946]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;248&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 889.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.729444, 4.091278, 9.736042, 4.091944], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.729444, 4.091944], [9.736042, 4.091278]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;249&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#009aff&quot;, &quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;frequency&quot;: 14585.0, &quot;length&quot;: 736.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.729544, 4.091378, 9.736142, 4.092044], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.729544, 4.092044], [9.736142, 4.091378]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;250&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;frequency&quot;: 15075.0, &quot;length&quot;: 736.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.74168, 4.09393, 9.743333, 4.097333], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.74168, 4.09393], [9.743333, 4.097333]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;251&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 419.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.74178, 4.09403, 9.743433, 4.097433], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.74178, 4.09403], [9.743433, 4.097433]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;252&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 419.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}], &quot;type&quot;: &quot;FeatureCollection&quot;});
&#10;        
    &#10;    geo_json_4326f05af4af4b34dba1907e0135562a.bindTooltip(
    function(layer){
    let div = L.DomUtil.create(&#x27;div&#x27;);
    &#10;    let handleObject = feature =&gt; {
        if (feature === null) {
            return &#x27;&#x27;;
        } else if (typeof(feature)==&#x27;object&#x27;) {
            return JSON.stringify(feature);
        } else {
            return feature;
        }
    }
    let fields = [&quot;cml_id&quot;, &quot;sublink_id&quot;, &quot;frequency&quot;, &quot;transmitter&quot;, &quot;length&quot;];
    let aliases = [&quot;cml_id&quot;, &quot;sublink_id&quot;, &quot;frequency&quot;, &quot;transmitter&quot;, &quot;length&quot;];
    let table = &#x27;&lt;table&gt;&#x27; +
        String(
        fields.map(
        (v,i)=&gt;
        `&lt;tr&gt;
            &lt;th&gt;${aliases[i]}&lt;/th&gt;
            &#10;            &lt;td&gt;${handleObject(layer.feature.properties[v])}&lt;/td&gt;
        &lt;/tr&gt;`).join(&#x27;&#x27;))
    +&#x27;&lt;/table&gt;&#x27;;
    div.innerHTML=table;
    &#10;    return div
    }
    ,{
  &quot;sticky&quot;: true,
  &quot;className&quot;: &quot;foliumtooltip&quot;,
});
                     &#10;    
            geo_json_4326f05af4af4b34dba1907e0135562a.addTo(map_9a5ceb1c4a2f87bec0365d62fccb57a6);
        &#10;    
    var color_map_756eb3c40bea6809c01f437e38dd0433 = {};
&#10;    
    color_map_756eb3c40bea6809c01f437e38dd0433.color = d3.scale.threshold()
              .domain([8000.0, 8020.040080160321, 8040.080160320641, 8060.120240480962, 8080.160320641283, 8100.200400801603, 8120.240480961924, 8140.280561122245, 8160.320641282565, 8180.360721442886, 8200.400801603206, 8220.440881763527, 8240.480961923848, 8260.521042084169, 8280.56112224449, 8300.60120240481, 8320.64128256513, 8340.68136272545, 8360.721442885771, 8380.761523046092, 8400.801603206413, 8420.841683366734, 8440.881763527053, 8460.921843687374, 8480.961923847695, 8501.002004008016, 8521.042084168337, 8541.082164328658, 8561.122244488977, 8581.162324649298, 8601.20240480962, 8621.24248496994, 8641.282565130261, 8661.322645290582, 8681.362725450901, 8701.402805611222, 8721.442885771543, 8741.482965931864, 8761.523046092185, 8781.563126252506, 8801.603206412825, 8821.643286573146, 8841.683366733467, 8861.723446893788, 8881.763527054109, 8901.80360721443, 8921.843687374749, 8941.88376753507, 8961.92384769539, 8981.963927855712, 9002.004008016032, 9022.044088176353, 9042.084168336674, 9062.124248496993, 9082.164328657314, 9102.204408817635, 9122.244488977956, 9142.284569138277, 9162.324649298596, 9182.364729458917, 9202.404809619238, 9222.44488977956, 9242.48496993988, 9262.525050100201, 9282.565130260522, 9302.605210420841, 9322.645290581162, 9342.685370741483, 9362.725450901804, 9382.765531062125, 9402.805611222444, 9422.845691382765, 9442.885771543086, 9462.925851703407, 9482.965931863728, 9503.006012024049, 9523.04609218437, 9543.086172344689, 9563.12625250501, 9583.16633266533, 9603.206412825652, 9623.246492985973, 9643.286573146292, 9663.326653306613, 9683.366733466934, 9703.406813627254, 9723.446893787575, 9743.486973947896, 9763.527054108217, 9783.567134268536, 9803.607214428857, 9823.647294589178, 9843.6873747495, 9863.72745490982, 9883.76753507014, 9903.80761523046, 9923.847695390781, 9943.887775551102, 9963.927855711423, 9983.967935871744, 10004.008016032065, 10024.048096192384, 10044.088176352705, 10064.128256513026, 10084.168336673347, 10104.208416833668, 10124.248496993987, 10144.288577154308, 10164.328657314629, 10184.36873747495, 10204.40881763527, 10224.448897795592, 10244.488977955913, 10264.529058116234, 10284.569138276553, 10304.609218436874, 10324.649298597195, 10344.689378757515, 10364.729458917835, 10384.769539078156, 10404.809619238476, 10424.849699398797, 10444.889779559118, 10464.92985971944, 10484.96993987976, 10505.010020040081, 10525.0501002004, 10545.090180360721, 10565.130260521042, 10585.170340681363, 10605.210420841684, 10625.250501002003, 10645.290581162324, 10665.330661322645, 10685.370741482966, 10705.410821643287, 10725.450901803608, 10745.490981963929, 10765.531062124248, 10785.571142284569, 10805.61122244489, 10825.65130260521, 10845.691382765532, 10865.73146292585, 10885.771543086172, 10905.811623246493, 10925.851703406814, 10945.891783567135, 10965.931863727455, 10985.971943887776, 11006.012024048096, 11026.052104208416, 11046.092184368737, 11066.132264529058, 11086.17234468938, 11106.212424849698, 11126.25250501002, 11146.29258517034, 11166.332665330661, 11186.372745490982, 11206.412825651303, 11226.452905811624, 11246.492985971945, 11266.533066132264, 11286.573146292585, 11306.613226452906, 11326.653306613227, 11346.693386773546, 11366.733466933867, 11386.773547094188, 11406.813627254509, 11426.85370741483, 11446.89378757515, 11466.933867735472, 11486.973947895793, 11507.014028056112, 11527.054108216433, 11547.094188376754, 11567.134268537075, 11587.174348697394, 11607.214428857715, 11627.254509018036, 11647.294589178357, 11667.334669338677, 11687.374749498998, 11707.41482965932, 11727.45490981964, 11747.49498997996, 11767.53507014028, 11787.575150300601, 11807.615230460922, 11827.655310621241, 11847.695390781562, 11867.735470941883, 11887.775551102204, 11907.815631262525, 11927.855711422846, 11947.895791583167, 11967.935871743488, 11987.975951903807, 12008.016032064128, 12028.056112224449, 12048.09619238477, 12068.13627254509, 12088.17635270541, 12108.21643286573, 12128.256513026052, 12148.296593186373, 12168.336673346694, 12188.376753507015, 12208.416833667336, 12228.456913827657, 12248.496993987976, 12268.537074148297, 12288.577154308618, 12308.617234468937, 12328.657314629258, 12348.697394789579, 12368.7374749499, 12388.77755511022, 12408.817635270541, 12428.857715430862, 12448.897795591183, 12468.937875751504, 12488.977955911823, 12509.018036072144, 12529.058116232465, 12549.098196392784, 12569.138276553105, 12589.178356713426, 12609.218436873747, 12629.258517034068, 12649.298597194389, 12669.33867735471, 12689.37875751503, 12709.418837675352, 12729.458917835671, 12749.498997995992, 12769.539078156313, 12789.579158316632, 12809.619238476953, 12829.659318637274, 12849.699398797595, 12869.739478957916, 12889.779559118237, 12909.819639278558, 12929.859719438879, 12949.8997995992, 12969.939879759519, 12989.97995991984, 13010.02004008016, 13030.060120240481, 13050.1002004008, 13070.140280561121, 13090.180360721442, 13110.220440881763, 13130.260521042084, 13150.300601202405, 13170.340681362726, 13190.380761523047, 13210.420841683368, 13230.460921843687, 13250.501002004008, 13270.541082164329, 13290.581162324648, 13310.62124248497, 13330.66132264529, 13350.701402805611, 13370.741482965932, 13390.781563126253, 13410.821643286574, 13430.861723446895, 13450.901803607216, 13470.941883767535, 13490.981963927856, 13511.022044088177, 13531.062124248496, 13551.102204408817, 13571.142284569138, 13591.182364729459, 13611.22244488978, 13631.2625250501, 13651.302605210421, 13671.342685370742, 13691.382765531063, 13711.422845691382, 13731.462925851703, 13751.503006012024, 13771.543086172343, 13791.583166332664, 13811.623246492985, 13831.663326653306, 13851.703406813627, 13871.743486973948, 13891.78356713427, 13911.82364729459, 13931.863727454911, 13951.90380761523, 13971.943887775551, 13991.983967935872, 14012.024048096191, 14032.064128256512, 14052.104208416833, 14072.144288577154, 14092.184368737475, 14112.224448897796, 14132.264529058117, 14152.304609218438, 14172.344689378759, 14192.384769539078, 14212.424849699399, 14232.46492985972, 14252.505010020039, 14272.54509018036, 14292.58517034068, 14312.625250501002, 14332.665330661323, 14352.705410821643, 14372.745490981964, 14392.785571142285, 14412.825651302606, 14432.865731462927, 14452.905811623246, 14472.945891783567, 14492.985971943888, 14513.026052104207, 14533.066132264528, 14553.10621242485, 14573.14629258517, 14593.186372745491, 14613.226452905812, 14633.266533066133, 14653.306613226454, 14673.346693386775, 14693.386773547094, 14713.426853707415, 14733.466933867736, 14753.507014028055, 14773.547094188376, 14793.587174348697, 14813.627254509018, 14833.667334669339, 14853.70741482966, 14873.74749498998, 14893.787575150302, 14913.827655310623, 14933.867735470942, 14953.907815631263, 14973.947895791584, 14993.987975951903, 15014.028056112224, 15034.068136272545, 15054.108216432865, 15074.148296593186, 15094.188376753507, 15114.228456913828, 15134.26853707415, 15154.30861723447, 15174.34869739479, 15194.38877755511, 15214.428857715431, 15234.46893787575, 15254.509018036071, 15274.549098196392, 15294.589178356713, 15314.629258517034, 15334.669338677355, 15354.709418837676, 15374.749498997997, 15394.789579158318, 15414.829659318637, 15434.869739478958, 15454.909819639279, 15474.949899799598, 15494.989979959919, 15515.03006012024, 15535.07014028056, 15555.110220440882, 15575.150300601203, 15595.190380761524, 15615.230460921844, 15635.270541082165, 15655.310621242485, 15675.350701402805, 15695.390781563126, 15715.430861723446, 15735.470941883766, 15755.511022044087, 15775.551102204408, 15795.59118236473, 15815.63126252505, 15835.671342685371, 15855.711422845692, 15875.751503006013, 15895.791583166334, 15915.831663326653, 15935.871743486974, 15955.911823647295, 15975.951903807614, 15995.991983967935, 16016.032064128256, 16036.072144288577, 16056.112224448898, 16076.152304609219, 16096.19238476954, 16116.23246492986, 16136.272545090182, 16156.3126252505, 16176.352705410822, 16196.392785571143, 16216.432865731464, 16236.472945891783, 16256.513026052104, 16276.553106212425, 16296.593186372746, 16316.633266533066, 16336.673346693387, 16356.713426853707, 16376.753507014027, 16396.793587174347, 16416.83366733467, 16436.87374749499, 16456.913827655313, 16476.95390781563, 16496.99398797595, 16517.034068136272, 16537.074148296593, 16557.114228456914, 16577.154308617235, 16597.194388777556, 16617.234468937873, 16637.274549098198, 16657.314629258515, 16677.35470941884, 16697.394789579157, 16717.43486973948, 16737.4749498998, 16757.51503006012, 16777.55511022044, 16797.59519038076, 16817.635270541083, 16837.675350701404, 16857.715430861725, 16877.755511022042, 16897.795591182366, 16917.835671342684, 16937.87575150301, 16957.915831663326, 16977.955911823647, 16997.995991983968, 17018.03607214429, 17038.07615230461, 17058.11623246493, 17078.15631262525, 17098.19639278557, 17118.236472945893, 17138.27655310621, 17158.316633266535, 17178.356713426852, 17198.396793587177, 17218.436873747494, 17238.476953907815, 17258.517034068136, 17278.557114228457, 17298.597194388778, 17318.6372745491, 17338.67735470942, 17358.717434869737, 17378.75751503006, 17398.79759519038, 17418.837675350704, 17438.87775551102, 17458.917835671342, 17478.957915831663, 17498.997995991984, 17519.038076152305, 17539.078156312626, 17559.118236472947, 17579.158316633264, 17599.19839679359, 17619.238476953906, 17639.27855711423, 17659.318637274548, 17679.358717434872, 17699.39879759519, 17719.43887775551, 17739.47895791583, 17759.519038076152, 17779.559118236473, 17799.599198396794, 17819.639278557115, 17839.679358717432, 17859.719438877757, 17879.759519038074, 17899.7995991984, 17919.839679358716, 17939.879759519037, 17959.919839679358, 17979.95991983968, 18000.0])
              .range([&#x27;#ff0029ff&#x27;, &#x27;#ff0026ff&#x27;, &#x27;#ff0023ff&#x27;, &#x27;#ff0020ff&#x27;, &#x27;#ff001dff&#x27;, &#x27;#ff001bff&#x27;, &#x27;#ff0018ff&#x27;, &#x27;#ff0015ff&#x27;, &#x27;#ff0012ff&#x27;, &#x27;#ff0010ff&#x27;, &#x27;#ff000dff&#x27;, &#x27;#ff000aff&#x27;, &#x27;#ff0008ff&#x27;, &#x27;#ff0005ff&#x27;, &#x27;#ff0002ff&#x27;, &#x27;#ff0101ff&#x27;, &#x27;#ff0200ff&#x27;, &#x27;#ff0500ff&#x27;, &#x27;#ff0800ff&#x27;, &#x27;#ff0b00ff&#x27;, &#x27;#ff0e00ff&#x27;, &#x27;#ff1000ff&#x27;, &#x27;#ff1300ff&#x27;, &#x27;#ff1600ff&#x27;, &#x27;#ff1900ff&#x27;, &#x27;#ff1b00ff&#x27;, &#x27;#ff1e00ff&#x27;, &#x27;#ff2100ff&#x27;, &#x27;#ff2300ff&#x27;, &#x27;#ff2700ff&#x27;, &#x27;#ff2900ff&#x27;, &#x27;#ff2c00ff&#x27;, &#x27;#ff2f00ff&#x27;, &#x27;#ff3200ff&#x27;, &#x27;#ff3500ff&#x27;, &#x27;#ff3700ff&#x27;, &#x27;#ff3a00ff&#x27;, &#x27;#ff3c00ff&#x27;, &#x27;#ff3f00ff&#x27;, &#x27;#ff4200ff&#x27;, &#x27;#ff4500ff&#x27;, &#x27;#ff4800ff&#x27;, &#x27;#ff4b00ff&#x27;, &#x27;#ff4e00ff&#x27;, &#x27;#ff5000ff&#x27;, &#x27;#ff5300ff&#x27;, &#x27;#ff5500ff&#x27;, &#x27;#ff5800ff&#x27;, &#x27;#ff5b00ff&#x27;, &#x27;#ff5e00ff&#x27;, &#x27;#ff6100ff&#x27;, &#x27;#ff6300ff&#x27;, &#x27;#ff6600ff&#x27;, &#x27;#ff6900ff&#x27;, &#x27;#ff6c00ff&#x27;, &#x27;#ff6e00ff&#x27;, &#x27;#ff7100ff&#x27;, &#x27;#ff7400ff&#x27;, &#x27;#ff7700ff&#x27;, &#x27;#ff7a00ff&#x27;, &#x27;#ff7c00ff&#x27;, &#x27;#ff7f00ff&#x27;, &#x27;#ff8200ff&#x27;, &#x27;#ff8500ff&#x27;, &#x27;#ff8800ff&#x27;, &#x27;#ff8a00ff&#x27;, &#x27;#ff8d00ff&#x27;, &#x27;#ff8f00ff&#x27;, &#x27;#ff9300ff&#x27;, &#x27;#ff9500ff&#x27;, &#x27;#ff9800ff&#x27;, &#x27;#ff9b00ff&#x27;, &#x27;#ff9e00ff&#x27;, &#x27;#ffa100ff&#x27;, &#x27;#ffa300ff&#x27;, &#x27;#ffa600ff&#x27;, &#x27;#ffa800ff&#x27;, &#x27;#ffab00ff&#x27;, &#x27;#ffae00ff&#x27;, &#x27;#ffb100ff&#x27;, &#x27;#ffb400ff&#x27;, &#x27;#ffb700ff&#x27;, &#x27;#ffba00ff&#x27;, &#x27;#ffbc00ff&#x27;, &#x27;#ffbf00ff&#x27;, &#x27;#ffc100ff&#x27;, &#x27;#ffc400ff&#x27;, &#x27;#ffc700ff&#x27;, &#x27;#ffca00ff&#x27;, &#x27;#ffcd00ff&#x27;, &#x27;#ffcf00ff&#x27;, &#x27;#ffd200ff&#x27;, &#x27;#ffd500ff&#x27;, &#x27;#ffd800ff&#x27;, &#x27;#ffdb00ff&#x27;, &#x27;#ffde00ff&#x27;, &#x27;#ffe100ff&#x27;, &#x27;#ffe300ff&#x27;, &#x27;#ffe600ff&#x27;, &#x27;#ffe800ff&#x27;, &#x27;#ffeb00ff&#x27;, &#x27;#ffee00ff&#x27;, &#x27;#fff100ff&#x27;, &#x27;#fff400ff&#x27;, &#x27;#fff600ff&#x27;, &#x27;#fff900ff&#x27;, &#x27;#fffc00ff&#x27;, &#x27;#fffe00ff&#x27;, &#x27;#feff00ff&#x27;, &#x27;#fbff00ff&#x27;, &#x27;#f8ff00ff&#x27;, &#x27;#f5ff00ff&#x27;, &#x27;#f2ff00ff&#x27;, &#x27;#f0ff00ff&#x27;, &#x27;#edff00ff&#x27;, &#x27;#eaff00ff&#x27;, &#x27;#e7ff00ff&#x27;, &#x27;#e4ff00ff&#x27;, &#x27;#e2ff00ff&#x27;, &#x27;#dfff00ff&#x27;, &#x27;#dcff00ff&#x27;, &#x27;#d9ff00ff&#x27;, &#x27;#d7ff00ff&#x27;, &#x27;#d4ff00ff&#x27;, &#x27;#d1ff00ff&#x27;, &#x27;#ceff00ff&#x27;, &#x27;#cbff00ff&#x27;, &#x27;#c9ff00ff&#x27;, &#x27;#c6ff00ff&#x27;, &#x27;#c4ff00ff&#x27;, &#x27;#c1ff00ff&#x27;, &#x27;#beff00ff&#x27;, &#x27;#bbff00ff&#x27;, &#x27;#b8ff00ff&#x27;, &#x27;#b5ff00ff&#x27;, &#x27;#b2ff00ff&#x27;, &#x27;#b0ff00ff&#x27;, &#x27;#adff00ff&#x27;, &#x27;#abff00ff&#x27;, &#x27;#a8ff00ff&#x27;, &#x27;#a5ff00ff&#x27;, &#x27;#a2ff00ff&#x27;, &#x27;#9fff00ff&#x27;, &#x27;#9dff00ff&#x27;, &#x27;#9aff00ff&#x27;, &#x27;#97ff00ff&#x27;, &#x27;#94ff00ff&#x27;, &#x27;#91ff00ff&#x27;, &#x27;#8fff00ff&#x27;, &#x27;#8cff00ff&#x27;, &#x27;#89ff00ff&#x27;, &#x27;#86ff00ff&#x27;, &#x27;#84ff00ff&#x27;, &#x27;#81ff00ff&#x27;, &#x27;#7eff00ff&#x27;, &#x27;#7bff00ff&#x27;, &#x27;#78ff00ff&#x27;, &#x27;#76ff00ff&#x27;, &#x27;#73ff00ff&#x27;, &#x27;#70ff00ff&#x27;, &#x27;#6dff00ff&#x27;, &#x27;#6bff00ff&#x27;, &#x27;#68ff00ff&#x27;, &#x27;#65ff00ff&#x27;, &#x27;#62ff00ff&#x27;, &#x27;#5fff00ff&#x27;, &#x27;#5dff00ff&#x27;, &#x27;#5aff00ff&#x27;, &#x27;#57ff00ff&#x27;, &#x27;#54ff00ff&#x27;, &#x27;#51ff00ff&#x27;, &#x27;#4fff00ff&#x27;, &#x27;#4cff00ff&#x27;, &#x27;#49ff00ff&#x27;, &#x27;#46ff00ff&#x27;, &#x27;#44ff00ff&#x27;, &#x27;#41ff00ff&#x27;, &#x27;#3eff00ff&#x27;, &#x27;#3bff00ff&#x27;, &#x27;#38ff00ff&#x27;, &#x27;#36ff00ff&#x27;, &#x27;#33ff00ff&#x27;, &#x27;#31ff00ff&#x27;, &#x27;#2eff00ff&#x27;, &#x27;#2bff00ff&#x27;, &#x27;#28ff00ff&#x27;, &#x27;#25ff00ff&#x27;, &#x27;#22ff00ff&#x27;, &#x27;#1fff00ff&#x27;, &#x27;#1dff00ff&#x27;, &#x27;#1aff00ff&#x27;, &#x27;#18ff00ff&#x27;, &#x27;#15ff00ff&#x27;, &#x27;#12ff00ff&#x27;, &#x27;#0fff00ff&#x27;, &#x27;#0cff00ff&#x27;, &#x27;#0aff00ff&#x27;, &#x27;#06ff00ff&#x27;, &#x27;#04ff00ff&#x27;, &#x27;#01ff00ff&#x27;, &#x27;#00ff01ff&#x27;, &#x27;#00ff03ff&#x27;, &#x27;#00ff06ff&#x27;, &#x27;#00ff09ff&#x27;, &#x27;#00ff0cff&#x27;, &#x27;#00ff0eff&#x27;, &#x27;#00ff11ff&#x27;, &#x27;#00ff14ff&#x27;, &#x27;#00ff17ff&#x27;, &#x27;#00ff1aff&#x27;, &#x27;#00ff1cff&#x27;, &#x27;#00ff1fff&#x27;, &#x27;#00ff22ff&#x27;, &#x27;#00ff25ff&#x27;, &#x27;#00ff27ff&#x27;, &#x27;#00ff2aff&#x27;, &#x27;#00ff2dff&#x27;, &#x27;#00ff2fff&#x27;, &#x27;#00ff32ff&#x27;, &#x27;#00ff35ff&#x27;, &#x27;#00ff38ff&#x27;, &#x27;#00ff3aff&#x27;, &#x27;#00ff3dff&#x27;, &#x27;#00ff41ff&#x27;, &#x27;#00ff43ff&#x27;, &#x27;#00ff46ff&#x27;, &#x27;#00ff48ff&#x27;, &#x27;#00ff4bff&#x27;, &#x27;#00ff4eff&#x27;, &#x27;#00ff51ff&#x27;, &#x27;#00ff54ff&#x27;, &#x27;#00ff56ff&#x27;, &#x27;#00ff59ff&#x27;, &#x27;#00ff5bff&#x27;, &#x27;#00ff5eff&#x27;, &#x27;#00ff61ff&#x27;, &#x27;#00ff64ff&#x27;, &#x27;#00ff67ff&#x27;, &#x27;#00ff6aff&#x27;, &#x27;#00ff6dff&#x27;, &#x27;#00ff6fff&#x27;, &#x27;#00ff72ff&#x27;, &#x27;#00ff74ff&#x27;, &#x27;#00ff77ff&#x27;, &#x27;#00ff7aff&#x27;, &#x27;#00ff7dff&#x27;, &#x27;#00ff80ff&#x27;, &#x27;#00ff82ff&#x27;, &#x27;#00ff85ff&#x27;, &#x27;#00ff87ff&#x27;, &#x27;#00ff8bff&#x27;, &#x27;#00ff8dff&#x27;, &#x27;#00ff90ff&#x27;, &#x27;#00ff93ff&#x27;, &#x27;#00ff96ff&#x27;, &#x27;#00ff99ff&#x27;, &#x27;#00ff9bff&#x27;, &#x27;#00ff9eff&#x27;, &#x27;#00ffa0ff&#x27;, &#x27;#00ffa3ff&#x27;, &#x27;#00ffa6ff&#x27;, &#x27;#00ffa9ff&#x27;, &#x27;#00ffacff&#x27;, &#x27;#00ffaeff&#x27;, &#x27;#00ffb1ff&#x27;, &#x27;#00ffb4ff&#x27;, &#x27;#00ffb7ff&#x27;, &#x27;#00ffb9ff&#x27;, &#x27;#00ffbcff&#x27;, &#x27;#00ffbfff&#x27;, &#x27;#00ffc2ff&#x27;, &#x27;#00ffc5ff&#x27;, &#x27;#00ffc7ff&#x27;, &#x27;#00ffcaff&#x27;, &#x27;#00ffccff&#x27;, &#x27;#00ffcfff&#x27;, &#x27;#00ffd3ff&#x27;, &#x27;#00ffd5ff&#x27;, &#x27;#00ffd8ff&#x27;, &#x27;#00ffdaff&#x27;, &#x27;#00ffddff&#x27;, &#x27;#00ffe0ff&#x27;, &#x27;#00ffe3ff&#x27;, &#x27;#00ffe5ff&#x27;, &#x27;#00ffe8ff&#x27;, &#x27;#00ffebff&#x27;, &#x27;#00ffeeff&#x27;, &#x27;#00fff1ff&#x27;, &#x27;#00fff3ff&#x27;, &#x27;#00fff6ff&#x27;, &#x27;#00fff9ff&#x27;, &#x27;#00fffcff&#x27;, &#x27;#00fffeff&#x27;, &#x27;#00fdffff&#x27;, &#x27;#00fbffff&#x27;, &#x27;#00f8ffff&#x27;, &#x27;#00f5ffff&#x27;, &#x27;#00f3ffff&#x27;, &#x27;#00f0ffff&#x27;, &#x27;#00edffff&#x27;, &#x27;#00ebffff&#x27;, &#x27;#00e8ffff&#x27;, &#x27;#00e5ffff&#x27;, &#x27;#00e2ffff&#x27;, &#x27;#00dfffff&#x27;, &#x27;#00dcffff&#x27;, &#x27;#00d9ffff&#x27;, &#x27;#00d7ffff&#x27;, &#x27;#00d4ffff&#x27;, &#x27;#00d1ffff&#x27;, &#x27;#00ceffff&#x27;, &#x27;#00ccffff&#x27;, &#x27;#00c9ffff&#x27;, &#x27;#00c7ffff&#x27;, &#x27;#00c4ffff&#x27;, &#x27;#00c0ffff&#x27;, &#x27;#00beffff&#x27;, &#x27;#00bbffff&#x27;, &#x27;#00b8ffff&#x27;, &#x27;#00b5ffff&#x27;, &#x27;#00b3ffff&#x27;, &#x27;#00b0ffff&#x27;, &#x27;#00adffff&#x27;, &#x27;#00aaffff&#x27;, &#x27;#00a7ffff&#x27;, &#x27;#00a5ffff&#x27;, &#x27;#00a2ffff&#x27;, &#x27;#009fffff&#x27;, &#x27;#009cffff&#x27;, &#x27;#0099ffff&#x27;, &#x27;#0097ffff&#x27;, &#x27;#0094ffff&#x27;, &#x27;#0091ffff&#x27;, &#x27;#008effff&#x27;, &#x27;#008cffff&#x27;, &#x27;#0089ffff&#x27;, &#x27;#0086ffff&#x27;, &#x27;#0083ffff&#x27;, &#x27;#0080ffff&#x27;, &#x27;#007effff&#x27;, &#x27;#007affff&#x27;, &#x27;#0078ffff&#x27;, &#x27;#0075ffff&#x27;, &#x27;#0073ffff&#x27;, &#x27;#0070ffff&#x27;, &#x27;#006dffff&#x27;, &#x27;#006affff&#x27;, &#x27;#0067ffff&#x27;, &#x27;#0065ffff&#x27;, &#x27;#0062ffff&#x27;, &#x27;#005fffff&#x27;, &#x27;#005cffff&#x27;, &#x27;#0059ffff&#x27;, &#x27;#0056ffff&#x27;, &#x27;#0053ffff&#x27;, &#x27;#0051ffff&#x27;, &#x27;#004effff&#x27;, &#x27;#004cffff&#x27;, &#x27;#0049ffff&#x27;, &#x27;#0046ffff&#x27;, &#x27;#0043ffff&#x27;, &#x27;#0040ffff&#x27;, &#x27;#003effff&#x27;, &#x27;#003bffff&#x27;, &#x27;#0038ffff&#x27;, &#x27;#0035ffff&#x27;, &#x27;#0032ffff&#x27;, &#x27;#002fffff&#x27;, &#x27;#002cffff&#x27;, &#x27;#002affff&#x27;, &#x27;#0027ffff&#x27;, &#x27;#0025ffff&#x27;, &#x27;#0022ffff&#x27;, &#x27;#001fffff&#x27;, &#x27;#001cffff&#x27;, &#x27;#0019ffff&#x27;, &#x27;#0017ffff&#x27;, &#x27;#0014ffff&#x27;, &#x27;#0011ffff&#x27;, &#x27;#000effff&#x27;, &#x27;#000bffff&#x27;, &#x27;#0008ffff&#x27;, &#x27;#0005ffff&#x27;, &#x27;#0003ffff&#x27;, &#x27;#0001ffff&#x27;, &#x27;#0200ffff&#x27;, &#x27;#0500ffff&#x27;, &#x27;#0700ffff&#x27;, &#x27;#0a00ffff&#x27;, &#x27;#0c00ffff&#x27;, &#x27;#0f00ffff&#x27;, &#x27;#1200ffff&#x27;, &#x27;#1500ffff&#x27;, &#x27;#1800ffff&#x27;, &#x27;#1b00ffff&#x27;, &#x27;#1e00ffff&#x27;, &#x27;#2000ffff&#x27;, &#x27;#2300ffff&#x27;, &#x27;#2600ffff&#x27;, &#x27;#2900ffff&#x27;, &#x27;#2c00ffff&#x27;, &#x27;#2e00ffff&#x27;, &#x27;#3100ffff&#x27;, &#x27;#3300ffff&#x27;, &#x27;#3600ffff&#x27;, &#x27;#3a00ffff&#x27;, &#x27;#3c00ffff&#x27;, &#x27;#3f00ffff&#x27;, &#x27;#4200ffff&#x27;, &#x27;#4500ffff&#x27;, &#x27;#4700ffff&#x27;, &#x27;#4a00ffff&#x27;, &#x27;#4d00ffff&#x27;, &#x27;#5000ffff&#x27;, &#x27;#5300ffff&#x27;, &#x27;#5500ffff&#x27;, &#x27;#5800ffff&#x27;, &#x27;#5a00ffff&#x27;, &#x27;#5e00ffff&#x27;, &#x27;#6000ffff&#x27;, &#x27;#6300ffff&#x27;, &#x27;#6600ffff&#x27;, &#x27;#6900ffff&#x27;, &#x27;#6c00ffff&#x27;, &#x27;#6e00ffff&#x27;, &#x27;#7100ffff&#x27;, &#x27;#7400ffff&#x27;, &#x27;#7700ffff&#x27;, &#x27;#7a00ffff&#x27;, &#x27;#7c00ffff&#x27;, &#x27;#7f00ffff&#x27;, &#x27;#8200ffff&#x27;, &#x27;#8500ffff&#x27;, &#x27;#8700ffff&#x27;, &#x27;#8a00ffff&#x27;, &#x27;#8d00ffff&#x27;, &#x27;#9000ffff&#x27;, &#x27;#9300ffff&#x27;, &#x27;#9500ffff&#x27;, &#x27;#9800ffff&#x27;, &#x27;#9b00ffff&#x27;, &#x27;#9e00ffff&#x27;, &#x27;#a000ffff&#x27;, &#x27;#a300ffff&#x27;, &#x27;#a700ffff&#x27;, &#x27;#a900ffff&#x27;, &#x27;#ac00ffff&#x27;, &#x27;#ae00ffff&#x27;, &#x27;#b100ffff&#x27;, &#x27;#b400ffff&#x27;, &#x27;#b700ffff&#x27;, &#x27;#ba00ffff&#x27;, &#x27;#bc00ffff&#x27;, &#x27;#bf00ffff&#x27;, &#x27;#c200ffff&#x27;, &#x27;#c500ffff&#x27;, &#x27;#c700ffff&#x27;, &#x27;#cb00ffff&#x27;, &#x27;#ce00ffff&#x27;, &#x27;#d000ffff&#x27;, &#x27;#d300ffff&#x27;, &#x27;#d500ffff&#x27;, &#x27;#d800ffff&#x27;, &#x27;#db00ffff&#x27;, &#x27;#de00ffff&#x27;, &#x27;#e100ffff&#x27;, &#x27;#e300ffff&#x27;, &#x27;#e600ffff&#x27;, &#x27;#e900ffff&#x27;, &#x27;#ec00ffff&#x27;, &#x27;#ef00ffff&#x27;, &#x27;#f200ffff&#x27;, &#x27;#f400ffff&#x27;, &#x27;#f700ffff&#x27;, &#x27;#fa00ffff&#x27;, &#x27;#fd00ffff&#x27;, &#x27;#ff00ffff&#x27;, &#x27;#ff00fcff&#x27;, &#x27;#ff00faff&#x27;, &#x27;#ff00f8ff&#x27;, &#x27;#ff00f5ff&#x27;, &#x27;#ff00f2ff&#x27;, &#x27;#ff00efff&#x27;, &#x27;#ff00ecff&#x27;, &#x27;#ff00e9ff&#x27;, &#x27;#ff00e6ff&#x27;, &#x27;#ff00e4ff&#x27;, &#x27;#ff00e1ff&#x27;, &#x27;#ff00deff&#x27;, &#x27;#ff00dbff&#x27;, &#x27;#ff00d8ff&#x27;, &#x27;#ff00d6ff&#x27;, &#x27;#ff00d3ff&#x27;, &#x27;#ff00d1ff&#x27;, &#x27;#ff00ceff&#x27;, &#x27;#ff00cbff&#x27;, &#x27;#ff00c8ff&#x27;, &#x27;#ff00c5ff&#x27;, &#x27;#ff00c2ff&#x27;, &#x27;#ff00bfff&#x27;]);
    &#10;
    color_map_756eb3c40bea6809c01f437e38dd0433.x = d3.scale.linear()
              .domain([8000.0, 18000.0])
              .range([0, 450 - 50]);
&#10;    color_map_756eb3c40bea6809c01f437e38dd0433.legend = L.control({position: &#x27;topright&#x27;});
    color_map_756eb3c40bea6809c01f437e38dd0433.legend.onAdd = function (map) {var div = L.DomUtil.create(&#x27;div&#x27;, &#x27;legend&#x27;); return div};
    color_map_756eb3c40bea6809c01f437e38dd0433.legend.addTo(map_9a5ceb1c4a2f87bec0365d62fccb57a6);
&#10;    color_map_756eb3c40bea6809c01f437e38dd0433.xAxis = d3.svg.axis()
        .scale(color_map_756eb3c40bea6809c01f437e38dd0433.x)
        .orient(&quot;top&quot;)
        .tickSize(1)
        .tickValues([8000.0, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, 9019.607843137255, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, 10039.21568627451, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, 11058.823529411766, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, 12078.43137254902, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, 13098.039215686274, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, 14117.64705882353, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, 15137.254901960783, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, 16156.862745098038, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, 17176.470588235294, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;]);
&#10;    color_map_756eb3c40bea6809c01f437e38dd0433.svg = d3.select(&quot;.legend.leaflet-control&quot;).append(&quot;svg&quot;)
        .attr(&quot;id&quot;, &#x27;legend&#x27;)
        .attr(&quot;width&quot;, 450)
        .attr(&quot;height&quot;, 40);
&#10;    color_map_756eb3c40bea6809c01f437e38dd0433.g = color_map_756eb3c40bea6809c01f437e38dd0433.svg.append(&quot;g&quot;)
        .attr(&quot;class&quot;, &quot;key&quot;)
        .attr(&quot;fill&quot;, &quot;black&quot;)
        .attr(&quot;transform&quot;, &quot;translate(25,16)&quot;);
&#10;    color_map_756eb3c40bea6809c01f437e38dd0433.g.selectAll(&quot;rect&quot;)
        .data(color_map_756eb3c40bea6809c01f437e38dd0433.color.range().map(function(d, i) {
          return {
            x0: i ? color_map_756eb3c40bea6809c01f437e38dd0433.x(color_map_756eb3c40bea6809c01f437e38dd0433.color.domain()[i - 1]) : color_map_756eb3c40bea6809c01f437e38dd0433.x.range()[0],
            x1: i &lt; color_map_756eb3c40bea6809c01f437e38dd0433.color.domain().length ? color_map_756eb3c40bea6809c01f437e38dd0433.x(color_map_756eb3c40bea6809c01f437e38dd0433.color.domain()[i]) : color_map_756eb3c40bea6809c01f437e38dd0433.x.range()[1],
            z: d
          };
        }))
      .enter().append(&quot;rect&quot;)
        .attr(&quot;height&quot;, 40 - 30)
        .attr(&quot;x&quot;, function(d) { return d.x0; })
        .attr(&quot;width&quot;, function(d) { return d.x1 - d.x0; })
        .style(&quot;fill&quot;, function(d) { return d.z; });
&#10;    color_map_756eb3c40bea6809c01f437e38dd0433.g.call(color_map_756eb3c40bea6809c01f437e38dd0433.xAxis).append(&quot;text&quot;)
        .attr(&quot;class&quot;, &quot;caption&quot;)
        .attr(&quot;y&quot;, 21)
        .attr(&quot;fill&quot;, &quot;black&quot;)
        .text(&quot;frequency&quot;);
    &#10;            var feature_group_a39a3facfd3b3adb0ab2550ec219783f = L.featureGroup(
                {
}
            );
        &#10;    
            var poly_line_c2a4d018d1fc70057079d36cc18b0cbd = L.polyline(
                [[3.992722, 9.787167], [3.97665, 9.791866]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_c2a4d018d1fc70057079d36cc18b0cbd.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_7e3fa60d76d28191f2d51b5b91aefe02 = L.polyline(
                [[3.9928220000000003, 9.787267], [3.97675, 9.791966]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_7e3fa60d76d28191f2d51b5b91aefe02.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_fc7e4b8515671cdebf065cdaf3295930 = L.polyline(
                [[3.992722, 9.787167], [3.97866, 9.81613]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_fc7e4b8515671cdebf065cdaf3295930.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_e57ee111eef3db3de4b4829ecb872676 = L.polyline(
                [[3.9928220000000003, 9.787267], [3.9787600000000003, 9.81623]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_e57ee111eef3db3de4b4829ecb872676.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_b91f91dfa4bcad7e6772f9c011843757 = L.polyline(
                [[3.997361, 9.763806], [3.99663, 9.75885]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_b91f91dfa4bcad7e6772f9c011843757.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_a2c12c7e1d589878ddb98f61f7bc56a4 = L.polyline(
                [[3.9974610000000004, 9.763906], [3.9967300000000003, 9.75895]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_a2c12c7e1d589878ddb98f61f7bc56a4.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_87ef897de0d0213cbe8ad8d2841500f9 = L.polyline(
                [[4.002553, 9.745083], [4.003231, 9.748639]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_87ef897de0d0213cbe8ad8d2841500f9.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_9dedee655641555d9b50440e92fbd355 = L.polyline(
                [[4.002653, 9.745182999999999], [4.003331, 9.748739]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_9dedee655641555d9b50440e92fbd355.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_d5215ec720c4f782a1ef39eeac86778a = L.polyline(
                [[4.003512, 9.76732], [4.0105, 9.767719]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_d5215ec720c4f782a1ef39eeac86778a.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_2ee22bc6c0bd2ae716278328dbbf5155 = L.polyline(
                [[4.0036119999999995, 9.76742], [4.0106, 9.767819]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_2ee22bc6c0bd2ae716278328dbbf5155.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_d90d1bf40c6c24e6d29f901d7e76a738 = L.polyline(
                [[4.004194, 9.799472], [4.012278, 9.778111]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_d90d1bf40c6c24e6d29f901d7e76a738.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_05c6e9f5c11167052a5a60764a7c18dd = L.polyline(
                [[4.004294, 9.799572], [4.012378, 9.778211]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_05c6e9f5c11167052a5a60764a7c18dd.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_e1b49ff74923a54aff56bad446d7976e = L.polyline(
                [[4.01775, 9.705944], [4.008306, 9.701194]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_e1b49ff74923a54aff56bad446d7976e.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_cda0844f93b64bbd2b99c6ef045fff67 = L.polyline(
                [[4.01785, 9.706044], [4.008406, 9.701293999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_cda0844f93b64bbd2b99c6ef045fff67.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_298db7b784788e7b2eb93e0d62686134 = L.polyline(
                [[4.029, 9.767833], [3.997361, 9.763806]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_298db7b784788e7b2eb93e0d62686134.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_832d4b2302b87909a0a7b86d8ca614ef = L.polyline(
                [[4.0291, 9.767933], [3.9974610000000004, 9.763906]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_832d4b2302b87909a0a7b86d8ca614ef.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_ca8b3ccfbd745a2eb2fd8246cc8f64b1 = L.polyline(
                [[4.009639, 9.741417], [4.020194, 9.723611]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_ca8b3ccfbd745a2eb2fd8246cc8f64b1.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_8dec3e3158229dea66470d486cf7cc9d = L.polyline(
                [[4.009739, 9.741517], [4.020294, 9.723711]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_8dec3e3158229dea66470d486cf7cc9d.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_5931623247d41c3c7883c5476a5b9252 = L.polyline(
                [[4.029, 9.767833], [4.002553, 9.745083]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_5931623247d41c3c7883c5476a5b9252.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_71775a0fc61cd833d1421a01471b47db = L.polyline(
                [[4.0291, 9.767933], [4.002653, 9.745182999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_71775a0fc61cd833d1421a01471b47db.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_dc320801e7ae208cc9ee3b7e124b155f = L.polyline(
                [[4.015972, 9.738528], [4.01734, 9.73456]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_dc320801e7ae208cc9ee3b7e124b155f.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_450905010961c16bc9cca60aeac7ee98 = L.polyline(
                [[4.016071999999999, 9.738628], [4.01744, 9.73466]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_450905010961c16bc9cca60aeac7ee98.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_ce65059b6703efa344689480945b8e0b = L.polyline(
                [[4.029, 9.767833], [4.004472, 9.762056]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_ce65059b6703efa344689480945b8e0b.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_01b0a0cdf0caeba8b1d70e0d54f84581 = L.polyline(
                [[4.0291, 9.767933], [4.004572, 9.762156]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_01b0a0cdf0caeba8b1d70e0d54f84581.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_c1d17e71afd3a04662cb552757fae7d8 = L.polyline(
                [[4.015972, 9.738528], [4.017917, 9.768083]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_c1d17e71afd3a04662cb552757fae7d8.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_fe6a261ccfc4c578783f5743104acf5b = L.polyline(
                [[4.016071999999999, 9.738628], [4.0180169999999995, 9.768183]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_fe6a261ccfc4c578783f5743104acf5b.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_2e0914fffc4ae631c33826e9283da608 = L.polyline(
                [[4.023444, 9.727083], [4.01048, 9.72629]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_2e0914fffc4ae631c33826e9283da608.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_6b80bd3ac6d7295a1cf2dbea854b3ca3 = L.polyline(
                [[4.023543999999999, 9.727183], [4.01058, 9.72639]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_6b80bd3ac6d7295a1cf2dbea854b3ca3.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_5f84727437510a29357d7792a67a28a3 = L.polyline(
                [[4.015972, 9.738528], [4.0195, 9.757556]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_5f84727437510a29357d7792a67a28a3.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_e64338bf74810d4d3ce7621afc8c9a97 = L.polyline(
                [[4.016071999999999, 9.738628], [4.0196, 9.757655999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_e64338bf74810d4d3ce7621afc8c9a97.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_a8ed4783e4cc19e4e18e39030e218114 = L.polyline(
                [[4.029, 9.767833], [4.008442, 9.756817]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_a8ed4783e4cc19e4e18e39030e218114.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_35294187ff46205f5a1c91b3ec97628c = L.polyline(
                [[4.0291, 9.767933], [4.008541999999999, 9.756917]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_35294187ff46205f5a1c91b3ec97628c.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_f2ba09548452f99d38f0479bf76dcb4c = L.polyline(
                [[4.014417, 9.744694], [4.023111, 9.748472]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_f2ba09548452f99d38f0479bf76dcb4c.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_d84c7aab628ed3ca2cf787aa1eec99aa = L.polyline(
                [[4.014517, 9.744794], [4.023211, 9.748572]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_d84c7aab628ed3ca2cf787aa1eec99aa.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_48cd2fd45748f0de342f4b11e59ad95b = L.polyline(
                [[4.029, 9.767833], [4.0105, 9.767719]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_48cd2fd45748f0de342f4b11e59ad95b.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_b3879175018924affb6a330df8d358c5 = L.polyline(
                [[4.0291, 9.767933], [4.0106, 9.767819]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_b3879175018924affb6a330df8d358c5.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_2a64cee3fdc8ceb48b456b3f740b1bff = L.polyline(
                [[4.015972, 9.738528], [4.023889, 9.780278]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_2a64cee3fdc8ceb48b456b3f740b1bff.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_0c868ef6502d11d6e6fac59903a7c4dc = L.polyline(
                [[4.016071999999999, 9.738628], [4.023988999999999, 9.780377999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_0c868ef6502d11d6e6fac59903a7c4dc.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_dd4261c51e83089d62f3f33a31542021 = L.polyline(
                [[4.029381, 9.696744], [4.0115, 9.721083]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_dd4261c51e83089d62f3f33a31542021.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_c2dd04dfb4ddb207ed7006220e3c8ef2 = L.polyline(
                [[4.029481, 9.696844], [4.0116, 9.721183]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_c2dd04dfb4ddb207ed7006220e3c8ef2.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_5605a24bf36f1337fb2423623d8a6815 = L.polyline(
                [[4.0194, 9.743889], [4.023111, 9.748472]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_5605a24bf36f1337fb2423623d8a6815.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_84bd659d99de31ab85fa11dd82724425 = L.polyline(
                [[4.0195, 9.743989], [4.023211, 9.748572]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_84bd659d99de31ab85fa11dd82724425.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_c3e3abb6581a45ff8291221247e2c114 = L.polyline(
                [[4.023167, 9.792], [4.019889, 9.805583]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_c3e3abb6581a45ff8291221247e2c114.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_6803860ee777e3d0732b9fd4e684d7b9 = L.polyline(
                [[4.023267, 9.7921], [4.019989, 9.805683]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_6803860ee777e3d0732b9fd4e684d7b9.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_b0d8ce9c08ff9ab3f708dd2502e9c6f3 = L.polyline(
                [[4.022056, 9.67025], [4.02603, 9.69027]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_b0d8ce9c08ff9ab3f708dd2502e9c6f3.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_86f982b1daf1c5d345d6f0a73a3735e7 = L.polyline(
                [[4.015972, 9.738528], [4.03279, 9.72802]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_86f982b1daf1c5d345d6f0a73a3735e7.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_e1722014f05830ab1d01b21a2c3f0162 = L.polyline(
                [[4.016071999999999, 9.738628], [4.03289, 9.72812]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_e1722014f05830ab1d01b21a2c3f0162.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_ce60eca7371706034b08e6f09ec84c2c = L.polyline(
                [[4.029381, 9.696744], [4.02012, 9.69921]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_ce60eca7371706034b08e6f09ec84c2c.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_9e429b28cc131ef1c5d9c62bd435aded = L.polyline(
                [[4.029481, 9.696844], [4.02022, 9.69931]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_9e429b28cc131ef1c5d9c62bd435aded.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_a26a711bcb778d74e3e85dc52a414985 = L.polyline(
                [[4.029, 9.767833], [4.02125, 9.77399]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_a26a711bcb778d74e3e85dc52a414985.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_6117a907989ccf0b6010513b7f2999d0 = L.polyline(
                [[4.0291, 9.767933], [4.02135, 9.77409]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_6117a907989ccf0b6010513b7f2999d0.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_d2d7797ea93f26999eabc764be3019f9 = L.polyline(
                [[4.022139, 9.737194], [4.0284, 9.741992]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_d2d7797ea93f26999eabc764be3019f9.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_44ed7291b37277abe94776306f30380a = L.polyline(
                [[4.022239, 9.737294], [4.0285, 9.742092]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_44ed7291b37277abe94776306f30380a.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_7d71ac503b706791bb1c754660af6175 = L.polyline(
                [[4.015972, 9.738528], [4.035278, 9.73325]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_7d71ac503b706791bb1c754660af6175.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_c219cd881174691fdaf3162ad75cd3ee = L.polyline(
                [[4.016071999999999, 9.738628], [4.035378, 9.73335]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_c219cd881174691fdaf3162ad75cd3ee.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_d875f7ffd5fa172a85d1c45c64832da0 = L.polyline(
                [[4.029381, 9.696744], [4.02238, 9.70976]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_d875f7ffd5fa172a85d1c45c64832da0.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_fb4829f4498ef97150e6b394cd7f21cd = L.polyline(
                [[4.029481, 9.696844], [4.02248, 9.709859999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_fb4829f4498ef97150e6b394cd7f21cd.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_f19eb1999a9fa532fa040d2c75f0f8ef = L.polyline(
                [[4.029381, 9.696744], [4.022917, 9.694556]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_f19eb1999a9fa532fa040d2c75f0f8ef.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_87f6651dde61f956ec35998bf6c70a29 = L.polyline(
                [[4.029481, 9.696844], [4.023016999999999, 9.694656]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_87f6651dde61f956ec35998bf6c70a29.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_86728bce7bb5c88dca55c8e70572df85 = L.polyline(
                [[4.040819, 9.733028], [4.01658, 9.72684]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_86728bce7bb5c88dca55c8e70572df85.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_9d3f7d69874f2dff5bd3ed75e238873c = L.polyline(
                [[4.040919, 9.733127999999999], [4.01668, 9.726939999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_9d3f7d69874f2dff5bd3ed75e238873c.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_0c777a154e200f723e439e600f99ca30 = L.polyline(
                [[4.029083, 9.701944], [4.028333, 9.705139]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_0c777a154e200f723e439e600f99ca30.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_8128f8727bbc98f550e92185d7e355bd = L.polyline(
                [[4.029183, 9.702043999999999], [4.028433, 9.705239]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_8128f8727bbc98f550e92185d7e355bd.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_5a9a05216c09eb704a45172ea3688478 = L.polyline(
                [[4.029381, 9.696744], [4.029444, 9.686417]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_5a9a05216c09eb704a45172ea3688478.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_fea604a35a99034a3d6e39ad68f72aba = L.polyline(
                [[4.029481, 9.696844], [4.029544, 9.686517]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_fea604a35a99034a3d6e39ad68f72aba.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_5473edecd4e8a2a3108f0e575c0f2f5f = L.polyline(
                [[4.029083, 9.701944], [4.032028, 9.709194]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_5473edecd4e8a2a3108f0e575c0f2f5f.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_d222b1778d83a1479933d4c23993fb00 = L.polyline(
                [[4.029183, 9.702043999999999], [4.032128, 9.709294]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_d222b1778d83a1479933d4c23993fb00.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_ec69d6d130795e44eae7796cf63ad0cb = L.polyline(
                [[4.029381, 9.696744], [4.032433, 9.691575]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_ec69d6d130795e44eae7796cf63ad0cb.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_226c7887c7be8d3e37faefe5725a0d67 = L.polyline(
                [[4.029481, 9.696844], [4.032533, 9.691675]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_226c7887c7be8d3e37faefe5725a0d67.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_a5bc57a244de1ae0caee72a9d161c5f6 = L.polyline(
                [[4.029381, 9.696744], [4.033417, 9.699417]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_a5bc57a244de1ae0caee72a9d161c5f6.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_38611e9c3fce090748746e7ed9368967 = L.polyline(
                [[4.029481, 9.696844], [4.033517, 9.699517]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_38611e9c3fce090748746e7ed9368967.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_c79266d63714731e2b99dce0f3b16951 = L.polyline(
                [[4.040819, 9.733028], [4.023444, 9.727083]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_c79266d63714731e2b99dce0f3b16951.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_919a2747b67d29b063249d29152098de = L.polyline(
                [[4.040919, 9.733127999999999], [4.023543999999999, 9.727183]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_919a2747b67d29b063249d29152098de.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_8b8bbba6d6f19efe00d273ac42a95722 = L.polyline(
                [[4.032, 9.71564], [4.03312, 9.71203]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_8b8bbba6d6f19efe00d273ac42a95722.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_a89b7a00a7618d69b0136c37c4b96499 = L.polyline(
                [[4.0321, 9.71574], [4.03322, 9.71213]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_a89b7a00a7618d69b0136c37c4b96499.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_05b373659950066de4b3b5a177a2edbe = L.polyline(
                [[4.029, 9.767833], [4.037361, 9.755167]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_05b373659950066de4b3b5a177a2edbe.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_49cc21bdcaac9a65176a2ef265ead3b8 = L.polyline(
                [[4.0291, 9.767933], [4.0374609999999995, 9.755267]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_49cc21bdcaac9a65176a2ef265ead3b8.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_2649faf9af5a8fdfcf2c60b2308edba5 = L.polyline(
                [[4.032433, 9.691575], [4.035333, 9.691889]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_2649faf9af5a8fdfcf2c60b2308edba5.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_ef669ef49dd3744fd299cfc2e1b6452b = L.polyline(
                [[4.032533, 9.691675], [4.035432999999999, 9.691989]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_ef669ef49dd3744fd299cfc2e1b6452b.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_05959cd5e27f7955d777fec312fef093 = L.polyline(
                [[4.033028, 9.774333], [4.03527, 9.77026]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_05959cd5e27f7955d777fec312fef093.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_109db5be15c8d91867cdf65c2907483a = L.polyline(
                [[4.033128, 9.774433], [4.0353699999999995, 9.77036]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_109db5be15c8d91867cdf65c2907483a.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_23278de2e57eaea5d9833b3ecbd16bc2 = L.polyline(
                [[4.040819, 9.733028], [4.028583, 9.725667]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_23278de2e57eaea5d9833b3ecbd16bc2.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_a6f54cd56611f094e30cacf46bd2e471 = L.polyline(
                [[4.040919, 9.733127999999999], [4.028683, 9.725767]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_a6f54cd56611f094e30cacf46bd2e471.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_fa1571da352ea2d49e87ec3a1e1c5db3 = L.polyline(
                [[4.029381, 9.696744], [4.040886, 9.699006]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_fa1571da352ea2d49e87ec3a1e1c5db3.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_38ae23484db9573632864539e373b079 = L.polyline(
                [[4.029481, 9.696844], [4.040986, 9.699106]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_38ae23484db9573632864539e373b079.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_c32855dc5b0d47826d0beda63bf22664 = L.polyline(
                [[4.033886, 9.683883], [4.037472, 9.688056]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_c32855dc5b0d47826d0beda63bf22664.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_d0ae0157e8ad6a2f9662937a6fa2a57e = L.polyline(
                [[4.033986, 9.683983], [4.037572, 9.688156]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_d0ae0157e8ad6a2f9662937a6fa2a57e.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_c98b150926fc2282abc5885fe114e45f = L.polyline(
                [[4.029, 9.767833], [4.046556, 9.766222]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_c98b150926fc2282abc5885fe114e45f.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_9c9b3df54e2ffc84ea075f391d4b002e = L.polyline(
                [[4.0291, 9.767933], [4.046656, 9.766322]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_9c9b3df54e2ffc84ea075f391d4b002e.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_ca9795e10899cca7f8d0518ff8049595 = L.polyline(
                [[4.040083, 9.706106], [4.036926, 9.703794]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_ca9795e10899cca7f8d0518ff8049595.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_04dc139f51e415cebab30d63ad98e9b2 = L.polyline(
                [[4.040183, 9.706206], [4.037026, 9.703894]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_04dc139f51e415cebab30d63ad98e9b2.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_034d1b5ed3c928771135076e168264b0 = L.polyline(
                [[4.040819, 9.733028], [4.037722, 9.711917]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_034d1b5ed3c928771135076e168264b0.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_03ea3db313c437fc625167b35eea2d56 = L.polyline(
                [[4.040919, 9.733127999999999], [4.037821999999999, 9.712017]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_03ea3db313c437fc625167b35eea2d56.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_07b0277cbf16af2bdb9c37227a478797 = L.polyline(
                [[4.040819, 9.733028], [4.038342, 9.741011]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_07b0277cbf16af2bdb9c37227a478797.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_c1d763b5a39e11e3bc703ebd963a847f = L.polyline(
                [[4.040919, 9.733127999999999], [4.038442, 9.741111]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_c1d763b5a39e11e3bc703ebd963a847f.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_b7553ffa05d5f316bd92cf241ba98df8 = L.polyline(
                [[4.040886, 9.699006], [4.03931, 9.70265]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_b7553ffa05d5f316bd92cf241ba98df8.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_468a62ecdd7ddb3b4d69ef1fff644690 = L.polyline(
                [[4.040986, 9.699106], [4.03941, 9.70275]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_468a62ecdd7ddb3b4d69ef1fff644690.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_56634cc0dccf6e288298b27ab887060f = L.polyline(
                [[4.042306, 9.774], [4.039278, 9.7795]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_56634cc0dccf6e288298b27ab887060f.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_9e11ec1a3fc3c651d14ea47cec203c93 = L.polyline(
                [[4.042406, 9.774099999999999], [4.039378, 9.7796]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_9e11ec1a3fc3c651d14ea47cec203c93.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_ba2c72f5e7e2cd59438085563381d3f1 = L.polyline(
                [[4.041417, 9.686417], [4.040697, 9.689827]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_ba2c72f5e7e2cd59438085563381d3f1.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_e8d4e3b10ed4617a97adc17c5ae0f5dd = L.polyline(
                [[4.041517, 9.686517], [4.0407969999999995, 9.689926999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_e8d4e3b10ed4617a97adc17c5ae0f5dd.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_a51afa82a1f60e4687b2c97e8538eb44 = L.polyline(
                [[4.03875, 9.762056], [4.043386, 9.754583]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_a51afa82a1f60e4687b2c97e8538eb44.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_63904922600894472e8f59c482136586 = L.polyline(
                [[4.03885, 9.762156], [4.043486, 9.754683]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_63904922600894472e8f59c482136586.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_e8152937836f15548a87724e793d35c2 = L.polyline(
                [[4.040819, 9.733028], [4.041694, 9.728389]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_e8152937836f15548a87724e793d35c2.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_c7e679f69475d56d54235a7768eec387 = L.polyline(
                [[4.040919, 9.733127999999999], [4.041793999999999, 9.728489]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_c7e679f69475d56d54235a7768eec387.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_eda95bfded8f2592e1d77eb0f6c0460e = L.polyline(
                [[4.029, 9.767833], [4.053694, 9.779361]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_eda95bfded8f2592e1d77eb0f6c0460e.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_ac55f0792d1ba306e27d0cac2e612b1f = L.polyline(
                [[4.0291, 9.767933], [4.053794, 9.779461]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_ac55f0792d1ba306e27d0cac2e612b1f.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_4964aa7d5d06ec86a969176643e3ebc7 = L.polyline(
                [[4.040819, 9.733028], [4.043778, 9.747639]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_4964aa7d5d06ec86a969176643e3ebc7.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_201f1b0c700eec7b78455b371efccc3c = L.polyline(
                [[4.040919, 9.733127999999999], [4.043877999999999, 9.747739]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_201f1b0c700eec7b78455b371efccc3c.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_8061de03a2150dcf7f751753ab0a87ea = L.polyline(
                [[4.056559, 9.702978], [4.028444, 9.73025]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_8061de03a2150dcf7f751753ab0a87ea.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_a196ac09463b1d3fb24d99599574af5c = L.polyline(
                [[4.056659, 9.703078], [4.028544, 9.73035]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_a196ac09463b1d3fb24d99599574af5c.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_7d95ba713e929d76fbbc8b9719c32725 = L.polyline(
                [[4.040886, 9.699006], [4.04425, 9.69725]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_7d95ba713e929d76fbbc8b9719c32725.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_5b299bb091ceb2232e601582b36b0652 = L.polyline(
                [[4.040986, 9.699106], [4.04435, 9.69735]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_5b299bb091ceb2232e601582b36b0652.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_192cc1cdf0992358bc666c1cbbf80354 = L.polyline(
                [[4.04244, 9.704083], [4.043194, 9.707889]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_192cc1cdf0992358bc666c1cbbf80354.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_ae3370f98d06547604d80081d817a0ba = L.polyline(
                [[4.04254, 9.704183], [4.0432939999999995, 9.707989]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_ae3370f98d06547604d80081d817a0ba.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_a7e6eb5200c4cd3266ec4d59d86eaa5e = L.polyline(
                [[4.041417, 9.686417], [4.04625, 9.688194]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_a7e6eb5200c4cd3266ec4d59d86eaa5e.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_a367f6cf58888b23d40b67f06fd0ce94 = L.polyline(
                [[4.041517, 9.686517], [4.0463499999999994, 9.688293999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_a367f6cf58888b23d40b67f06fd0ce94.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_2408b86519af7b1293e3278faa2ee77a = L.polyline(
                [[4.043194, 9.707889], [4.044661, 9.700739]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_2408b86519af7b1293e3278faa2ee77a.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_e6c7ee7e7729d28c6106e98a3dd57cef = L.polyline(
                [[4.0432939999999995, 9.707989], [4.044760999999999, 9.700839]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_e6c7ee7e7729d28c6106e98a3dd57cef.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_84803cd2e997107b225ba2e9d433fd39 = L.polyline(
                [[4.041694, 9.728389], [4.0475, 9.72575]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_84803cd2e997107b225ba2e9d433fd39.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_a0751c26cf1a4473323a1fc025d6a287 = L.polyline(
                [[4.041793999999999, 9.728489], [4.0476, 9.72585]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_a0751c26cf1a4473323a1fc025d6a287.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_7cfc55f268a1914fdd19ade82817e70d = L.polyline(
                [[4.040886, 9.699006], [4.048586, 9.721043]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_7cfc55f268a1914fdd19ade82817e70d.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_1bed55a36ff020306f112b99e1125d9a = L.polyline(
                [[4.040986, 9.699106], [4.048686, 9.721143]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_1bed55a36ff020306f112b99e1125d9a.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_a68e016c86b5b752bff03add723efecc = L.polyline(
                [[4.04642, 9.71598], [4.048586, 9.721043]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_a68e016c86b5b752bff03add723efecc.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_a9338f9edd266863ad9a3e2999e737e5 = L.polyline(
                [[4.04652, 9.71608], [4.048686, 9.721143]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_a9338f9edd266863ad9a3e2999e737e5.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_629fff4788e773b92a554084bd3c6894 = L.polyline(
                [[4.044694, 9.703528], [4.051333, 9.706861]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_629fff4788e773b92a554084bd3c6894.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_c1bd137e5671907416801211819e62a9 = L.polyline(
                [[4.049556, 9.698333], [4.04675, 9.698917]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_c1bd137e5671907416801211819e62a9.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_111063bc4849add87e40e1ee0db85143 = L.polyline(
                [[4.049656, 9.698433], [4.04685, 9.699017]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_111063bc4849add87e40e1ee0db85143.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_9e60987a064f3ce1bc8196bafd6978e5 = L.polyline(
                [[4.051333, 9.706861], [4.0465, 9.708472]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_9e60987a064f3ce1bc8196bafd6978e5.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_a95320a127dbdc586dd704092a6b005d = L.polyline(
                [[4.051432999999999, 9.706961], [4.0466, 9.708572]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_a95320a127dbdc586dd704092a6b005d.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_455af9d55e2b208f7a725a8e5b1cf0c7 = L.polyline(
                [[4.050192, 9.771911], [4.049658, 9.777253]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_455af9d55e2b208f7a725a8e5b1cf0c7.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_f8d036d3da4af9c7ddbeaf898ae66838 = L.polyline(
                [[4.050292, 9.772011], [4.049758, 9.777353]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_f8d036d3da4af9c7ddbeaf898ae66838.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_005654f54314ba3ba325e285189aa3e8 = L.polyline(
                [[4.052028, 9.741306], [4.048272, 9.739644]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_005654f54314ba3ba325e285189aa3e8.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_d71726a366d47d2c21ec54edf4ebac13 = L.polyline(
                [[4.052444, 9.702389], [4.04825, 9.704556]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_d71726a366d47d2c21ec54edf4ebac13.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_c08c61006d5f4b32c9b87214545d77ab = L.polyline(
                [[4.052544, 9.702489], [4.04835, 9.704656]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_c08c61006d5f4b32c9b87214545d77ab.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_fe9745b8f6d5b75c48f162b506882f77 = L.polyline(
                [[4.053667, 9.750917], [4.047389, 9.756833]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_fe9745b8f6d5b75c48f162b506882f77.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_13fc95ba3e911db18d18aff8c6510c25 = L.polyline(
                [[4.053767, 9.751017], [4.047489, 9.756933]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_13fc95ba3e911db18d18aff8c6510c25.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_bc01a8e657d661fb56c406c98299bc37 = L.polyline(
                [[4.053694, 9.779361], [4.050472, 9.797806]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_bc01a8e657d661fb56c406c98299bc37.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_b6b33942dcaf570a7c24c06e59047e79 = L.polyline(
                [[4.053794, 9.779461], [4.050572, 9.797906]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_b6b33942dcaf570a7c24c06e59047e79.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_84cecac2c7d8ef5776caa7d8036553d4 = L.polyline(
                [[4.053667, 9.750917], [4.05525, 9.775889]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_84cecac2c7d8ef5776caa7d8036553d4.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_96490807e7ffdaba723dad150998cd0a = L.polyline(
                [[4.053767, 9.751017], [4.05535, 9.775989]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_96490807e7ffdaba723dad150998cd0a.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_adb0cbee332ac72a625831309c6168da = L.polyline(
                [[4.053667, 9.750917], [4.058167, 9.754444]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_adb0cbee332ac72a625831309c6168da.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_7680ec91aed17329d2d5bdf715779d01 = L.polyline(
                [[4.053767, 9.751017], [4.058267, 9.754544]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_7680ec91aed17329d2d5bdf715779d01.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_33a7e32e6ca397705c01118ed3a7aa0d = L.polyline(
                [[4.0585, 9.768444], [4.053639, 9.767556]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_33a7e32e6ca397705c01118ed3a7aa0d.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_15680837606db1df4ba2c0b42f46b50a = L.polyline(
                [[4.0586, 9.768544], [4.053739, 9.767656]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_15680837606db1df4ba2c0b42f46b50a.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_edfe0262025b70cc0f7044d7481eba6f = L.polyline(
                [[4.058056, 9.738694], [4.054186, 9.745611]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_edfe0262025b70cc0f7044d7481eba6f.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_156e1a208249cfbb7ab9b62d415685fd = L.polyline(
                [[4.058155999999999, 9.738794], [4.054285999999999, 9.745711]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_156e1a208249cfbb7ab9b62d415685fd.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_8e866be93f30d865c1295b34e3697135 = L.polyline(
                [[4.053667, 9.750917], [4.059611, 9.743528]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_8e866be93f30d865c1295b34e3697135.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_fdf49acb063c1fa63b97ad4301207572 = L.polyline(
                [[4.053767, 9.751017], [4.059711, 9.743628]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_fdf49acb063c1fa63b97ad4301207572.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_9f37c08812cffdf977fb054eec088e9a = L.polyline(
                [[4.060028, 9.726194], [4.053667, 9.750917]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_9f37c08812cffdf977fb054eec088e9a.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_63cc9168d364e8e6d6d552504a1e21e6 = L.polyline(
                [[4.060128, 9.726294], [4.053767, 9.751017]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_63cc9168d364e8e6d6d552504a1e21e6.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_6c13f587f6ffb37b836f5ca106379043 = L.polyline(
                [[4.060228, 9.726393999999999], [4.053867, 9.751116999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_6c13f587f6ffb37b836f5ca106379043.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_aa0429988a21f4d21bd71d31002fcd71 = L.polyline(
                [[4.060328, 9.726493999999999], [4.053967, 9.751216999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_aa0429988a21f4d21bd71d31002fcd71.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_55553c75c88c63435da635f38b250463 = L.polyline(
                [[4.060428, 9.726594], [4.054067, 9.751317]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_55553c75c88c63435da635f38b250463.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_9c0af16018efd7c08aa01f812328177a = L.polyline(
                [[4.060528, 9.726694], [4.054167, 9.751417]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_9c0af16018efd7c08aa01f812328177a.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_7bb4904d1804acb1817623fcd1a8d784 = L.polyline(
                [[4.053667, 9.750917], [4.06025, 9.734028]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_7bb4904d1804acb1817623fcd1a8d784.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_09ca6f88654a3bb2649c75e2c8aa1556 = L.polyline(
                [[4.053767, 9.751017], [4.06035, 9.734128]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_09ca6f88654a3bb2649c75e2c8aa1556.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_c8ce1b594e7c0cfc07c4a32a1e45be20 = L.polyline(
                [[4.0585, 9.768444], [4.056417, 9.763167]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_c8ce1b594e7c0cfc07c4a32a1e45be20.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_42f76eec1d6a8f9791e8c8763f28990a = L.polyline(
                [[4.0586, 9.768544], [4.0565169999999995, 9.763266999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_42f76eec1d6a8f9791e8c8763f28990a.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_fdecb31140bed6e4634feed391935839 = L.polyline(
                [[4.053667, 9.750917], [4.062806, 9.786861]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_fdecb31140bed6e4634feed391935839.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_99d2333b8b3448634f68e77cb97831e2 = L.polyline(
                [[4.053767, 9.751017], [4.062906, 9.786961]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_99d2333b8b3448634f68e77cb97831e2.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_bb9f8ca619d348d9fc904f9a739d2b55 = L.polyline(
                [[4.06425, 9.714664], [4.053242, 9.720853]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_bb9f8ca619d348d9fc904f9a739d2b55.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_3f8d0ce768dea0e3dbdf37cab21b0864 = L.polyline(
                [[4.06435, 9.714764], [4.053342, 9.720953]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_3f8d0ce768dea0e3dbdf37cab21b0864.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_ea3e778e31ae79a6bde7b8a52cc6d9fb = L.polyline(
                [[4.053667, 9.750917], [4.064069, 9.75311]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_ea3e778e31ae79a6bde7b8a52cc6d9fb.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_370d7a5cb9cbfa1ec36216f560a71b2f = L.polyline(
                [[4.053767, 9.751017], [4.064169, 9.75321]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_370d7a5cb9cbfa1ec36216f560a71b2f.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_1805c11a45254e1c414459abf8a02e9e = L.polyline(
                [[4.053667, 9.750917], [4.064361, 9.767778]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_1805c11a45254e1c414459abf8a02e9e.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_1b019de7187c1fba57583e64817fe6d9 = L.polyline(
                [[4.053767, 9.751017], [4.064461, 9.767878]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_1b019de7187c1fba57583e64817fe6d9.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_b879f4b442811799afb5c521aeda61a3 = L.polyline(
                [[4.060333, 9.708444], [4.058638, 9.715412]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_b879f4b442811799afb5c521aeda61a3.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_66c960595d542fef0d4fa3609147515b = L.polyline(
                [[4.060433, 9.708544], [4.058738, 9.715512]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_66c960595d542fef0d4fa3609147515b.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_3938292ffffa119950548a6c03aec1d2 = L.polyline(
                [[4.053667, 9.750917], [4.066322, 9.759558]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_3938292ffffa119950548a6c03aec1d2.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_ae90afd22591b99a97a939112e50de9e = L.polyline(
                [[4.053767, 9.751017], [4.066422, 9.759658]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_ae90afd22591b99a97a939112e50de9e.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_535eea5266e82bdb18dbbe43bc835dec = L.polyline(
                [[4.0585, 9.768444], [4.063131, 9.777639]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_535eea5266e82bdb18dbbe43bc835dec.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_21cf25de49e7fea292d79297e35a845c = L.polyline(
                [[4.0586, 9.768544], [4.063231, 9.777739]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_21cf25de49e7fea292d79297e35a845c.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_0a38cd99f675180306efc2474dcaf79c = L.polyline(
                [[4.059611, 9.743528], [4.06356, 9.74569]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_0a38cd99f675180306efc2474dcaf79c.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_7df265cfd90cb8f01fd24537b9fb6516 = L.polyline(
                [[4.059711, 9.743628], [4.06366, 9.74579]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_7df265cfd90cb8f01fd24537b9fb6516.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_ad3b9d365223deb9b3d7c89eaec250a0 = L.polyline(
                [[4.059583, 9.704333], [4.065972, 9.706333]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_ad3b9d365223deb9b3d7c89eaec250a0.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_c5b07098b850933e17b2429a9edcd971 = L.polyline(
                [[4.059683, 9.704433], [4.066072, 9.706433]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_c5b07098b850933e17b2429a9edcd971.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_b090413d3d089c98548daf76e1b160e2 = L.polyline(
                [[4.06425, 9.714664], [4.061556, 9.719389]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_b090413d3d089c98548daf76e1b160e2.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_e94b28d53819f98b31443b4e4e52440e = L.polyline(
                [[4.06435, 9.714764], [4.061656, 9.719489]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_e94b28d53819f98b31443b4e4e52440e.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_aeb712295b887f9447e52973adf725bd = L.polyline(
                [[4.066322, 9.759558], [4.062528, 9.76425]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_aeb712295b887f9447e52973adf725bd.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_dbac8cf0d8f5c1709bf5e29680c02f69 = L.polyline(
                [[4.066422, 9.759658], [4.062628, 9.76435]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_dbac8cf0d8f5c1709bf5e29680c02f69.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_4ed17095920036b7f912d252988be18d = L.polyline(
                [[4.063917, 9.710083], [4.06688, 9.71287]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_4ed17095920036b7f912d252988be18d.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_9c8d4b4d99509c22fbc545f62c3e73e6 = L.polyline(
                [[4.064017, 9.710182999999999], [4.06698, 9.71297]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_9c8d4b4d99509c22fbc545f62c3e73e6.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_ad73ad5891a5924fa5df8424c779ca22 = L.polyline(
                [[4.065848, 9.79152], [4.06725, 9.799722]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_ad73ad5891a5924fa5df8424c779ca22.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_b9f963fa64ffe9a8dfd4de86b1fe6cab = L.polyline(
                [[4.065948, 9.79162], [4.067349999999999, 9.799821999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_b9f963fa64ffe9a8dfd4de86b1fe6cab.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_30935c657910ada1a7d77bf2e033c144 = L.polyline(
                [[4.06425, 9.714664], [4.07139, 9.72547]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_30935c657910ada1a7d77bf2e033c144.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_543e402485595bf9ce024d1283845fdc = L.polyline(
                [[4.06435, 9.714764], [4.07149, 9.72557]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_543e402485595bf9ce024d1283845fdc.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_2cc9525cf2d299306ab3f89aef8783aa = L.polyline(
                [[4.065667, 9.722972], [4.071389, 9.729139]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_2cc9525cf2d299306ab3f89aef8783aa.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_ed051f5d9565d0fbc4fc07fa1d379840 = L.polyline(
                [[4.065767, 9.723072], [4.071489, 9.729239]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_ed051f5d9565d0fbc4fc07fa1d379840.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_465b1028d7b6aba2a101f86889cafb97 = L.polyline(
                [[4.071278, 9.714869], [4.06688, 9.71287]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_465b1028d7b6aba2a101f86889cafb97.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_94ae6fc62c0967ae30684939fc50c426 = L.polyline(
                [[4.071378, 9.714969], [4.06698, 9.71297]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_94ae6fc62c0967ae30684939fc50c426.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_289966a946c3351e97532db08d5569d3 = L.polyline(
                [[4.071389, 9.729139], [4.07139, 9.72547]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_289966a946c3351e97532db08d5569d3.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_c2664e8de77e1afb391bcdbad9a511dc = L.polyline(
                [[4.071489, 9.729239], [4.07149, 9.72557]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_c2664e8de77e1afb391bcdbad9a511dc.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_c561f81f134bb333dc3e0169b92f2ac9 = L.polyline(
                [[4.072222, 9.736111], [4.072661, 9.742681]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_c561f81f134bb333dc3e0169b92f2ac9.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_a28f05ac7c4027a6276a16332081af28 = L.polyline(
                [[4.072322, 9.736210999999999], [4.072761, 9.742780999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_a28f05ac7c4027a6276a16332081af28.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_25983bec757fa51c1221591cf9d2bac2 = L.polyline(
                [[4.071639, 9.76925], [4.073367, 9.774]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_25983bec757fa51c1221591cf9d2bac2.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_4810ddec554c66539aaf19421451259c = L.polyline(
                [[4.071739, 9.76935], [4.073467, 9.774099999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_4810ddec554c66539aaf19421451259c.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_73fa42b7f3addc85effbe3fcd695c53a = L.polyline(
                [[4.06425, 9.714664], [4.084075, 9.721058]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_73fa42b7f3addc85effbe3fcd695c53a.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_c6b193edbf032f9a8746dd1b1451e01b = L.polyline(
                [[4.06435, 9.714764], [4.084175, 9.721157999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_c6b193edbf032f9a8746dd1b1451e01b.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_07122d1c09a52d48a500fed0c8de5b33 = L.polyline(
                [[4.074778, 9.761667], [4.07475, 9.745583]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_07122d1c09a52d48a500fed0c8de5b33.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_056c292bd42d9f4ee31fd8df9fd2a41a = L.polyline(
                [[4.074878, 9.761766999999999], [4.07485, 9.745683]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_056c292bd42d9f4ee31fd8df9fd2a41a.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_bd14f226830456f969c508e8f2c9ba4a = L.polyline(
                [[4.070306, 9.719639], [4.079889, 9.719417]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_bd14f226830456f969c508e8f2c9ba4a.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_840175a229193d40b9e1279e1c5a86fc = L.polyline(
                [[4.070406, 9.719739], [4.079988999999999, 9.719517]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_840175a229193d40b9e1279e1c5a86fc.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_88bf360ad969eab06af1da25d57229a9 = L.polyline(
                [[4.0817, 9.786083], [4.069972, 9.781778]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_88bf360ad969eab06af1da25d57229a9.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_56e7775a2ee03fd964556f4b31301ab4 = L.polyline(
                [[4.081799999999999, 9.786183], [4.070072, 9.781877999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_56e7775a2ee03fd964556f4b31301ab4.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_2c8cc684d0279a200998de23c4034289 = L.polyline(
                [[4.074778, 9.761667], [4.07833, 9.75645]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_2c8cc684d0279a200998de23c4034289.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_93a0173817d7c3aa22c115b590bce256 = L.polyline(
                [[4.074878, 9.761766999999999], [4.07843, 9.756549999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_93a0173817d7c3aa22c115b590bce256.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_567679c0f1e2c90b956d286712363ac0 = L.polyline(
                [[4.079889, 9.719417], [4.07625, 9.721778]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_567679c0f1e2c90b956d286712363ac0.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_5afe934c5bffd264c4c1f4fd82ea68b9 = L.polyline(
                [[4.079988999999999, 9.719517], [4.07635, 9.721878]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_5afe934c5bffd264c4c1f4fd82ea68b9.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_53f464a281d8697a2d16c72c46244c64 = L.polyline(
                [[4.081867, 9.756825], [4.07475, 9.745583]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_53f464a281d8697a2d16c72c46244c64.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_ed03ad121af579424db81eb2a7f5d659 = L.polyline(
                [[4.081967, 9.756924999999999], [4.07485, 9.745683]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_ed03ad121af579424db81eb2a7f5d659.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_67b5c1fe41fe643f3ebd22946184c8cc = L.polyline(
                [[4.0817, 9.786083], [4.076722, 9.801611]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_67b5c1fe41fe643f3ebd22946184c8cc.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_3babbf94b7518b86dc099a394f5ef036 = L.polyline(
                [[4.081799999999999, 9.786183], [4.076822, 9.801711]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_3babbf94b7518b86dc099a394f5ef036.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_0d20b9cc1def9c7cf8cb521ee24094f9 = L.polyline(
                [[4.085936, 9.752944], [4.072661, 9.742681]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_0d20b9cc1def9c7cf8cb521ee24094f9.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_c113e025f088e99e92258cce36200089 = L.polyline(
                [[4.086036, 9.753044], [4.072761, 9.742780999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_c113e025f088e99e92258cce36200089.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_a0bef89721486d7a0871126fc9e70c3f = L.polyline(
                [[4.085936, 9.752944], [4.073367, 9.774]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_a0bef89721486d7a0871126fc9e70c3f.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_cc4bb7b410fb50801666fa5058425c26 = L.polyline(
                [[4.086036, 9.753044], [4.073467, 9.774099999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_cc4bb7b410fb50801666fa5058425c26.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_69b3b2d1aca530e8150daf0179cad02f = L.polyline(
                [[4.0817, 9.786083], [4.07844, 9.79339]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_69b3b2d1aca530e8150daf0179cad02f.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_d0eef5d778d0fc5bf7c210ef4a3bb4fb = L.polyline(
                [[4.081799999999999, 9.786183], [4.078539999999999, 9.79349]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_d0eef5d778d0fc5bf7c210ef4a3bb4fb.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_6f82f5cb7ed84e69696a077661679893 = L.polyline(
                [[4.085936, 9.752944], [4.074861, 9.753278]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_6f82f5cb7ed84e69696a077661679893.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_b727ea54a537a48c7cd3dda8cfb153be = L.polyline(
                [[4.086036, 9.753044], [4.074961, 9.753378]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_b727ea54a537a48c7cd3dda8cfb153be.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_04ee18b19421e74d4a43cbae32ff546f = L.polyline(
                [[4.081441, 9.765535], [4.081867, 9.756825]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_04ee18b19421e74d4a43cbae32ff546f.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_b843d51de42460c990da49160e2f34d5 = L.polyline(
                [[4.081541, 9.765635], [4.081967, 9.756924999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_b843d51de42460c990da49160e2f34d5.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_c4fccdb6417023634a02075bd31e34fb = L.polyline(
                [[4.0817, 9.786083], [4.08393, 9.7949]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_c4fccdb6417023634a02075bd31e34fb.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_964b7cb06804296bb6c955dc570f909c = L.polyline(
                [[4.081799999999999, 9.786183], [4.084029999999999, 9.795]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_964b7cb06804296bb6c955dc570f909c.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_89d3bb63feea01d3ac6e63160ec664e8 = L.polyline(
                [[4.0817, 9.786083], [4.08438, 9.77848]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_89d3bb63feea01d3ac6e63160ec664e8.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_35e522f31fd66d5ddb09f6943e55aff3 = L.polyline(
                [[4.081799999999999, 9.786183], [4.08448, 9.77858]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_35e522f31fd66d5ddb09f6943e55aff3.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_ced8806ba3a5c39aec28fe4fd1ee8248 = L.polyline(
                [[4.074778, 9.761667], [4.093194, 9.751769]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_ced8806ba3a5c39aec28fe4fd1ee8248.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_62862ee575448462107d5891017c020f = L.polyline(
                [[4.074878, 9.761766999999999], [4.093294, 9.751869]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_62862ee575448462107d5891017c020f.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_b4b116074d32725d6cf94ffd6f38b631 = L.polyline(
                [[4.085936, 9.752944], [4.083056, 9.728889]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_b4b116074d32725d6cf94ffd6f38b631.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_de5595fed0aa72f64c4aa92096c35b55 = L.polyline(
                [[4.086036, 9.753044], [4.083156, 9.728989]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_de5595fed0aa72f64c4aa92096c35b55.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_c6092dd671dc35b96cc49bb7bec142b6 = L.polyline(
                [[4.085936, 9.752944], [4.083528, 9.738306]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_c6092dd671dc35b96cc49bb7bec142b6.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_dd3b367fd0916738ece5516b35b5e579 = L.polyline(
                [[4.086036, 9.753044], [4.083628, 9.738406]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_dd3b367fd0916738ece5516b35b5e579.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_9e1fd248102f45c59ae3a61f34269cf9 = L.polyline(
                [[4.0817, 9.786083], [4.089889, 9.783583]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_9e1fd248102f45c59ae3a61f34269cf9.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_4bf437f1c4eecefbcc2c9491b5047283 = L.polyline(
                [[4.081799999999999, 9.786183], [4.089989, 9.783683]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_4bf437f1c4eecefbcc2c9491b5047283.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_c3a4ed94fea8aa3a4dc08006f0b857e0 = L.polyline(
                [[4.074778, 9.761667], [4.097333, 9.743333]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_c3a4ed94fea8aa3a4dc08006f0b857e0.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_0c35778b811121cf36d1335796fd198a = L.polyline(
                [[4.074878, 9.761766999999999], [4.097433, 9.743433]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_0c35778b811121cf36d1335796fd198a.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_e14729ba206e929b0d657ddfb4595d4c = L.polyline(
                [[4.085936, 9.752944], [4.08663, 9.76601]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_e14729ba206e929b0d657ddfb4595d4c.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_c1d91849759d8f650a8f8b429ee8cf1c = L.polyline(
                [[4.086036, 9.753044], [4.08673, 9.76611]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_c1d91849759d8f650a8f8b429ee8cf1c.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_565d23ae4e698f532baa9daf935110a8 = L.polyline(
                [[4.0817, 9.786083], [4.091389, 9.808667]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_565d23ae4e698f532baa9daf935110a8.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_83a32749c476f545f511a6490408da0d = L.polyline(
                [[4.081799999999999, 9.786183], [4.091489, 9.808767]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_83a32749c476f545f511a6490408da0d.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_949bf9fc2f72bae20cd74faeac154d24 = L.polyline(
                [[4.085936, 9.752944], [4.090833, 9.758611]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_949bf9fc2f72bae20cd74faeac154d24.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_aa2bc14e40ec38a5098091acb232d162 = L.polyline(
                [[4.086036, 9.753044], [4.090933, 9.758711]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_aa2bc14e40ec38a5098091acb232d162.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_aafd3cb9acd02d62afb46b9b4a2e1240 = L.polyline(
                [[4.08679, 9.73381], [4.091278, 9.736042]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_aafd3cb9acd02d62afb46b9b4a2e1240.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_e334647f37f0cf070982f40071d585c1 = L.polyline(
                [[4.0868899999999995, 9.73391], [4.091378, 9.736142]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_e334647f37f0cf070982f40071d585c1.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_30dd02a3c272e2b285d2a00073aa09d9 = L.polyline(
                [[4.074778, 9.761667], [4.104861, 9.744]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_30dd02a3c272e2b285d2a00073aa09d9.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_198688983579a6f7032dd44d427811d4 = L.polyline(
                [[4.074878, 9.761766999999999], [4.104960999999999, 9.7441]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_198688983579a6f7032dd44d427811d4.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_9bebeb4d9e4f17dbeac385665c79bcbf = L.polyline(
                [[4.08663, 9.76601], [4.0945, 9.764367]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_9bebeb4d9e4f17dbeac385665c79bcbf.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_d08954acbf266ef4cf72af13cbb1270f = L.polyline(
                [[4.08673, 9.76611], [4.0946, 9.764467]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_d08954acbf266ef4cf72af13cbb1270f.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_98cace72d0438ea545c837dcdbe1c044 = L.polyline(
                [[4.091944, 9.729444], [4.091278, 9.736042]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_98cace72d0438ea545c837dcdbe1c044.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_d4bc5ab8f5e4ddecbf4a565735cdb58e = L.polyline(
                [[4.092044, 9.729544], [4.091378, 9.736142]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_d4bc5ab8f5e4ddecbf4a565735cdb58e.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_873ac2b44c765f7b0c21cd51aef65850 = L.polyline(
                [[4.09393, 9.74168], [4.097333, 9.743333]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_873ac2b44c765f7b0c21cd51aef65850.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_b916609b2fa9330a546eb15b1e2befa8 = L.polyline(
                [[4.09403, 9.74178], [4.097433, 9.743433]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_a39a3facfd3b3adb0ab2550ec219783f);
        &#10;    
            poly_line_b916609b2fa9330a546eb15b1e2befa8.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var tile_layer_9fd0d5d654e48be6ba2ade2f717a6b65 = L.tileLayer(
                &quot;https://tile.openstreetmap.org/{z}/{x}/{y}.png&quot;,
                {
  &quot;minZoom&quot;: 0,
  &quot;maxZoom&quot;: 19,
  &quot;maxNativeZoom&quot;: 19,
  &quot;noWrap&quot;: false,
  &quot;attribution&quot;: &quot;\u0026copy; \u003ca href=\&quot;https://www.openstreetmap.org/copyright\&quot;\u003eOpenStreetMap\u003c/a\u003e contributors&quot;,
  &quot;subdomains&quot;: &quot;abc&quot;,
  &quot;detectRetina&quot;: false,
  &quot;tms&quot;: false,
  &quot;opacity&quot;: 1,
}
&#10;            );
        &#10;    
            var tile_layer_698f05ed30331cd78379d1a9b114d486 = L.tileLayer(
                &quot;https://{s}.tile.opentopomap.org/{z}/{x}/{y}.png&quot;,
                {
  &quot;minZoom&quot;: 0,
  &quot;maxZoom&quot;: 17,
  &quot;maxNativeZoom&quot;: 17,
  &quot;noWrap&quot;: false,
  &quot;attribution&quot;: &quot;Map data: \u0026copy; \u003ca href=\&quot;https://www.openstreetmap.org/copyright\&quot;\u003eOpenStreetMap\u003c/a\u003e contributors, \u003ca href=\&quot;http://viewfinderpanoramas.org\&quot;\u003eSRTM\u003c/a\u003e | Map style: \u0026copy; \u003ca href=\&quot;https://opentopomap.org\&quot;\u003eOpenTopoMap\u003c/a\u003e (\u003ca href=\&quot;https://creativecommons.org/licenses/by-sa/3.0/\&quot;\u003eCC-BY-SA\u003c/a\u003e)&quot;,
  &quot;subdomains&quot;: &quot;abc&quot;,
  &quot;detectRetina&quot;: false,
  &quot;tms&quot;: false,
  &quot;opacity&quot;: 1,
}
&#10;            );
        &#10;    
            var tile_layer_9fac79d6d6d0e5c9001cd29f9fd74877 = L.tileLayer(
                &quot;https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}&quot;,
                {
  &quot;minZoom&quot;: 0,
  &quot;maxZoom&quot;: 18,
  &quot;maxNativeZoom&quot;: 18,
  &quot;noWrap&quot;: false,
  &quot;attribution&quot;: &quot;Tiles \u0026copy; Esri \u0026mdash; Source: Esri, i-cubed, USDA, USGS, AEX, GeoEye, Getmapping, Aerogrid, IGN, IGP, UPR-EGP, and the GIS User Community&quot;,
  &quot;subdomains&quot;: &quot;abc&quot;,
  &quot;detectRetina&quot;: false,
  &quot;tms&quot;: false,
  &quot;opacity&quot;: 1,
}
&#10;            );
        &#10;    
            var tile_layer_dd35dc762015e3d9dedbdfcc5baa167d = L.tileLayer(
                &quot;https://server.arcgisonline.com/ArcGIS/rest/services/Canvas/World_Light_Gray_Base/MapServer/tile/{z}/{y}/{x}&quot;,
                {
  &quot;minZoom&quot;: 0,
  &quot;maxZoom&quot;: 16,
  &quot;maxNativeZoom&quot;: 16,
  &quot;noWrap&quot;: false,
  &quot;attribution&quot;: &quot;Tiles \u0026copy; Esri \u0026mdash; Esri, DeLorme, NAVTEQ&quot;,
  &quot;subdomains&quot;: &quot;abc&quot;,
  &quot;detectRetina&quot;: false,
  &quot;tms&quot;: false,
  &quot;opacity&quot;: 1,
}
&#10;            );
        &#10;    
            tile_layer_dd35dc762015e3d9dedbdfcc5baa167d.addTo(map_9a5ceb1c4a2f87bec0365d62fccb57a6);
        &#10;    
            var layer_control_32d55144657fb690691664813398cc65_layers = {
                base_layers : {
                    &quot;OpenStreetMap&quot; : tile_layer_9fd0d5d654e48be6ba2ade2f717a6b65,
                    &quot;OpenTopoMap&quot; : tile_layer_698f05ed30331cd78379d1a9b114d486,
                    &quot;Esri.WorldImagery&quot; : tile_layer_9fac79d6d6d0e5c9001cd29f9fd74877,
                    &quot;Esri.WorldGrayCanvas&quot; : tile_layer_dd35dc762015e3d9dedbdfcc5baa167d,
                },
                overlays :  {
                    &quot;Sublinks&quot; : geo_json_4326f05af4af4b34dba1907e0135562a,
                    &quot;Sublinks_sense&quot; : feature_group_a39a3facfd3b3adb0ab2550ec219783f,
                },
            };
            let layer_control_32d55144657fb690691664813398cc65 = L.control.layers(
                layer_control_32d55144657fb690691664813398cc65_layers.base_layers,
                layer_control_32d55144657fb690691664813398cc65_layers.overlays,
                {
  &quot;position&quot;: &quot;topright&quot;,
  &quot;collapsed&quot;: true,
  &quot;autoZIndex&quot;: true,
}
            ).addTo(map_9a5ceb1c4a2f87bec0365d62fccb57a6);
&#10;        
    &#10;            L.control.fullscreen(
                {
  &quot;position&quot;: &quot;topright&quot;,
  &quot;title&quot;: &quot;Full Screen&quot;,
  &quot;titleCancel&quot;: &quot;Exit Full Screen&quot;,
  &quot;forceSeparateButton&quot;: true,
}
            ).addTo(map_9a5ceb1c4a2f87bec0365d62fccb57a6);
        &#10;    
&#10;            var geocoderOpts_geocoder_3cc16cdb11398ce042deb29b90e4c529 = {
  &quot;collapsed&quot;: true,
  &quot;position&quot;: &quot;topright&quot;,
  &quot;defaultMarkGeocode&quot;: false,
  &quot;zoom&quot;: 11,
  &quot;provider&quot;: &quot;nominatim&quot;,
  &quot;providerOptions&quot;: {
},
};
&#10;            // note: geocoder name should start with lowercase
            var geocoderName_geocoder_3cc16cdb11398ce042deb29b90e4c529 = geocoderOpts_geocoder_3cc16cdb11398ce042deb29b90e4c529[&quot;provider&quot;];
&#10;            var customGeocoder_geocoder_3cc16cdb11398ce042deb29b90e4c529 = L.Control.Geocoder[ geocoderName_geocoder_3cc16cdb11398ce042deb29b90e4c529 ](
                geocoderOpts_geocoder_3cc16cdb11398ce042deb29b90e4c529[&#x27;providerOptions&#x27;]
            );
            geocoderOpts_geocoder_3cc16cdb11398ce042deb29b90e4c529[&quot;geocoder&quot;] = customGeocoder_geocoder_3cc16cdb11398ce042deb29b90e4c529;
&#10;            L.Control.geocoder(
                geocoderOpts_geocoder_3cc16cdb11398ce042deb29b90e4c529
            ).on(&#x27;markgeocode&#x27;, function(e) {
                var zoom = geocoderOpts_geocoder_3cc16cdb11398ce042deb29b90e4c529[&#x27;zoom&#x27;] || map_9a5ceb1c4a2f87bec0365d62fccb57a6.getZoom();
                map_9a5ceb1c4a2f87bec0365d62fccb57a6.setView(e.geocode.center, zoom);
            }).addTo(map_9a5ceb1c4a2f87bec0365d62fccb57a6);
&#10;        
    &#10;            var measure_control_a83a9f521142d5fbe0557cfac3d3fa11 = new L.Control.Measure(
                {
  &quot;position&quot;: &quot;bottomright&quot;,
  &quot;primaryLengthUnit&quot;: &quot;meters&quot;,
  &quot;secondaryLengthUnit&quot;: &quot;miles&quot;,
  &quot;primaryAreaUnit&quot;: &quot;sqmeters&quot;,
  &quot;secondaryAreaUnit&quot;: &quot;acres&quot;,
});
            map_9a5ceb1c4a2f87bec0365d62fccb57a6.addControl(measure_control_a83a9f521142d5fbe0557cfac3d3fa11);
&#10;            // Workaround for using this plugin with Leaflet&gt;=1.8.0
            // https://github.com/ljagis/leaflet-measure/issues/171
            L.Control.Measure.include({
                _setCaptureMarkerIcon: function () {
                    // disable autopan
                    this._captureMarker.options.autoPanOnFocus = false;
                    // default function
                    this._captureMarker.setIcon(
                        L.divIcon({
                            iconSize: this._map.getSize().multiplyBy(2)
                        })
                    );
                },
            });
&#10;        
    &#10;            geo_json_4326f05af4af4b34dba1907e0135562a.addTo(map_9a5ceb1c4a2f87bec0365d62fccb57a6);
        &#10;    
            tile_layer_dd35dc762015e3d9dedbdfcc5baa167d.addTo(map_9a5ceb1c4a2f87bec0365d62fccb57a6);
        &#10;&lt;/script&gt;
&lt;/html&gt;" style="position:absolute;width:100%;height:100%;left:0;top:0;border:none !important;" allowfullscreen webkitallowfullscreen mozallowfullscreen></iframe></div></div>

## Visualize sublinkwise data

------------------------------------------------------------------------

### explore_data

``` python

def explore_data(
    cml:DataArray, # CML raw or derived data in OpenSense standard
    vmin:float=None, # Minimum value for the colormap
    vmax:float=None, # Maximum value for the colormap
    cmap:ListedColormap=<matplotlib.colors.ListedColormap object at 0x7f525e0fb110>, # Matplotlib colormap
)->Map:

```

*Call self as a function.*

``` python
cml = open_cml_sample()
```

<div>

> **Tip**
>
> If you are showing variables such as attenuation that will depend on
> several factors such as baseline, length, … remember to normalize the
> values. This step is not necessary when showing the rainfall.

</div>

For the sake of this example, we will normalise the variable based on
data from two consecutive days. To avoid potential issues due to
outliers, we will use quantiles 0.1 and 0.9.

``` python
cml = cml.sel(time=slice("2019-07-17T00:00", "2019-07-19T00:00"))
att = cml["tsl_max"] - cml["rsl_min"]
att.name = "att"
q = att.quantile([0.1, 0.9], dim="time")
att = (att - q.sel(quantile=0.1, drop=True)) / (q.sel(quantile=0.9, drop=True) - q.sel(quantile=0.1, drop=True))
```

    /opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/numpy/lib/_nanfunctions_impl.py:1593: RuntimeWarning: All-NaN slice encountered
      return fnb._ureduce(a,

<div>

> **Warning**
>
> Given the current state of development, we recommend plotting a
> maximum of one day of data at 15-minute intervals (approximately 96
> timesteps). You can use the [Romulo
> plot](https://rainsmore.github.io/raincell/plot.romulo.html) to
> identify the periods of interest. Please remember to toggle the
> visibility of the metadata before playing to achieve a more fluid
> animation.

</div>

In this case, to avoid performance issues, we will only show few hours
of data.

``` python
m = explore_data(att.sel(time=slice("2019-07-17T18:00", "2019-07-18T03:00")), vmin=0, vmax=1)
```

<details class="code-fold">
<summary>Code</summary>

``` python
m.options['scrollWheelZoom'] = False
m
```

</details>

<div style="width:100%;"><div style="position:relative;width:100%;height:0;padding-bottom:60%;"><span style="color:#565656">Make this Notebook Trusted to load map: File -> Trust Notebook</span><iframe srcdoc="&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
    &#10;    &lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=UTF-8&quot; /&gt;
    &lt;script src=&quot;https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.js&quot;&gt;&lt;/script&gt;
    &lt;script src=&quot;https://code.jquery.com/jquery-3.7.1.min.js&quot;&gt;&lt;/script&gt;
    &lt;script src=&quot;https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js&quot;&gt;&lt;/script&gt;
    &lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js&quot;&gt;&lt;/script&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.css&quot;/&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css&quot;/&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css&quot;/&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2.0/css/all.min.css&quot;/&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css&quot;/&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/gh/python-visualization/folium/folium/templates/leaflet.awesome.rotate.min.css&quot;/&gt;
    &#10;            &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width,
                initial-scale=1.0, maximum-scale=1.0, user-scalable=no&quot; /&gt;
            &lt;style&gt;
                #map_0eaee21ac19d6e79d9d6728e22218218 {
                    position: relative;
                    width: 100.0%;
                    height: 100.0%;
                    left: 0.0%;
                    top: 0.0%;
                }
                .leaflet-container { font-size: 1rem; }
            &lt;/style&gt;
&#10;            &lt;style&gt;html, body {
                width: 100%;
                height: 100%;
                margin: 0;
                padding: 0;
            }
            &lt;/style&gt;
&#10;            &lt;style&gt;#map {
                position:absolute;
                top:0;
                bottom:0;
                right:0;
                left:0;
                }
            &lt;/style&gt;
&#10;            &lt;script&gt;
                L_NO_TOUCH = false;
                L_DISABLE_3D = false;
            &lt;/script&gt;
&#10;        
    &#10;                    &lt;style&gt;
                        .foliumtooltip {
                            &#10;                        }
                       .foliumtooltip table{
                            margin: auto;
                        }
                        .foliumtooltip tr{
                            text-align: left;
                        }
                        .foliumtooltip th{
                            padding: 2px; padding-right: 8px;
                        }
                    &lt;/style&gt;
            &#10;    &lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js&quot;&gt;&lt;/script&gt;
    &lt;script src=&quot;https://cdn.jsdelivr.net/npm/leaflet-textpath@1.2.3/leaflet.textpath.min.js&quot;&gt;&lt;/script&gt;
    &lt;script src=&quot;https://cdn.jsdelivr.net/npm/leaflet.fullscreen@3.0.0/Control.FullScreen.min.js&quot;&gt;&lt;/script&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/leaflet.fullscreen@3.0.0/Control.FullScreen.css&quot;/&gt;
    &lt;script src=&quot;https://unpkg.com/leaflet-control-geocoder/dist/Control.Geocoder.js&quot;&gt;&lt;/script&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://unpkg.com/leaflet-control-geocoder/dist/Control.Geocoder.css&quot;/&gt;
    &lt;script src=&quot;https://cdn.jsdelivr.net/gh/ljagis/leaflet-measure@2.1.7/dist/leaflet-measure.min.js&quot;&gt;&lt;/script&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/gh/ljagis/leaflet-measure@2.1.7/dist/leaflet-measure.min.css&quot;/&gt;
    &lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js&quot;&gt;&lt;/script&gt;
    &lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.10.2/jquery-ui.min.js&quot;&gt;&lt;/script&gt;
    &lt;script src=&quot;https://cdn.jsdelivr.net/npm/iso8601-js-period@0.2.1/iso8601.min.js&quot;&gt;&lt;/script&gt;
    &lt;script src=&quot;https://cdn.jsdelivr.net/npm/leaflet-timedimension@1.1.1/dist/leaflet.timedimension.min.js&quot;&gt;&lt;/script&gt;
    &lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.18.1/moment.min.js&quot;&gt;&lt;/script&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/default.min.css&quot;/&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/leaflet-timedimension@1.1.1/dist/leaflet.timedimension.control.css&quot;/&gt;
&lt;/head&gt;
&lt;body&gt;
    &#10;    
    &lt;script&gt;
    document.addEventListener(&#x27;DOMContentLoaded&#x27;, function() {
        setTimeout(function() {
            var map = Object.values(window).find(v =&gt; v instanceof L.Map);
            map.eachLayer(function(layer) {
                if (layer.feature &amp;&amp; layer.feature.properties &amp;&amp; layer.feature.properties.cml_id) {
                    layer.on(&#x27;contextmenu&#x27;, function(e) {
                        L.DomEvent.stopPropagation(e);
                        L.DomEvent.preventDefault(e);
                        var cmlId = e.target.feature.properties.cml_id;
                        var sublinkId = e.target.feature.properties.sublink_id;
                        var jsonObj = JSON.stringify({cml_id: cmlId, sublink_id: sublinkId});
                        navigator.clipboard.writeText(jsonObj);
                        console.log(&#x27;Copied:&#x27;, jsonObj);
                    });
                }
            });
        }, 1000);
    });
    &lt;/script&gt;
    &#10;    
            &lt;div class=&quot;folium-map&quot; id=&quot;map_0eaee21ac19d6e79d9d6728e22218218&quot; &gt;&lt;/div&gt;
        &#10;&lt;/body&gt;
&lt;script&gt;
    &#10;    
            var map_0eaee21ac19d6e79d9d6728e22218218 = L.map(
                &quot;map_0eaee21ac19d6e79d9d6728e22218218&quot;,
                {
                    center: [4.040805499999999, 9.74324],
                    crs: L.CRS.EPSG3857,
                    ...{
  &quot;zoom&quot;: 10,
  &quot;zoomControl&quot;: true,
  &quot;preferCanvas&quot;: false,
  &quot;scrollWheelZoom&quot;: false,
}
&#10;                }
            );
            L.control.scale().addTo(map_0eaee21ac19d6e79d9d6728e22218218);
&#10;            
&#10;        
    &#10;            map_0eaee21ac19d6e79d9d6728e22218218.fitBounds(
                [[3.97665, 9.67025], [4.104960999999999, 9.81623]],
                {}
            );
        &#10;    
        function geo_json_d2a1a60da05bd97e59107bd7f16bbcf3_styler(feature) {
            switch(feature.id) {
                case &quot;0&quot;: case &quot;33&quot;: case &quot;35&quot;: case &quot;56&quot;: case &quot;64&quot;: case &quot;92&quot;: case &quot;102&quot;: case &quot;116&quot;: case &quot;146&quot;: case &quot;157&quot;: case &quot;166&quot;: case &quot;171&quot;: case &quot;186&quot;: case &quot;188&quot;: case &quot;196&quot;: case &quot;232&quot;: case &quot;238&quot;: 
                    return {&quot;color&quot;: &quot;#0059ff&quot;, &quot;fillColor&quot;: &quot;#0059ff&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;1&quot;: case &quot;14&quot;: case &quot;27&quot;: case &quot;32&quot;: case &quot;34&quot;: case &quot;47&quot;: case &quot;55&quot;: case &quot;63&quot;: case &quot;75&quot;: case &quot;90&quot;: case &quot;91&quot;: case &quot;93&quot;: case &quot;99&quot;: case &quot;101&quot;: case &quot;115&quot;: case &quot;120&quot;: case &quot;138&quot;: case &quot;145&quot;: case &quot;155&quot;: case &quot;158&quot;: case &quot;165&quot;: case &quot;172&quot;: case &quot;182&quot;: case &quot;184&quot;: case &quot;185&quot;: case &quot;187&quot;: case &quot;195&quot;: case &quot;204&quot;: case &quot;215&quot;: case &quot;231&quot;: case &quot;237&quot;: case &quot;245&quot;: 
                    return {&quot;color&quot;: &quot;#00a0ff&quot;, &quot;fillColor&quot;: &quot;#00a0ff&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;2&quot;: case &quot;149&quot;: case &quot;151&quot;: 
                    return {&quot;color&quot;: &quot;#00ff66&quot;, &quot;fillColor&quot;: &quot;#00ff66&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;3&quot;: case &quot;150&quot;: case &quot;152&quot;: 
                    return {&quot;color&quot;: &quot;#00ff8c&quot;, &quot;fillColor&quot;: &quot;#00ff8c&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;4&quot;: case &quot;9&quot;: case &quot;21&quot;: case &quot;49&quot;: case &quot;73&quot;: case &quot;86&quot;: case &quot;173&quot;: case &quot;206&quot;: case &quot;218&quot;: case &quot;244&quot;: 
                    return {&quot;color&quot;: &quot;#ff00bf&quot;, &quot;fillColor&quot;: &quot;#ff00bf&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;5&quot;: case &quot;8&quot;: case &quot;20&quot;: case &quot;50&quot;: case &quot;74&quot;: case &quot;174&quot;: case &quot;205&quot;: case &quot;243&quot;: 
                    return {&quot;color&quot;: &quot;#ff00e0&quot;, &quot;fillColor&quot;: &quot;#ff00e0&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;6&quot;: case &quot;11&quot;: case &quot;39&quot;: case &quot;44&quot;: case &quot;68&quot;: case &quot;79&quot;: case &quot;112&quot;: case &quot;118&quot;: case &quot;122&quot;: case &quot;136&quot;: case &quot;142&quot;: case &quot;148&quot;: case &quot;210&quot;: case &quot;211&quot;: case &quot;222&quot;: case &quot;228&quot;: 
                    return {&quot;color&quot;: &quot;#006fff&quot;, &quot;fillColor&quot;: &quot;#006fff&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;7&quot;: case &quot;10&quot;: case &quot;13&quot;: case &quot;17&quot;: case &quot;25&quot;: case &quot;38&quot;: case &quot;43&quot;: case &quot;51&quot;: case &quot;67&quot;: case &quot;71&quot;: case &quot;80&quot;: case &quot;83&quot;: case &quot;111&quot;: case &quot;117&quot;: case &quot;121&quot;: case &quot;125&quot;: case &quot;135&quot;: case &quot;141&quot;: case &quot;147&quot;: case &quot;191&quot;: case &quot;193&quot;: case &quot;208&quot;: case &quot;209&quot;: case &quot;212&quot;: case &quot;213&quot;: case &quot;221&quot;: case &quot;224&quot;: case &quot;227&quot;: 
                    return {&quot;color&quot;: &quot;#00b0ff&quot;, &quot;fillColor&quot;: &quot;#00b0ff&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;12&quot;: case &quot;16&quot;: case &quot;24&quot;: case &quot;42&quot;: case &quot;52&quot;: case &quot;72&quot;: case &quot;84&quot;: case &quot;192&quot;: case &quot;194&quot;: case &quot;207&quot;: case &quot;214&quot;: case &quot;223&quot;: 
                    return {&quot;color&quot;: &quot;#0069ff&quot;, &quot;fillColor&quot;: &quot;#0069ff&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;15&quot;: case &quot;26&quot;: case &quot;48&quot;: case &quot;76&quot;: case &quot;89&quot;: case &quot;94&quot;: case &quot;100&quot;: case &quot;119&quot;: case &quot;137&quot;: case &quot;156&quot;: case &quot;181&quot;: case &quot;183&quot;: case &quot;203&quot;: case &quot;216&quot;: case &quot;246&quot;: 
                    return {&quot;color&quot;: &quot;#005eff&quot;, &quot;fillColor&quot;: &quot;#005eff&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;18&quot;: case &quot;40&quot;: case &quot;66&quot;: case &quot;97&quot;: case &quot;105&quot;: case &quot;110&quot;: case &quot;126&quot;: case &quot;129&quot;: case &quot;144&quot;: case &quot;169&quot;: case &quot;180&quot;: case &quot;190&quot;: case &quot;234&quot;: 
                    return {&quot;color&quot;: &quot;#00aaff&quot;, &quot;fillColor&quot;: &quot;#00aaff&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;19&quot;: case &quot;28&quot;: case &quot;31&quot;: case &quot;41&quot;: case &quot;58&quot;: case &quot;65&quot;: case &quot;70&quot;: case &quot;77&quot;: case &quot;88&quot;: case &quot;98&quot;: case &quot;104&quot;: case &quot;106&quot;: case &quot;109&quot;: case &quot;124&quot;: case &quot;127&quot;: case &quot;128&quot;: case &quot;133&quot;: case &quot;143&quot;: case &quot;164&quot;: case &quot;170&quot;: case &quot;179&quot;: case &quot;189&quot;: case &quot;200&quot;: case &quot;202&quot;: case &quot;225&quot;: case &quot;233&quot;: case &quot;239&quot;: case &quot;247&quot;: case &quot;252&quot;: 
                    return {&quot;color&quot;: &quot;#0064ff&quot;, &quot;fillColor&quot;: &quot;#0064ff&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;22&quot;: case &quot;162&quot;: case &quot;220&quot;: case &quot;236&quot;: 
                    return {&quot;color&quot;: &quot;#ff0200&quot;, &quot;fillColor&quot;: &quot;#ff0200&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;23&quot;: case &quot;161&quot;: case &quot;219&quot;: case &quot;235&quot;: 
                    return {&quot;color&quot;: &quot;#ff1200&quot;, &quot;fillColor&quot;: &quot;#ff1200&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;29&quot;: case &quot;30&quot;: case &quot;57&quot;: case &quot;69&quot;: case &quot;78&quot;: case &quot;87&quot;: case &quot;103&quot;: case &quot;123&quot;: case &quot;132&quot;: case &quot;134&quot;: case &quot;163&quot;: case &quot;199&quot;: case &quot;201&quot;: case &quot;226&quot;: case &quot;240&quot;: case &quot;248&quot;: case &quot;251&quot;: 
                    return {&quot;color&quot;: &quot;#00a5ff&quot;, &quot;fillColor&quot;: &quot;#00a5ff&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;36&quot;: case &quot;45&quot;: case &quot;53&quot;: case &quot;60&quot;: case &quot;82&quot;: case &quot;95&quot;: case &quot;108&quot;: case &quot;113&quot;: case &quot;130&quot;: case &quot;160&quot;: case &quot;168&quot;: case &quot;175&quot;: case &quot;178&quot;: case &quot;198&quot;: case &quot;242&quot;: case &quot;250&quot;: 
                    return {&quot;color&quot;: &quot;#0053ff&quot;, &quot;fillColor&quot;: &quot;#0053ff&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;37&quot;: case &quot;46&quot;: case &quot;59&quot;: case &quot;131&quot;: case &quot;159&quot;: case &quot;167&quot;: case &quot;197&quot;: 
                    return {&quot;color&quot;: &quot;#0095ff&quot;, &quot;fillColor&quot;: &quot;#0095ff&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;54&quot;: case &quot;81&quot;: case &quot;96&quot;: case &quot;107&quot;: case &quot;114&quot;: case &quot;176&quot;: case &quot;177&quot;: case &quot;241&quot;: case &quot;249&quot;: 
                    return {&quot;color&quot;: &quot;#009aff&quot;, &quot;fillColor&quot;: &quot;#009aff&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;61&quot;: case &quot;229&quot;: 
                    return {&quot;color&quot;: &quot;#ff0d00&quot;, &quot;fillColor&quot;: &quot;#ff0d00&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;62&quot;: case &quot;230&quot;: 
                    return {&quot;color&quot;: &quot;#ff0003&quot;, &quot;fillColor&quot;: &quot;#ff0003&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;139&quot;: 
                    return {&quot;color&quot;: &quot;#ff0700&quot;, &quot;fillColor&quot;: &quot;#ff0700&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;140&quot;: 
                    return {&quot;color&quot;: &quot;#ff1800&quot;, &quot;fillColor&quot;: &quot;#ff1800&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;153&quot;: 
                    return {&quot;color&quot;: &quot;#00ff6c&quot;, &quot;fillColor&quot;: &quot;#00ff6c&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;154&quot;: 
                    return {&quot;color&quot;: &quot;#00ff91&quot;, &quot;fillColor&quot;: &quot;#00ff91&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                default:
                    return {&quot;color&quot;: &quot;#ff00d5&quot;, &quot;fillColor&quot;: &quot;#ff00d5&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
            }
        }
        function geo_json_d2a1a60da05bd97e59107bd7f16bbcf3_highlighter(feature) {
            switch(feature.id) {
                default:
                    return {&quot;fillOpacity&quot;: 0.75};
            }
        }
        function geo_json_d2a1a60da05bd97e59107bd7f16bbcf3_pointToLayer(feature, latlng) {
            var opts = {
  &quot;stroke&quot;: true,
  &quot;color&quot;: &quot;#3388ff&quot;,
  &quot;weight&quot;: 3,
  &quot;opacity&quot;: 1.0,
  &quot;lineCap&quot;: &quot;round&quot;,
  &quot;lineJoin&quot;: &quot;round&quot;,
  &quot;dashArray&quot;: null,
  &quot;dashOffset&quot;: null,
  &quot;fill&quot;: true,
  &quot;fillColor&quot;: &quot;#3388ff&quot;,
  &quot;fillOpacity&quot;: 0.2,
  &quot;fillRule&quot;: &quot;evenodd&quot;,
  &quot;bubblingMouseEvents&quot;: true,
  &quot;radius&quot;: 2,
};
            &#10;            let style = geo_json_d2a1a60da05bd97e59107bd7f16bbcf3_styler(feature)
            Object.assign(opts, style)
            &#10;            return new L.CircleMarker(latlng, opts)
        }
&#10;        function geo_json_d2a1a60da05bd97e59107bd7f16bbcf3_onEachFeature(feature, layer) {
&#10;            layer.on({
                mouseout: function(e) {
                    if(typeof e.target.setStyle === &quot;function&quot;){
                            geo_json_d2a1a60da05bd97e59107bd7f16bbcf3.resetStyle(e.target);
                    }
                },
                mouseover: function(e) {
                    if(typeof e.target.setStyle === &quot;function&quot;){
                        const highlightStyle = geo_json_d2a1a60da05bd97e59107bd7f16bbcf3_highlighter(e.target.feature)
                        e.target.setStyle(highlightStyle);
                    }
                },
            });
        };
        var geo_json_d2a1a60da05bd97e59107bd7f16bbcf3 = L.geoJson(null, {
                onEachFeature: geo_json_d2a1a60da05bd97e59107bd7f16bbcf3_onEachFeature,
            &#10;                style: geo_json_d2a1a60da05bd97e59107bd7f16bbcf3_styler,
                pointToLayer: geo_json_d2a1a60da05bd97e59107bd7f16bbcf3_pointToLayer,
            ...{
}
        });
&#10;        function geo_json_d2a1a60da05bd97e59107bd7f16bbcf3_add (data) {
            geo_json_d2a1a60da05bd97e59107bd7f16bbcf3
                .addData(data);
        }
            geo_json_d2a1a60da05bd97e59107bd7f16bbcf3_add({&quot;bbox&quot;: [9.67025, 3.97665, 9.81623, 4.104960999999999], &quot;features&quot;: [{&quot;bbox&quot;: [9.787167, 3.97665, 9.791866, 3.992722], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.787167, 3.992722], [9.791866, 3.97665]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;0&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 1852.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.787267, 3.97675, 9.791966, 3.9928220000000003], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.791966, 3.97675]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;1&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 1852.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.787167, 3.97866, 9.81613, 3.992722], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.787167, 3.992722], [9.81613, 3.97866]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;2&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00ff66&quot;, &quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;frequency&quot;: 12765.0, &quot;length&quot;: 3573.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.787267, 3.9787600000000003, 9.81623, 3.9928220000000003], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.81623, 3.9787600000000003]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;3&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00ff8c&quot;, &quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;frequency&quot;: 13031.0, &quot;length&quot;: 3573.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.75885, 3.99663, 9.763806, 3.997361], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.763806, 3.997361], [9.75885, 3.99663]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;4&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00bf&quot;, &quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;frequency&quot;: 18765.0, &quot;length&quot;: 556.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.75895, 3.9967300000000003, 9.763906, 3.9974610000000004], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.763906, 3.9974610000000004], [9.75895, 3.9967300000000003]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;5&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00e0&quot;, &quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;frequency&quot;: 17755.0, &quot;length&quot;: 556.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745083, 4.002553, 9.748639, 4.003231], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.745083, 4.002553], [9.748639, 4.003231]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;6&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 402.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745182999999999, 4.002653, 9.748739, 4.003331], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.745182999999999, 4.002653], [9.748739, 4.003331]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;7&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 402.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.76732, 4.003512, 9.767719, 4.0105], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.76732, 4.003512], [9.767719, 4.0105]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;8&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00e0&quot;, &quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;frequency&quot;: 17728.0, &quot;length&quot;: 774.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.76742, 4.0036119999999995, 9.767819, 4.0106], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.76742, 4.0036119999999995], [9.767819, 4.0106]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;9&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00bf&quot;, &quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;frequency&quot;: 18738.0, &quot;length&quot;: 774.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.778111, 4.004194, 9.799472, 4.012278], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.799472, 4.004194], [9.778111, 4.012278]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;10&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 2535.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.778211, 4.004294, 9.799572, 4.012378], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.799572, 4.004294], [9.778211, 4.012378]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;11&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 2535.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.701194, 4.008306, 9.705944, 4.01775], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.705944, 4.01775], [9.701194, 4.008306]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;12&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0069ff&quot;, &quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;frequency&quot;: 14935.0, &quot;length&quot;: 1170.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.701293999999999, 4.008406, 9.706044, 4.01785], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.706044, 4.01785], [9.701293999999999, 4.008406]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;13&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;frequency&quot;: 14445.0, &quot;length&quot;: 1170.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.763806, 3.997361, 9.767833, 4.029], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.763806, 3.997361]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;14&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 3527.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.763906, 3.9974610000000004, 9.767933, 4.0291], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767933, 4.0291], [9.763906, 3.9974610000000004]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;15&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 3527.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.723611, 4.009639, 9.741417, 4.020194], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.741417, 4.009639], [9.723611, 4.020194]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;16&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0069ff&quot;, &quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;frequency&quot;: 14935.0, &quot;length&quot;: 2296.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.723711, 4.009739, 9.741517, 4.020294], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.741517, 4.009739], [9.723711, 4.020294]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;17&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;frequency&quot;: 14445.0, &quot;length&quot;: 2296.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745083, 4.002553, 9.767833, 4.029], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.745083, 4.002553]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;18&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00aaff&quot;, &quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;frequency&quot;: 14473.0, &quot;length&quot;: 3865.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745182999999999, 4.002653, 9.767933, 4.0291], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767933, 4.0291], [9.745182999999999, 4.002653]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;19&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;frequency&quot;: 14963.0, &quot;length&quot;: 3865.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.73456, 4.015972, 9.738528, 4.01734], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738528, 4.015972], [9.73456, 4.01734]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;20&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00e0&quot;, &quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;frequency&quot;: 17755.0, &quot;length&quot;: 466.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.73466, 4.016071999999999, 9.738628, 4.01744], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73466, 4.01744]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;21&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00bf&quot;, &quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;frequency&quot;: 18765.0, &quot;length&quot;: 466.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.762056, 4.004472, 9.767833, 4.029], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.762056, 4.004472]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;22&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff0200&quot;, &quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;frequency&quot;: 8335.0, &quot;length&quot;: 2787.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.762156, 4.004572, 9.767933, 4.0291], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767933, 4.0291], [9.762156, 4.004572]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;23&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff1200&quot;, &quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;frequency&quot;: 8454.0, &quot;length&quot;: 2787.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738528, 4.015972, 9.768083, 4.017917], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738528, 4.015972], [9.768083, 4.017917]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;24&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0069ff&quot;, &quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;frequency&quot;: 14935.0, &quot;length&quot;: 3289.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738628, 4.016071999999999, 9.768183, 4.0180169999999995], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.768183, 4.0180169999999995]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;25&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;frequency&quot;: 14445.0, &quot;length&quot;: 3289.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.72629, 4.01048, 9.727083, 4.023444], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.727083, 4.023444], [9.72629, 4.01048]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;26&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 1436.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.72639, 4.01058, 9.727183, 4.023543999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.727183, 4.023543999999999], [9.72639, 4.01058]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;27&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 1436.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738528, 4.015972, 9.757556, 4.0195], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738528, 4.015972], [9.757556, 4.0195]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;28&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 2149.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738628, 4.016071999999999, 9.757655999999999, 4.0196], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.757655999999999, 4.0196]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;29&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 2149.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.756817, 4.008442, 9.767833, 4.029], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.756817, 4.008442]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;30&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 2582.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.756917, 4.008541999999999, 9.767933, 4.0291], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767933, 4.0291], [9.756917, 4.008541999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;31&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 2582.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.744694, 4.014417, 9.748472, 4.023111], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.744694, 4.014417], [9.748472, 4.023111]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;32&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 1049.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.744794, 4.014517, 9.748572, 4.023211], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.744794, 4.014517], [9.748572, 4.023211]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;33&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 1049.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.767719, 4.0105, 9.767833, 4.029], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.767719, 4.0105]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;34&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 2046.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.767819, 4.0106, 9.767933, 4.0291], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767933, 4.0291], [9.767819, 4.0106]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;35&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 2046.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738528, 4.015972, 9.780278, 4.023889], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738528, 4.015972], [9.780278, 4.023889]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;36&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;frequency&quot;: 15103.0, &quot;length&quot;: 4718.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738628, 4.016071999999999, 9.780377999999999, 4.023988999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.780377999999999, 4.023988999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;37&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0095ff&quot;, &quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;frequency&quot;: 14613.0, &quot;length&quot;: 4718.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696744, 4.0115, 9.721083, 4.029381], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.721083, 4.0115]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;38&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 3349.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696844, 4.0116, 9.721183, 4.029481], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696844, 4.029481], [9.721183, 4.0116]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;39&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 3349.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.743889, 4.0194, 9.748472, 4.023111], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.743889, 4.0194], [9.748472, 4.023111]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;40&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00aaff&quot;, &quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;frequency&quot;: 14473.0, &quot;length&quot;: 654.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.743989, 4.0195, 9.748572, 4.023211], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.743989, 4.0195], [9.748572, 4.023211]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;41&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;frequency&quot;: 14963.0, &quot;length&quot;: 654.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.792, 4.019889, 9.805583, 4.023167], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.792, 4.023167], [9.805583, 4.019889]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;42&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0069ff&quot;, &quot;cml_id&quot;: &quot;4.021528N-9.798792E&quot;, &quot;frequency&quot;: 14935.0, &quot;length&quot;: 1551.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.7921, 4.019989, 9.805683, 4.023267], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.7921, 4.023267], [9.805683, 4.019989]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;43&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.021528N-9.798792E&quot;, &quot;frequency&quot;: 14445.0, &quot;length&quot;: 1551.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.67025, 4.022056, 9.69027, 4.02603], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.67025, 4.022056], [9.69027, 4.02603]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;44&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.024043N-9.680260E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 2266.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.72802, 4.015972, 9.738528, 4.03279], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738528, 4.015972], [9.72802, 4.03279]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;45&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;frequency&quot;: 15103.0, &quot;length&quot;: 2195.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.72812, 4.016071999999999, 9.738628, 4.03289], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.72812, 4.03289]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;46&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0095ff&quot;, &quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;frequency&quot;: 14613.0, &quot;length&quot;: 2195.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696744, 4.02012, 9.69921, 4.029381], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.69921, 4.02012]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;47&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 1060.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696844, 4.02022, 9.69931, 4.029481], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696844, 4.029481], [9.69931, 4.02022]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;48&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 1060.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.767833, 4.02125, 9.77399, 4.029], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.77399, 4.02125]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;49&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00bf&quot;, &quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;frequency&quot;: 18737.0, &quot;length&quot;: 1096.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.767933, 4.02135, 9.77409, 4.0291], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767933, 4.0291], [9.77409, 4.02135]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;50&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00e0&quot;, &quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;frequency&quot;: 17727.0, &quot;length&quot;: 1096.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.737194, 4.022139, 9.741992, 4.0284], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.737194, 4.022139], [9.741992, 4.0284]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;51&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;frequency&quot;: 14431.0, &quot;length&quot;: 874.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.737294, 4.022239, 9.742092, 4.0285], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.737294, 4.022239], [9.742092, 4.0285]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;52&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0069ff&quot;, &quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;frequency&quot;: 14921.0, &quot;length&quot;: 874.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.73325, 4.015972, 9.738528, 4.035278], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738528, 4.015972], [9.73325, 4.035278]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;53&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;frequency&quot;: 15075.0, &quot;length&quot;: 2214.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.73335, 4.016071999999999, 9.738628, 4.035378], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73335, 4.035378]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;54&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#009aff&quot;, &quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;frequency&quot;: 14585.0, &quot;length&quot;: 2214.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696744, 4.02238, 9.70976, 4.029381], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.70976, 4.02238]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;55&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 1640.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696844, 4.02248, 9.709859999999999, 4.029481], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696844, 4.029481], [9.709859999999999, 4.02248]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;56&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 1640.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.694556, 4.022917, 9.696744, 4.029381], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.694556, 4.022917]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;57&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 755.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.694656, 4.023016999999999, 9.696844, 4.029481], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696844, 4.029481], [9.694656, 4.023016999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;58&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 755.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.72684, 4.01658, 9.733028, 4.040819], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733028, 4.040819], [9.72684, 4.01658]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;59&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0095ff&quot;, &quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;frequency&quot;: 14613.0, &quot;length&quot;: 2767.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.726939999999999, 4.01668, 9.733127999999999, 4.040919], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.726939999999999, 4.01668]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;60&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;frequency&quot;: 15103.0, &quot;length&quot;: 2767.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.701944, 4.028333, 9.705139, 4.029083], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.701944, 4.029083], [9.705139, 4.028333]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;61&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff0d00&quot;, &quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;frequency&quot;: 8426.0, &quot;length&quot;: 364.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.702043999999999, 4.028433, 9.705239, 4.029183], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.705239, 4.028433]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;62&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff0003&quot;, &quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;frequency&quot;: 8307.0, &quot;length&quot;: 364.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.686417, 4.029381, 9.696744, 4.029444], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.686417, 4.029444]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;63&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 1147.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.686517, 4.029481, 9.696844, 4.029544], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696844, 4.029481], [9.686517, 4.029544]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;64&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 1147.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.701944, 4.029083, 9.709194, 4.032028], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.701944, 4.029083], [9.709194, 4.032028]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;65&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;frequency&quot;: 14963.0, &quot;length&quot;: 868.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.702043999999999, 4.029183, 9.709294, 4.032128], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.709294, 4.032128]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;66&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00aaff&quot;, &quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;frequency&quot;: 14473.0, &quot;length&quot;: 868.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.691575, 4.029381, 9.696744, 4.032433], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.691575, 4.032433]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;67&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 666.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.691675, 4.029481, 9.696844, 4.032533], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696844, 4.029481], [9.691675, 4.032533]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;68&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 666.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696744, 4.029381, 9.699417, 4.033417], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.699417, 4.033417]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;69&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 536.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696844, 4.029481, 9.699517, 4.033517], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696844, 4.029481], [9.699517, 4.033517]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;70&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 536.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.727083, 4.023444, 9.733028, 4.040819], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733028, 4.040819], [9.727083, 4.023444]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;71&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;frequency&quot;: 14445.0, &quot;length&quot;: 2032.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.727183, 4.023543999999999, 9.733127999999999, 4.040919], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.727183, 4.023543999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;72&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0069ff&quot;, &quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;frequency&quot;: 14935.0, &quot;length&quot;: 2032.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.71203, 4.032, 9.71564, 4.03312], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.71564, 4.032], [9.71203, 4.03312]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;73&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00bf&quot;, &quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;frequency&quot;: 18765.0, &quot;length&quot;: 420.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.71213, 4.0321, 9.71574, 4.03322], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.71574, 4.0321], [9.71213, 4.03322]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;74&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00e0&quot;, &quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;frequency&quot;: 17755.0, &quot;length&quot;: 420.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.755167, 4.029, 9.767833, 4.037361], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.755167, 4.037361]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;75&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 1683.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.755267, 4.0291, 9.767933, 4.0374609999999995], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767933, 4.0291], [9.755267, 4.0374609999999995]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;76&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 1683.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.691575, 4.032433, 9.691889, 4.035333], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.691575, 4.032433], [9.691889, 4.035333]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;77&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 323.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.691675, 4.032533, 9.691989, 4.035432999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.691675, 4.032533], [9.691989, 4.035432999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;78&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 323.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.77026, 4.033028, 9.774333, 4.03527], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.774333, 4.033028], [9.77026, 4.03527]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;79&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 516.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.77036, 4.033128, 9.774433, 4.0353699999999995], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.774433, 4.033128], [9.77036, 4.0353699999999995]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;80&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 516.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.725667, 4.028583, 9.733028, 4.040819], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733028, 4.040819], [9.725667, 4.028583]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;81&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#009aff&quot;, &quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;frequency&quot;: 14585.0, &quot;length&quot;: 1581.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.725767, 4.028683, 9.733127999999999, 4.040919], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.725767, 4.028683]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;82&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;frequency&quot;: 15075.0, &quot;length&quot;: 1581.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696744, 4.029381, 9.699006, 4.040886], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.699006, 4.040886]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;83&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;frequency&quot;: 14445.0, &quot;length&quot;: 1297.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696844, 4.029481, 9.699106, 4.040986], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696844, 4.029481], [9.699106, 4.040986]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;84&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0069ff&quot;, &quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;frequency&quot;: 14935.0, &quot;length&quot;: 1297.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.683883, 4.033886, 9.688056, 4.037472], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.683883, 4.033886], [9.688056, 4.037472]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;85&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00d5&quot;, &quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;frequency&quot;: 17810.0, &quot;length&quot;: 610.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.683983, 4.033986, 9.688156, 4.037572], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.683983, 4.033986], [9.688156, 4.037572]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;86&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00bf&quot;, &quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;frequency&quot;: 18820.0, &quot;length&quot;: 610.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.766222, 4.029, 9.767833, 4.046556], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.766222, 4.046556]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;87&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 1950.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.766322, 4.0291, 9.767933, 4.046656], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767933, 4.0291], [9.766322, 4.046656]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;88&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 1950.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.703794, 4.036926, 9.706106, 4.040083], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.706106, 4.040083], [9.703794, 4.036926]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;89&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 433.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.703894, 4.037026, 9.706206, 4.040183], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.706206, 4.040183], [9.703894, 4.037026]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;90&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 433.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.711917, 4.037722, 9.733028, 4.040819], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733028, 4.040819], [9.711917, 4.037722]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;91&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 2369.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.712017, 4.037821999999999, 9.733127999999999, 4.040919], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.712017, 4.037821999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;92&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 2369.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.733028, 4.038342, 9.741011, 4.040819], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733028, 4.040819], [9.741011, 4.038342]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;93&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 928.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.733127999999999, 4.038442, 9.741111, 4.040919], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.741111, 4.038442]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;94&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 928.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.699006, 4.03931, 9.70265, 4.040886], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.699006, 4.040886], [9.70265, 4.03931]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;95&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;frequency&quot;: 15075.0, &quot;length&quot;: 441.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.699106, 4.03941, 9.70275, 4.040986], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.699106, 4.040986], [9.70275, 4.03941]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;96&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#009aff&quot;, &quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;frequency&quot;: 14585.0, &quot;length&quot;: 441.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.774, 4.039278, 9.7795, 4.042306], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.774, 4.042306], [9.7795, 4.039278]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;97&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00aaff&quot;, &quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;frequency&quot;: 14473.0, &quot;length&quot;: 697.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.774099999999999, 4.039378, 9.7796, 4.042406], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.774099999999999, 4.042406], [9.7796, 4.039378]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;98&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;frequency&quot;: 14963.0, &quot;length&quot;: 697.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.686417, 4.040697, 9.689827, 4.041417], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.686417, 4.041417], [9.689827, 4.040697]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;99&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.041057N-9.688122E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 387.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.686517, 4.0407969999999995, 9.689926999999999, 4.041517], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.686517, 4.041517], [9.689926999999999, 4.0407969999999995]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;100&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.041057N-9.688122E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 387.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.754583, 4.03875, 9.762056, 4.043386], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.762056, 4.03875], [9.754583, 4.043386]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;101&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 975.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.754683, 4.03885, 9.762156, 4.043486], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.762156, 4.03885], [9.754683, 4.043486]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;102&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 975.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.728389, 4.040819, 9.733028, 4.041694], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733028, 4.040819], [9.728389, 4.041694]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;103&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 524.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.728489, 4.040919, 9.733127999999999, 4.041793999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.728489, 4.041793999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;104&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 524.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.767833, 4.029, 9.779361, 4.053694], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.779361, 4.053694]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;105&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00aaff&quot;, &quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;frequency&quot;: 14473.0, &quot;length&quot;: 3016.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.767933, 4.0291, 9.779461, 4.053794], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767933, 4.0291], [9.779461, 4.053794]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;106&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;frequency&quot;: 14963.0, &quot;length&quot;: 3016.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.733028, 4.040819, 9.747639, 4.043778], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733028, 4.040819], [9.747639, 4.043778]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;107&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#009aff&quot;, &quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;frequency&quot;: 14585.0, &quot;length&quot;: 1655.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.733127999999999, 4.040919, 9.747739, 4.043877999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.747739, 4.043877999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;108&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;frequency&quot;: 15075.0, &quot;length&quot;: 1655.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.702978, 4.028444, 9.73025, 4.056559], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.702978, 4.056559], [9.73025, 4.028444]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;109&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;frequency&quot;: 14963.0, &quot;length&quot;: 4340.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.703078, 4.028544, 9.73035, 4.056659], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.703078, 4.056659], [9.73035, 4.028544]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;110&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00aaff&quot;, &quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;frequency&quot;: 14473.0, &quot;length&quot;: 4340.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.69725, 4.040886, 9.699006, 4.04425], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.699006, 4.040886], [9.69725, 4.04425]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;111&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 420.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.69735, 4.040986, 9.699106, 4.04435], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.699106, 4.040986], [9.69735, 4.04435]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;112&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 420.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.704083, 4.04244, 9.707889, 4.043194], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.704083, 4.04244], [9.707889, 4.043194]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;113&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;frequency&quot;: 15075.0, &quot;length&quot;: 431.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.704183, 4.04254, 9.707989, 4.0432939999999995], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.704183, 4.04254], [9.707989, 4.0432939999999995]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;114&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#009aff&quot;, &quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;frequency&quot;: 14585.0, &quot;length&quot;: 431.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.686417, 4.041417, 9.688194, 4.04625], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.686417, 4.041417], [9.688194, 4.04625]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;115&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.043833N-9.687306E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 570.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.686517, 4.041517, 9.688293999999999, 4.0463499999999994], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.686517, 4.041517], [9.688293999999999, 4.0463499999999994]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;116&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.043833N-9.687306E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 570.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.700739, 4.043194, 9.707889, 4.044661], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.707889, 4.043194], [9.700739, 4.044661]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;117&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 810.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.700839, 4.0432939999999995, 9.707989, 4.044760999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.707989, 4.0432939999999995], [9.700839, 4.044760999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;118&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 810.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.72575, 4.041694, 9.728389, 4.0475], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.728389, 4.041694], [9.72575, 4.0475]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;119&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 706.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.72585, 4.041793999999999, 9.728489, 4.0476], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.728489, 4.041793999999999], [9.72585, 4.0476]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;120&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 706.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.699006, 4.040886, 9.721043, 4.048586], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.699006, 4.040886], [9.721043, 4.048586]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;121&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 2591.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.699106, 4.040986, 9.721143, 4.048686], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.699106, 4.040986], [9.721143, 4.048686]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;122&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 2591.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.71598, 4.04642, 9.721043, 4.048586], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.71598, 4.04642], [9.721043, 4.048586]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;123&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;frequency&quot;: 14487.0, &quot;length&quot;: 611.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.71608, 4.04652, 9.721143, 4.048686], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.71608, 4.04652], [9.721143, 4.048686]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;124&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;frequency&quot;: 14977.0, &quot;length&quot;: 611.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.703528, 4.044694, 9.706861, 4.051333], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.703528, 4.044694], [9.706861, 4.051333]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;125&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.048013N-9.705195E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 822.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.698333, 4.04675, 9.698917, 4.049556], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.698333, 4.049556], [9.698917, 4.04675]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;126&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00aaff&quot;, &quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;frequency&quot;: 14473.0, &quot;length&quot;: 317.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.698433, 4.04685, 9.699017, 4.049656], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.698433, 4.049656], [9.699017, 4.04685]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;127&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;frequency&quot;: 14963.0, &quot;length&quot;: 317.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.706861, 4.0465, 9.708472, 4.051333], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.706861, 4.051333], [9.708472, 4.0465]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;128&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;frequency&quot;: 14963.0, &quot;length&quot;: 564.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.706961, 4.0466, 9.708572, 4.051432999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.706961, 4.051432999999999], [9.708572, 4.0466]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;129&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00aaff&quot;, &quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;frequency&quot;: 14473.0, &quot;length&quot;: 564.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.771911, 4.049658, 9.777253, 4.050192], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.771911, 4.050192], [9.777253, 4.049658]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;130&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;frequency&quot;: 15103.0, &quot;length&quot;: 596.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.772011, 4.049758, 9.777353, 4.050292], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.772011, 4.050292], [9.777353, 4.049758]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;131&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0095ff&quot;, &quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;frequency&quot;: 14613.0, &quot;length&quot;: 596.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.739644, 4.048272, 9.741306, 4.052028], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.741306, 4.052028], [9.739644, 4.048272]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;132&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.050150N-9.740475E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 454.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.702389, 4.04825, 9.704556, 4.052444], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.702389, 4.052444], [9.704556, 4.04825]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;133&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 522.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.702489, 4.04835, 9.704656, 4.052544], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.702489, 4.052544], [9.704656, 4.04835]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;134&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 522.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.750917, 4.047389, 9.756833, 4.053667], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.756833, 4.047389]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;135&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 956.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.751017, 4.047489, 9.756933, 4.053767], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.751017, 4.053767], [9.756933, 4.047489]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;136&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 956.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.779361, 4.050472, 9.797806, 4.053694], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.779361, 4.053694], [9.797806, 4.050472]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;137&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 2079.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.779461, 4.050572, 9.797906, 4.053794], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.779461, 4.053794], [9.797906, 4.050572]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;138&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 2079.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.750917, 4.053667, 9.775889, 4.05525], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.775889, 4.05525]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;139&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff0700&quot;, &quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;frequency&quot;: 8363.0, &quot;length&quot;: 2778.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.751017, 4.053767, 9.775989, 4.05535], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.751017, 4.053767], [9.775989, 4.05535]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;140&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff1800&quot;, &quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;frequency&quot;: 8482.0, &quot;length&quot;: 2778.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.750917, 4.053667, 9.754444, 4.058167], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.754444, 4.058167]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;141&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 633.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.751017, 4.053767, 9.754544, 4.058267], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.751017, 4.053767], [9.754544, 4.058267]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;142&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 633.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.767556, 4.053639, 9.768444, 4.0585], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.768444, 4.0585], [9.767556, 4.053639]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;143&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;frequency&quot;: 14963.0, &quot;length&quot;: 546.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.767656, 4.053739, 9.768544, 4.0586], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.768544, 4.0586], [9.767656, 4.053739]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;144&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00aaff&quot;, &quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;frequency&quot;: 14473.0, &quot;length&quot;: 546.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738694, 4.054186, 9.745611, 4.058056], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738694, 4.058056], [9.745611, 4.054186]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;145&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 879.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738794, 4.054285999999999, 9.745711, 4.058155999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738794, 4.058155999999999], [9.745711, 4.054285999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;146&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 879.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.743528, 4.053667, 9.750917, 4.059611], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.743528, 4.059611]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;147&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 1051.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.743628, 4.053767, 9.751017, 4.059711], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.751017, 4.053767], [9.743628, 4.059711]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;148&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 1051.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.726194, 4.053667, 9.750917, 4.060028], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.726194, 4.060028], [9.750917, 4.053667]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;149&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00ff66&quot;, &quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;frequency&quot;: 12765.0, &quot;length&quot;: 2834.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.726294, 4.053767, 9.751017, 4.060128], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.726294, 4.060128], [9.751017, 4.053767]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;150&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00ff8c&quot;, &quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;frequency&quot;: 13031.0, &quot;length&quot;: 2834.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.726393999999999, 4.053867, 9.751116999999999, 4.060228], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.726393999999999, 4.060228], [9.751116999999999, 4.053867]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;151&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00ff66&quot;, &quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;frequency&quot;: 12765.0, &quot;length&quot;: 2834.0, &quot;sublink_id&quot;: &quot;1_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.726493999999999, 4.053967, 9.751216999999999, 4.060328], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.726493999999999, 4.060328], [9.751216999999999, 4.053967]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;152&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00ff8c&quot;, &quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;frequency&quot;: 13031.0, &quot;length&quot;: 2834.0, &quot;sublink_id&quot;: &quot;1_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.726594, 4.054067, 9.751317, 4.060428], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.726594, 4.060428], [9.751317, 4.054067]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;153&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00ff6c&quot;, &quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;frequency&quot;: 12793.0, &quot;length&quot;: 2834.0, &quot;sublink_id&quot;: &quot;2_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.726694, 4.054167, 9.751417, 4.060528], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.726694, 4.060528], [9.751417, 4.054167]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;154&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00ff91&quot;, &quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;frequency&quot;: 13059.0, &quot;length&quot;: 2834.0, &quot;sublink_id&quot;: &quot;2_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.734028, 4.053667, 9.750917, 4.06025], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.734028, 4.06025]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;155&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 2012.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.734128, 4.053767, 9.751017, 4.06035], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.751017, 4.053767], [9.734128, 4.06035]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;156&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 2012.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.763167, 4.056417, 9.768444, 4.0585], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.768444, 4.0585], [9.763167, 4.056417]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;157&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 630.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.763266999999999, 4.0565169999999995, 9.768544, 4.0586], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.768544, 4.0586], [9.763266999999999, 4.0565169999999995]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;158&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 630.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.750917, 4.053667, 9.786861, 4.062806], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.786861, 4.062806]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;159&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0095ff&quot;, &quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;frequency&quot;: 14613.0, &quot;length&quot;: 4117.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.751017, 4.053767, 9.786961, 4.062906], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.751017, 4.053767], [9.786961, 4.062906]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;160&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;frequency&quot;: 15103.0, &quot;length&quot;: 4117.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.714664, 4.053242, 9.720853, 4.06425], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714664, 4.06425], [9.720853, 4.053242]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;161&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff1200&quot;, &quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;frequency&quot;: 8468.0, &quot;length&quot;: 1398.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.714764, 4.053342, 9.720953, 4.06435], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714764, 4.06435], [9.720953, 4.053342]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;162&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff0200&quot;, &quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;frequency&quot;: 8349.0, &quot;length&quot;: 1398.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.750917, 4.053667, 9.75311, 4.064069], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.75311, 4.064069]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;163&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 1176.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.751017, 4.053767, 9.75321, 4.064169], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.751017, 4.053767], [9.75321, 4.064169]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;164&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 1176.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.750917, 4.053667, 9.767778, 4.064361], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.767778, 4.064361]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;165&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 2214.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.751017, 4.053767, 9.767878, 4.064461], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.751017, 4.053767], [9.767878, 4.064461]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;166&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 2214.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.708444, 4.058638, 9.715412, 4.060333], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.708444, 4.060333], [9.715412, 4.058638]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;167&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0095ff&quot;, &quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;frequency&quot;: 14613.0, &quot;length&quot;: 796.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.708544, 4.058738, 9.715512, 4.060433], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.708544, 4.060433], [9.715512, 4.058738]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;168&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;frequency&quot;: 15103.0, &quot;length&quot;: 796.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.750917, 4.053667, 9.759558, 4.066322], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.759558, 4.066322]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;169&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00aaff&quot;, &quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;frequency&quot;: 14473.0, &quot;length&quot;: 1697.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.751017, 4.053767, 9.759658, 4.066422], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.751017, 4.053767], [9.759658, 4.066422]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;170&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;frequency&quot;: 14963.0, &quot;length&quot;: 1697.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.768444, 4.0585, 9.777639, 4.063131], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.768444, 4.0585], [9.777639, 4.063131]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;171&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 1142.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.768544, 4.0586, 9.777739, 4.063231], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.768544, 4.0586], [9.777739, 4.063231]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;172&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 1142.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.743528, 4.059611, 9.74569, 4.06356], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.743528, 4.059611], [9.74569, 4.06356]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;173&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00bf&quot;, &quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;frequency&quot;: 18738.0, &quot;length&quot;: 498.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.743628, 4.059711, 9.74579, 4.06366], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.743628, 4.059711], [9.74579, 4.06366]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;174&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00e0&quot;, &quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;frequency&quot;: 17728.0, &quot;length&quot;: 498.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.704333, 4.059583, 9.706333, 4.065972], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.704333, 4.059583], [9.706333, 4.065972]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;175&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;frequency&quot;: 15075.0, &quot;length&quot;: 741.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.704433, 4.059683, 9.706433, 4.066072], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.704433, 4.059683], [9.706433, 4.066072]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;176&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#009aff&quot;, &quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;frequency&quot;: 14585.0, &quot;length&quot;: 741.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.714664, 4.061556, 9.719389, 4.06425], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714664, 4.06425], [9.719389, 4.061556]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;177&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#009aff&quot;, &quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;frequency&quot;: 14585.0, &quot;length&quot;: 603.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.714764, 4.061656, 9.719489, 4.06435], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714764, 4.06435], [9.719489, 4.061656]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;178&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;frequency&quot;: 15075.0, &quot;length&quot;: 603.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.759558, 4.062528, 9.76425, 4.066322], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.759558, 4.066322], [9.76425, 4.062528]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;179&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;frequency&quot;: 14963.0, &quot;length&quot;: 669.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.759658, 4.062628, 9.76435, 4.066422], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.759658, 4.066422], [9.76435, 4.062628]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;180&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00aaff&quot;, &quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;frequency&quot;: 14473.0, &quot;length&quot;: 669.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.710083, 4.063917, 9.71287, 4.06688], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.710083, 4.063917], [9.71287, 4.06688]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;181&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 451.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.710182999999999, 4.064017, 9.71297, 4.06698], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.710182999999999, 4.064017], [9.71297, 4.06698]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;182&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 451.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.79152, 4.065848, 9.799722, 4.06725], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.79152, 4.065848], [9.799722, 4.06725]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;183&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 924.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.79162, 4.065948, 9.799821999999999, 4.067349999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.79162, 4.065948], [9.799821999999999, 4.067349999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;184&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 924.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.714664, 4.06425, 9.72547, 4.07139], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714664, 4.06425], [9.72547, 4.07139]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;185&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 1436.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.714764, 4.06435, 9.72557, 4.07149], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714764, 4.06435], [9.72557, 4.07149]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;186&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 1436.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.722972, 4.065667, 9.729139, 4.071389], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.722972, 4.065667], [9.729139, 4.071389]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;187&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 932.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.723072, 4.065767, 9.729239, 4.071489], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.723072, 4.065767], [9.729239, 4.071489]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;188&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 932.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.71287, 4.06688, 9.714869, 4.071278], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714869, 4.071278], [9.71287, 4.06688]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;189&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;frequency&quot;: 14963.0, &quot;length&quot;: 535.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.71297, 4.06698, 9.714969, 4.071378], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714969, 4.071378], [9.71297, 4.06698]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;190&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00aaff&quot;, &quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;frequency&quot;: 14473.0, &quot;length&quot;: 535.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.72547, 4.071389, 9.729139, 4.07139], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.729139, 4.071389], [9.72547, 4.07139]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;191&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;frequency&quot;: 14445.0, &quot;length&quot;: 407.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.72557, 4.071489, 9.729239, 4.07149], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.729239, 4.071489], [9.72557, 4.07149]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;192&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0069ff&quot;, &quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;frequency&quot;: 14935.0, &quot;length&quot;: 407.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.736111, 4.072222, 9.742681, 4.072661], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.736111, 4.072222], [9.742681, 4.072661]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;193&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;frequency&quot;: 14445.0, &quot;length&quot;: 731.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.736210999999999, 4.072322, 9.742780999999999, 4.072761], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.736210999999999, 4.072322], [9.742780999999999, 4.072761]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;194&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0069ff&quot;, &quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;frequency&quot;: 14935.0, &quot;length&quot;: 731.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.76925, 4.071639, 9.774, 4.073367], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.76925, 4.071639], [9.774, 4.073367]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;195&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 561.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.76935, 4.071739, 9.774099999999999, 4.073467], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.76935, 4.071739], [9.774099999999999, 4.073467]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;196&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 561.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.714664, 4.06425, 9.721058, 4.084075], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714664, 4.06425], [9.721058, 4.084075]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;197&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0095ff&quot;, &quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;frequency&quot;: 14613.0, &quot;length&quot;: 2304.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.714764, 4.06435, 9.721157999999999, 4.084175], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714764, 4.06435], [9.721157999999999, 4.084175]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;198&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;frequency&quot;: 15103.0, &quot;length&quot;: 2304.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745583, 4.07475, 9.761667, 4.074778], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761667, 4.074778], [9.745583, 4.07475]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;199&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 1786.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745683, 4.07485, 9.761766999999999, 4.074878], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.745683, 4.07485]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;200&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 1786.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.719417, 4.070306, 9.719639, 4.079889], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.719639, 4.070306], [9.719417, 4.079889]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;201&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 1060.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.719517, 4.070406, 9.719739, 4.079988999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.719739, 4.070406], [9.719517, 4.079988999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;202&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 1060.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.781778, 4.069972, 9.786083, 4.0817], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786083, 4.0817], [9.781778, 4.069972]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;203&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 1382.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.781877999999999, 4.070072, 9.786183, 4.081799999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.781877999999999, 4.070072]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;204&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 1382.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.75645, 4.074778, 9.761667, 4.07833], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761667, 4.074778], [9.75645, 4.07833]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;205&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00e0&quot;, &quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;frequency&quot;: 17728.0, &quot;length&quot;: 700.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.756549999999999, 4.074878, 9.761766999999999, 4.07843], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.756549999999999, 4.07843]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;206&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00bf&quot;, &quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;frequency&quot;: 18738.0, &quot;length&quot;: 700.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.719417, 4.07625, 9.721778, 4.079889], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.719417, 4.079889], [9.721778, 4.07625]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;207&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0069ff&quot;, &quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;frequency&quot;: 14935.0, &quot;length&quot;: 480.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.719517, 4.07635, 9.721878, 4.079988999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.719517, 4.079988999999999], [9.721878, 4.07635]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;208&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;frequency&quot;: 14445.0, &quot;length&quot;: 480.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745583, 4.07475, 9.756825, 4.081867], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.756825, 4.081867], [9.745583, 4.07475]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;209&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 1476.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745683, 4.07485, 9.756924999999999, 4.081967], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.756924999999999, 4.081967], [9.745683, 4.07485]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;210&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 1476.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.786083, 4.076722, 9.801611, 4.0817], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786083, 4.0817], [9.801611, 4.076722]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;211&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 1810.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.786183, 4.076822, 9.801711, 4.081799999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.801711, 4.076822]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;212&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 1810.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.742681, 4.072661, 9.752944, 4.085936], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.752944, 4.085936], [9.742681, 4.072661]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;213&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;frequency&quot;: 14445.0, &quot;length&quot;: 1858.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.742780999999999, 4.072761, 9.753044, 4.086036], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.753044, 4.086036], [9.742780999999999, 4.072761]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;214&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0069ff&quot;, &quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;frequency&quot;: 14935.0, &quot;length&quot;: 1858.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.752944, 4.073367, 9.774, 4.085936], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.752944, 4.085936], [9.774, 4.073367]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;215&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 2720.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.753044, 4.073467, 9.774099999999999, 4.086036], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.753044, 4.086036], [9.774099999999999, 4.073467]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;216&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 2720.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.786083, 4.07844, 9.79339, 4.0817], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786083, 4.0817], [9.79339, 4.07844]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;217&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00d5&quot;, &quot;cml_id&quot;: &quot;4.080070N-9.789737E&quot;, &quot;frequency&quot;: 17838.0, &quot;length&quot;: 888.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.786183, 4.078539999999999, 9.79349, 4.081799999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.79349, 4.078539999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;218&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00bf&quot;, &quot;cml_id&quot;: &quot;4.080070N-9.789737E&quot;, &quot;frequency&quot;: 18848.0, &quot;length&quot;: 888.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.752944, 4.074861, 9.753278, 4.085936], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.752944, 4.085936], [9.753278, 4.074861]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;219&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff1200&quot;, &quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;frequency&quot;: 8468.0, &quot;length&quot;: 1225.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.753044, 4.074961, 9.753378, 4.086036], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.753044, 4.086036], [9.753378, 4.074961]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;220&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff0200&quot;, &quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;frequency&quot;: 8349.0, &quot;length&quot;: 1225.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.756825, 4.081441, 9.765535, 4.081867], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.765535, 4.081441], [9.756825, 4.081867]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;221&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 968.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.756924999999999, 4.081541, 9.765635, 4.081967], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.765635, 4.081541], [9.756924999999999, 4.081967]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;222&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 968.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.786083, 4.0817, 9.7949, 4.08393], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786083, 4.0817], [9.7949, 4.08393]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;223&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0069ff&quot;, &quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;frequency&quot;: 14935.0, &quot;length&quot;: 1010.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.786183, 4.081799999999999, 9.795, 4.084029999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.795, 4.084029999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;224&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;frequency&quot;: 14445.0, &quot;length&quot;: 1010.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.77848, 4.0817, 9.786083, 4.08438], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786083, 4.0817], [9.77848, 4.08438]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;225&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 895.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.77858, 4.081799999999999, 9.786183, 4.08448], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.77858, 4.08448]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;226&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 895.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.751769, 4.074778, 9.761667, 4.093194], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761667, 4.074778], [9.751769, 4.093194]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;227&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 2314.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.751869, 4.074878, 9.761766999999999, 4.093294], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.751869, 4.093294]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;228&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 2314.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.728889, 4.083056, 9.752944, 4.085936], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.752944, 4.085936], [9.728889, 4.083056]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;229&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff0d00&quot;, &quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;frequency&quot;: 8426.0, &quot;length&quot;: 2690.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.728989, 4.083156, 9.753044, 4.086036], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.753044, 4.086036], [9.728989, 4.083156]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;230&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff0003&quot;, &quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;frequency&quot;: 8307.0, &quot;length&quot;: 2690.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738306, 4.083528, 9.752944, 4.085936], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.752944, 4.085936], [9.738306, 4.083528]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;231&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 1647.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738406, 4.083628, 9.753044, 4.086036], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.753044, 4.086036], [9.738406, 4.083628]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;232&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 1647.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.783583, 4.0817, 9.786083, 4.089889], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786083, 4.0817], [9.783583, 4.089889]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;233&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;frequency&quot;: 14963.0, &quot;length&quot;: 947.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.783683, 4.081799999999999, 9.786183, 4.089989], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.783683, 4.089989]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;234&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00aaff&quot;, &quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;frequency&quot;: 14473.0, &quot;length&quot;: 947.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.743333, 4.074778, 9.761667, 4.097333], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761667, 4.074778], [9.743333, 4.097333]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;235&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff1200&quot;, &quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;frequency&quot;: 8468.0, &quot;length&quot;: 3219.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.743433, 4.074878, 9.761766999999999, 4.097433], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.743433, 4.097433]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;236&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff0200&quot;, &quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;frequency&quot;: 8349.0, &quot;length&quot;: 3219.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.752944, 4.085936, 9.76601, 4.08663], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.752944, 4.085936], [9.76601, 4.08663]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;237&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 1453.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.753044, 4.086036, 9.76611, 4.08673], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.753044, 4.086036], [9.76611, 4.08673]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;238&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 1453.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.786083, 4.0817, 9.808667, 4.091389], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786083, 4.0817], [9.808667, 4.091389]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;239&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 2727.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.786183, 4.081799999999999, 9.808767, 4.091489], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.808767, 4.091489]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;240&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 2727.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.752944, 4.085936, 9.758611, 4.090833], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.752944, 4.085936], [9.758611, 4.090833]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;241&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#009aff&quot;, &quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;frequency&quot;: 14585.0, &quot;length&quot;: 830.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.753044, 4.086036, 9.758711, 4.090933], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.753044, 4.086036], [9.758711, 4.090933]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;242&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;frequency&quot;: 15075.0, &quot;length&quot;: 830.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.73381, 4.08679, 9.736042, 4.091278], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.73381, 4.08679], [9.736042, 4.091278]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;243&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00e0&quot;, &quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;frequency&quot;: 17728.0, &quot;length&quot;: 555.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.73391, 4.0868899999999995, 9.736142, 4.091378], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.73391, 4.0868899999999995], [9.736142, 4.091378]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;244&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00bf&quot;, &quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;frequency&quot;: 18738.0, &quot;length&quot;: 555.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.744, 4.074778, 9.761667, 4.104861], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761667, 4.074778], [9.744, 4.104861]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;245&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 3862.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.7441, 4.074878, 9.761766999999999, 4.104960999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.7441, 4.104960999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;246&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 3862.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.764367, 4.08663, 9.76601, 4.0945], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.76601, 4.08663], [9.764367, 4.0945]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;247&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 889.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.764467, 4.08673, 9.76611, 4.0946], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.76611, 4.08673], [9.764467, 4.0946]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;248&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 889.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.729444, 4.091278, 9.736042, 4.091944], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.729444, 4.091944], [9.736042, 4.091278]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;249&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#009aff&quot;, &quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;frequency&quot;: 14585.0, &quot;length&quot;: 736.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.729544, 4.091378, 9.736142, 4.092044], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.729544, 4.092044], [9.736142, 4.091378]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;250&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;frequency&quot;: 15075.0, &quot;length&quot;: 736.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.74168, 4.09393, 9.743333, 4.097333], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.74168, 4.09393], [9.743333, 4.097333]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;251&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 419.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.74178, 4.09403, 9.743433, 4.097433], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.74178, 4.09403], [9.743433, 4.097433]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;252&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 419.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}], &quot;type&quot;: &quot;FeatureCollection&quot;});
&#10;        
    &#10;    geo_json_d2a1a60da05bd97e59107bd7f16bbcf3.bindTooltip(
    function(layer){
    let div = L.DomUtil.create(&#x27;div&#x27;);
    &#10;    let handleObject = feature =&gt; {
        if (feature === null) {
            return &#x27;&#x27;;
        } else if (typeof(feature)==&#x27;object&#x27;) {
            return JSON.stringify(feature);
        } else {
            return feature;
        }
    }
    let fields = [&quot;cml_id&quot;, &quot;sublink_id&quot;, &quot;frequency&quot;, &quot;transmitter&quot;, &quot;length&quot;];
    let aliases = [&quot;cml_id&quot;, &quot;sublink_id&quot;, &quot;frequency&quot;, &quot;transmitter&quot;, &quot;length&quot;];
    let table = &#x27;&lt;table&gt;&#x27; +
        String(
        fields.map(
        (v,i)=&gt;
        `&lt;tr&gt;
            &lt;th&gt;${aliases[i]}&lt;/th&gt;
            &#10;            &lt;td&gt;${handleObject(layer.feature.properties[v])}&lt;/td&gt;
        &lt;/tr&gt;`).join(&#x27;&#x27;))
    +&#x27;&lt;/table&gt;&#x27;;
    div.innerHTML=table;
    &#10;    return div
    }
    ,{
  &quot;sticky&quot;: true,
  &quot;className&quot;: &quot;foliumtooltip&quot;,
});
                     &#10;    
    var color_map_5719fee45c2d493114151a256ec408fa = {};
&#10;    
    color_map_5719fee45c2d493114151a256ec408fa.color = d3.scale.threshold()
              .domain([8000.0, 8020.040080160321, 8040.080160320641, 8060.120240480962, 8080.160320641283, 8100.200400801603, 8120.240480961924, 8140.280561122245, 8160.320641282565, 8180.360721442886, 8200.400801603206, 8220.440881763527, 8240.480961923848, 8260.521042084169, 8280.56112224449, 8300.60120240481, 8320.64128256513, 8340.68136272545, 8360.721442885771, 8380.761523046092, 8400.801603206413, 8420.841683366734, 8440.881763527053, 8460.921843687374, 8480.961923847695, 8501.002004008016, 8521.042084168337, 8541.082164328658, 8561.122244488977, 8581.162324649298, 8601.20240480962, 8621.24248496994, 8641.282565130261, 8661.322645290582, 8681.362725450901, 8701.402805611222, 8721.442885771543, 8741.482965931864, 8761.523046092185, 8781.563126252506, 8801.603206412825, 8821.643286573146, 8841.683366733467, 8861.723446893788, 8881.763527054109, 8901.80360721443, 8921.843687374749, 8941.88376753507, 8961.92384769539, 8981.963927855712, 9002.004008016032, 9022.044088176353, 9042.084168336674, 9062.124248496993, 9082.164328657314, 9102.204408817635, 9122.244488977956, 9142.284569138277, 9162.324649298596, 9182.364729458917, 9202.404809619238, 9222.44488977956, 9242.48496993988, 9262.525050100201, 9282.565130260522, 9302.605210420841, 9322.645290581162, 9342.685370741483, 9362.725450901804, 9382.765531062125, 9402.805611222444, 9422.845691382765, 9442.885771543086, 9462.925851703407, 9482.965931863728, 9503.006012024049, 9523.04609218437, 9543.086172344689, 9563.12625250501, 9583.16633266533, 9603.206412825652, 9623.246492985973, 9643.286573146292, 9663.326653306613, 9683.366733466934, 9703.406813627254, 9723.446893787575, 9743.486973947896, 9763.527054108217, 9783.567134268536, 9803.607214428857, 9823.647294589178, 9843.6873747495, 9863.72745490982, 9883.76753507014, 9903.80761523046, 9923.847695390781, 9943.887775551102, 9963.927855711423, 9983.967935871744, 10004.008016032065, 10024.048096192384, 10044.088176352705, 10064.128256513026, 10084.168336673347, 10104.208416833668, 10124.248496993987, 10144.288577154308, 10164.328657314629, 10184.36873747495, 10204.40881763527, 10224.448897795592, 10244.488977955913, 10264.529058116234, 10284.569138276553, 10304.609218436874, 10324.649298597195, 10344.689378757515, 10364.729458917835, 10384.769539078156, 10404.809619238476, 10424.849699398797, 10444.889779559118, 10464.92985971944, 10484.96993987976, 10505.010020040081, 10525.0501002004, 10545.090180360721, 10565.130260521042, 10585.170340681363, 10605.210420841684, 10625.250501002003, 10645.290581162324, 10665.330661322645, 10685.370741482966, 10705.410821643287, 10725.450901803608, 10745.490981963929, 10765.531062124248, 10785.571142284569, 10805.61122244489, 10825.65130260521, 10845.691382765532, 10865.73146292585, 10885.771543086172, 10905.811623246493, 10925.851703406814, 10945.891783567135, 10965.931863727455, 10985.971943887776, 11006.012024048096, 11026.052104208416, 11046.092184368737, 11066.132264529058, 11086.17234468938, 11106.212424849698, 11126.25250501002, 11146.29258517034, 11166.332665330661, 11186.372745490982, 11206.412825651303, 11226.452905811624, 11246.492985971945, 11266.533066132264, 11286.573146292585, 11306.613226452906, 11326.653306613227, 11346.693386773546, 11366.733466933867, 11386.773547094188, 11406.813627254509, 11426.85370741483, 11446.89378757515, 11466.933867735472, 11486.973947895793, 11507.014028056112, 11527.054108216433, 11547.094188376754, 11567.134268537075, 11587.174348697394, 11607.214428857715, 11627.254509018036, 11647.294589178357, 11667.334669338677, 11687.374749498998, 11707.41482965932, 11727.45490981964, 11747.49498997996, 11767.53507014028, 11787.575150300601, 11807.615230460922, 11827.655310621241, 11847.695390781562, 11867.735470941883, 11887.775551102204, 11907.815631262525, 11927.855711422846, 11947.895791583167, 11967.935871743488, 11987.975951903807, 12008.016032064128, 12028.056112224449, 12048.09619238477, 12068.13627254509, 12088.17635270541, 12108.21643286573, 12128.256513026052, 12148.296593186373, 12168.336673346694, 12188.376753507015, 12208.416833667336, 12228.456913827657, 12248.496993987976, 12268.537074148297, 12288.577154308618, 12308.617234468937, 12328.657314629258, 12348.697394789579, 12368.7374749499, 12388.77755511022, 12408.817635270541, 12428.857715430862, 12448.897795591183, 12468.937875751504, 12488.977955911823, 12509.018036072144, 12529.058116232465, 12549.098196392784, 12569.138276553105, 12589.178356713426, 12609.218436873747, 12629.258517034068, 12649.298597194389, 12669.33867735471, 12689.37875751503, 12709.418837675352, 12729.458917835671, 12749.498997995992, 12769.539078156313, 12789.579158316632, 12809.619238476953, 12829.659318637274, 12849.699398797595, 12869.739478957916, 12889.779559118237, 12909.819639278558, 12929.859719438879, 12949.8997995992, 12969.939879759519, 12989.97995991984, 13010.02004008016, 13030.060120240481, 13050.1002004008, 13070.140280561121, 13090.180360721442, 13110.220440881763, 13130.260521042084, 13150.300601202405, 13170.340681362726, 13190.380761523047, 13210.420841683368, 13230.460921843687, 13250.501002004008, 13270.541082164329, 13290.581162324648, 13310.62124248497, 13330.66132264529, 13350.701402805611, 13370.741482965932, 13390.781563126253, 13410.821643286574, 13430.861723446895, 13450.901803607216, 13470.941883767535, 13490.981963927856, 13511.022044088177, 13531.062124248496, 13551.102204408817, 13571.142284569138, 13591.182364729459, 13611.22244488978, 13631.2625250501, 13651.302605210421, 13671.342685370742, 13691.382765531063, 13711.422845691382, 13731.462925851703, 13751.503006012024, 13771.543086172343, 13791.583166332664, 13811.623246492985, 13831.663326653306, 13851.703406813627, 13871.743486973948, 13891.78356713427, 13911.82364729459, 13931.863727454911, 13951.90380761523, 13971.943887775551, 13991.983967935872, 14012.024048096191, 14032.064128256512, 14052.104208416833, 14072.144288577154, 14092.184368737475, 14112.224448897796, 14132.264529058117, 14152.304609218438, 14172.344689378759, 14192.384769539078, 14212.424849699399, 14232.46492985972, 14252.505010020039, 14272.54509018036, 14292.58517034068, 14312.625250501002, 14332.665330661323, 14352.705410821643, 14372.745490981964, 14392.785571142285, 14412.825651302606, 14432.865731462927, 14452.905811623246, 14472.945891783567, 14492.985971943888, 14513.026052104207, 14533.066132264528, 14553.10621242485, 14573.14629258517, 14593.186372745491, 14613.226452905812, 14633.266533066133, 14653.306613226454, 14673.346693386775, 14693.386773547094, 14713.426853707415, 14733.466933867736, 14753.507014028055, 14773.547094188376, 14793.587174348697, 14813.627254509018, 14833.667334669339, 14853.70741482966, 14873.74749498998, 14893.787575150302, 14913.827655310623, 14933.867735470942, 14953.907815631263, 14973.947895791584, 14993.987975951903, 15014.028056112224, 15034.068136272545, 15054.108216432865, 15074.148296593186, 15094.188376753507, 15114.228456913828, 15134.26853707415, 15154.30861723447, 15174.34869739479, 15194.38877755511, 15214.428857715431, 15234.46893787575, 15254.509018036071, 15274.549098196392, 15294.589178356713, 15314.629258517034, 15334.669338677355, 15354.709418837676, 15374.749498997997, 15394.789579158318, 15414.829659318637, 15434.869739478958, 15454.909819639279, 15474.949899799598, 15494.989979959919, 15515.03006012024, 15535.07014028056, 15555.110220440882, 15575.150300601203, 15595.190380761524, 15615.230460921844, 15635.270541082165, 15655.310621242485, 15675.350701402805, 15695.390781563126, 15715.430861723446, 15735.470941883766, 15755.511022044087, 15775.551102204408, 15795.59118236473, 15815.63126252505, 15835.671342685371, 15855.711422845692, 15875.751503006013, 15895.791583166334, 15915.831663326653, 15935.871743486974, 15955.911823647295, 15975.951903807614, 15995.991983967935, 16016.032064128256, 16036.072144288577, 16056.112224448898, 16076.152304609219, 16096.19238476954, 16116.23246492986, 16136.272545090182, 16156.3126252505, 16176.352705410822, 16196.392785571143, 16216.432865731464, 16236.472945891783, 16256.513026052104, 16276.553106212425, 16296.593186372746, 16316.633266533066, 16336.673346693387, 16356.713426853707, 16376.753507014027, 16396.793587174347, 16416.83366733467, 16436.87374749499, 16456.913827655313, 16476.95390781563, 16496.99398797595, 16517.034068136272, 16537.074148296593, 16557.114228456914, 16577.154308617235, 16597.194388777556, 16617.234468937873, 16637.274549098198, 16657.314629258515, 16677.35470941884, 16697.394789579157, 16717.43486973948, 16737.4749498998, 16757.51503006012, 16777.55511022044, 16797.59519038076, 16817.635270541083, 16837.675350701404, 16857.715430861725, 16877.755511022042, 16897.795591182366, 16917.835671342684, 16937.87575150301, 16957.915831663326, 16977.955911823647, 16997.995991983968, 17018.03607214429, 17038.07615230461, 17058.11623246493, 17078.15631262525, 17098.19639278557, 17118.236472945893, 17138.27655310621, 17158.316633266535, 17178.356713426852, 17198.396793587177, 17218.436873747494, 17238.476953907815, 17258.517034068136, 17278.557114228457, 17298.597194388778, 17318.6372745491, 17338.67735470942, 17358.717434869737, 17378.75751503006, 17398.79759519038, 17418.837675350704, 17438.87775551102, 17458.917835671342, 17478.957915831663, 17498.997995991984, 17519.038076152305, 17539.078156312626, 17559.118236472947, 17579.158316633264, 17599.19839679359, 17619.238476953906, 17639.27855711423, 17659.318637274548, 17679.358717434872, 17699.39879759519, 17719.43887775551, 17739.47895791583, 17759.519038076152, 17779.559118236473, 17799.599198396794, 17819.639278557115, 17839.679358717432, 17859.719438877757, 17879.759519038074, 17899.7995991984, 17919.839679358716, 17939.879759519037, 17959.919839679358, 17979.95991983968, 18000.0])
              .range([&#x27;#ff0029ff&#x27;, &#x27;#ff0026ff&#x27;, &#x27;#ff0023ff&#x27;, &#x27;#ff0020ff&#x27;, &#x27;#ff001dff&#x27;, &#x27;#ff001bff&#x27;, &#x27;#ff0018ff&#x27;, &#x27;#ff0015ff&#x27;, &#x27;#ff0012ff&#x27;, &#x27;#ff0010ff&#x27;, &#x27;#ff000dff&#x27;, &#x27;#ff000aff&#x27;, &#x27;#ff0008ff&#x27;, &#x27;#ff0005ff&#x27;, &#x27;#ff0002ff&#x27;, &#x27;#ff0101ff&#x27;, &#x27;#ff0200ff&#x27;, &#x27;#ff0500ff&#x27;, &#x27;#ff0800ff&#x27;, &#x27;#ff0b00ff&#x27;, &#x27;#ff0e00ff&#x27;, &#x27;#ff1000ff&#x27;, &#x27;#ff1300ff&#x27;, &#x27;#ff1600ff&#x27;, &#x27;#ff1900ff&#x27;, &#x27;#ff1b00ff&#x27;, &#x27;#ff1e00ff&#x27;, &#x27;#ff2100ff&#x27;, &#x27;#ff2300ff&#x27;, &#x27;#ff2700ff&#x27;, &#x27;#ff2900ff&#x27;, &#x27;#ff2c00ff&#x27;, &#x27;#ff2f00ff&#x27;, &#x27;#ff3200ff&#x27;, &#x27;#ff3500ff&#x27;, &#x27;#ff3700ff&#x27;, &#x27;#ff3a00ff&#x27;, &#x27;#ff3c00ff&#x27;, &#x27;#ff3f00ff&#x27;, &#x27;#ff4200ff&#x27;, &#x27;#ff4500ff&#x27;, &#x27;#ff4800ff&#x27;, &#x27;#ff4b00ff&#x27;, &#x27;#ff4e00ff&#x27;, &#x27;#ff5000ff&#x27;, &#x27;#ff5300ff&#x27;, &#x27;#ff5500ff&#x27;, &#x27;#ff5800ff&#x27;, &#x27;#ff5b00ff&#x27;, &#x27;#ff5e00ff&#x27;, &#x27;#ff6100ff&#x27;, &#x27;#ff6300ff&#x27;, &#x27;#ff6600ff&#x27;, &#x27;#ff6900ff&#x27;, &#x27;#ff6c00ff&#x27;, &#x27;#ff6e00ff&#x27;, &#x27;#ff7100ff&#x27;, &#x27;#ff7400ff&#x27;, &#x27;#ff7700ff&#x27;, &#x27;#ff7a00ff&#x27;, &#x27;#ff7c00ff&#x27;, &#x27;#ff7f00ff&#x27;, &#x27;#ff8200ff&#x27;, &#x27;#ff8500ff&#x27;, &#x27;#ff8800ff&#x27;, &#x27;#ff8a00ff&#x27;, &#x27;#ff8d00ff&#x27;, &#x27;#ff8f00ff&#x27;, &#x27;#ff9300ff&#x27;, &#x27;#ff9500ff&#x27;, &#x27;#ff9800ff&#x27;, &#x27;#ff9b00ff&#x27;, &#x27;#ff9e00ff&#x27;, &#x27;#ffa100ff&#x27;, &#x27;#ffa300ff&#x27;, &#x27;#ffa600ff&#x27;, &#x27;#ffa800ff&#x27;, &#x27;#ffab00ff&#x27;, &#x27;#ffae00ff&#x27;, &#x27;#ffb100ff&#x27;, &#x27;#ffb400ff&#x27;, &#x27;#ffb700ff&#x27;, &#x27;#ffba00ff&#x27;, &#x27;#ffbc00ff&#x27;, &#x27;#ffbf00ff&#x27;, &#x27;#ffc100ff&#x27;, &#x27;#ffc400ff&#x27;, &#x27;#ffc700ff&#x27;, &#x27;#ffca00ff&#x27;, &#x27;#ffcd00ff&#x27;, &#x27;#ffcf00ff&#x27;, &#x27;#ffd200ff&#x27;, &#x27;#ffd500ff&#x27;, &#x27;#ffd800ff&#x27;, &#x27;#ffdb00ff&#x27;, &#x27;#ffde00ff&#x27;, &#x27;#ffe100ff&#x27;, &#x27;#ffe300ff&#x27;, &#x27;#ffe600ff&#x27;, &#x27;#ffe800ff&#x27;, &#x27;#ffeb00ff&#x27;, &#x27;#ffee00ff&#x27;, &#x27;#fff100ff&#x27;, &#x27;#fff400ff&#x27;, &#x27;#fff600ff&#x27;, &#x27;#fff900ff&#x27;, &#x27;#fffc00ff&#x27;, &#x27;#fffe00ff&#x27;, &#x27;#feff00ff&#x27;, &#x27;#fbff00ff&#x27;, &#x27;#f8ff00ff&#x27;, &#x27;#f5ff00ff&#x27;, &#x27;#f2ff00ff&#x27;, &#x27;#f0ff00ff&#x27;, &#x27;#edff00ff&#x27;, &#x27;#eaff00ff&#x27;, &#x27;#e7ff00ff&#x27;, &#x27;#e4ff00ff&#x27;, &#x27;#e2ff00ff&#x27;, &#x27;#dfff00ff&#x27;, &#x27;#dcff00ff&#x27;, &#x27;#d9ff00ff&#x27;, &#x27;#d7ff00ff&#x27;, &#x27;#d4ff00ff&#x27;, &#x27;#d1ff00ff&#x27;, &#x27;#ceff00ff&#x27;, &#x27;#cbff00ff&#x27;, &#x27;#c9ff00ff&#x27;, &#x27;#c6ff00ff&#x27;, &#x27;#c4ff00ff&#x27;, &#x27;#c1ff00ff&#x27;, &#x27;#beff00ff&#x27;, &#x27;#bbff00ff&#x27;, &#x27;#b8ff00ff&#x27;, &#x27;#b5ff00ff&#x27;, &#x27;#b2ff00ff&#x27;, &#x27;#b0ff00ff&#x27;, &#x27;#adff00ff&#x27;, &#x27;#abff00ff&#x27;, &#x27;#a8ff00ff&#x27;, &#x27;#a5ff00ff&#x27;, &#x27;#a2ff00ff&#x27;, &#x27;#9fff00ff&#x27;, &#x27;#9dff00ff&#x27;, &#x27;#9aff00ff&#x27;, &#x27;#97ff00ff&#x27;, &#x27;#94ff00ff&#x27;, &#x27;#91ff00ff&#x27;, &#x27;#8fff00ff&#x27;, &#x27;#8cff00ff&#x27;, &#x27;#89ff00ff&#x27;, &#x27;#86ff00ff&#x27;, &#x27;#84ff00ff&#x27;, &#x27;#81ff00ff&#x27;, &#x27;#7eff00ff&#x27;, &#x27;#7bff00ff&#x27;, &#x27;#78ff00ff&#x27;, &#x27;#76ff00ff&#x27;, &#x27;#73ff00ff&#x27;, &#x27;#70ff00ff&#x27;, &#x27;#6dff00ff&#x27;, &#x27;#6bff00ff&#x27;, &#x27;#68ff00ff&#x27;, &#x27;#65ff00ff&#x27;, &#x27;#62ff00ff&#x27;, &#x27;#5fff00ff&#x27;, &#x27;#5dff00ff&#x27;, &#x27;#5aff00ff&#x27;, &#x27;#57ff00ff&#x27;, &#x27;#54ff00ff&#x27;, &#x27;#51ff00ff&#x27;, &#x27;#4fff00ff&#x27;, &#x27;#4cff00ff&#x27;, &#x27;#49ff00ff&#x27;, &#x27;#46ff00ff&#x27;, &#x27;#44ff00ff&#x27;, &#x27;#41ff00ff&#x27;, &#x27;#3eff00ff&#x27;, &#x27;#3bff00ff&#x27;, &#x27;#38ff00ff&#x27;, &#x27;#36ff00ff&#x27;, &#x27;#33ff00ff&#x27;, &#x27;#31ff00ff&#x27;, &#x27;#2eff00ff&#x27;, &#x27;#2bff00ff&#x27;, &#x27;#28ff00ff&#x27;, &#x27;#25ff00ff&#x27;, &#x27;#22ff00ff&#x27;, &#x27;#1fff00ff&#x27;, &#x27;#1dff00ff&#x27;, &#x27;#1aff00ff&#x27;, &#x27;#18ff00ff&#x27;, &#x27;#15ff00ff&#x27;, &#x27;#12ff00ff&#x27;, &#x27;#0fff00ff&#x27;, &#x27;#0cff00ff&#x27;, &#x27;#0aff00ff&#x27;, &#x27;#06ff00ff&#x27;, &#x27;#04ff00ff&#x27;, &#x27;#01ff00ff&#x27;, &#x27;#00ff01ff&#x27;, &#x27;#00ff03ff&#x27;, &#x27;#00ff06ff&#x27;, &#x27;#00ff09ff&#x27;, &#x27;#00ff0cff&#x27;, &#x27;#00ff0eff&#x27;, &#x27;#00ff11ff&#x27;, &#x27;#00ff14ff&#x27;, &#x27;#00ff17ff&#x27;, &#x27;#00ff1aff&#x27;, &#x27;#00ff1cff&#x27;, &#x27;#00ff1fff&#x27;, &#x27;#00ff22ff&#x27;, &#x27;#00ff25ff&#x27;, &#x27;#00ff27ff&#x27;, &#x27;#00ff2aff&#x27;, &#x27;#00ff2dff&#x27;, &#x27;#00ff2fff&#x27;, &#x27;#00ff32ff&#x27;, &#x27;#00ff35ff&#x27;, &#x27;#00ff38ff&#x27;, &#x27;#00ff3aff&#x27;, &#x27;#00ff3dff&#x27;, &#x27;#00ff41ff&#x27;, &#x27;#00ff43ff&#x27;, &#x27;#00ff46ff&#x27;, &#x27;#00ff48ff&#x27;, &#x27;#00ff4bff&#x27;, &#x27;#00ff4eff&#x27;, &#x27;#00ff51ff&#x27;, &#x27;#00ff54ff&#x27;, &#x27;#00ff56ff&#x27;, &#x27;#00ff59ff&#x27;, &#x27;#00ff5bff&#x27;, &#x27;#00ff5eff&#x27;, &#x27;#00ff61ff&#x27;, &#x27;#00ff64ff&#x27;, &#x27;#00ff67ff&#x27;, &#x27;#00ff6aff&#x27;, &#x27;#00ff6dff&#x27;, &#x27;#00ff6fff&#x27;, &#x27;#00ff72ff&#x27;, &#x27;#00ff74ff&#x27;, &#x27;#00ff77ff&#x27;, &#x27;#00ff7aff&#x27;, &#x27;#00ff7dff&#x27;, &#x27;#00ff80ff&#x27;, &#x27;#00ff82ff&#x27;, &#x27;#00ff85ff&#x27;, &#x27;#00ff87ff&#x27;, &#x27;#00ff8bff&#x27;, &#x27;#00ff8dff&#x27;, &#x27;#00ff90ff&#x27;, &#x27;#00ff93ff&#x27;, &#x27;#00ff96ff&#x27;, &#x27;#00ff99ff&#x27;, &#x27;#00ff9bff&#x27;, &#x27;#00ff9eff&#x27;, &#x27;#00ffa0ff&#x27;, &#x27;#00ffa3ff&#x27;, &#x27;#00ffa6ff&#x27;, &#x27;#00ffa9ff&#x27;, &#x27;#00ffacff&#x27;, &#x27;#00ffaeff&#x27;, &#x27;#00ffb1ff&#x27;, &#x27;#00ffb4ff&#x27;, &#x27;#00ffb7ff&#x27;, &#x27;#00ffb9ff&#x27;, &#x27;#00ffbcff&#x27;, &#x27;#00ffbfff&#x27;, &#x27;#00ffc2ff&#x27;, &#x27;#00ffc5ff&#x27;, &#x27;#00ffc7ff&#x27;, &#x27;#00ffcaff&#x27;, &#x27;#00ffccff&#x27;, &#x27;#00ffcfff&#x27;, &#x27;#00ffd3ff&#x27;, &#x27;#00ffd5ff&#x27;, &#x27;#00ffd8ff&#x27;, &#x27;#00ffdaff&#x27;, &#x27;#00ffddff&#x27;, &#x27;#00ffe0ff&#x27;, &#x27;#00ffe3ff&#x27;, &#x27;#00ffe5ff&#x27;, &#x27;#00ffe8ff&#x27;, &#x27;#00ffebff&#x27;, &#x27;#00ffeeff&#x27;, &#x27;#00fff1ff&#x27;, &#x27;#00fff3ff&#x27;, &#x27;#00fff6ff&#x27;, &#x27;#00fff9ff&#x27;, &#x27;#00fffcff&#x27;, &#x27;#00fffeff&#x27;, &#x27;#00fdffff&#x27;, &#x27;#00fbffff&#x27;, &#x27;#00f8ffff&#x27;, &#x27;#00f5ffff&#x27;, &#x27;#00f3ffff&#x27;, &#x27;#00f0ffff&#x27;, &#x27;#00edffff&#x27;, &#x27;#00ebffff&#x27;, &#x27;#00e8ffff&#x27;, &#x27;#00e5ffff&#x27;, &#x27;#00e2ffff&#x27;, &#x27;#00dfffff&#x27;, &#x27;#00dcffff&#x27;, &#x27;#00d9ffff&#x27;, &#x27;#00d7ffff&#x27;, &#x27;#00d4ffff&#x27;, &#x27;#00d1ffff&#x27;, &#x27;#00ceffff&#x27;, &#x27;#00ccffff&#x27;, &#x27;#00c9ffff&#x27;, &#x27;#00c7ffff&#x27;, &#x27;#00c4ffff&#x27;, &#x27;#00c0ffff&#x27;, &#x27;#00beffff&#x27;, &#x27;#00bbffff&#x27;, &#x27;#00b8ffff&#x27;, &#x27;#00b5ffff&#x27;, &#x27;#00b3ffff&#x27;, &#x27;#00b0ffff&#x27;, &#x27;#00adffff&#x27;, &#x27;#00aaffff&#x27;, &#x27;#00a7ffff&#x27;, &#x27;#00a5ffff&#x27;, &#x27;#00a2ffff&#x27;, &#x27;#009fffff&#x27;, &#x27;#009cffff&#x27;, &#x27;#0099ffff&#x27;, &#x27;#0097ffff&#x27;, &#x27;#0094ffff&#x27;, &#x27;#0091ffff&#x27;, &#x27;#008effff&#x27;, &#x27;#008cffff&#x27;, &#x27;#0089ffff&#x27;, &#x27;#0086ffff&#x27;, &#x27;#0083ffff&#x27;, &#x27;#0080ffff&#x27;, &#x27;#007effff&#x27;, &#x27;#007affff&#x27;, &#x27;#0078ffff&#x27;, &#x27;#0075ffff&#x27;, &#x27;#0073ffff&#x27;, &#x27;#0070ffff&#x27;, &#x27;#006dffff&#x27;, &#x27;#006affff&#x27;, &#x27;#0067ffff&#x27;, &#x27;#0065ffff&#x27;, &#x27;#0062ffff&#x27;, &#x27;#005fffff&#x27;, &#x27;#005cffff&#x27;, &#x27;#0059ffff&#x27;, &#x27;#0056ffff&#x27;, &#x27;#0053ffff&#x27;, &#x27;#0051ffff&#x27;, &#x27;#004effff&#x27;, &#x27;#004cffff&#x27;, &#x27;#0049ffff&#x27;, &#x27;#0046ffff&#x27;, &#x27;#0043ffff&#x27;, &#x27;#0040ffff&#x27;, &#x27;#003effff&#x27;, &#x27;#003bffff&#x27;, &#x27;#0038ffff&#x27;, &#x27;#0035ffff&#x27;, &#x27;#0032ffff&#x27;, &#x27;#002fffff&#x27;, &#x27;#002cffff&#x27;, &#x27;#002affff&#x27;, &#x27;#0027ffff&#x27;, &#x27;#0025ffff&#x27;, &#x27;#0022ffff&#x27;, &#x27;#001fffff&#x27;, &#x27;#001cffff&#x27;, &#x27;#0019ffff&#x27;, &#x27;#0017ffff&#x27;, &#x27;#0014ffff&#x27;, &#x27;#0011ffff&#x27;, &#x27;#000effff&#x27;, &#x27;#000bffff&#x27;, &#x27;#0008ffff&#x27;, &#x27;#0005ffff&#x27;, &#x27;#0003ffff&#x27;, &#x27;#0001ffff&#x27;, &#x27;#0200ffff&#x27;, &#x27;#0500ffff&#x27;, &#x27;#0700ffff&#x27;, &#x27;#0a00ffff&#x27;, &#x27;#0c00ffff&#x27;, &#x27;#0f00ffff&#x27;, &#x27;#1200ffff&#x27;, &#x27;#1500ffff&#x27;, &#x27;#1800ffff&#x27;, &#x27;#1b00ffff&#x27;, &#x27;#1e00ffff&#x27;, &#x27;#2000ffff&#x27;, &#x27;#2300ffff&#x27;, &#x27;#2600ffff&#x27;, &#x27;#2900ffff&#x27;, &#x27;#2c00ffff&#x27;, &#x27;#2e00ffff&#x27;, &#x27;#3100ffff&#x27;, &#x27;#3300ffff&#x27;, &#x27;#3600ffff&#x27;, &#x27;#3a00ffff&#x27;, &#x27;#3c00ffff&#x27;, &#x27;#3f00ffff&#x27;, &#x27;#4200ffff&#x27;, &#x27;#4500ffff&#x27;, &#x27;#4700ffff&#x27;, &#x27;#4a00ffff&#x27;, &#x27;#4d00ffff&#x27;, &#x27;#5000ffff&#x27;, &#x27;#5300ffff&#x27;, &#x27;#5500ffff&#x27;, &#x27;#5800ffff&#x27;, &#x27;#5a00ffff&#x27;, &#x27;#5e00ffff&#x27;, &#x27;#6000ffff&#x27;, &#x27;#6300ffff&#x27;, &#x27;#6600ffff&#x27;, &#x27;#6900ffff&#x27;, &#x27;#6c00ffff&#x27;, &#x27;#6e00ffff&#x27;, &#x27;#7100ffff&#x27;, &#x27;#7400ffff&#x27;, &#x27;#7700ffff&#x27;, &#x27;#7a00ffff&#x27;, &#x27;#7c00ffff&#x27;, &#x27;#7f00ffff&#x27;, &#x27;#8200ffff&#x27;, &#x27;#8500ffff&#x27;, &#x27;#8700ffff&#x27;, &#x27;#8a00ffff&#x27;, &#x27;#8d00ffff&#x27;, &#x27;#9000ffff&#x27;, &#x27;#9300ffff&#x27;, &#x27;#9500ffff&#x27;, &#x27;#9800ffff&#x27;, &#x27;#9b00ffff&#x27;, &#x27;#9e00ffff&#x27;, &#x27;#a000ffff&#x27;, &#x27;#a300ffff&#x27;, &#x27;#a700ffff&#x27;, &#x27;#a900ffff&#x27;, &#x27;#ac00ffff&#x27;, &#x27;#ae00ffff&#x27;, &#x27;#b100ffff&#x27;, &#x27;#b400ffff&#x27;, &#x27;#b700ffff&#x27;, &#x27;#ba00ffff&#x27;, &#x27;#bc00ffff&#x27;, &#x27;#bf00ffff&#x27;, &#x27;#c200ffff&#x27;, &#x27;#c500ffff&#x27;, &#x27;#c700ffff&#x27;, &#x27;#cb00ffff&#x27;, &#x27;#ce00ffff&#x27;, &#x27;#d000ffff&#x27;, &#x27;#d300ffff&#x27;, &#x27;#d500ffff&#x27;, &#x27;#d800ffff&#x27;, &#x27;#db00ffff&#x27;, &#x27;#de00ffff&#x27;, &#x27;#e100ffff&#x27;, &#x27;#e300ffff&#x27;, &#x27;#e600ffff&#x27;, &#x27;#e900ffff&#x27;, &#x27;#ec00ffff&#x27;, &#x27;#ef00ffff&#x27;, &#x27;#f200ffff&#x27;, &#x27;#f400ffff&#x27;, &#x27;#f700ffff&#x27;, &#x27;#fa00ffff&#x27;, &#x27;#fd00ffff&#x27;, &#x27;#ff00ffff&#x27;, &#x27;#ff00fcff&#x27;, &#x27;#ff00faff&#x27;, &#x27;#ff00f8ff&#x27;, &#x27;#ff00f5ff&#x27;, &#x27;#ff00f2ff&#x27;, &#x27;#ff00efff&#x27;, &#x27;#ff00ecff&#x27;, &#x27;#ff00e9ff&#x27;, &#x27;#ff00e6ff&#x27;, &#x27;#ff00e4ff&#x27;, &#x27;#ff00e1ff&#x27;, &#x27;#ff00deff&#x27;, &#x27;#ff00dbff&#x27;, &#x27;#ff00d8ff&#x27;, &#x27;#ff00d6ff&#x27;, &#x27;#ff00d3ff&#x27;, &#x27;#ff00d1ff&#x27;, &#x27;#ff00ceff&#x27;, &#x27;#ff00cbff&#x27;, &#x27;#ff00c8ff&#x27;, &#x27;#ff00c5ff&#x27;, &#x27;#ff00c2ff&#x27;, &#x27;#ff00bfff&#x27;]);
    &#10;
    color_map_5719fee45c2d493114151a256ec408fa.x = d3.scale.linear()
              .domain([8000.0, 18000.0])
              .range([0, 450 - 50]);
&#10;    color_map_5719fee45c2d493114151a256ec408fa.legend = L.control({position: &#x27;topright&#x27;});
    color_map_5719fee45c2d493114151a256ec408fa.legend.onAdd = function (map) {var div = L.DomUtil.create(&#x27;div&#x27;, &#x27;legend&#x27;); return div};
    color_map_5719fee45c2d493114151a256ec408fa.legend.addTo(map_0eaee21ac19d6e79d9d6728e22218218);
&#10;    color_map_5719fee45c2d493114151a256ec408fa.xAxis = d3.svg.axis()
        .scale(color_map_5719fee45c2d493114151a256ec408fa.x)
        .orient(&quot;top&quot;)
        .tickSize(1)
        .tickValues([8000.0, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, 9019.607843137255, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, 10039.21568627451, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, 11058.823529411766, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, 12078.43137254902, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, 13098.039215686274, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, 14117.64705882353, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, 15137.254901960783, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, 16156.862745098038, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, 17176.470588235294, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;]);
&#10;    color_map_5719fee45c2d493114151a256ec408fa.svg = d3.select(&quot;.legend.leaflet-control&quot;).append(&quot;svg&quot;)
        .attr(&quot;id&quot;, &#x27;legend&#x27;)
        .attr(&quot;width&quot;, 450)
        .attr(&quot;height&quot;, 40);
&#10;    color_map_5719fee45c2d493114151a256ec408fa.g = color_map_5719fee45c2d493114151a256ec408fa.svg.append(&quot;g&quot;)
        .attr(&quot;class&quot;, &quot;key&quot;)
        .attr(&quot;fill&quot;, &quot;black&quot;)
        .attr(&quot;transform&quot;, &quot;translate(25,16)&quot;);
&#10;    color_map_5719fee45c2d493114151a256ec408fa.g.selectAll(&quot;rect&quot;)
        .data(color_map_5719fee45c2d493114151a256ec408fa.color.range().map(function(d, i) {
          return {
            x0: i ? color_map_5719fee45c2d493114151a256ec408fa.x(color_map_5719fee45c2d493114151a256ec408fa.color.domain()[i - 1]) : color_map_5719fee45c2d493114151a256ec408fa.x.range()[0],
            x1: i &lt; color_map_5719fee45c2d493114151a256ec408fa.color.domain().length ? color_map_5719fee45c2d493114151a256ec408fa.x(color_map_5719fee45c2d493114151a256ec408fa.color.domain()[i]) : color_map_5719fee45c2d493114151a256ec408fa.x.range()[1],
            z: d
          };
        }))
      .enter().append(&quot;rect&quot;)
        .attr(&quot;height&quot;, 40 - 30)
        .attr(&quot;x&quot;, function(d) { return d.x0; })
        .attr(&quot;width&quot;, function(d) { return d.x1 - d.x0; })
        .style(&quot;fill&quot;, function(d) { return d.z; });
&#10;    color_map_5719fee45c2d493114151a256ec408fa.g.call(color_map_5719fee45c2d493114151a256ec408fa.xAxis).append(&quot;text&quot;)
        .attr(&quot;class&quot;, &quot;caption&quot;)
        .attr(&quot;y&quot;, 21)
        .attr(&quot;fill&quot;, &quot;black&quot;)
        .text(&quot;frequency&quot;);
    &#10;            var feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff = L.featureGroup(
                {
}
            );
        &#10;    
            var poly_line_202134a8419c2140fb456c3f414dc70f = L.polyline(
                [[3.992722, 9.787167], [3.97665, 9.791866]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_202134a8419c2140fb456c3f414dc70f.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_2df58318c0e99d2b2e958450dab1b1fd = L.polyline(
                [[3.9928220000000003, 9.787267], [3.97675, 9.791966]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_2df58318c0e99d2b2e958450dab1b1fd.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_2621e8114aa2d81a72b9cd702c879074 = L.polyline(
                [[3.992722, 9.787167], [3.97866, 9.81613]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_2621e8114aa2d81a72b9cd702c879074.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_748b2e02b20eaa8e86b0ea5d0ab32a74 = L.polyline(
                [[3.9928220000000003, 9.787267], [3.9787600000000003, 9.81623]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_748b2e02b20eaa8e86b0ea5d0ab32a74.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_26722513de172ed404d8bad2ac90f177 = L.polyline(
                [[3.997361, 9.763806], [3.99663, 9.75885]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_26722513de172ed404d8bad2ac90f177.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_48645049574966bc7035228e23a16948 = L.polyline(
                [[3.9974610000000004, 9.763906], [3.9967300000000003, 9.75895]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_48645049574966bc7035228e23a16948.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_2ecb80dc0f698263b17a696c03b3d263 = L.polyline(
                [[4.002553, 9.745083], [4.003231, 9.748639]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_2ecb80dc0f698263b17a696c03b3d263.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_1139571d9ca7ad0bf89abc1677b163f1 = L.polyline(
                [[4.002653, 9.745182999999999], [4.003331, 9.748739]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_1139571d9ca7ad0bf89abc1677b163f1.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_7e529d3844280fc478f6b748ef38db5f = L.polyline(
                [[4.003512, 9.76732], [4.0105, 9.767719]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_7e529d3844280fc478f6b748ef38db5f.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_5435561e865561a5ddca5d0913fc1a18 = L.polyline(
                [[4.0036119999999995, 9.76742], [4.0106, 9.767819]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_5435561e865561a5ddca5d0913fc1a18.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_c371531ecae04765ebbb8f40f9efb7f8 = L.polyline(
                [[4.004194, 9.799472], [4.012278, 9.778111]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_c371531ecae04765ebbb8f40f9efb7f8.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_1d99b2a46621637c9475badf5c9fae8e = L.polyline(
                [[4.004294, 9.799572], [4.012378, 9.778211]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_1d99b2a46621637c9475badf5c9fae8e.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_85523801f5e6ed129da88a55f61b78ad = L.polyline(
                [[4.01775, 9.705944], [4.008306, 9.701194]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_85523801f5e6ed129da88a55f61b78ad.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_bec73027e4795f801e634b6dfb67e8cb = L.polyline(
                [[4.01785, 9.706044], [4.008406, 9.701293999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_bec73027e4795f801e634b6dfb67e8cb.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_f9f163ceae617b1df82fa44006d6daf1 = L.polyline(
                [[4.029, 9.767833], [3.997361, 9.763806]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_f9f163ceae617b1df82fa44006d6daf1.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_6a9b1e690bcd905677538f94fe00bd14 = L.polyline(
                [[4.0291, 9.767933], [3.9974610000000004, 9.763906]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_6a9b1e690bcd905677538f94fe00bd14.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_0757407f46d85f2bd3735fa76252226f = L.polyline(
                [[4.009639, 9.741417], [4.020194, 9.723611]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_0757407f46d85f2bd3735fa76252226f.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_d4a4a95562b8dc2bc9e32f76888aff40 = L.polyline(
                [[4.009739, 9.741517], [4.020294, 9.723711]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_d4a4a95562b8dc2bc9e32f76888aff40.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_851b68cf96e5d0e96232e79d528b505e = L.polyline(
                [[4.029, 9.767833], [4.002553, 9.745083]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_851b68cf96e5d0e96232e79d528b505e.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_8f51532d0b41d9ad3a2e85c97ead5ac1 = L.polyline(
                [[4.0291, 9.767933], [4.002653, 9.745182999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_8f51532d0b41d9ad3a2e85c97ead5ac1.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_906af19d8fa3c31cef641d852da92a6c = L.polyline(
                [[4.015972, 9.738528], [4.01734, 9.73456]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_906af19d8fa3c31cef641d852da92a6c.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_b7762dc7a48cf352c1f0ffd7103bd1d6 = L.polyline(
                [[4.016071999999999, 9.738628], [4.01744, 9.73466]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_b7762dc7a48cf352c1f0ffd7103bd1d6.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_97970a974e44c5b81a52f3e33686d789 = L.polyline(
                [[4.029, 9.767833], [4.004472, 9.762056]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_97970a974e44c5b81a52f3e33686d789.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_bb7cf66ab898cf34022926f02366eebb = L.polyline(
                [[4.0291, 9.767933], [4.004572, 9.762156]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_bb7cf66ab898cf34022926f02366eebb.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_4b7008b5435076b579ef4db0df97c49b = L.polyline(
                [[4.015972, 9.738528], [4.017917, 9.768083]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_4b7008b5435076b579ef4db0df97c49b.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_4cab3838321198f7e5ce125916651a59 = L.polyline(
                [[4.016071999999999, 9.738628], [4.0180169999999995, 9.768183]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_4cab3838321198f7e5ce125916651a59.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_9d5e0b3e39185c59883609009a994e0d = L.polyline(
                [[4.023444, 9.727083], [4.01048, 9.72629]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_9d5e0b3e39185c59883609009a994e0d.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_0eab20e81d3fed01888ef2b5fcfd9691 = L.polyline(
                [[4.023543999999999, 9.727183], [4.01058, 9.72639]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_0eab20e81d3fed01888ef2b5fcfd9691.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_dea1737eba10432926fa8817253a14fe = L.polyline(
                [[4.015972, 9.738528], [4.0195, 9.757556]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_dea1737eba10432926fa8817253a14fe.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_ce900ccd77d4131f19fccd716111202c = L.polyline(
                [[4.016071999999999, 9.738628], [4.0196, 9.757655999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_ce900ccd77d4131f19fccd716111202c.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_8a1234e66c78befaf5afa8e3fef2b53c = L.polyline(
                [[4.029, 9.767833], [4.008442, 9.756817]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_8a1234e66c78befaf5afa8e3fef2b53c.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_38faae5c753368bdf3554a22ba5bc9be = L.polyline(
                [[4.0291, 9.767933], [4.008541999999999, 9.756917]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_38faae5c753368bdf3554a22ba5bc9be.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_6f8f8e29f6730c09c20b4e2bdb985efc = L.polyline(
                [[4.014417, 9.744694], [4.023111, 9.748472]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_6f8f8e29f6730c09c20b4e2bdb985efc.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_464c48309d77b7f848572428c8234c69 = L.polyline(
                [[4.014517, 9.744794], [4.023211, 9.748572]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_464c48309d77b7f848572428c8234c69.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_e625786585651a5a79b990b80ddecc38 = L.polyline(
                [[4.029, 9.767833], [4.0105, 9.767719]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_e625786585651a5a79b990b80ddecc38.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_02afbce960c3947016700a6e24714608 = L.polyline(
                [[4.0291, 9.767933], [4.0106, 9.767819]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_02afbce960c3947016700a6e24714608.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_c0aa6d802728eff80f0bb3ab776bc78a = L.polyline(
                [[4.015972, 9.738528], [4.023889, 9.780278]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_c0aa6d802728eff80f0bb3ab776bc78a.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_bd2ba1c6adf3b8d815575f4b7f17713b = L.polyline(
                [[4.016071999999999, 9.738628], [4.023988999999999, 9.780377999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_bd2ba1c6adf3b8d815575f4b7f17713b.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_b1746cc0b3d4789670b7acb2acf59084 = L.polyline(
                [[4.029381, 9.696744], [4.0115, 9.721083]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_b1746cc0b3d4789670b7acb2acf59084.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_2bfbcaebad74154e86716929651d1c3d = L.polyline(
                [[4.029481, 9.696844], [4.0116, 9.721183]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_2bfbcaebad74154e86716929651d1c3d.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_6d4b97ab0b3eb887e39a00d1a6d38c3d = L.polyline(
                [[4.0194, 9.743889], [4.023111, 9.748472]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_6d4b97ab0b3eb887e39a00d1a6d38c3d.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_de999bd11c415800ad27c6479509603f = L.polyline(
                [[4.0195, 9.743989], [4.023211, 9.748572]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_de999bd11c415800ad27c6479509603f.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_afc7e243e4708dc267d0590d1051eda0 = L.polyline(
                [[4.023167, 9.792], [4.019889, 9.805583]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_afc7e243e4708dc267d0590d1051eda0.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_755543163d8f799f66e7bd67ed7ea711 = L.polyline(
                [[4.023267, 9.7921], [4.019989, 9.805683]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_755543163d8f799f66e7bd67ed7ea711.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_57b12e6e5386e8e4cc572169972deb0c = L.polyline(
                [[4.022056, 9.67025], [4.02603, 9.69027]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_57b12e6e5386e8e4cc572169972deb0c.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_bd2d471b64deebd25d73a97ea46687ad = L.polyline(
                [[4.015972, 9.738528], [4.03279, 9.72802]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_bd2d471b64deebd25d73a97ea46687ad.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_94da7249ae56df9c21a4bdd38575484a = L.polyline(
                [[4.016071999999999, 9.738628], [4.03289, 9.72812]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_94da7249ae56df9c21a4bdd38575484a.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_2bf5c8f728934852be0632cb50a1d986 = L.polyline(
                [[4.029381, 9.696744], [4.02012, 9.69921]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_2bf5c8f728934852be0632cb50a1d986.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_abfca68fcd50ecef03dd02b268510571 = L.polyline(
                [[4.029481, 9.696844], [4.02022, 9.69931]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_abfca68fcd50ecef03dd02b268510571.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_08b1392a728044c7e863a60b8ec71874 = L.polyline(
                [[4.029, 9.767833], [4.02125, 9.77399]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_08b1392a728044c7e863a60b8ec71874.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_1a5e8f8051b2db83daf354945594f84e = L.polyline(
                [[4.0291, 9.767933], [4.02135, 9.77409]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_1a5e8f8051b2db83daf354945594f84e.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_ff334a28fbaba82044d0a099e18ad537 = L.polyline(
                [[4.022139, 9.737194], [4.0284, 9.741992]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_ff334a28fbaba82044d0a099e18ad537.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_f07c4247ef53a7f0eb96c442d75719d0 = L.polyline(
                [[4.022239, 9.737294], [4.0285, 9.742092]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_f07c4247ef53a7f0eb96c442d75719d0.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_546117430b7b9721da722011feef4489 = L.polyline(
                [[4.015972, 9.738528], [4.035278, 9.73325]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_546117430b7b9721da722011feef4489.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_2caf6402036fefa3f22dc9127973d59d = L.polyline(
                [[4.016071999999999, 9.738628], [4.035378, 9.73335]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_2caf6402036fefa3f22dc9127973d59d.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_924379e7d5e8b6e4c64877e318380dde = L.polyline(
                [[4.029381, 9.696744], [4.02238, 9.70976]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_924379e7d5e8b6e4c64877e318380dde.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_d7990b0f44ee95f108c8bca511097f45 = L.polyline(
                [[4.029481, 9.696844], [4.02248, 9.709859999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_d7990b0f44ee95f108c8bca511097f45.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_702370d56cdf3be2902db95c57ec94ae = L.polyline(
                [[4.029381, 9.696744], [4.022917, 9.694556]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_702370d56cdf3be2902db95c57ec94ae.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_27a55c96e8100813e3c36ee4e1b3a83d = L.polyline(
                [[4.029481, 9.696844], [4.023016999999999, 9.694656]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_27a55c96e8100813e3c36ee4e1b3a83d.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_019bc73c3a1a9d17e709099f2a7776d2 = L.polyline(
                [[4.040819, 9.733028], [4.01658, 9.72684]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_019bc73c3a1a9d17e709099f2a7776d2.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_bdcb3a34fbcffba45b4d6fa31f42711f = L.polyline(
                [[4.040919, 9.733127999999999], [4.01668, 9.726939999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_bdcb3a34fbcffba45b4d6fa31f42711f.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_a50aeb694ab68644dd5734ee2d0f348a = L.polyline(
                [[4.029083, 9.701944], [4.028333, 9.705139]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_a50aeb694ab68644dd5734ee2d0f348a.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_5d3029dcb27bddb020d716e5ba26f573 = L.polyline(
                [[4.029183, 9.702043999999999], [4.028433, 9.705239]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_5d3029dcb27bddb020d716e5ba26f573.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_67112a68db6284c73ae6d70db5ade3bc = L.polyline(
                [[4.029381, 9.696744], [4.029444, 9.686417]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_67112a68db6284c73ae6d70db5ade3bc.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_0504c191dc1aab7bebc19e0234ed3659 = L.polyline(
                [[4.029481, 9.696844], [4.029544, 9.686517]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_0504c191dc1aab7bebc19e0234ed3659.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_39b9b78464c4a557b5debd841c35e411 = L.polyline(
                [[4.029083, 9.701944], [4.032028, 9.709194]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_39b9b78464c4a557b5debd841c35e411.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_f46540ac474910d6eca3856630323ba1 = L.polyline(
                [[4.029183, 9.702043999999999], [4.032128, 9.709294]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_f46540ac474910d6eca3856630323ba1.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_c16adaca5c3fbbff45cd515582032864 = L.polyline(
                [[4.029381, 9.696744], [4.032433, 9.691575]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_c16adaca5c3fbbff45cd515582032864.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_c984aeb3336c17d341da1d7f9ca89b9f = L.polyline(
                [[4.029481, 9.696844], [4.032533, 9.691675]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_c984aeb3336c17d341da1d7f9ca89b9f.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_1ba0fa4013932c26ab321faafe42a8b9 = L.polyline(
                [[4.029381, 9.696744], [4.033417, 9.699417]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_1ba0fa4013932c26ab321faafe42a8b9.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_1aa02e02f2413565db8ccbe527bb8e78 = L.polyline(
                [[4.029481, 9.696844], [4.033517, 9.699517]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_1aa02e02f2413565db8ccbe527bb8e78.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_ced2a3e525422cffaf7d5d5f2cae3651 = L.polyline(
                [[4.040819, 9.733028], [4.023444, 9.727083]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_ced2a3e525422cffaf7d5d5f2cae3651.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_730a5cda9bfcf3f12da5ca85e0d3f81f = L.polyline(
                [[4.040919, 9.733127999999999], [4.023543999999999, 9.727183]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_730a5cda9bfcf3f12da5ca85e0d3f81f.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_74e195cc67fd8f3698ecf292875df83b = L.polyline(
                [[4.032, 9.71564], [4.03312, 9.71203]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_74e195cc67fd8f3698ecf292875df83b.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_f053fe15eb7a582f0b5bda3e10d25066 = L.polyline(
                [[4.0321, 9.71574], [4.03322, 9.71213]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_f053fe15eb7a582f0b5bda3e10d25066.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_04f813f664b46350e97597bdf3f4a992 = L.polyline(
                [[4.029, 9.767833], [4.037361, 9.755167]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_04f813f664b46350e97597bdf3f4a992.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_60cbbe08a8e26d457cf19ee147564c07 = L.polyline(
                [[4.0291, 9.767933], [4.0374609999999995, 9.755267]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_60cbbe08a8e26d457cf19ee147564c07.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_672bb0d234743dff39dd24f4d07adc3d = L.polyline(
                [[4.032433, 9.691575], [4.035333, 9.691889]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_672bb0d234743dff39dd24f4d07adc3d.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_c09e0363d8a93d3ff2589bff7436ba93 = L.polyline(
                [[4.032533, 9.691675], [4.035432999999999, 9.691989]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_c09e0363d8a93d3ff2589bff7436ba93.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_94b8d75eb958abbde28da83ba3f090d6 = L.polyline(
                [[4.033028, 9.774333], [4.03527, 9.77026]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_94b8d75eb958abbde28da83ba3f090d6.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_e0770f09730648996eef36d0915166a6 = L.polyline(
                [[4.033128, 9.774433], [4.0353699999999995, 9.77036]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_e0770f09730648996eef36d0915166a6.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_77ffd7bc3bbb204dbafcf1c96b23473f = L.polyline(
                [[4.040819, 9.733028], [4.028583, 9.725667]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_77ffd7bc3bbb204dbafcf1c96b23473f.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_71fb19f3a77379d0885bd56065d3c78f = L.polyline(
                [[4.040919, 9.733127999999999], [4.028683, 9.725767]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_71fb19f3a77379d0885bd56065d3c78f.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_733007a2dd2103de2c411394ce7e6445 = L.polyline(
                [[4.029381, 9.696744], [4.040886, 9.699006]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_733007a2dd2103de2c411394ce7e6445.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_054118f40b27f7b9f39751283c9bb4a0 = L.polyline(
                [[4.029481, 9.696844], [4.040986, 9.699106]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_054118f40b27f7b9f39751283c9bb4a0.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_a1e548ddfc729005750f1aec94e3b1ba = L.polyline(
                [[4.033886, 9.683883], [4.037472, 9.688056]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_a1e548ddfc729005750f1aec94e3b1ba.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_66c5cd0a2b773b73fbfd65ec2bfa27c3 = L.polyline(
                [[4.033986, 9.683983], [4.037572, 9.688156]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_66c5cd0a2b773b73fbfd65ec2bfa27c3.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_6cfddc2691cda447362b7b2d181d4dd0 = L.polyline(
                [[4.029, 9.767833], [4.046556, 9.766222]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_6cfddc2691cda447362b7b2d181d4dd0.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_87bd368065e66cf6f0954780a8320584 = L.polyline(
                [[4.0291, 9.767933], [4.046656, 9.766322]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_87bd368065e66cf6f0954780a8320584.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_b5904ab1afef075d02339d6f5f13dfd3 = L.polyline(
                [[4.040083, 9.706106], [4.036926, 9.703794]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_b5904ab1afef075d02339d6f5f13dfd3.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_6412b1fbb155576aeeb4655d1159d2ba = L.polyline(
                [[4.040183, 9.706206], [4.037026, 9.703894]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_6412b1fbb155576aeeb4655d1159d2ba.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_4298e56b3a38433d960961338dff78ce = L.polyline(
                [[4.040819, 9.733028], [4.037722, 9.711917]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_4298e56b3a38433d960961338dff78ce.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_9ac9c901563f721251be8f88dcc3bb39 = L.polyline(
                [[4.040919, 9.733127999999999], [4.037821999999999, 9.712017]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_9ac9c901563f721251be8f88dcc3bb39.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_a98f224a3c48e0044217363e5acd74f8 = L.polyline(
                [[4.040819, 9.733028], [4.038342, 9.741011]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_a98f224a3c48e0044217363e5acd74f8.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_805e2f43067405eff20fbf0be8f300c8 = L.polyline(
                [[4.040919, 9.733127999999999], [4.038442, 9.741111]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_805e2f43067405eff20fbf0be8f300c8.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_790716943058337e7fa919a4fdce587c = L.polyline(
                [[4.040886, 9.699006], [4.03931, 9.70265]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_790716943058337e7fa919a4fdce587c.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_c002d99064877c036e8f19a666858170 = L.polyline(
                [[4.040986, 9.699106], [4.03941, 9.70275]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_c002d99064877c036e8f19a666858170.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_29c23589f3daea22194daf5fef36241e = L.polyline(
                [[4.042306, 9.774], [4.039278, 9.7795]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_29c23589f3daea22194daf5fef36241e.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_c88bae9c4503b62858d0d08ab1238bb8 = L.polyline(
                [[4.042406, 9.774099999999999], [4.039378, 9.7796]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_c88bae9c4503b62858d0d08ab1238bb8.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_332b5066fbf259e7fc5ee322ae436e33 = L.polyline(
                [[4.041417, 9.686417], [4.040697, 9.689827]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_332b5066fbf259e7fc5ee322ae436e33.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_924980cec1bf2c947319b91b5377ce32 = L.polyline(
                [[4.041517, 9.686517], [4.0407969999999995, 9.689926999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_924980cec1bf2c947319b91b5377ce32.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_36b4ba43b11ae1a118c0f124c5ab182a = L.polyline(
                [[4.03875, 9.762056], [4.043386, 9.754583]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_36b4ba43b11ae1a118c0f124c5ab182a.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_05c9aba69b9645272bf9718a382f80d1 = L.polyline(
                [[4.03885, 9.762156], [4.043486, 9.754683]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_05c9aba69b9645272bf9718a382f80d1.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_db967f1865e96f80ebc84bdbe9f7ddcd = L.polyline(
                [[4.040819, 9.733028], [4.041694, 9.728389]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_db967f1865e96f80ebc84bdbe9f7ddcd.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_cde7b23814abf248d7b8ce1643c1d068 = L.polyline(
                [[4.040919, 9.733127999999999], [4.041793999999999, 9.728489]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_cde7b23814abf248d7b8ce1643c1d068.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_e80ea85d01b6d8ec4a44a3a47f1a2fba = L.polyline(
                [[4.029, 9.767833], [4.053694, 9.779361]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_e80ea85d01b6d8ec4a44a3a47f1a2fba.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_2b7363d32eda925bbe5713cb8c5f70b0 = L.polyline(
                [[4.0291, 9.767933], [4.053794, 9.779461]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_2b7363d32eda925bbe5713cb8c5f70b0.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_ea2723cf0f4f2f19f8a80ce8024319e6 = L.polyline(
                [[4.040819, 9.733028], [4.043778, 9.747639]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_ea2723cf0f4f2f19f8a80ce8024319e6.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_e014c9810e1a54387de853ff5e96fe45 = L.polyline(
                [[4.040919, 9.733127999999999], [4.043877999999999, 9.747739]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_e014c9810e1a54387de853ff5e96fe45.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_6229e50131c5b66b419a4df9358d14ac = L.polyline(
                [[4.056559, 9.702978], [4.028444, 9.73025]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_6229e50131c5b66b419a4df9358d14ac.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_53d827c4797447e2217fbe8a07ecf85f = L.polyline(
                [[4.056659, 9.703078], [4.028544, 9.73035]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_53d827c4797447e2217fbe8a07ecf85f.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_eae62f209bfbd723d383dacf78270e46 = L.polyline(
                [[4.040886, 9.699006], [4.04425, 9.69725]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_eae62f209bfbd723d383dacf78270e46.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_0ecb5f0a29650fb1d91db6d561f46c2a = L.polyline(
                [[4.040986, 9.699106], [4.04435, 9.69735]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_0ecb5f0a29650fb1d91db6d561f46c2a.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_ff957741f888f89b697b1d3dc7e325e7 = L.polyline(
                [[4.04244, 9.704083], [4.043194, 9.707889]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_ff957741f888f89b697b1d3dc7e325e7.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_78cf7f938d04b7eeee450d39624675dd = L.polyline(
                [[4.04254, 9.704183], [4.0432939999999995, 9.707989]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_78cf7f938d04b7eeee450d39624675dd.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_46b9872ec022c9f72bc6c82c015e5e38 = L.polyline(
                [[4.041417, 9.686417], [4.04625, 9.688194]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_46b9872ec022c9f72bc6c82c015e5e38.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_b4ce3ee7d4d9a26f3c859a49bcd7206c = L.polyline(
                [[4.041517, 9.686517], [4.0463499999999994, 9.688293999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_b4ce3ee7d4d9a26f3c859a49bcd7206c.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_4d4cf8669f744f6964325ee90fc8f8a7 = L.polyline(
                [[4.043194, 9.707889], [4.044661, 9.700739]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_4d4cf8669f744f6964325ee90fc8f8a7.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_dea92c819771fe61f3d7f35b8295ada7 = L.polyline(
                [[4.0432939999999995, 9.707989], [4.044760999999999, 9.700839]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_dea92c819771fe61f3d7f35b8295ada7.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_b3f44ade9773b52e31723cbb5a15fd47 = L.polyline(
                [[4.041694, 9.728389], [4.0475, 9.72575]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_b3f44ade9773b52e31723cbb5a15fd47.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_6a577989f96cdb20531f4a1e145b9669 = L.polyline(
                [[4.041793999999999, 9.728489], [4.0476, 9.72585]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_6a577989f96cdb20531f4a1e145b9669.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_8c300780ae890696b9d489a60f6ce930 = L.polyline(
                [[4.040886, 9.699006], [4.048586, 9.721043]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_8c300780ae890696b9d489a60f6ce930.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_30db56e63e4a49b69a3ed204423111e7 = L.polyline(
                [[4.040986, 9.699106], [4.048686, 9.721143]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_30db56e63e4a49b69a3ed204423111e7.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_f65c1b4dc0b01f45a6f26c15b49f629c = L.polyline(
                [[4.04642, 9.71598], [4.048586, 9.721043]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_f65c1b4dc0b01f45a6f26c15b49f629c.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_70c461f27d1a68505500dc475b5226db = L.polyline(
                [[4.04652, 9.71608], [4.048686, 9.721143]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_70c461f27d1a68505500dc475b5226db.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_ab36a3f3483183ea711c9a07d9b0673c = L.polyline(
                [[4.044694, 9.703528], [4.051333, 9.706861]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_ab36a3f3483183ea711c9a07d9b0673c.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_dcccd3c0c4a242dd704bd670ec5dcc78 = L.polyline(
                [[4.049556, 9.698333], [4.04675, 9.698917]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_dcccd3c0c4a242dd704bd670ec5dcc78.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_af0cf6c6c95ffb4370392bda4ba99e8e = L.polyline(
                [[4.049656, 9.698433], [4.04685, 9.699017]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_af0cf6c6c95ffb4370392bda4ba99e8e.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_fa423b31aca19a8e73384d75b7ef51b2 = L.polyline(
                [[4.051333, 9.706861], [4.0465, 9.708472]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_fa423b31aca19a8e73384d75b7ef51b2.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_4069f890c49c7ca1fff93d4c057b0e58 = L.polyline(
                [[4.051432999999999, 9.706961], [4.0466, 9.708572]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_4069f890c49c7ca1fff93d4c057b0e58.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_29c59d68d7fbc42a4c92510cd36c060a = L.polyline(
                [[4.050192, 9.771911], [4.049658, 9.777253]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_29c59d68d7fbc42a4c92510cd36c060a.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_330b27dfeaf1cd6112a01ed126c84d67 = L.polyline(
                [[4.050292, 9.772011], [4.049758, 9.777353]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_330b27dfeaf1cd6112a01ed126c84d67.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_a6008ff2059349c66acf75c841479f55 = L.polyline(
                [[4.052028, 9.741306], [4.048272, 9.739644]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_a6008ff2059349c66acf75c841479f55.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_ed2cd476730bff7178a8aeab501f6a15 = L.polyline(
                [[4.052444, 9.702389], [4.04825, 9.704556]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_ed2cd476730bff7178a8aeab501f6a15.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_2bbc9052524f0d6cf9f58d1e4bbb2b89 = L.polyline(
                [[4.052544, 9.702489], [4.04835, 9.704656]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_2bbc9052524f0d6cf9f58d1e4bbb2b89.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_c5e2d8409c0c6aec1f309bef9800d628 = L.polyline(
                [[4.053667, 9.750917], [4.047389, 9.756833]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_c5e2d8409c0c6aec1f309bef9800d628.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_db803feec850b4613baeb232ef5855f7 = L.polyline(
                [[4.053767, 9.751017], [4.047489, 9.756933]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_db803feec850b4613baeb232ef5855f7.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_78efe30517a790825a0e1e0152666b28 = L.polyline(
                [[4.053694, 9.779361], [4.050472, 9.797806]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_78efe30517a790825a0e1e0152666b28.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_60e15e5856e734686f4556ed48b2a0cd = L.polyline(
                [[4.053794, 9.779461], [4.050572, 9.797906]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_60e15e5856e734686f4556ed48b2a0cd.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_46260dee10832240b7daf8992e096685 = L.polyline(
                [[4.053667, 9.750917], [4.05525, 9.775889]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_46260dee10832240b7daf8992e096685.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_2cd6d6cbe95f572c4a45bfa4ed3851ce = L.polyline(
                [[4.053767, 9.751017], [4.05535, 9.775989]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_2cd6d6cbe95f572c4a45bfa4ed3851ce.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_e25b781166de2bec16ab9256b783465e = L.polyline(
                [[4.053667, 9.750917], [4.058167, 9.754444]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_e25b781166de2bec16ab9256b783465e.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_6626b381bc97c264ef691e0fcce44956 = L.polyline(
                [[4.053767, 9.751017], [4.058267, 9.754544]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_6626b381bc97c264ef691e0fcce44956.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_9e29f11b1340e4dacd23ff30f32a540c = L.polyline(
                [[4.0585, 9.768444], [4.053639, 9.767556]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_9e29f11b1340e4dacd23ff30f32a540c.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_6951d1c08c3d8dd34bc867211331088a = L.polyline(
                [[4.0586, 9.768544], [4.053739, 9.767656]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_6951d1c08c3d8dd34bc867211331088a.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_8528e30349ccca52f34077db6d227c7a = L.polyline(
                [[4.058056, 9.738694], [4.054186, 9.745611]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_8528e30349ccca52f34077db6d227c7a.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_b2f14d543bc7f0096214cf85b07ba73f = L.polyline(
                [[4.058155999999999, 9.738794], [4.054285999999999, 9.745711]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_b2f14d543bc7f0096214cf85b07ba73f.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_a0700ba9b1a87948567408050a016ea3 = L.polyline(
                [[4.053667, 9.750917], [4.059611, 9.743528]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_a0700ba9b1a87948567408050a016ea3.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_71bc60d291587356a180e99f6d8359cb = L.polyline(
                [[4.053767, 9.751017], [4.059711, 9.743628]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_71bc60d291587356a180e99f6d8359cb.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_1442ff9630cb8501693ab18b706c42d2 = L.polyline(
                [[4.060028, 9.726194], [4.053667, 9.750917]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_1442ff9630cb8501693ab18b706c42d2.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_d23c2450abb30627b980c0080fd6e61e = L.polyline(
                [[4.060128, 9.726294], [4.053767, 9.751017]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_d23c2450abb30627b980c0080fd6e61e.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_3838410de28bf425aeb54f80365f29ea = L.polyline(
                [[4.060228, 9.726393999999999], [4.053867, 9.751116999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_3838410de28bf425aeb54f80365f29ea.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_b38708b4ff635df6e6be4e079cb4e582 = L.polyline(
                [[4.060328, 9.726493999999999], [4.053967, 9.751216999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_b38708b4ff635df6e6be4e079cb4e582.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_ead8ea122bb26cc4277e95d36c72abe5 = L.polyline(
                [[4.060428, 9.726594], [4.054067, 9.751317]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_ead8ea122bb26cc4277e95d36c72abe5.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_fec7804e857e3a09718dc7ca6f4db396 = L.polyline(
                [[4.060528, 9.726694], [4.054167, 9.751417]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_fec7804e857e3a09718dc7ca6f4db396.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_fc0136503b962f3d0d7c93ee94a7c9ae = L.polyline(
                [[4.053667, 9.750917], [4.06025, 9.734028]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_fc0136503b962f3d0d7c93ee94a7c9ae.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_b222ef22016306d2c911cce7d2e68b8a = L.polyline(
                [[4.053767, 9.751017], [4.06035, 9.734128]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_b222ef22016306d2c911cce7d2e68b8a.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_6d219d51ffb7203b065c99bd2bda13cc = L.polyline(
                [[4.0585, 9.768444], [4.056417, 9.763167]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_6d219d51ffb7203b065c99bd2bda13cc.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_0a581d4042a0c4091e186d4d777707b8 = L.polyline(
                [[4.0586, 9.768544], [4.0565169999999995, 9.763266999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_0a581d4042a0c4091e186d4d777707b8.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_cd7b2b55ec2f56232600bfe7e6065e53 = L.polyline(
                [[4.053667, 9.750917], [4.062806, 9.786861]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_cd7b2b55ec2f56232600bfe7e6065e53.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_214c242029efd0a586adc297289025f9 = L.polyline(
                [[4.053767, 9.751017], [4.062906, 9.786961]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_214c242029efd0a586adc297289025f9.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_0443a7f11c799ea76a25c02b97b73b4b = L.polyline(
                [[4.06425, 9.714664], [4.053242, 9.720853]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_0443a7f11c799ea76a25c02b97b73b4b.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_3341b80d3e20085d70d8ae62ac03618f = L.polyline(
                [[4.06435, 9.714764], [4.053342, 9.720953]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_3341b80d3e20085d70d8ae62ac03618f.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_4aee40dfbca8dbe786bc18422f807760 = L.polyline(
                [[4.053667, 9.750917], [4.064069, 9.75311]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_4aee40dfbca8dbe786bc18422f807760.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_85558437697d8fcbff75adf1bb3d28fb = L.polyline(
                [[4.053767, 9.751017], [4.064169, 9.75321]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_85558437697d8fcbff75adf1bb3d28fb.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_3f6febc4da59684f3d862ab4f33c03c6 = L.polyline(
                [[4.053667, 9.750917], [4.064361, 9.767778]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_3f6febc4da59684f3d862ab4f33c03c6.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_bc1cf6e8a757f0f08d1ddd5705793004 = L.polyline(
                [[4.053767, 9.751017], [4.064461, 9.767878]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_bc1cf6e8a757f0f08d1ddd5705793004.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_4d1b58e4ba3b6b02294ea7d3f2a334b1 = L.polyline(
                [[4.060333, 9.708444], [4.058638, 9.715412]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_4d1b58e4ba3b6b02294ea7d3f2a334b1.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_927351eedde282b23350a5eeebece5b5 = L.polyline(
                [[4.060433, 9.708544], [4.058738, 9.715512]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_927351eedde282b23350a5eeebece5b5.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_83eda36ca9c152eda4ec7cfe86f1746b = L.polyline(
                [[4.053667, 9.750917], [4.066322, 9.759558]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_83eda36ca9c152eda4ec7cfe86f1746b.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_5b4c9b130eaa384fd0cde041a65d132d = L.polyline(
                [[4.053767, 9.751017], [4.066422, 9.759658]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_5b4c9b130eaa384fd0cde041a65d132d.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_e15d43f3e9eab4c398c727d05641bf24 = L.polyline(
                [[4.0585, 9.768444], [4.063131, 9.777639]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_e15d43f3e9eab4c398c727d05641bf24.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_01a95df11b16615ee2c8a95e62245eed = L.polyline(
                [[4.0586, 9.768544], [4.063231, 9.777739]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_01a95df11b16615ee2c8a95e62245eed.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_536e84bf59e297bdf85355eee9cd7ee1 = L.polyline(
                [[4.059611, 9.743528], [4.06356, 9.74569]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_536e84bf59e297bdf85355eee9cd7ee1.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_d88d0b2fdfdf964d0fa08c7bb30e8f80 = L.polyline(
                [[4.059711, 9.743628], [4.06366, 9.74579]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_d88d0b2fdfdf964d0fa08c7bb30e8f80.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_1a58423f307b093756883727c546adaf = L.polyline(
                [[4.059583, 9.704333], [4.065972, 9.706333]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_1a58423f307b093756883727c546adaf.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_cd70d31e3aab87a4c7bc1194522cfa00 = L.polyline(
                [[4.059683, 9.704433], [4.066072, 9.706433]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_cd70d31e3aab87a4c7bc1194522cfa00.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_b5a4a30c696f6c0062e6aec4d19f8cdd = L.polyline(
                [[4.06425, 9.714664], [4.061556, 9.719389]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_b5a4a30c696f6c0062e6aec4d19f8cdd.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_c6dc1fdb56adc68d9960b0c69867b371 = L.polyline(
                [[4.06435, 9.714764], [4.061656, 9.719489]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_c6dc1fdb56adc68d9960b0c69867b371.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_6cf12b3d24f7bc265f838c91aa1882e5 = L.polyline(
                [[4.066322, 9.759558], [4.062528, 9.76425]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_6cf12b3d24f7bc265f838c91aa1882e5.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_5355d86ed28bb3f5b36dd9d5b4e3252d = L.polyline(
                [[4.066422, 9.759658], [4.062628, 9.76435]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_5355d86ed28bb3f5b36dd9d5b4e3252d.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_e21b3e4b18cc1a1b8b4eec61ff5900e5 = L.polyline(
                [[4.063917, 9.710083], [4.06688, 9.71287]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_e21b3e4b18cc1a1b8b4eec61ff5900e5.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_57bff7818c5fb09419cce4d721fcdac6 = L.polyline(
                [[4.064017, 9.710182999999999], [4.06698, 9.71297]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_57bff7818c5fb09419cce4d721fcdac6.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_edcf6e37f0465cba86fe31e5715ec95c = L.polyline(
                [[4.065848, 9.79152], [4.06725, 9.799722]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_edcf6e37f0465cba86fe31e5715ec95c.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_fb6209147b2fb72ecb68142e6e8f0c6b = L.polyline(
                [[4.065948, 9.79162], [4.067349999999999, 9.799821999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_fb6209147b2fb72ecb68142e6e8f0c6b.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_5678ac1430f5629aef08210f522343cd = L.polyline(
                [[4.06425, 9.714664], [4.07139, 9.72547]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_5678ac1430f5629aef08210f522343cd.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_f188c126cb12ce91ab5c7d32fbf38397 = L.polyline(
                [[4.06435, 9.714764], [4.07149, 9.72557]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_f188c126cb12ce91ab5c7d32fbf38397.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_8137b66fc5c7ffb40ef5517c2e973a53 = L.polyline(
                [[4.065667, 9.722972], [4.071389, 9.729139]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_8137b66fc5c7ffb40ef5517c2e973a53.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_8cae47c45c0e04538e40623e20629b2a = L.polyline(
                [[4.065767, 9.723072], [4.071489, 9.729239]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_8cae47c45c0e04538e40623e20629b2a.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_95955c4cb65441a3c953cfe26fd896dc = L.polyline(
                [[4.071278, 9.714869], [4.06688, 9.71287]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_95955c4cb65441a3c953cfe26fd896dc.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_f6b118626c50e58bb890297af7173044 = L.polyline(
                [[4.071378, 9.714969], [4.06698, 9.71297]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_f6b118626c50e58bb890297af7173044.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_dc563146ad7ae4a78621cd073a461e3e = L.polyline(
                [[4.071389, 9.729139], [4.07139, 9.72547]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_dc563146ad7ae4a78621cd073a461e3e.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_fbb683f4e050ecd99708c947f3dda7c7 = L.polyline(
                [[4.071489, 9.729239], [4.07149, 9.72557]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_fbb683f4e050ecd99708c947f3dda7c7.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_9b0b5010c6cae91d8da4db4e38d86774 = L.polyline(
                [[4.072222, 9.736111], [4.072661, 9.742681]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_9b0b5010c6cae91d8da4db4e38d86774.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_26ea6091c819f6a880fb70e14c71be56 = L.polyline(
                [[4.072322, 9.736210999999999], [4.072761, 9.742780999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_26ea6091c819f6a880fb70e14c71be56.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_e6f2cf55b97a953bb4e6d275f3ed54f8 = L.polyline(
                [[4.071639, 9.76925], [4.073367, 9.774]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_e6f2cf55b97a953bb4e6d275f3ed54f8.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_89952d790e3dec16afa8fdb669aff141 = L.polyline(
                [[4.071739, 9.76935], [4.073467, 9.774099999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_89952d790e3dec16afa8fdb669aff141.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_384c9043fae767805d92777139641d85 = L.polyline(
                [[4.06425, 9.714664], [4.084075, 9.721058]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_384c9043fae767805d92777139641d85.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_6b72132aae08a10f99045bb807d95ecd = L.polyline(
                [[4.06435, 9.714764], [4.084175, 9.721157999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_6b72132aae08a10f99045bb807d95ecd.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_07057dcdd50a8d516eb0e759aa4a3866 = L.polyline(
                [[4.074778, 9.761667], [4.07475, 9.745583]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_07057dcdd50a8d516eb0e759aa4a3866.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_82aea9759f552ef81e0ed5e6c9325188 = L.polyline(
                [[4.074878, 9.761766999999999], [4.07485, 9.745683]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_82aea9759f552ef81e0ed5e6c9325188.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_1115643942915723e987dabf66a4c35f = L.polyline(
                [[4.070306, 9.719639], [4.079889, 9.719417]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_1115643942915723e987dabf66a4c35f.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_1c6c36ce385408f575e07beb5f086f48 = L.polyline(
                [[4.070406, 9.719739], [4.079988999999999, 9.719517]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_1c6c36ce385408f575e07beb5f086f48.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_c4fdc5e3011ad90981ec24a9212260db = L.polyline(
                [[4.0817, 9.786083], [4.069972, 9.781778]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_c4fdc5e3011ad90981ec24a9212260db.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_04c6c04bbab34a574ec97152510d66cd = L.polyline(
                [[4.081799999999999, 9.786183], [4.070072, 9.781877999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_04c6c04bbab34a574ec97152510d66cd.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_f9b98e525e2bc34797fb0eea36ef0e2f = L.polyline(
                [[4.074778, 9.761667], [4.07833, 9.75645]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_f9b98e525e2bc34797fb0eea36ef0e2f.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_4b9a93a77663886be6efbf121e8a65c8 = L.polyline(
                [[4.074878, 9.761766999999999], [4.07843, 9.756549999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_4b9a93a77663886be6efbf121e8a65c8.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_831ebd28824ea1bb352a0fb7fc3f2cff = L.polyline(
                [[4.079889, 9.719417], [4.07625, 9.721778]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_831ebd28824ea1bb352a0fb7fc3f2cff.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_66e706e0a1c4cc2739524b8220b772a7 = L.polyline(
                [[4.079988999999999, 9.719517], [4.07635, 9.721878]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_66e706e0a1c4cc2739524b8220b772a7.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_1a29927d98fd63b235aa65bb2823cd4c = L.polyline(
                [[4.081867, 9.756825], [4.07475, 9.745583]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_1a29927d98fd63b235aa65bb2823cd4c.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_5c49a1d0e3d63fa65af64c5145298c67 = L.polyline(
                [[4.081967, 9.756924999999999], [4.07485, 9.745683]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_5c49a1d0e3d63fa65af64c5145298c67.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_3e52d22081377dac7012ca80167c5e4c = L.polyline(
                [[4.0817, 9.786083], [4.076722, 9.801611]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_3e52d22081377dac7012ca80167c5e4c.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_efece5e77760f5e0908cc4d486e9cd91 = L.polyline(
                [[4.081799999999999, 9.786183], [4.076822, 9.801711]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_efece5e77760f5e0908cc4d486e9cd91.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_2e842536daf6f48e9a9608b1ea7d5cdd = L.polyline(
                [[4.085936, 9.752944], [4.072661, 9.742681]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_2e842536daf6f48e9a9608b1ea7d5cdd.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_b8d09c9ae3b21ce4ef3f319ee164070e = L.polyline(
                [[4.086036, 9.753044], [4.072761, 9.742780999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_b8d09c9ae3b21ce4ef3f319ee164070e.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_ca75b022aff415fcf02f330805e95d8f = L.polyline(
                [[4.085936, 9.752944], [4.073367, 9.774]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_ca75b022aff415fcf02f330805e95d8f.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_64e7777f95fbf0a964f438596a872099 = L.polyline(
                [[4.086036, 9.753044], [4.073467, 9.774099999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_64e7777f95fbf0a964f438596a872099.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_8c79ab286d37446792d0b4dd24c869b6 = L.polyline(
                [[4.0817, 9.786083], [4.07844, 9.79339]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_8c79ab286d37446792d0b4dd24c869b6.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_16cd2ac87b7d0d0b77022be5cd5e898a = L.polyline(
                [[4.081799999999999, 9.786183], [4.078539999999999, 9.79349]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_16cd2ac87b7d0d0b77022be5cd5e898a.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_d94cf82f2f0f5d60939ea8c5a0e4a4e4 = L.polyline(
                [[4.085936, 9.752944], [4.074861, 9.753278]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_d94cf82f2f0f5d60939ea8c5a0e4a4e4.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_305d95032062fc928b6e4f4727184473 = L.polyline(
                [[4.086036, 9.753044], [4.074961, 9.753378]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_305d95032062fc928b6e4f4727184473.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_49d65ed9a8f523a6a510d54cf48e06a2 = L.polyline(
                [[4.081441, 9.765535], [4.081867, 9.756825]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_49d65ed9a8f523a6a510d54cf48e06a2.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_c7a0b4d2fe2819d22b12b6e45fd824f2 = L.polyline(
                [[4.081541, 9.765635], [4.081967, 9.756924999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_c7a0b4d2fe2819d22b12b6e45fd824f2.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_ec020bfb0aaa9fd753e488c143d54d1f = L.polyline(
                [[4.0817, 9.786083], [4.08393, 9.7949]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_ec020bfb0aaa9fd753e488c143d54d1f.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_d2d9b05e9d6c2dafca0885483ae6282d = L.polyline(
                [[4.081799999999999, 9.786183], [4.084029999999999, 9.795]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_d2d9b05e9d6c2dafca0885483ae6282d.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_6ba89a405f056812edd194272a8bd01b = L.polyline(
                [[4.0817, 9.786083], [4.08438, 9.77848]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_6ba89a405f056812edd194272a8bd01b.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_377f346bb6c5a9aaa99f70b028aa7e4b = L.polyline(
                [[4.081799999999999, 9.786183], [4.08448, 9.77858]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_377f346bb6c5a9aaa99f70b028aa7e4b.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_1e4967562fc941c3049b00358ecde2cc = L.polyline(
                [[4.074778, 9.761667], [4.093194, 9.751769]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_1e4967562fc941c3049b00358ecde2cc.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_301fffb50f3c85c0bdc4bc3cc2ed5266 = L.polyline(
                [[4.074878, 9.761766999999999], [4.093294, 9.751869]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_301fffb50f3c85c0bdc4bc3cc2ed5266.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_661be5d945135395a142bcd664dfaea0 = L.polyline(
                [[4.085936, 9.752944], [4.083056, 9.728889]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_661be5d945135395a142bcd664dfaea0.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_9a72629a3ae4cab1106d071bca695cd5 = L.polyline(
                [[4.086036, 9.753044], [4.083156, 9.728989]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_9a72629a3ae4cab1106d071bca695cd5.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_eea27843c2bbbbeda8aabadae6dc807f = L.polyline(
                [[4.085936, 9.752944], [4.083528, 9.738306]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_eea27843c2bbbbeda8aabadae6dc807f.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_b1d4f34b427ef583320ae079b0a9d8cb = L.polyline(
                [[4.086036, 9.753044], [4.083628, 9.738406]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_b1d4f34b427ef583320ae079b0a9d8cb.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_c3e7bb2571c1a3498fa0e8462df09865 = L.polyline(
                [[4.0817, 9.786083], [4.089889, 9.783583]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_c3e7bb2571c1a3498fa0e8462df09865.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_f49a9dfceeda8421a7260d996414df28 = L.polyline(
                [[4.081799999999999, 9.786183], [4.089989, 9.783683]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_f49a9dfceeda8421a7260d996414df28.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_3d6ad6c6316ac45e83b3f1b970852832 = L.polyline(
                [[4.074778, 9.761667], [4.097333, 9.743333]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_3d6ad6c6316ac45e83b3f1b970852832.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_f51dfdabec02b19a5968be1384bb1f53 = L.polyline(
                [[4.074878, 9.761766999999999], [4.097433, 9.743433]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_f51dfdabec02b19a5968be1384bb1f53.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_f714c35933293ef41d34cd5e18950046 = L.polyline(
                [[4.085936, 9.752944], [4.08663, 9.76601]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_f714c35933293ef41d34cd5e18950046.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_0381240a74386f57a0f50c36b2f43f93 = L.polyline(
                [[4.086036, 9.753044], [4.08673, 9.76611]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_0381240a74386f57a0f50c36b2f43f93.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_9622037ea1a8e572dc13889f3b9d58c3 = L.polyline(
                [[4.0817, 9.786083], [4.091389, 9.808667]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_9622037ea1a8e572dc13889f3b9d58c3.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_cc979f5fd145712d773f0e587c2ab260 = L.polyline(
                [[4.081799999999999, 9.786183], [4.091489, 9.808767]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_cc979f5fd145712d773f0e587c2ab260.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_6ebcc44cc2a8288417aacaec72a0618d = L.polyline(
                [[4.085936, 9.752944], [4.090833, 9.758611]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_6ebcc44cc2a8288417aacaec72a0618d.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_a502a5cff4089bcd77d23815ab21b944 = L.polyline(
                [[4.086036, 9.753044], [4.090933, 9.758711]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_a502a5cff4089bcd77d23815ab21b944.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_c9440ccfc0c70db5a050d188f8fb29b8 = L.polyline(
                [[4.08679, 9.73381], [4.091278, 9.736042]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_c9440ccfc0c70db5a050d188f8fb29b8.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_8524f449756f1ae0b23a8446d2eac19a = L.polyline(
                [[4.0868899999999995, 9.73391], [4.091378, 9.736142]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_8524f449756f1ae0b23a8446d2eac19a.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_3f1708da2de07214897999a93760f483 = L.polyline(
                [[4.074778, 9.761667], [4.104861, 9.744]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_3f1708da2de07214897999a93760f483.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_9258cc844ea55d9c7d0c9e18664639cc = L.polyline(
                [[4.074878, 9.761766999999999], [4.104960999999999, 9.7441]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_9258cc844ea55d9c7d0c9e18664639cc.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_ac5f0549e65e03dc11e740cdf987238b = L.polyline(
                [[4.08663, 9.76601], [4.0945, 9.764367]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_ac5f0549e65e03dc11e740cdf987238b.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_345452d0b5b016f42e632ea3caf737d5 = L.polyline(
                [[4.08673, 9.76611], [4.0946, 9.764467]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_345452d0b5b016f42e632ea3caf737d5.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_504274604398cf262a60e9fa1638ee1e = L.polyline(
                [[4.091944, 9.729444], [4.091278, 9.736042]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_504274604398cf262a60e9fa1638ee1e.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_c5ee1e18041da90a18b0870ceea07c02 = L.polyline(
                [[4.092044, 9.729544], [4.091378, 9.736142]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_c5ee1e18041da90a18b0870ceea07c02.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_5c6e6c05826c9d71806e371df8b05911 = L.polyline(
                [[4.09393, 9.74168], [4.097333, 9.743333]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_5c6e6c05826c9d71806e371df8b05911.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_0c9296a51dd330983571386267c828e6 = L.polyline(
                [[4.09403, 9.74178], [4.097433, 9.743433]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff);
        &#10;    
            poly_line_0c9296a51dd330983571386267c828e6.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var tile_layer_38b23ead141f6a534dbfa90d0b125e74 = L.tileLayer(
                &quot;https://tile.openstreetmap.org/{z}/{x}/{y}.png&quot;,
                {
  &quot;minZoom&quot;: 0,
  &quot;maxZoom&quot;: 19,
  &quot;maxNativeZoom&quot;: 19,
  &quot;noWrap&quot;: false,
  &quot;attribution&quot;: &quot;\u0026copy; \u003ca href=\&quot;https://www.openstreetmap.org/copyright\&quot;\u003eOpenStreetMap\u003c/a\u003e contributors&quot;,
  &quot;subdomains&quot;: &quot;abc&quot;,
  &quot;detectRetina&quot;: false,
  &quot;tms&quot;: false,
  &quot;opacity&quot;: 1,
}
&#10;            );
        &#10;    
            var tile_layer_7cf8464d37c77a08b7122b321dd5c9bf = L.tileLayer(
                &quot;https://{s}.tile.opentopomap.org/{z}/{x}/{y}.png&quot;,
                {
  &quot;minZoom&quot;: 0,
  &quot;maxZoom&quot;: 17,
  &quot;maxNativeZoom&quot;: 17,
  &quot;noWrap&quot;: false,
  &quot;attribution&quot;: &quot;Map data: \u0026copy; \u003ca href=\&quot;https://www.openstreetmap.org/copyright\&quot;\u003eOpenStreetMap\u003c/a\u003e contributors, \u003ca href=\&quot;http://viewfinderpanoramas.org\&quot;\u003eSRTM\u003c/a\u003e | Map style: \u0026copy; \u003ca href=\&quot;https://opentopomap.org\&quot;\u003eOpenTopoMap\u003c/a\u003e (\u003ca href=\&quot;https://creativecommons.org/licenses/by-sa/3.0/\&quot;\u003eCC-BY-SA\u003c/a\u003e)&quot;,
  &quot;subdomains&quot;: &quot;abc&quot;,
  &quot;detectRetina&quot;: false,
  &quot;tms&quot;: false,
  &quot;opacity&quot;: 1,
}
&#10;            );
        &#10;    
            var tile_layer_77673da731f66e16c00d7fb861acf012 = L.tileLayer(
                &quot;https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}&quot;,
                {
  &quot;minZoom&quot;: 0,
  &quot;maxZoom&quot;: 18,
  &quot;maxNativeZoom&quot;: 18,
  &quot;noWrap&quot;: false,
  &quot;attribution&quot;: &quot;Tiles \u0026copy; Esri \u0026mdash; Source: Esri, i-cubed, USDA, USGS, AEX, GeoEye, Getmapping, Aerogrid, IGN, IGP, UPR-EGP, and the GIS User Community&quot;,
  &quot;subdomains&quot;: &quot;abc&quot;,
  &quot;detectRetina&quot;: false,
  &quot;tms&quot;: false,
  &quot;opacity&quot;: 1,
}
&#10;            );
        &#10;    
            var tile_layer_f5d6aa02ad6685c298d0548666edd71e = L.tileLayer(
                &quot;https://server.arcgisonline.com/ArcGIS/rest/services/Canvas/World_Light_Gray_Base/MapServer/tile/{z}/{y}/{x}&quot;,
                {
  &quot;minZoom&quot;: 0,
  &quot;maxZoom&quot;: 16,
  &quot;maxNativeZoom&quot;: 16,
  &quot;noWrap&quot;: false,
  &quot;attribution&quot;: &quot;Tiles \u0026copy; Esri \u0026mdash; Esri, DeLorme, NAVTEQ&quot;,
  &quot;subdomains&quot;: &quot;abc&quot;,
  &quot;detectRetina&quot;: false,
  &quot;tms&quot;: false,
  &quot;opacity&quot;: 1,
}
&#10;            );
        &#10;    
            tile_layer_f5d6aa02ad6685c298d0548666edd71e.addTo(map_0eaee21ac19d6e79d9d6728e22218218);
        &#10;    
            var layer_control_2f87c784623e8d6b2b0d707c85428c33_layers = {
                base_layers : {
                    &quot;OpenStreetMap&quot; : tile_layer_38b23ead141f6a534dbfa90d0b125e74,
                    &quot;OpenTopoMap&quot; : tile_layer_7cf8464d37c77a08b7122b321dd5c9bf,
                    &quot;Esri.WorldImagery&quot; : tile_layer_77673da731f66e16c00d7fb861acf012,
                    &quot;Esri.WorldGrayCanvas&quot; : tile_layer_f5d6aa02ad6685c298d0548666edd71e,
                },
                overlays :  {
                    &quot;Sublinks&quot; : geo_json_d2a1a60da05bd97e59107bd7f16bbcf3,
                    &quot;Sublinks_sense&quot; : feature_group_ac3c0f49366d7ce760eaaeaa0717c7ff,
                },
            };
            let layer_control_2f87c784623e8d6b2b0d707c85428c33 = L.control.layers(
                layer_control_2f87c784623e8d6b2b0d707c85428c33_layers.base_layers,
                layer_control_2f87c784623e8d6b2b0d707c85428c33_layers.overlays,
                {
  &quot;position&quot;: &quot;topright&quot;,
  &quot;collapsed&quot;: true,
  &quot;autoZIndex&quot;: true,
}
            ).addTo(map_0eaee21ac19d6e79d9d6728e22218218);
&#10;        
    &#10;            L.control.fullscreen(
                {
  &quot;position&quot;: &quot;topright&quot;,
  &quot;title&quot;: &quot;Full Screen&quot;,
  &quot;titleCancel&quot;: &quot;Exit Full Screen&quot;,
  &quot;forceSeparateButton&quot;: true,
}
            ).addTo(map_0eaee21ac19d6e79d9d6728e22218218);
        &#10;    
&#10;            var geocoderOpts_geocoder_f5af8350a9d548cfe7cd4eeaae0b45f8 = {
  &quot;collapsed&quot;: true,
  &quot;position&quot;: &quot;topright&quot;,
  &quot;defaultMarkGeocode&quot;: false,
  &quot;zoom&quot;: 11,
  &quot;provider&quot;: &quot;nominatim&quot;,
  &quot;providerOptions&quot;: {
},
};
&#10;            // note: geocoder name should start with lowercase
            var geocoderName_geocoder_f5af8350a9d548cfe7cd4eeaae0b45f8 = geocoderOpts_geocoder_f5af8350a9d548cfe7cd4eeaae0b45f8[&quot;provider&quot;];
&#10;            var customGeocoder_geocoder_f5af8350a9d548cfe7cd4eeaae0b45f8 = L.Control.Geocoder[ geocoderName_geocoder_f5af8350a9d548cfe7cd4eeaae0b45f8 ](
                geocoderOpts_geocoder_f5af8350a9d548cfe7cd4eeaae0b45f8[&#x27;providerOptions&#x27;]
            );
            geocoderOpts_geocoder_f5af8350a9d548cfe7cd4eeaae0b45f8[&quot;geocoder&quot;] = customGeocoder_geocoder_f5af8350a9d548cfe7cd4eeaae0b45f8;
&#10;            L.Control.geocoder(
                geocoderOpts_geocoder_f5af8350a9d548cfe7cd4eeaae0b45f8
            ).on(&#x27;markgeocode&#x27;, function(e) {
                var zoom = geocoderOpts_geocoder_f5af8350a9d548cfe7cd4eeaae0b45f8[&#x27;zoom&#x27;] || map_0eaee21ac19d6e79d9d6728e22218218.getZoom();
                map_0eaee21ac19d6e79d9d6728e22218218.setView(e.geocode.center, zoom);
            }).addTo(map_0eaee21ac19d6e79d9d6728e22218218);
&#10;        
    &#10;            var measure_control_e5dc51ed37c6d79a56056d7f7086b80c = new L.Control.Measure(
                {
  &quot;position&quot;: &quot;bottomright&quot;,
  &quot;primaryLengthUnit&quot;: &quot;meters&quot;,
  &quot;secondaryLengthUnit&quot;: &quot;miles&quot;,
  &quot;primaryAreaUnit&quot;: &quot;sqmeters&quot;,
  &quot;secondaryAreaUnit&quot;: &quot;acres&quot;,
});
            map_0eaee21ac19d6e79d9d6728e22218218.addControl(measure_control_e5dc51ed37c6d79a56056d7f7086b80c);
&#10;            // Workaround for using this plugin with Leaflet&gt;=1.8.0
            // https://github.com/ljagis/leaflet-measure/issues/171
            L.Control.Measure.include({
                _setCaptureMarkerIcon: function () {
                    // disable autopan
                    this._captureMarker.options.autoPanOnFocus = false;
                    // default function
                    this._captureMarker.setIcon(
                        L.divIcon({
                            iconSize: this._map.getSize().multiplyBy(2)
                        })
                    );
                },
            });
&#10;        
    &#10;            L.Control.TimeDimensionCustom = L.Control.TimeDimension.extend({
                _getDisplayDateFormat: function(date){
                    var newdate = new moment(date);
                    console.log(newdate)
                    return newdate.format(&quot;YYYY-MM-DD HH:mm:ss&quot;);
                }
            });
            map_0eaee21ac19d6e79d9d6728e22218218.timeDimension = L.timeDimension(
                {
                    period: &quot;PT15M&quot;,
                }
            );
            var timeDimensionControl = new L.Control.TimeDimensionCustom(
                {
  &quot;position&quot;: &quot;bottomleft&quot;,
  &quot;minSpeed&quot;: 0.1,
  &quot;maxSpeed&quot;: 1,
  &quot;autoPlay&quot;: false,
  &quot;loopButton&quot;: true,
  &quot;timeSliderDragUpdate&quot;: true,
  &quot;speedSlider&quot;: true,
  &quot;playerOptions&quot;: {
  &quot;transitionTime&quot;: 200,
  &quot;loop&quot;: false,
  &quot;startOver&quot;: true,
},
}
            );
            map_0eaee21ac19d6e79d9d6728e22218218.addControl(this.timeDimensionControl);
&#10;            var geoJsonLayer = L.geoJson({&quot;type&quot;: &quot;FeatureCollection&quot;, &quot;features&quot;: [{&quot;id&quot;: &quot;0&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 0.25925925925926, &quot;style&quot;: {&quot;color&quot;: &quot;#3a548c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.791866, 3.97665]]}, &quot;bbox&quot;: [9.787167, 3.97665, 9.791866, 3.992722]}, {&quot;id&quot;: &quot;36&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 0.1428571428571425, &quot;style&quot;: {&quot;color&quot;: &quot;#46327e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.791966, 3.97675]]}, &quot;bbox&quot;: [9.787267, 3.97675, 9.791966, 3.9928220000000003]}, {&quot;id&quot;: &quot;72&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.38157894736842113, &quot;style&quot;: {&quot;color&quot;: &quot;#2c738e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.81613, 3.97866]]}, &quot;bbox&quot;: [9.787167, 3.97866, 9.81613, 3.992722]}, {&quot;id&quot;: &quot;108&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.03096539162112938, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.81623, 3.9787600000000003]]}, &quot;bbox&quot;: [9.787267, 3.9787600000000003, 9.81623, 3.9928220000000003]}, {&quot;id&quot;: &quot;144&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 556.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763806, 3.997361], [9.75885, 3.99663]]}, &quot;bbox&quot;: [9.75885, 3.99663, 9.763806, 3.997361]}, {&quot;id&quot;: &quot;180&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 556.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763906, 3.9974610000000004], [9.75895, 3.9967300000000003]]}, &quot;bbox&quot;: [9.75895, 3.9967300000000003, 9.763906, 3.9974610000000004]}, {&quot;id&quot;: &quot;216&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 402.0, &quot;att&quot;: 0.03921568627450901, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745083, 4.002553], [9.748639, 4.003231]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.748639, 4.003231]}, {&quot;id&quot;: &quot;252&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 402.0, &quot;att&quot;: 0.037037037037037555, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745182999999999, 4.002653], [9.748739, 4.003331]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.748739, 4.003331]}, {&quot;id&quot;: &quot;288&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 774.0, &quot;att&quot;: 0.045454545454546115, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76732, 4.003512], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.76732, 4.003512, 9.767719, 4.0105]}, {&quot;id&quot;: &quot;324&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 774.0, &quot;att&quot;: 0.05714285714285593, &quot;style&quot;: {&quot;color&quot;: &quot;#481668&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76742, 4.0036119999999995], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.76742, 4.0036119999999995, 9.767819, 4.0106]}, {&quot;id&quot;: &quot;360&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 0.030303030303028607, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799472, 4.004194], [9.778111, 4.012278]]}, &quot;bbox&quot;: [9.778111, 4.004194, 9.799472, 4.012278]}, {&quot;id&quot;: &quot;396&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 0.1111111111111152, &quot;style&quot;: {&quot;color&quot;: &quot;#482878&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799572, 4.004294], [9.778211, 4.012378]]}, &quot;bbox&quot;: [9.778211, 4.004294, 9.799572, 4.012378]}, {&quot;id&quot;: &quot;432&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 0.20370370370370403, &quot;style&quot;: {&quot;color&quot;: &quot;#404588&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.705944, 4.01775], [9.701194, 4.008306]]}, &quot;bbox&quot;: [9.701194, 4.008306, 9.705944, 4.01775]}, {&quot;id&quot;: &quot;468&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 0.01954397394136801, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706044, 4.01785], [9.701293999999999, 4.008406]]}, &quot;bbox&quot;: [9.701293999999999, 4.008406, 9.706044, 4.01785]}, {&quot;id&quot;: &quot;504&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 0.05128205128205212, &quot;style&quot;: {&quot;color&quot;: &quot;#481467&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.763806, 3.997361]]}, &quot;bbox&quot;: [9.763806, 3.997361, 9.767833, 4.029]}, {&quot;id&quot;: &quot;540&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 0.02702702702702744, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.763906, 3.9974610000000004]]}, &quot;bbox&quot;: [9.763906, 3.9974610000000004, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;576&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 0.06493506493506492, &quot;style&quot;: {&quot;color&quot;: &quot;#48186a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741417, 4.009639], [9.723611, 4.020194]]}, &quot;bbox&quot;: [9.723611, 4.009639, 9.741417, 4.020194]}, {&quot;id&quot;: &quot;612&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 0.08974358974359006, &quot;style&quot;: {&quot;color&quot;: &quot;#482071&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741517, 4.009739], [9.723711, 4.020294]]}, &quot;bbox&quot;: [9.723711, 4.009739, 9.741517, 4.020294]}, {&quot;id&quot;: &quot;648&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 0.07843137254901941, &quot;style&quot;: {&quot;color&quot;: &quot;#481d6f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.745083, 4.002553]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.767833, 4.029]}, {&quot;id&quot;: &quot;684&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 0.06666666666666667, &quot;style&quot;: {&quot;color&quot;: &quot;#481a6c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.745182999999999, 4.002653]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;720&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 466.0, &quot;att&quot;: 0.04000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73456, 4.01734]]}, &quot;bbox&quot;: [9.73456, 4.015972, 9.738528, 4.01734]}, {&quot;id&quot;: &quot;756&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 466.0, &quot;att&quot;: 0.03448275862069012, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73466, 4.01744]]}, &quot;bbox&quot;: [9.73466, 4.016071999999999, 9.738628, 4.01744]}, {&quot;id&quot;: &quot;792&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8335.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 0.04000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.762056, 4.004472]]}, &quot;bbox&quot;: [9.762056, 4.004472, 9.767833, 4.029]}, {&quot;id&quot;: &quot;828&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8454.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 0.09523809523809684, &quot;style&quot;: {&quot;color&quot;: &quot;#482374&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.762156, 4.004572]]}, &quot;bbox&quot;: [9.762156, 4.004572, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;864&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 0.049999999999999524, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.768083, 4.017917]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.768083, 4.017917]}, {&quot;id&quot;: &quot;900&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 0.063829787234042, &quot;style&quot;: {&quot;color&quot;: &quot;#48186a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.768183, 4.0180169999999995]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.768183, 4.0180169999999995]}, {&quot;id&quot;: &quot;936&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.058823529411765565, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727083, 4.023444], [9.72629, 4.01048]]}, &quot;bbox&quot;: [9.72629, 4.01048, 9.727083, 4.023444]}, {&quot;id&quot;: &quot;972&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.10810810810810764, &quot;style&quot;: {&quot;color&quot;: &quot;#482677&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727183, 4.023543999999999], [9.72639, 4.01058]]}, &quot;bbox&quot;: [9.72639, 4.01058, 9.727183, 4.023543999999999]}, {&quot;id&quot;: &quot;1008&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 0.05714285714285795, &quot;style&quot;: {&quot;color&quot;: &quot;#481668&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.757556, 4.0195]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.757556, 4.0195]}, {&quot;id&quot;: &quot;1044&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.757655999999999, 4.0196]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.757655999999999, 4.0196]}, {&quot;id&quot;: &quot;1080&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 0.01818181818181844, &quot;style&quot;: {&quot;color&quot;: &quot;#46075a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.756817, 4.008442]]}, &quot;bbox&quot;: [9.756817, 4.008442, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1116&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 0.064516129032259, &quot;style&quot;: {&quot;color&quot;: &quot;#48186a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.756917, 4.008541999999999]]}, &quot;bbox&quot;: [9.756917, 4.008541999999999, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1152&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.014681892332789536, &quot;style&quot;: {&quot;color&quot;: &quot;#450559&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744694, 4.014417], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.744694, 4.014417, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1188&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.0510204081632653, &quot;style&quot;: {&quot;color&quot;: &quot;#481467&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744794, 4.014517], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.744794, 4.014517, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1224&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.767719, 4.0105, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1260&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 0.044444444444443565, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.767819, 4.0106, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1296&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 0.022727272727273058, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.780278, 4.023889]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.780278, 4.023889]}, {&quot;id&quot;: &quot;1332&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 0.04761904761904826, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.780377999999999, 4.023988999999999]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.780377999999999, 4.023988999999999]}, {&quot;id&quot;: &quot;1368&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 0.1315789473684209, &quot;style&quot;: {&quot;color&quot;: &quot;#472e7c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.721083, 4.0115]]}, &quot;bbox&quot;: [9.696744, 4.0115, 9.721083, 4.029381]}, {&quot;id&quot;: &quot;1404&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 0.04081632653061139, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.721183, 4.0116]]}, &quot;bbox&quot;: [9.696844, 4.0116, 9.721183, 4.029481]}, {&quot;id&quot;: &quot;1440&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 654.0, &quot;att&quot;: 0.13333333333333286, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743889, 4.0194], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.743889, 4.0194, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1476&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 654.0, &quot;att&quot;: 0.27586206896551885, &quot;style&quot;: {&quot;color&quot;: &quot;#38598c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743989, 4.0195], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.743989, 4.0195, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1512&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024043N-9.680260E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2266.0, &quot;att&quot;: 0.13333333333333386, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.67025, 4.022056], [9.69027, 4.02603]]}, &quot;bbox&quot;: [9.67025, 4.022056, 9.69027, 4.02603]}, {&quot;id&quot;: &quot;1548&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 0.1379310344827582, &quot;style&quot;: {&quot;color&quot;: &quot;#46307e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.72802, 4.03279]]}, &quot;bbox&quot;: [9.72802, 4.015972, 9.738528, 4.03279]}, {&quot;id&quot;: &quot;1584&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 0.3124999999999997, &quot;style&quot;: {&quot;color&quot;: &quot;#33628d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.72812, 4.03289]]}, &quot;bbox&quot;: [9.72812, 4.016071999999999, 9.738628, 4.03289]}, {&quot;id&quot;: &quot;1620&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.2641509433962273, &quot;style&quot;: {&quot;color&quot;: &quot;#39558c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.69921, 4.02012]]}, &quot;bbox&quot;: [9.696744, 4.02012, 9.69921, 4.029381]}, {&quot;id&quot;: &quot;1656&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.10489510489510487, &quot;style&quot;: {&quot;color&quot;: &quot;#482576&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.69931, 4.02022]]}, &quot;bbox&quot;: [9.696844, 4.02022, 9.69931, 4.029481]}, {&quot;id&quot;: &quot;1692&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18737.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 0.09090909090909208, &quot;style&quot;: {&quot;color&quot;: &quot;#482173&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.77399, 4.02125]]}, &quot;bbox&quot;: [9.767833, 4.02125, 9.77399, 4.029]}, {&quot;id&quot;: &quot;1728&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17727.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 0.06451612903225666, &quot;style&quot;: {&quot;color&quot;: &quot;#48186a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.77409, 4.02135]]}, &quot;bbox&quot;: [9.767933, 4.02135, 9.77409, 4.0291]}, {&quot;id&quot;: &quot;1764&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14431.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 874.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737194, 4.022139], [9.741992, 4.0284]]}, &quot;bbox&quot;: [9.737194, 4.022139, 9.741992, 4.0284]}, {&quot;id&quot;: &quot;1800&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14921.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 874.0, &quot;att&quot;: 0.033333333333333805, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737294, 4.022239], [9.742092, 4.0285]]}, &quot;bbox&quot;: [9.737294, 4.022239, 9.742092, 4.0285]}, {&quot;id&quot;: &quot;1836&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73325, 4.035278]]}, &quot;bbox&quot;: [9.73325, 4.015972, 9.738528, 4.035278]}, {&quot;id&quot;: &quot;1872&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73335, 4.035378]]}, &quot;bbox&quot;: [9.73335, 4.016071999999999, 9.738628, 4.035378]}, {&quot;id&quot;: &quot;1908&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 0.2941176470588239, &quot;style&quot;: {&quot;color&quot;: &quot;#355e8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.70976, 4.02238]]}, &quot;bbox&quot;: [9.696744, 4.02238, 9.70976, 4.029381]}, {&quot;id&quot;: &quot;1944&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 0.2307692307692291, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4d8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.709859999999999, 4.02248]]}, &quot;bbox&quot;: [9.696844, 4.02248, 9.709859999999999, 4.029481]}, {&quot;id&quot;: &quot;1980&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 755.0, &quot;att&quot;: 0.18181818181818202, &quot;style&quot;: {&quot;color&quot;: &quot;#433e85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.694556, 4.022917]]}, &quot;bbox&quot;: [9.694556, 4.022917, 9.696744, 4.029381]}, {&quot;id&quot;: &quot;2016&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 755.0, &quot;att&quot;: 0.025000000000000355, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.694656, 4.023016999999999]]}, &quot;bbox&quot;: [9.694656, 4.023016999999999, 9.696844, 4.029481]}, {&quot;id&quot;: &quot;2052&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2767.0, &quot;att&quot;: -0.032258064516129475, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.72684, 4.01658]]}, &quot;bbox&quot;: [9.72684, 4.01658, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2088&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 0.02325581395348868, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.726939999999999, 4.01668]]}, &quot;bbox&quot;: [9.726939999999999, 4.01668, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2124&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 364.0, &quot;att&quot;: 0.14285714285714504, &quot;style&quot;: {&quot;color&quot;: &quot;#46327e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.705139, 4.028333]]}, &quot;bbox&quot;: [9.701944, 4.028333, 9.705139, 4.029083]}, {&quot;id&quot;: &quot;2160&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 364.0, &quot;att&quot;: 0.11764705882353088, &quot;style&quot;: {&quot;color&quot;: &quot;#472a7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.705239, 4.028433]]}, &quot;bbox&quot;: [9.702043999999999, 4.028433, 9.705239, 4.029183]}, {&quot;id&quot;: &quot;2196&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 0.02325581395348868, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.686417, 4.029444]]}, &quot;bbox&quot;: [9.686417, 4.029381, 9.696744, 4.029444]}, {&quot;id&quot;: &quot;2232&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 0.07317073170731649, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.686517, 4.029544]]}, &quot;bbox&quot;: [9.686517, 4.029481, 9.696844, 4.029544]}, {&quot;id&quot;: &quot;2268&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 868.0, &quot;att&quot;: 0.08333333333333161, &quot;style&quot;: {&quot;color&quot;: &quot;#481f70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.709194, 4.032028]]}, &quot;bbox&quot;: [9.701944, 4.029083, 9.709194, 4.032028]}, {&quot;id&quot;: &quot;2304&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 868.0, &quot;att&quot;: 0.04347826086956589, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.709294, 4.032128]]}, &quot;bbox&quot;: [9.702043999999999, 4.029183, 9.709294, 4.032128]}, {&quot;id&quot;: &quot;2340&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 666.0, &quot;att&quot;: 0.13333333333333286, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.691575, 4.032433]]}, &quot;bbox&quot;: [9.691575, 4.029381, 9.696744, 4.032433]}, {&quot;id&quot;: &quot;2376&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 666.0, &quot;att&quot;: 0.07407407407407261, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.691675, 4.032533]]}, &quot;bbox&quot;: [9.691675, 4.029481, 9.696844, 4.032533]}, {&quot;id&quot;: &quot;2412&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 536.0, &quot;att&quot;: 0.04545454545454604, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699417, 4.033417]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699417, 4.033417]}, {&quot;id&quot;: &quot;2448&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 536.0, &quot;att&quot;: 0.06666666666666525, &quot;style&quot;: {&quot;color&quot;: &quot;#481a6c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699517, 4.033517]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699517, 4.033517]}, {&quot;id&quot;: &quot;2484&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 0.5135135135135127, &quot;style&quot;: {&quot;color&quot;: &quot;#20938c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.727083, 4.023444]]}, &quot;bbox&quot;: [9.727083, 4.023444, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2520&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 0.15384615384615344, &quot;style&quot;: {&quot;color&quot;: &quot;#453581&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.727183, 4.023543999999999]]}, &quot;bbox&quot;: [9.727183, 4.023543999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2556&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.09756097560975589, &quot;style&quot;: {&quot;color&quot;: &quot;#482374&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71564, 4.032], [9.71203, 4.03312]]}, &quot;bbox&quot;: [9.71203, 4.032, 9.71564, 4.03312]}, {&quot;id&quot;: &quot;2592&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71574, 4.0321], [9.71213, 4.03322]]}, &quot;bbox&quot;: [9.71213, 4.0321, 9.71574, 4.03322]}, {&quot;id&quot;: &quot;2628&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 0.02564102564102597, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.755167, 4.037361]]}, &quot;bbox&quot;: [9.755167, 4.029, 9.767833, 4.037361]}, {&quot;id&quot;: &quot;2664&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 0.02702702702702744, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.755267, 4.0374609999999995]]}, &quot;bbox&quot;: [9.755267, 4.0291, 9.767933, 4.0374609999999995]}, {&quot;id&quot;: &quot;2700&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 323.0, &quot;att&quot;: 0.10000000000000142, &quot;style&quot;: {&quot;color&quot;: &quot;#482475&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691575, 4.032433], [9.691889, 4.035333]]}, &quot;bbox&quot;: [9.691575, 4.032433, 9.691889, 4.035333]}, {&quot;id&quot;: &quot;2736&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 323.0, &quot;att&quot;: 0.05882352941176544, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691675, 4.032533], [9.691989, 4.035432999999999]]}, &quot;bbox&quot;: [9.691675, 4.032533, 9.691989, 4.035432999999999]}, {&quot;id&quot;: &quot;2772&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 516.0, &quot;att&quot;: 0.15625000000000022, &quot;style&quot;: {&quot;color&quot;: &quot;#453781&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774333, 4.033028], [9.77026, 4.03527]]}, &quot;bbox&quot;: [9.77026, 4.033028, 9.774333, 4.03527]}, {&quot;id&quot;: &quot;2808&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 516.0, &quot;att&quot;: 0.06250000000000083, &quot;style&quot;: {&quot;color&quot;: &quot;#48186a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774433, 4.033128], [9.77036, 4.0353699999999995]]}, &quot;bbox&quot;: [9.77036, 4.033128, 9.774433, 4.0353699999999995]}, {&quot;id&quot;: &quot;2844&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.725667, 4.028583]]}, &quot;bbox&quot;: [9.725667, 4.028583, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2880&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.725767, 4.028683]]}, &quot;bbox&quot;: [9.725767, 4.028683, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2916&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699006, 4.040886]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699006, 4.040886]}, {&quot;id&quot;: &quot;2952&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 0.027777777777776243, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699106, 4.040986]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699106, 4.040986]}, {&quot;id&quot;: &quot;2988&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17810.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 610.0, &quot;att&quot;: 0.5238095238095225, &quot;style&quot;: {&quot;color&quot;: &quot;#1f968b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683883, 4.033886], [9.688056, 4.037472]]}, &quot;bbox&quot;: [9.683883, 4.033886, 9.688056, 4.037472]}, {&quot;id&quot;: &quot;3024&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18820.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 610.0, &quot;att&quot;: 0.22222222222222252, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4989&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683983, 4.033986], [9.688156, 4.037572]]}, &quot;bbox&quot;: [9.683983, 4.033986, 9.688156, 4.037572]}, {&quot;id&quot;: &quot;3060&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 0.07843137254901941, &quot;style&quot;: {&quot;color&quot;: &quot;#481d6f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.766222, 4.046556]]}, &quot;bbox&quot;: [9.766222, 4.029, 9.767833, 4.046556]}, {&quot;id&quot;: &quot;3096&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 0.09803921568627448, &quot;style&quot;: {&quot;color&quot;: &quot;#482475&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.766322, 4.046656]]}, &quot;bbox&quot;: [9.766322, 4.0291, 9.767933, 4.046656]}, {&quot;id&quot;: &quot;3132&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 433.0, &quot;att&quot;: 0.11538461538461423, &quot;style&quot;: {&quot;color&quot;: &quot;#482979&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706106, 4.040083], [9.703794, 4.036926]]}, &quot;bbox&quot;: [9.703794, 4.036926, 9.706106, 4.040083]}, {&quot;id&quot;: &quot;3168&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 433.0, &quot;att&quot;: 0.07142857142856998, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706206, 4.040183], [9.703894, 4.037026]]}, &quot;bbox&quot;: [9.703894, 4.037026, 9.706206, 4.040183]}, {&quot;id&quot;: &quot;3204&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 0.04651162790697736, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.711917, 4.037722]]}, &quot;bbox&quot;: [9.711917, 4.037722, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;3240&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2369.0, &quot;att&quot;: -0.02173913043478291, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.712017, 4.037821999999999]]}, &quot;bbox&quot;: [9.712017, 4.037821999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;3276&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 928.0, &quot;att&quot;: 0.08620689655172419, &quot;style&quot;: {&quot;color&quot;: &quot;#482071&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.741011, 4.038342]]}, &quot;bbox&quot;: [9.733028, 4.038342, 9.741011, 4.040819]}, {&quot;id&quot;: &quot;3312&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 928.0, &quot;att&quot;: 0.03773584905660299, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.741111, 4.038442]]}, &quot;bbox&quot;: [9.733127999999999, 4.038442, 9.741111, 4.040919]}, {&quot;id&quot;: &quot;3348&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 441.0, &quot;att&quot;: 0.07142857142857234, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.70265, 4.03931]]}, &quot;bbox&quot;: [9.699006, 4.03931, 9.70265, 4.040886]}, {&quot;id&quot;: &quot;3384&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 441.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.70275, 4.03941]]}, &quot;bbox&quot;: [9.699106, 4.03941, 9.70275, 4.040986]}, {&quot;id&quot;: &quot;3420&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 697.0, &quot;att&quot;: 0.06153846153846132, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774, 4.042306], [9.7795, 4.039278]]}, &quot;bbox&quot;: [9.774, 4.039278, 9.7795, 4.042306]}, {&quot;id&quot;: &quot;3456&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 697.0, &quot;att&quot;: 0.039603960396039486, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774099999999999, 4.042406], [9.7796, 4.039378]]}, &quot;bbox&quot;: [9.774099999999999, 4.039378, 9.7796, 4.042406]}, {&quot;id&quot;: &quot;3493&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041057N-9.688122E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 387.0, &quot;att&quot;: 0.291666666666668, &quot;style&quot;: {&quot;color&quot;: &quot;#365d8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.689827, 4.040697]]}, &quot;bbox&quot;: [9.686417, 4.040697, 9.689827, 4.041417]}, {&quot;id&quot;: &quot;3529&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 975.0, &quot;att&quot;: 0.020000000000000285, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762056, 4.03875], [9.754583, 4.043386]]}, &quot;bbox&quot;: [9.754583, 4.03875, 9.762056, 4.043386]}, {&quot;id&quot;: &quot;3565&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 975.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762156, 4.03885], [9.754683, 4.043486]]}, &quot;bbox&quot;: [9.754683, 4.03885, 9.762156, 4.043486]}, {&quot;id&quot;: &quot;3601&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.728389, 4.041694]]}, &quot;bbox&quot;: [9.728389, 4.040819, 9.733028, 4.041694]}, {&quot;id&quot;: &quot;3637&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.728489, 4.041793999999999]]}, &quot;bbox&quot;: [9.728489, 4.040919, 9.733127999999999, 4.041793999999999]}, {&quot;id&quot;: &quot;3673&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 0.2758620689655173, &quot;style&quot;: {&quot;color&quot;: &quot;#38598c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.779361, 4.053694]]}, &quot;bbox&quot;: [9.767833, 4.029, 9.779361, 4.053694]}, {&quot;id&quot;: &quot;3709&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 0.2833333333333326, &quot;style&quot;: {&quot;color&quot;: &quot;#375b8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.779461, 4.053794]]}, &quot;bbox&quot;: [9.767933, 4.0291, 9.779461, 4.053794]}, {&quot;id&quot;: &quot;3745&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 0.3636363636363625, &quot;style&quot;: {&quot;color&quot;: &quot;#2d708e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.747639, 4.043778]]}, &quot;bbox&quot;: [9.733028, 4.040819, 9.747639, 4.043778]}, {&quot;id&quot;: &quot;3781&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 0.3442622950819666, &quot;style&quot;: {&quot;color&quot;: &quot;#2f6b8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.747739, 4.043877999999999]]}, &quot;bbox&quot;: [9.733127999999999, 4.040919, 9.747739, 4.043877999999999]}, {&quot;id&quot;: &quot;3817&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702978, 4.056559], [9.73025, 4.028444]]}, &quot;bbox&quot;: [9.702978, 4.028444, 9.73025, 4.056559]}, {&quot;id&quot;: &quot;3853&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 0.13636363636363674, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703078, 4.056659], [9.73035, 4.028544]]}, &quot;bbox&quot;: [9.703078, 4.028544, 9.73035, 4.056659]}, {&quot;id&quot;: &quot;3889&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.052631578947369015, &quot;style&quot;: {&quot;color&quot;: &quot;#481467&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.69725, 4.04425]]}, &quot;bbox&quot;: [9.69725, 4.040886, 9.699006, 4.04425]}, {&quot;id&quot;: &quot;3925&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.04545454545454604, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.69735, 4.04435]]}, &quot;bbox&quot;: [9.69735, 4.040986, 9.699106, 4.04435]}, {&quot;id&quot;: &quot;3961&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 431.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704083, 4.04244], [9.707889, 4.043194]]}, &quot;bbox&quot;: [9.704083, 4.04244, 9.707889, 4.043194]}, {&quot;id&quot;: &quot;3997&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 431.0, &quot;att&quot;: -0.026315789473684556, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704183, 4.04254], [9.707989, 4.0432939999999995]]}, &quot;bbox&quot;: [9.704183, 4.04254, 9.707989, 4.0432939999999995]}, {&quot;id&quot;: &quot;4035&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043833N-9.687306E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 570.0, &quot;att&quot;: 0.10000000000000142, &quot;style&quot;: {&quot;color&quot;: &quot;#482475&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.688194, 4.04625]]}, &quot;bbox&quot;: [9.686417, 4.041417, 9.688194, 4.04625]}, {&quot;id&quot;: &quot;4071&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 810.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707889, 4.043194], [9.700739, 4.044661]]}, &quot;bbox&quot;: [9.700739, 4.043194, 9.707889, 4.044661]}, {&quot;id&quot;: &quot;4107&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 810.0, &quot;att&quot;: 0.04000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707989, 4.0432939999999995], [9.700839, 4.044760999999999]]}, &quot;bbox&quot;: [9.700839, 4.0432939999999995, 9.707989, 4.044760999999999]}, {&quot;id&quot;: &quot;4143&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 706.0, &quot;att&quot;: 0.02083333333333364, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728389, 4.041694], [9.72575, 4.0475]]}, &quot;bbox&quot;: [9.72575, 4.041694, 9.728389, 4.0475]}, {&quot;id&quot;: &quot;4179&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 706.0, &quot;att&quot;: 0.022727272727273058, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728489, 4.041793999999999], [9.72585, 4.0476]]}, &quot;bbox&quot;: [9.72585, 4.041793999999999, 9.728489, 4.0476]}, {&quot;id&quot;: &quot;4215&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.699006, 4.040886, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4251&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.699106, 4.040986, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4287&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14487.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 611.0, &quot;att&quot;: 0.206896551724138, &quot;style&quot;: {&quot;color&quot;: &quot;#404588&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71598, 4.04642], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.71598, 4.04642, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4323&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14977.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 611.0, &quot;att&quot;: 0.14814814814814747, &quot;style&quot;: {&quot;color&quot;: &quot;#46337f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71608, 4.04652], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.71608, 4.04652, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4359&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048013N-9.705195E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 822.0, &quot;att&quot;: 0.03636363636363559, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703528, 4.044694], [9.706861, 4.051333]]}, &quot;bbox&quot;: [9.703528, 4.044694, 9.706861, 4.051333]}, {&quot;id&quot;: &quot;4395&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 317.0, &quot;att&quot;: 0.49295774647887347, &quot;style&quot;: {&quot;color&quot;: &quot;#218f8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698333, 4.049556], [9.698917, 4.04675]]}, &quot;bbox&quot;: [9.698333, 4.04675, 9.698917, 4.049556]}, {&quot;id&quot;: &quot;4431&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 317.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698433, 4.049656], [9.699017, 4.04685]]}, &quot;bbox&quot;: [9.698433, 4.04685, 9.699017, 4.049656]}, {&quot;id&quot;: &quot;4467&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 564.0, &quot;att&quot;: 0.04166666666666716, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706861, 4.051333], [9.708472, 4.0465]]}, &quot;bbox&quot;: [9.706861, 4.0465, 9.708472, 4.051333]}, {&quot;id&quot;: &quot;4503&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 564.0, &quot;att&quot;: 0.0434782608695628, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706961, 4.051432999999999], [9.708572, 4.0466]]}, &quot;bbox&quot;: [9.706961, 4.0466, 9.708572, 4.051432999999999]}, {&quot;id&quot;: &quot;4539&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 596.0, &quot;att&quot;: 0.16129032258064546, &quot;style&quot;: {&quot;color&quot;: &quot;#453882&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.771911, 4.050192], [9.777253, 4.049658]]}, &quot;bbox&quot;: [9.771911, 4.049658, 9.777253, 4.050192]}, {&quot;id&quot;: &quot;4575&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 596.0, &quot;att&quot;: 0.18750000000000028, &quot;style&quot;: {&quot;color&quot;: &quot;#424086&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.772011, 4.050292], [9.777353, 4.049758]]}, &quot;bbox&quot;: [9.772011, 4.049758, 9.777353, 4.050292]}, {&quot;id&quot;: &quot;4611&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050150N-9.740475E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 454.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741306, 4.052028], [9.739644, 4.048272]]}, &quot;bbox&quot;: [9.739644, 4.048272, 9.741306, 4.052028]}, {&quot;id&quot;: &quot;4647&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 522.0, &quot;att&quot;: 0.019230769230769492, &quot;style&quot;: {&quot;color&quot;: &quot;#46075a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702389, 4.052444], [9.704556, 4.04825]]}, &quot;bbox&quot;: [9.702389, 4.04825, 9.704556, 4.052444]}, {&quot;id&quot;: &quot;4683&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 522.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702489, 4.052544], [9.704656, 4.04835]]}, &quot;bbox&quot;: [9.702489, 4.04835, 9.704656, 4.052544]}, {&quot;id&quot;: &quot;4719&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 956.0, &quot;att&quot;: 0.01041666666666682, &quot;style&quot;: {&quot;color&quot;: &quot;#450457&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.756833, 4.047389]]}, &quot;bbox&quot;: [9.750917, 4.047389, 9.756833, 4.053667]}, {&quot;id&quot;: &quot;4755&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 956.0, &quot;att&quot;: 0.04000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.756933, 4.047489]]}, &quot;bbox&quot;: [9.751017, 4.047489, 9.756933, 4.053767]}, {&quot;id&quot;: &quot;4791&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 0.07142857142857142, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779361, 4.053694], [9.797806, 4.050472]]}, &quot;bbox&quot;: [9.779361, 4.050472, 9.797806, 4.053694]}, {&quot;id&quot;: &quot;4827&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2079.0, &quot;att&quot;: -0.015873015873016087, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779461, 4.053794], [9.797906, 4.050572]]}, &quot;bbox&quot;: [9.779461, 4.050572, 9.797906, 4.053794]}, {&quot;id&quot;: &quot;4863&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8363.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 0.0416666666666642, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.775889, 4.05525]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.775889, 4.05525]}, {&quot;id&quot;: &quot;4899&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8482.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 0.28000000000000114, &quot;style&quot;: {&quot;color&quot;: &quot;#375a8c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.775989, 4.05535]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.775989, 4.05535]}, {&quot;id&quot;: &quot;4935&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.01941747572815527, &quot;style&quot;: {&quot;color&quot;: &quot;#46075a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.754444, 4.058167]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.754444, 4.058167]}, {&quot;id&quot;: &quot;4971&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.022883295194508012, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.754544, 4.058267]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.754544, 4.058267]}, {&quot;id&quot;: &quot;5007&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 546.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.767556, 4.053639]]}, &quot;bbox&quot;: [9.767556, 4.053639, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5043&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 546.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.767656, 4.053739]]}, &quot;bbox&quot;: [9.767656, 4.053739, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5079&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 879.0, &quot;att&quot;: 0.019230769230769492, &quot;style&quot;: {&quot;color&quot;: &quot;#46075a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738694, 4.058056], [9.745611, 4.054186]]}, &quot;bbox&quot;: [9.738694, 4.054186, 9.745611, 4.058056]}, {&quot;id&quot;: &quot;5115&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 879.0, &quot;att&quot;: 0.016666666666666923, &quot;style&quot;: {&quot;color&quot;: &quot;#46075a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738794, 4.058155999999999], [9.745711, 4.054285999999999]]}, &quot;bbox&quot;: [9.738794, 4.054285999999999, 9.745711, 4.058155999999999]}, {&quot;id&quot;: &quot;5151&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 0.025641025641024193, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.743528, 4.059611]]}, &quot;bbox&quot;: [9.743528, 4.053667, 9.750917, 4.059611]}, {&quot;id&quot;: &quot;5187&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.743628, 4.059711]]}, &quot;bbox&quot;: [9.743628, 4.053767, 9.751017, 4.059711]}, {&quot;id&quot;: &quot;5223&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.032258064516129475, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726194, 4.060028], [9.750917, 4.053667]]}, &quot;bbox&quot;: [9.726194, 4.053667, 9.750917, 4.060028]}, {&quot;id&quot;: &quot;5259&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726294, 4.060128], [9.751017, 4.053767]]}, &quot;bbox&quot;: [9.726294, 4.053767, 9.751017, 4.060128]}, {&quot;id&quot;: &quot;5295&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.025000000000000355, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726393999999999, 4.060228], [9.751116999999999, 4.053867]]}, &quot;bbox&quot;: [9.726393999999999, 4.053867, 9.751116999999999, 4.060228]}, {&quot;id&quot;: &quot;5331&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.02777777777777816, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726493999999999, 4.060328], [9.751216999999999, 4.053967]]}, &quot;bbox&quot;: [9.726493999999999, 4.053967, 9.751216999999999, 4.060328]}, {&quot;id&quot;: &quot;5367&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_0&quot;, &quot;frequency&quot;: 12793.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726594, 4.060428], [9.751317, 4.054067]]}, &quot;bbox&quot;: [9.726594, 4.054067, 9.751317, 4.060428]}, {&quot;id&quot;: &quot;5403&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_1&quot;, &quot;frequency&quot;: 13059.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726694, 4.060528], [9.751417, 4.054167]]}, &quot;bbox&quot;: [9.726694, 4.054167, 9.751417, 4.060528]}, {&quot;id&quot;: &quot;5439&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 0.166666666666667, &quot;style&quot;: {&quot;color&quot;: &quot;#443983&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.734028, 4.06025]]}, &quot;bbox&quot;: [9.734028, 4.053667, 9.750917, 4.06025]}, {&quot;id&quot;: &quot;5475&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 0.13333333333333386, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.734128, 4.06035]]}, &quot;bbox&quot;: [9.734128, 4.053767, 9.751017, 4.06035]}, {&quot;id&quot;: &quot;5511&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 630.0, &quot;att&quot;: 0.08108108108108217, &quot;style&quot;: {&quot;color&quot;: &quot;#481d6f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.763167, 4.056417]]}, &quot;bbox&quot;: [9.763167, 4.056417, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5547&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 630.0, &quot;att&quot;: 0.06521739130434873, &quot;style&quot;: {&quot;color&quot;: &quot;#48186a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.763266999999999, 4.0565169999999995]]}, &quot;bbox&quot;: [9.763266999999999, 4.0565169999999995, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5583&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 0.17741935483871002, &quot;style&quot;: {&quot;color&quot;: &quot;#433d84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.786861, 4.062806]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.786861, 4.062806]}, {&quot;id&quot;: &quot;5619&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 0.42857142857142855, &quot;style&quot;: {&quot;color&quot;: &quot;#277f8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.786961, 4.062906]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.786961, 4.062906]}, {&quot;id&quot;: &quot;5655&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 0.043478260869568706, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.720853, 4.053242]]}, &quot;bbox&quot;: [9.714664, 4.053242, 9.720853, 4.06425]}, {&quot;id&quot;: &quot;5691&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1398.0, &quot;att&quot;: -0.055555555555552485, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.720953, 4.053342]]}, &quot;bbox&quot;: [9.714764, 4.053342, 9.720953, 4.06435]}, {&quot;id&quot;: &quot;5727&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.75311, 4.064069]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.75311, 4.064069]}, {&quot;id&quot;: &quot;5763&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1176.0, &quot;att&quot;: -0.01754385964912307, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.75321, 4.064169]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.75321, 4.064169]}, {&quot;id&quot;: &quot;5799&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.041666666666665804, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.767778, 4.064361]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.767778, 4.064361]}, {&quot;id&quot;: &quot;5835&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.22580645161290175, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4a89&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.767878, 4.064461]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.767878, 4.064461]}, {&quot;id&quot;: &quot;5871&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 796.0, &quot;att&quot;: -0.04166666666666728, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708444, 4.060333], [9.715412, 4.058638]]}, &quot;bbox&quot;: [9.708444, 4.058638, 9.715412, 4.060333]}, {&quot;id&quot;: &quot;5907&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 796.0, &quot;att&quot;: -0.04347826086956898, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708544, 4.060433], [9.715512, 4.058738]]}, &quot;bbox&quot;: [9.708544, 4.058738, 9.715512, 4.060433]}, {&quot;id&quot;: &quot;5943&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 0.03703703703703753, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.759558, 4.066322]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.759558, 4.066322]}, {&quot;id&quot;: &quot;5979&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1697.0, &quot;att&quot;: -0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.759658, 4.066422]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.759658, 4.066422]}, {&quot;id&quot;: &quot;6015&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 0.07142857142857234, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.777639, 4.063131]]}, &quot;bbox&quot;: [9.768444, 4.0585, 9.777639, 4.063131]}, {&quot;id&quot;: &quot;6051&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 0.037037037037037625, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.777739, 4.063231]]}, &quot;bbox&quot;: [9.768544, 4.0586, 9.777739, 4.063231]}, {&quot;id&quot;: &quot;6087&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 498.0, &quot;att&quot;: -0.019607843137255176, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743528, 4.059611], [9.74569, 4.06356]]}, &quot;bbox&quot;: [9.743528, 4.059611, 9.74569, 4.06356]}, {&quot;id&quot;: &quot;6123&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 498.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743628, 4.059711], [9.74579, 4.06366]]}, &quot;bbox&quot;: [9.743628, 4.059711, 9.74579, 4.06366]}, {&quot;id&quot;: &quot;6159&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 741.0, &quot;att&quot;: 0.04166666666666728, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704333, 4.059583], [9.706333, 4.065972]]}, &quot;bbox&quot;: [9.704333, 4.059583, 9.706333, 4.065972]}, {&quot;id&quot;: &quot;6195&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 741.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704433, 4.059683], [9.706433, 4.066072]]}, &quot;bbox&quot;: [9.704433, 4.059683, 9.706433, 4.066072]}, {&quot;id&quot;: &quot;6231&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 603.0, &quot;att&quot;: 0.33333333333333187, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.719389, 4.061556]]}, &quot;bbox&quot;: [9.714664, 4.061556, 9.719389, 4.06425]}, {&quot;id&quot;: &quot;6267&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 603.0, &quot;att&quot;: 0.09677419354838614, &quot;style&quot;: {&quot;color&quot;: &quot;#482374&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.719489, 4.061656]]}, &quot;bbox&quot;: [9.714764, 4.061656, 9.719489, 4.06435]}, {&quot;id&quot;: &quot;6303&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 669.0, &quot;att&quot;: 0.1071428571428585, &quot;style&quot;: {&quot;color&quot;: &quot;#482677&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759558, 4.066322], [9.76425, 4.062528]]}, &quot;bbox&quot;: [9.759558, 4.062528, 9.76425, 4.066322]}, {&quot;id&quot;: &quot;6339&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 669.0, &quot;att&quot;: 0.12500000000000147, &quot;style&quot;: {&quot;color&quot;: &quot;#472d7b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759658, 4.066422], [9.76435, 4.062628]]}, &quot;bbox&quot;: [9.759658, 4.062628, 9.76435, 4.066422]}, {&quot;id&quot;: &quot;6375&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 451.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710083, 4.063917], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.710083, 4.063917, 9.71287, 4.06688]}, {&quot;id&quot;: &quot;6411&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 451.0, &quot;att&quot;: -0.05555555555555226, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710182999999999, 4.064017], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.710182999999999, 4.064017, 9.71297, 4.06698]}, {&quot;id&quot;: &quot;6447&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 924.0, &quot;att&quot;: 0.11428571428571388, &quot;style&quot;: {&quot;color&quot;: &quot;#482979&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79152, 4.065848], [9.799722, 4.06725]]}, &quot;bbox&quot;: [9.79152, 4.065848, 9.799722, 4.06725]}, {&quot;id&quot;: &quot;6483&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 924.0, &quot;att&quot;: 0.13333333333333286, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79162, 4.065948], [9.799821999999999, 4.067349999999999]]}, &quot;bbox&quot;: [9.79162, 4.065948, 9.799821999999999, 4.067349999999999]}, {&quot;id&quot;: &quot;6519&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.72547, 4.07139]}, {&quot;id&quot;: &quot;6555&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.72557, 4.07149]}, {&quot;id&quot;: &quot;6591&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 932.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.722972, 4.065667], [9.729139, 4.071389]]}, &quot;bbox&quot;: [9.722972, 4.065667, 9.729139, 4.071389]}, {&quot;id&quot;: &quot;6627&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 932.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.723072, 4.065767], [9.729239, 4.071489]]}, &quot;bbox&quot;: [9.723072, 4.065767, 9.729239, 4.071489]}, {&quot;id&quot;: &quot;6663&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 535.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714869, 4.071278], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.71287, 4.06688, 9.714869, 4.071278]}, {&quot;id&quot;: &quot;6699&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 535.0, &quot;att&quot;: 0.06666666666666761, &quot;style&quot;: {&quot;color&quot;: &quot;#481a6c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714969, 4.071378], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.71297, 4.06698, 9.714969, 4.071378]}, {&quot;id&quot;: &quot;6735&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 407.0, &quot;att&quot;: 0.03448275862069008, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729139, 4.071389], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.72547, 4.071389, 9.729139, 4.07139]}, {&quot;id&quot;: &quot;6771&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 407.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729239, 4.071489], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.72557, 4.071489, 9.729239, 4.07149]}, {&quot;id&quot;: &quot;6807&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 731.0, &quot;att&quot;: -0.12999999999999973, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736111, 4.072222], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.736111, 4.072222, 9.742681, 4.072661]}, {&quot;id&quot;: &quot;6843&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 731.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736210999999999, 4.072322], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.736210999999999, 4.072322, 9.742780999999999, 4.072761]}, {&quot;id&quot;: &quot;6879&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 561.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76925, 4.071639], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.76925, 4.071639, 9.774, 4.073367]}, {&quot;id&quot;: &quot;6915&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 561.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76935, 4.071739], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.76935, 4.071739, 9.774099999999999, 4.073467]}, {&quot;id&quot;: &quot;6951&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 0.05000000000000071, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.721058, 4.084075]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.721058, 4.084075]}, {&quot;id&quot;: &quot;6987&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 0.04000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.721157999999999, 4.084175]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.721157999999999, 4.084175]}, {&quot;id&quot;: &quot;7023&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 0.10000000000000142, &quot;style&quot;: {&quot;color&quot;: &quot;#482475&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.761667, 4.074778]}, {&quot;id&quot;: &quot;7059&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 0.07692307692307797, &quot;style&quot;: {&quot;color&quot;: &quot;#481c6e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.761766999999999, 4.074878]}, {&quot;id&quot;: &quot;7095&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.23529411764706176, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4e8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719639, 4.070306], [9.719417, 4.079889]]}, &quot;bbox&quot;: [9.719417, 4.070306, 9.719639, 4.079889]}, {&quot;id&quot;: &quot;7131&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.15999999999999942, &quot;style&quot;: {&quot;color&quot;: &quot;#453781&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719739, 4.070406], [9.719517, 4.079988999999999]]}, &quot;bbox&quot;: [9.719517, 4.070406, 9.719739, 4.079988999999999]}, {&quot;id&quot;: &quot;7167&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 0.06666666666666761, &quot;style&quot;: {&quot;color&quot;: &quot;#481a6c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.781778, 4.069972]]}, &quot;bbox&quot;: [9.781778, 4.069972, 9.786083, 4.0817]}, {&quot;id&quot;: &quot;7203&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.781877999999999, 4.070072]]}, &quot;bbox&quot;: [9.781877999999999, 4.070072, 9.786183, 4.081799999999999]}, {&quot;id&quot;: &quot;7239&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.023809523809524172, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.75645, 4.07833]]}, &quot;bbox&quot;: [9.75645, 4.074778, 9.761667, 4.07833]}, {&quot;id&quot;: &quot;7275&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.0031397174254317556, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.756549999999999, 4.07843]]}, &quot;bbox&quot;: [9.756549999999999, 4.074878, 9.761766999999999, 4.07843]}, {&quot;id&quot;: &quot;7311&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 480.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719417, 4.079889], [9.721778, 4.07625]]}, &quot;bbox&quot;: [9.719417, 4.07625, 9.721778, 4.079889]}, {&quot;id&quot;: &quot;7347&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 480.0, &quot;att&quot;: 0.039999999999997725, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719517, 4.079988999999999], [9.721878, 4.07635]]}, &quot;bbox&quot;: [9.719517, 4.07635, 9.721878, 4.079988999999999]}, {&quot;id&quot;: &quot;7383&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756825, 4.081867], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.756825, 4.081867]}, {&quot;id&quot;: &quot;7419&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756924999999999, 4.081967], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.756924999999999, 4.081967]}, {&quot;id&quot;: &quot;7455&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 0.1428571428571425, &quot;style&quot;: {&quot;color&quot;: &quot;#46327e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.801611, 4.076722]]}, &quot;bbox&quot;: [9.786083, 4.076722, 9.801611, 4.0817]}, {&quot;id&quot;: &quot;7491&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 0.08000000000000114, &quot;style&quot;: {&quot;color&quot;: &quot;#481d6f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.801711, 4.076822]]}, &quot;bbox&quot;: [9.786183, 4.076822, 9.801711, 4.081799999999999]}, {&quot;id&quot;: &quot;7527&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 0.32258064516129015, &quot;style&quot;: {&quot;color&quot;: &quot;#32658e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.742681, 4.072661, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;7563&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 0.027777777777778217, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.742780999999999, 4.072761, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;7599&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 0.7826086956521743, &quot;style&quot;: {&quot;color&quot;: &quot;#70cf57&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.752944, 4.073367, 9.774, 4.085936]}, {&quot;id&quot;: &quot;7635&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 0.4230769230769234, &quot;style&quot;: {&quot;color&quot;: &quot;#277e8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.753044, 4.073467, 9.774099999999999, 4.086036]}, {&quot;id&quot;: &quot;7671&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080070N-9.789737E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18848.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 888.0, &quot;att&quot;: 0.5, &quot;style&quot;: {&quot;color&quot;: &quot;#21918c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.79339, 4.07844]]}, &quot;bbox&quot;: [9.786083, 4.07844, 9.79339, 4.0817]}, {&quot;id&quot;: &quot;7707&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 0.12500000000000167, &quot;style&quot;: {&quot;color&quot;: &quot;#472d7b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.753278, 4.074861]]}, &quot;bbox&quot;: [9.752944, 4.074861, 9.753278, 4.085936]}, {&quot;id&quot;: &quot;7743&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 0.09090909090909208, &quot;style&quot;: {&quot;color&quot;: &quot;#482173&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.753378, 4.074961]]}, &quot;bbox&quot;: [9.753044, 4.074961, 9.753378, 4.086036]}, {&quot;id&quot;: &quot;7779&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 968.0, &quot;att&quot;: 0.07142857142856744, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765535, 4.081441], [9.756825, 4.081867]]}, &quot;bbox&quot;: [9.756825, 4.081441, 9.765535, 4.081867]}, {&quot;id&quot;: &quot;7815&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 968.0, &quot;att&quot;: 0.10000000000000142, &quot;style&quot;: {&quot;color&quot;: &quot;#482475&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765635, 4.081541], [9.756924999999999, 4.081967]]}, &quot;bbox&quot;: [9.756924999999999, 4.081541, 9.765635, 4.081967]}, {&quot;id&quot;: &quot;7851&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 0.08695652173913151, &quot;style&quot;: {&quot;color&quot;: &quot;#482071&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.7949, 4.08393]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.7949, 4.08393]}, {&quot;id&quot;: &quot;7887&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 0.13043478260869457, &quot;style&quot;: {&quot;color&quot;: &quot;#472e7c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.795, 4.084029999999999]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.795, 4.084029999999999]}, {&quot;id&quot;: &quot;7923&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 895.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.77848, 4.08438]]}, &quot;bbox&quot;: [9.77848, 4.0817, 9.786083, 4.08438]}, {&quot;id&quot;: &quot;7959&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 895.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.77858, 4.08448]]}, &quot;bbox&quot;: [9.77858, 4.081799999999999, 9.786183, 4.08448]}, {&quot;id&quot;: &quot;7995&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 0.09090909090909208, &quot;style&quot;: {&quot;color&quot;: &quot;#482173&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.751769, 4.093194]]}, &quot;bbox&quot;: [9.751769, 4.074778, 9.761667, 4.093194]}, {&quot;id&quot;: &quot;8031&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 0.02777777777777816, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.751869, 4.093294]]}, &quot;bbox&quot;: [9.751869, 4.074878, 9.761766999999999, 4.093294]}, {&quot;id&quot;: &quot;8067&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 0.2352941176470576, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4e8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.728889, 4.083056]]}, &quot;bbox&quot;: [9.728889, 4.083056, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8103&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 0.2222222222222218, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4989&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.728989, 4.083156]]}, &quot;bbox&quot;: [9.728989, 4.083156, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8139&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 0.16666666666666619, &quot;style&quot;: {&quot;color&quot;: &quot;#443983&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.738306, 4.083528]]}, &quot;bbox&quot;: [9.738306, 4.083528, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8175&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 0.15384615384615594, &quot;style&quot;: {&quot;color&quot;: &quot;#453581&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.738406, 4.083628]]}, &quot;bbox&quot;: [9.738406, 4.083628, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8211&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 947.0, &quot;att&quot;: 0.04761904761904826, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.783583, 4.089889]]}, &quot;bbox&quot;: [9.783583, 4.0817, 9.786083, 4.089889]}, {&quot;id&quot;: &quot;8247&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 947.0, &quot;att&quot;: 0.05263157894736547, &quot;style&quot;: {&quot;color&quot;: &quot;#481467&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.783683, 4.089989]]}, &quot;bbox&quot;: [9.783683, 4.081799999999999, 9.786183, 4.089989]}, {&quot;id&quot;: &quot;8283&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 0.4615384615384636, &quot;style&quot;: {&quot;color&quot;: &quot;#24878e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.743333, 4.074778, 9.761667, 4.097333]}, {&quot;id&quot;: &quot;8319&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 0.4166666666666657, &quot;style&quot;: {&quot;color&quot;: &quot;#287c8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.743433, 4.074878, 9.761766999999999, 4.097433]}, {&quot;id&quot;: &quot;8355&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.76601, 4.08663]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.76601, 4.08663]}, {&quot;id&quot;: &quot;8391&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 0.02325581395348872, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.76611, 4.08673]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.76611, 4.08673]}, {&quot;id&quot;: &quot;8427&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 0.06060606060606139, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.808667, 4.091389]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.808667, 4.091389]}, {&quot;id&quot;: &quot;8463&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 0.03571428571428617, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.808767, 4.091489]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.808767, 4.091489]}, {&quot;id&quot;: &quot;8499&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 830.0, &quot;att&quot;: 0.021276595744681142, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.758611, 4.090833]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.758611, 4.090833]}, {&quot;id&quot;: &quot;8535&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 830.0, &quot;att&quot;: 0.03999999999999915, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.758711, 4.090933]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.758711, 4.090933]}, {&quot;id&quot;: &quot;8571&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 555.0, &quot;att&quot;: -0.06250000000000111, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73381, 4.08679], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.73381, 4.08679, 9.736042, 4.091278]}, {&quot;id&quot;: &quot;8607&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 555.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73391, 4.0868899999999995], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.73391, 4.0868899999999995, 9.736142, 4.091378]}, {&quot;id&quot;: &quot;8643&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 0.05000000000000426, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.744, 4.104861]]}, &quot;bbox&quot;: [9.744, 4.074778, 9.761667, 4.104861]}, {&quot;id&quot;: &quot;8679&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.7441, 4.104960999999999]]}, &quot;bbox&quot;: [9.7441, 4.074878, 9.761766999999999, 4.104960999999999]}, {&quot;id&quot;: &quot;8715&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 889.0, &quot;att&quot;: 0.07142857142857252, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76601, 4.08663], [9.764367, 4.0945]]}, &quot;bbox&quot;: [9.764367, 4.08663, 9.76601, 4.0945]}, {&quot;id&quot;: &quot;8751&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 889.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76611, 4.08673], [9.764467, 4.0946]]}, &quot;bbox&quot;: [9.764467, 4.08673, 9.76611, 4.0946]}, {&quot;id&quot;: &quot;8787&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 736.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729444, 4.091944], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.729444, 4.091278, 9.736042, 4.091944]}, {&quot;id&quot;: &quot;8823&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 736.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729544, 4.092044], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.729544, 4.091378, 9.736142, 4.092044]}, {&quot;id&quot;: &quot;8859&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 419.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74168, 4.09393], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.74168, 4.09393, 9.743333, 4.097333]}, {&quot;id&quot;: &quot;8895&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 419.0, &quot;att&quot;: 0.04347826086956589, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:05:00&quot;, &quot;2019-07-17T18:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74178, 4.09403], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.74178, 4.09403, 9.743433, 4.097433]}, {&quot;id&quot;: &quot;1&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 0.22222222222222252, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4989&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.791866, 3.97665]]}, &quot;bbox&quot;: [9.787167, 3.97665, 9.791866, 3.992722]}, {&quot;id&quot;: &quot;37&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 0.10714285714285623, &quot;style&quot;: {&quot;color&quot;: &quot;#482677&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.791966, 3.97675]]}, &quot;bbox&quot;: [9.787267, 3.97675, 9.791966, 3.9928220000000003]}, {&quot;id&quot;: &quot;73&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.40789473684210575, &quot;style&quot;: {&quot;color&quot;: &quot;#297a8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.81613, 3.97866]]}, &quot;bbox&quot;: [9.787167, 3.97866, 9.81613, 3.992722]}, {&quot;id&quot;: &quot;109&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.03825136612021861, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.81623, 3.9787600000000003]]}, &quot;bbox&quot;: [9.787267, 3.9787600000000003, 9.81623, 3.9928220000000003]}, {&quot;id&quot;: &quot;145&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 556.0, &quot;att&quot;: 0.031250000000000486, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763806, 3.997361], [9.75885, 3.99663]]}, &quot;bbox&quot;: [9.75885, 3.99663, 9.763806, 3.997361]}, {&quot;id&quot;: &quot;181&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 556.0, &quot;att&quot;: 0.07142857142857216, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763906, 3.9974610000000004], [9.75895, 3.9967300000000003]]}, &quot;bbox&quot;: [9.75895, 3.9967300000000003, 9.763906, 3.9974610000000004]}, {&quot;id&quot;: &quot;217&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 402.0, &quot;att&quot;: 0.03921568627450901, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745083, 4.002553], [9.748639, 4.003231]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.748639, 4.003231]}, {&quot;id&quot;: &quot;253&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 402.0, &quot;att&quot;: 0.024691358024691704, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745182999999999, 4.002653], [9.748739, 4.003331]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.748739, 4.003331]}, {&quot;id&quot;: &quot;289&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 774.0, &quot;att&quot;: 0.045454545454546115, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76732, 4.003512], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.76732, 4.003512, 9.767719, 4.0105]}, {&quot;id&quot;: &quot;325&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 774.0, &quot;att&quot;: 0.05714285714285593, &quot;style&quot;: {&quot;color&quot;: &quot;#481668&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76742, 4.0036119999999995], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.76742, 4.0036119999999995, 9.767819, 4.0106]}, {&quot;id&quot;: &quot;361&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 0.6060606060606066, &quot;style&quot;: {&quot;color&quot;: &quot;#24aa83&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799472, 4.004194], [9.778111, 4.012278]]}, &quot;bbox&quot;: [9.778111, 4.004194, 9.799472, 4.012278]}, {&quot;id&quot;: &quot;397&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 0.7777777777777801, &quot;style&quot;: {&quot;color&quot;: &quot;#6ece58&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799572, 4.004294], [9.778211, 4.012378]]}, &quot;bbox&quot;: [9.778211, 4.004294, 9.799572, 4.012378]}, {&quot;id&quot;: &quot;433&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 0.11111111111111141, &quot;style&quot;: {&quot;color&quot;: &quot;#482878&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.705944, 4.01775], [9.701194, 4.008306]]}, &quot;bbox&quot;: [9.701194, 4.008306, 9.705944, 4.01775]}, {&quot;id&quot;: &quot;469&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 0.01628664495114007, &quot;style&quot;: {&quot;color&quot;: &quot;#46075a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706044, 4.01785], [9.701293999999999, 4.008406]]}, &quot;bbox&quot;: [9.701293999999999, 4.008406, 9.706044, 4.01785]}, {&quot;id&quot;: &quot;505&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 0.02564102564102424, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.763806, 3.997361]]}, &quot;bbox&quot;: [9.763806, 3.997361, 9.767833, 4.029]}, {&quot;id&quot;: &quot;541&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 0.02702702702702744, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.763906, 3.9974610000000004]]}, &quot;bbox&quot;: [9.763906, 3.9974610000000004, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;577&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 0.06493506493506492, &quot;style&quot;: {&quot;color&quot;: &quot;#48186a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741417, 4.009639], [9.723611, 4.020194]]}, &quot;bbox&quot;: [9.723611, 4.009639, 9.741417, 4.020194]}, {&quot;id&quot;: &quot;613&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 0.07692307692307707, &quot;style&quot;: {&quot;color&quot;: &quot;#481c6e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741517, 4.009739], [9.723711, 4.020294]]}, &quot;bbox&quot;: [9.723711, 4.009739, 9.741517, 4.020294]}, {&quot;id&quot;: &quot;649&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 0.05882352941176421, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.745083, 4.002553]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.767833, 4.029]}, {&quot;id&quot;: &quot;685&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 0.05333333333333409, &quot;style&quot;: {&quot;color&quot;: &quot;#481467&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.745182999999999, 4.002653]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;721&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 466.0, &quot;att&quot;: 0.07999999999999971, &quot;style&quot;: {&quot;color&quot;: &quot;#481d6f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73456, 4.01734]]}, &quot;bbox&quot;: [9.73456, 4.015972, 9.738528, 4.01734]}, {&quot;id&quot;: &quot;757&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 466.0, &quot;att&quot;: 0.03448275862069012, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73466, 4.01744]]}, &quot;bbox&quot;: [9.73466, 4.016071999999999, 9.738628, 4.01744]}, {&quot;id&quot;: &quot;793&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8335.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 0.1200000000000017, &quot;style&quot;: {&quot;color&quot;: &quot;#472a7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.762056, 4.004472]]}, &quot;bbox&quot;: [9.762056, 4.004472, 9.767833, 4.029]}, {&quot;id&quot;: &quot;829&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8454.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 0.14285714285714188, &quot;style&quot;: {&quot;color&quot;: &quot;#46327e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.762156, 4.004572]]}, &quot;bbox&quot;: [9.762156, 4.004572, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;865&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 0.033333333333332625, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.768083, 4.017917]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.768083, 4.017917]}, {&quot;id&quot;: &quot;901&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 0.021276595744681173, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.768183, 4.0180169999999995]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.768183, 4.0180169999999995]}, {&quot;id&quot;: &quot;937&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727083, 4.023444], [9.72629, 4.01048]]}, &quot;bbox&quot;: [9.72629, 4.01048, 9.727083, 4.023444]}, {&quot;id&quot;: &quot;973&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.02702702702702739, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727183, 4.023543999999999], [9.72639, 4.01058]]}, &quot;bbox&quot;: [9.72639, 4.01058, 9.727183, 4.023543999999999]}, {&quot;id&quot;: &quot;1009&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 0.028571428571426947, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.757556, 4.0195]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.757556, 4.0195]}, {&quot;id&quot;: &quot;1045&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 0.024390243902439362, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.757655999999999, 4.0196]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.757655999999999, 4.0196]}, {&quot;id&quot;: &quot;1081&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 0.00909090909090922, &quot;style&quot;: {&quot;color&quot;: &quot;#450457&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.756817, 4.008442]]}, &quot;bbox&quot;: [9.756817, 4.008442, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1117&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 0.05376344086021507, &quot;style&quot;: {&quot;color&quot;: &quot;#481467&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.756917, 4.008541999999999]]}, &quot;bbox&quot;: [9.756917, 4.008541999999999, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1153&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.0016313213703099741, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744694, 4.014417], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.744694, 4.014417, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1189&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.030612244897959252, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744794, 4.014517], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.744794, 4.014517, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1225&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 0.029411764705880753, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.767719, 4.0105, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1261&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 0.06666666666666614, &quot;style&quot;: {&quot;color&quot;: &quot;#481a6c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.767819, 4.0106, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1297&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 0.007575757575757686, &quot;style&quot;: {&quot;color&quot;: &quot;#440256&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.780278, 4.023889]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.780278, 4.023889]}, {&quot;id&quot;: &quot;1333&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 0.015873015873016087, &quot;style&quot;: {&quot;color&quot;: &quot;#46075a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.780377999999999, 4.023988999999999]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.780377999999999, 4.023988999999999]}, {&quot;id&quot;: &quot;1369&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 0.10526315789473635, &quot;style&quot;: {&quot;color&quot;: &quot;#482576&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.721083, 4.0115]]}, &quot;bbox&quot;: [9.696744, 4.0115, 9.721083, 4.029381]}, {&quot;id&quot;: &quot;1405&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 0.02040816326530497, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.721183, 4.0116]]}, &quot;bbox&quot;: [9.696844, 4.0116, 9.721183, 4.029481]}, {&quot;id&quot;: &quot;1441&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 654.0, &quot;att&quot;: 0.033333333333333805, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743889, 4.0194], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.743889, 4.0194, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1477&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 654.0, &quot;att&quot;: 0.06896551724138032, &quot;style&quot;: {&quot;color&quot;: &quot;#481a6c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743989, 4.0195], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.743989, 4.0195, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1513&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024043N-9.680260E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2266.0, &quot;att&quot;: 0.06666666666666614, &quot;style&quot;: {&quot;color&quot;: &quot;#481a6c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.67025, 4.022056], [9.69027, 4.02603]]}, &quot;bbox&quot;: [9.67025, 4.022056, 9.69027, 4.02603]}, {&quot;id&quot;: &quot;1549&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 0.1379310344827582, &quot;style&quot;: {&quot;color&quot;: &quot;#46307e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.72802, 4.03279]]}, &quot;bbox&quot;: [9.72802, 4.015972, 9.738528, 4.03279]}, {&quot;id&quot;: &quot;1585&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 0.2499999999999989, &quot;style&quot;: {&quot;color&quot;: &quot;#3b518b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.72812, 4.03289]]}, &quot;bbox&quot;: [9.72812, 4.016071999999999, 9.738628, 4.03289]}, {&quot;id&quot;: &quot;1621&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.16981132075471791, &quot;style&quot;: {&quot;color&quot;: &quot;#443a83&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.69921, 4.02012]]}, &quot;bbox&quot;: [9.696744, 4.02012, 9.69921, 4.029381]}, {&quot;id&quot;: &quot;1657&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.06293706293706282, &quot;style&quot;: {&quot;color&quot;: &quot;#48186a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.69931, 4.02022]]}, &quot;bbox&quot;: [9.696844, 4.02022, 9.69931, 4.029481]}, {&quot;id&quot;: &quot;1693&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18737.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 0.030303030303030696, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.77399, 4.02125]]}, &quot;bbox&quot;: [9.767833, 4.02125, 9.77399, 4.029]}, {&quot;id&quot;: &quot;1729&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17727.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 0.032258064516129475, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.77409, 4.02135]]}, &quot;bbox&quot;: [9.767933, 4.02135, 9.77409, 4.0291]}, {&quot;id&quot;: &quot;1765&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14431.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 874.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737194, 4.022139], [9.741992, 4.0284]]}, &quot;bbox&quot;: [9.737194, 4.022139, 9.741992, 4.0284]}, {&quot;id&quot;: &quot;1801&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14921.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 874.0, &quot;att&quot;: 0.033333333333333805, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737294, 4.022239], [9.742092, 4.0285]]}, &quot;bbox&quot;: [9.737294, 4.022239, 9.742092, 4.0285]}, {&quot;id&quot;: &quot;1837&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.20000000000000082, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73325, 4.035278]]}, &quot;bbox&quot;: [9.73325, 4.015972, 9.738528, 4.035278]}, {&quot;id&quot;: &quot;1873&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.2, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73335, 4.035378]]}, &quot;bbox&quot;: [9.73335, 4.016071999999999, 9.738628, 4.035378]}, {&quot;id&quot;: &quot;1909&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 0.31372549019607765, &quot;style&quot;: {&quot;color&quot;: &quot;#33638d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.70976, 4.02238]]}, &quot;bbox&quot;: [9.696744, 4.02238, 9.70976, 4.029381]}, {&quot;id&quot;: &quot;1945&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 0.15384615384615363, &quot;style&quot;: {&quot;color&quot;: &quot;#453581&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.709859999999999, 4.02248]]}, &quot;bbox&quot;: [9.696844, 4.02248, 9.709859999999999, 4.029481]}, {&quot;id&quot;: &quot;1981&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 755.0, &quot;att&quot;: 0.12121212121212062, &quot;style&quot;: {&quot;color&quot;: &quot;#472c7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.694556, 4.022917]]}, &quot;bbox&quot;: [9.694556, 4.022917, 9.696744, 4.029381]}, {&quot;id&quot;: &quot;2017&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 755.0, &quot;att&quot;: 0.025000000000000355, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.694656, 4.023016999999999]]}, &quot;bbox&quot;: [9.694656, 4.023016999999999, 9.696844, 4.029481]}, {&quot;id&quot;: &quot;2053&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2767.0, &quot;att&quot;: -0.06451612903225895, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.72684, 4.01658]]}, &quot;bbox&quot;: [9.72684, 4.01658, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2089&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 0.02325581395348868, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.726939999999999, 4.01668]]}, &quot;bbox&quot;: [9.726939999999999, 4.01668, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2125&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 364.0, &quot;att&quot;: 0.07142857142857252, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.705139, 4.028333]]}, &quot;bbox&quot;: [9.701944, 4.028333, 9.705139, 4.029083]}, {&quot;id&quot;: &quot;2161&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 364.0, &quot;att&quot;: 0.11764705882353088, &quot;style&quot;: {&quot;color&quot;: &quot;#472a7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.705239, 4.028433]]}, &quot;bbox&quot;: [9.702043999999999, 4.028433, 9.705239, 4.029183]}, {&quot;id&quot;: &quot;2197&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 0.02325581395348868, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.686417, 4.029444]]}, &quot;bbox&quot;: [9.686417, 4.029381, 9.696744, 4.029444]}, {&quot;id&quot;: &quot;2233&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 0.07317073170731649, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.686517, 4.029544]]}, &quot;bbox&quot;: [9.686517, 4.029481, 9.696844, 4.029544]}, {&quot;id&quot;: &quot;2269&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 868.0, &quot;att&quot;: 0.08333333333333161, &quot;style&quot;: {&quot;color&quot;: &quot;#481f70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.709194, 4.032028]]}, &quot;bbox&quot;: [9.701944, 4.029083, 9.709194, 4.032028]}, {&quot;id&quot;: &quot;2305&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 868.0, &quot;att&quot;: 0.08695652173912868, &quot;style&quot;: {&quot;color&quot;: &quot;#482071&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.709294, 4.032128]]}, &quot;bbox&quot;: [9.702043999999999, 4.029183, 9.709294, 4.032128]}, {&quot;id&quot;: &quot;2341&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 666.0, &quot;att&quot;: 0.13333333333333286, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.691575, 4.032433]]}, &quot;bbox&quot;: [9.691575, 4.029381, 9.696744, 4.032433]}, {&quot;id&quot;: &quot;2377&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 666.0, &quot;att&quot;: 0.07407407407407261, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.691675, 4.032533]]}, &quot;bbox&quot;: [9.691675, 4.029481, 9.696844, 4.032533]}, {&quot;id&quot;: &quot;2413&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 536.0, &quot;att&quot;: 0.04545454545454604, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699417, 4.033417]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699417, 4.033417]}, {&quot;id&quot;: &quot;2449&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 536.0, &quot;att&quot;: 0.06666666666666525, &quot;style&quot;: {&quot;color&quot;: &quot;#481a6c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699517, 4.033517]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699517, 4.033517]}, {&quot;id&quot;: &quot;2485&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 0.27027027027027006, &quot;style&quot;: {&quot;color&quot;: &quot;#38588c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.727083, 4.023444]]}, &quot;bbox&quot;: [9.727083, 4.023444, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2521&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 0.15384615384615344, &quot;style&quot;: {&quot;color&quot;: &quot;#453581&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.727183, 4.023543999999999]]}, &quot;bbox&quot;: [9.727183, 4.023543999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2557&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.024390243902437672, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71564, 4.032], [9.71203, 4.03312]]}, &quot;bbox&quot;: [9.71203, 4.032, 9.71564, 4.03312]}, {&quot;id&quot;: &quot;2593&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: -0.021276595744681173, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71574, 4.0321], [9.71213, 4.03322]]}, &quot;bbox&quot;: [9.71213, 4.0321, 9.71574, 4.03322]}, {&quot;id&quot;: &quot;2629&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.755167, 4.037361]]}, &quot;bbox&quot;: [9.755167, 4.029, 9.767833, 4.037361]}, {&quot;id&quot;: &quot;2665&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 0.02702702702702744, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.755267, 4.0374609999999995]]}, &quot;bbox&quot;: [9.755267, 4.0291, 9.767933, 4.0374609999999995]}, {&quot;id&quot;: &quot;2701&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 323.0, &quot;att&quot;: 0.14999999999999858, &quot;style&quot;: {&quot;color&quot;: &quot;#463480&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691575, 4.032433], [9.691889, 4.035333]]}, &quot;bbox&quot;: [9.691575, 4.032433, 9.691889, 4.035333]}, {&quot;id&quot;: &quot;2737&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 323.0, &quot;att&quot;: 0.05882352941176544, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691675, 4.032533], [9.691989, 4.035432999999999]]}, &quot;bbox&quot;: [9.691675, 4.032533, 9.691989, 4.035432999999999]}, {&quot;id&quot;: &quot;2773&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 516.0, &quot;att&quot;: 0.06249999999999875, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774333, 4.033028], [9.77026, 4.03527]]}, &quot;bbox&quot;: [9.77026, 4.033028, 9.774333, 4.03527]}, {&quot;id&quot;: &quot;2809&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 516.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774433, 4.033128], [9.77036, 4.0353699999999995]]}, &quot;bbox&quot;: [9.77036, 4.033128, 9.774433, 4.0353699999999995]}, {&quot;id&quot;: &quot;2845&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1581.0, &quot;att&quot;: -0.020000000000000285, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.725667, 4.028583]]}, &quot;bbox&quot;: [9.725667, 4.028583, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2881&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.725767, 4.028683]]}, &quot;bbox&quot;: [9.725767, 4.028683, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2917&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699006, 4.040886]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699006, 4.040886]}, {&quot;id&quot;: &quot;2953&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 0.027777777777776243, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699106, 4.040986]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699106, 4.040986]}, {&quot;id&quot;: &quot;2989&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17810.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 610.0, &quot;att&quot;: 0.4761904761904775, &quot;style&quot;: {&quot;color&quot;: &quot;#238a8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683883, 4.033886], [9.688056, 4.037472]]}, &quot;bbox&quot;: [9.683883, 4.033886, 9.688056, 4.037472]}, {&quot;id&quot;: &quot;3025&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18820.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 610.0, &quot;att&quot;: 0.25925925925926, &quot;style&quot;: {&quot;color&quot;: &quot;#3a548c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683983, 4.033986], [9.688156, 4.037572]]}, &quot;bbox&quot;: [9.683983, 4.033986, 9.688156, 4.037572]}, {&quot;id&quot;: &quot;3061&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 0.019607843137255204, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.766222, 4.046556]]}, &quot;bbox&quot;: [9.766222, 4.029, 9.767833, 4.046556]}, {&quot;id&quot;: &quot;3097&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 0.09803921568627448, &quot;style&quot;: {&quot;color&quot;: &quot;#482475&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.766322, 4.046656]]}, &quot;bbox&quot;: [9.766322, 4.0291, 9.767933, 4.046656]}, {&quot;id&quot;: &quot;3133&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 433.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706106, 4.040083], [9.703794, 4.036926]]}, &quot;bbox&quot;: [9.703794, 4.036926, 9.706106, 4.040083]}, {&quot;id&quot;: &quot;3169&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 433.0, &quot;att&quot;: 0.03571428571428372, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706206, 4.040183], [9.703894, 4.037026]]}, &quot;bbox&quot;: [9.703894, 4.037026, 9.706206, 4.040183]}, {&quot;id&quot;: &quot;3205&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 0.02325581395348868, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.711917, 4.037722]]}, &quot;bbox&quot;: [9.711917, 4.037722, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;3241&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2369.0, &quot;att&quot;: -0.02173913043478291, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.712017, 4.037821999999999]]}, &quot;bbox&quot;: [9.712017, 4.037821999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;3277&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 928.0, &quot;att&quot;: 0.05172413793103402, &quot;style&quot;: {&quot;color&quot;: &quot;#481467&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.741011, 4.038342]]}, &quot;bbox&quot;: [9.733028, 4.038342, 9.741011, 4.040819]}, {&quot;id&quot;: &quot;3313&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 928.0, &quot;att&quot;: 0.018867924528302164, &quot;style&quot;: {&quot;color&quot;: &quot;#46075a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.741111, 4.038442]]}, &quot;bbox&quot;: [9.733127999999999, 4.038442, 9.741111, 4.040919]}, {&quot;id&quot;: &quot;3349&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 441.0, &quot;att&quot;: 0.03571428571428617, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.70265, 4.03931]]}, &quot;bbox&quot;: [9.699006, 4.03931, 9.70265, 4.040886]}, {&quot;id&quot;: &quot;3385&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 441.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.70275, 4.03941]]}, &quot;bbox&quot;: [9.699106, 4.03941, 9.70275, 4.040986]}, {&quot;id&quot;: &quot;3421&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 697.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774, 4.042306], [9.7795, 4.039278]]}, &quot;bbox&quot;: [9.774, 4.039278, 9.7795, 4.042306]}, {&quot;id&quot;: &quot;3457&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 697.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774099999999999, 4.042406], [9.7796, 4.039378]]}, &quot;bbox&quot;: [9.774099999999999, 4.039378, 9.7796, 4.042406]}, {&quot;id&quot;: &quot;3494&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041057N-9.688122E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 387.0, &quot;att&quot;: 0.12500000000000186, &quot;style&quot;: {&quot;color&quot;: &quot;#472d7b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.689827, 4.040697]]}, &quot;bbox&quot;: [9.686417, 4.040697, 9.689827, 4.041417]}, {&quot;id&quot;: &quot;3530&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 975.0, &quot;att&quot;: 0.010000000000000142, &quot;style&quot;: {&quot;color&quot;: &quot;#450457&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762056, 4.03875], [9.754583, 4.043386]]}, &quot;bbox&quot;: [9.754583, 4.03875, 9.762056, 4.043386]}, {&quot;id&quot;: &quot;3566&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 975.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762156, 4.03885], [9.754683, 4.043486]]}, &quot;bbox&quot;: [9.754683, 4.03885, 9.762156, 4.043486]}, {&quot;id&quot;: &quot;3602&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.032258064516129475, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.728389, 4.041694]]}, &quot;bbox&quot;: [9.728389, 4.040819, 9.733028, 4.041694]}, {&quot;id&quot;: &quot;3638&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.728489, 4.041793999999999]]}, &quot;bbox&quot;: [9.728489, 4.040919, 9.733127999999999, 4.041793999999999]}, {&quot;id&quot;: &quot;3674&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 0.1896551724137932, &quot;style&quot;: {&quot;color&quot;: &quot;#424086&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.779361, 4.053694]]}, &quot;bbox&quot;: [9.767833, 4.029, 9.779361, 4.053694]}, {&quot;id&quot;: &quot;3710&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 0.14999999999999977, &quot;style&quot;: {&quot;color&quot;: &quot;#463480&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.779461, 4.053794]]}, &quot;bbox&quot;: [9.767933, 4.0291, 9.779461, 4.053794]}, {&quot;id&quot;: &quot;3746&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 0.340909090909091, &quot;style&quot;: {&quot;color&quot;: &quot;#306a8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.747639, 4.043778]]}, &quot;bbox&quot;: [9.733028, 4.040819, 9.747639, 4.043778]}, {&quot;id&quot;: &quot;3782&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 0.22950819672131262, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4c8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.747739, 4.043877999999999]]}, &quot;bbox&quot;: [9.733127999999999, 4.040919, 9.747739, 4.043877999999999]}, {&quot;id&quot;: &quot;3818&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702978, 4.056559], [9.73025, 4.028444]]}, &quot;bbox&quot;: [9.702978, 4.028444, 9.73025, 4.056559]}, {&quot;id&quot;: &quot;3854&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 0.09090909090909062, &quot;style&quot;: {&quot;color&quot;: &quot;#482173&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703078, 4.056659], [9.73035, 4.028544]]}, &quot;bbox&quot;: [9.703078, 4.028544, 9.73035, 4.056659]}, {&quot;id&quot;: &quot;3890&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.052631578947369015, &quot;style&quot;: {&quot;color&quot;: &quot;#481467&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.69725, 4.04425]]}, &quot;bbox&quot;: [9.69725, 4.040886, 9.699006, 4.04425]}, {&quot;id&quot;: &quot;3926&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.04545454545454604, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.69735, 4.04435]]}, &quot;bbox&quot;: [9.69735, 4.040986, 9.699106, 4.04435]}, {&quot;id&quot;: &quot;3962&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 431.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704083, 4.04244], [9.707889, 4.043194]]}, &quot;bbox&quot;: [9.704083, 4.04244, 9.707889, 4.043194]}, {&quot;id&quot;: &quot;3998&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 431.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704183, 4.04254], [9.707989, 4.0432939999999995]]}, &quot;bbox&quot;: [9.704183, 4.04254, 9.707989, 4.0432939999999995]}, {&quot;id&quot;: &quot;4036&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043833N-9.687306E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 570.0, &quot;att&quot;: 0.16666666666666666, &quot;style&quot;: {&quot;color&quot;: &quot;#443983&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.688194, 4.04625]]}, &quot;bbox&quot;: [9.686417, 4.041417, 9.688194, 4.04625]}, {&quot;id&quot;: &quot;4072&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 810.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707889, 4.043194], [9.700739, 4.044661]]}, &quot;bbox&quot;: [9.700739, 4.043194, 9.707889, 4.044661]}, {&quot;id&quot;: &quot;4108&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 810.0, &quot;att&quot;: 0.04000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707989, 4.0432939999999995], [9.700839, 4.044760999999999]]}, &quot;bbox&quot;: [9.700839, 4.0432939999999995, 9.707989, 4.044760999999999]}, {&quot;id&quot;: &quot;4144&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 706.0, &quot;att&quot;: 0.02083333333333364, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728389, 4.041694], [9.72575, 4.0475]]}, &quot;bbox&quot;: [9.72575, 4.041694, 9.728389, 4.0475]}, {&quot;id&quot;: &quot;4180&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 706.0, &quot;att&quot;: 0.022727272727273058, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728489, 4.041793999999999], [9.72585, 4.0476]]}, &quot;bbox&quot;: [9.72585, 4.041793999999999, 9.728489, 4.0476]}, {&quot;id&quot;: &quot;4216&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 0.025641025641026015, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.699006, 4.040886, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4252&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 0.04000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.699106, 4.040986, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4288&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14487.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 611.0, &quot;att&quot;: 0.206896551724138, &quot;style&quot;: {&quot;color&quot;: &quot;#404588&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71598, 4.04642], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.71598, 4.04642, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4324&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14977.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 611.0, &quot;att&quot;: 0.14814814814814747, &quot;style&quot;: {&quot;color&quot;: &quot;#46337f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71608, 4.04652], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.71608, 4.04652, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4360&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048013N-9.705195E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 822.0, &quot;att&quot;: 0.05454545454545403, &quot;style&quot;: {&quot;color&quot;: &quot;#481467&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703528, 4.044694], [9.706861, 4.051333]]}, &quot;bbox&quot;: [9.703528, 4.044694, 9.706861, 4.051333]}, {&quot;id&quot;: &quot;4396&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 317.0, &quot;att&quot;: 0.629107981220657, &quot;style&quot;: {&quot;color&quot;: &quot;#29af7f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698333, 4.049556], [9.698917, 4.04675]]}, &quot;bbox&quot;: [9.698333, 4.04675, 9.698917, 4.049556]}, {&quot;id&quot;: &quot;4432&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 317.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698433, 4.049656], [9.699017, 4.04685]]}, &quot;bbox&quot;: [9.698433, 4.04685, 9.699017, 4.049656]}, {&quot;id&quot;: &quot;4468&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 564.0, &quot;att&quot;: 0.08333333333333431, &quot;style&quot;: {&quot;color&quot;: &quot;#481f70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706861, 4.051333], [9.708472, 4.0465]]}, &quot;bbox&quot;: [9.706861, 4.0465, 9.708472, 4.051333]}, {&quot;id&quot;: &quot;4504&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 564.0, &quot;att&quot;: 0.0434782608695628, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706961, 4.051432999999999], [9.708572, 4.0466]]}, &quot;bbox&quot;: [9.706961, 4.0466, 9.708572, 4.051432999999999]}, {&quot;id&quot;: &quot;4540&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 596.0, &quot;att&quot;: 0.032258064516127255, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.771911, 4.050192], [9.777253, 4.049658]]}, &quot;bbox&quot;: [9.771911, 4.049658, 9.777253, 4.050192]}, {&quot;id&quot;: &quot;4576&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 596.0, &quot;att&quot;: 0.031250000000000416, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.772011, 4.050292], [9.777353, 4.049758]]}, &quot;bbox&quot;: [9.772011, 4.049758, 9.777353, 4.050292]}, {&quot;id&quot;: &quot;4612&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050150N-9.740475E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 454.0, &quot;att&quot;: 0.032258064516129475, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741306, 4.052028], [9.739644, 4.048272]]}, &quot;bbox&quot;: [9.739644, 4.048272, 9.741306, 4.052028]}, {&quot;id&quot;: &quot;4648&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 522.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702389, 4.052444], [9.704556, 4.04825]]}, &quot;bbox&quot;: [9.702389, 4.04825, 9.704556, 4.052444]}, {&quot;id&quot;: &quot;4684&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 522.0, &quot;att&quot;: 0.020000000000000285, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702489, 4.052544], [9.704656, 4.04835]]}, &quot;bbox&quot;: [9.702489, 4.04835, 9.704656, 4.052544]}, {&quot;id&quot;: &quot;4720&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 956.0, &quot;att&quot;: 0.01041666666666682, &quot;style&quot;: {&quot;color&quot;: &quot;#450457&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.756833, 4.047389]]}, &quot;bbox&quot;: [9.750917, 4.047389, 9.756833, 4.053667]}, {&quot;id&quot;: &quot;4756&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 956.0, &quot;att&quot;: 0.04000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.756933, 4.047489]]}, &quot;bbox&quot;: [9.751017, 4.047489, 9.756933, 4.053767]}, {&quot;id&quot;: &quot;4792&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 0.04285714285714245, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779361, 4.053694], [9.797806, 4.050472]]}, &quot;bbox&quot;: [9.779361, 4.050472, 9.797806, 4.053694]}, {&quot;id&quot;: &quot;4828&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779461, 4.053794], [9.797906, 4.050572]]}, &quot;bbox&quot;: [9.779461, 4.050572, 9.797906, 4.053794]}, {&quot;id&quot;: &quot;4864&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8363.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 0.08333333333333431, &quot;style&quot;: {&quot;color&quot;: &quot;#481f70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.775889, 4.05525]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.775889, 4.05525]}, {&quot;id&quot;: &quot;4900&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8482.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 0.1599999999999966, &quot;style&quot;: {&quot;color&quot;: &quot;#453781&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.775989, 4.05535]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.775989, 4.05535]}, {&quot;id&quot;: &quot;4936&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.009708737864077808, &quot;style&quot;: {&quot;color&quot;: &quot;#450457&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.754444, 4.058167]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.754444, 4.058167]}, {&quot;id&quot;: &quot;4972&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.020594965675057177, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.754544, 4.058267]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.754544, 4.058267]}, {&quot;id&quot;: &quot;5008&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 546.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.767556, 4.053639]]}, &quot;bbox&quot;: [9.767556, 4.053639, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5044&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 546.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.767656, 4.053739]]}, &quot;bbox&quot;: [9.767656, 4.053739, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5080&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 879.0, &quot;att&quot;: 0.019230769230769492, &quot;style&quot;: {&quot;color&quot;: &quot;#46075a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738694, 4.058056], [9.745611, 4.054186]]}, &quot;bbox&quot;: [9.738694, 4.054186, 9.745611, 4.058056]}, {&quot;id&quot;: &quot;5116&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 879.0, &quot;att&quot;: 0.016666666666666923, &quot;style&quot;: {&quot;color&quot;: &quot;#46075a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738794, 4.058155999999999], [9.745711, 4.054285999999999]]}, &quot;bbox&quot;: [9.738794, 4.054285999999999, 9.745711, 4.058155999999999]}, {&quot;id&quot;: &quot;5152&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 0.025641025641024193, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.743528, 4.059611]]}, &quot;bbox&quot;: [9.743528, 4.053667, 9.750917, 4.059611]}, {&quot;id&quot;: &quot;5188&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 0.031250000000000416, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.743628, 4.059711]]}, &quot;bbox&quot;: [9.743628, 4.053767, 9.751017, 4.059711]}, {&quot;id&quot;: &quot;5224&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.032258064516129475, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726194, 4.060028], [9.750917, 4.053667]]}, &quot;bbox&quot;: [9.726194, 4.053667, 9.750917, 4.060028]}, {&quot;id&quot;: &quot;5260&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.028571428571428976, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726294, 4.060128], [9.751017, 4.053767]]}, &quot;bbox&quot;: [9.726294, 4.053767, 9.751017, 4.060128]}, {&quot;id&quot;: &quot;5296&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.025000000000000355, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726393999999999, 4.060228], [9.751116999999999, 4.053867]]}, &quot;bbox&quot;: [9.726393999999999, 4.053867, 9.751116999999999, 4.060228]}, {&quot;id&quot;: &quot;5332&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726493999999999, 4.060328], [9.751216999999999, 4.053967]]}, &quot;bbox&quot;: [9.726493999999999, 4.053967, 9.751216999999999, 4.060328]}, {&quot;id&quot;: &quot;5368&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_0&quot;, &quot;frequency&quot;: 12793.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726594, 4.060428], [9.751317, 4.054067]]}, &quot;bbox&quot;: [9.726594, 4.054067, 9.751317, 4.060428]}, {&quot;id&quot;: &quot;5404&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_1&quot;, &quot;frequency&quot;: 13059.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726694, 4.060528], [9.751417, 4.054167]]}, &quot;bbox&quot;: [9.726694, 4.054167, 9.751417, 4.060528]}, {&quot;id&quot;: &quot;5440&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 0.11111111111111067, &quot;style&quot;: {&quot;color&quot;: &quot;#482878&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.734028, 4.06025]]}, &quot;bbox&quot;: [9.734028, 4.053667, 9.750917, 4.06025]}, {&quot;id&quot;: &quot;5476&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 0.044444444444443565, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.734128, 4.06035]]}, &quot;bbox&quot;: [9.734128, 4.053767, 9.751017, 4.06035]}, {&quot;id&quot;: &quot;5512&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 630.0, &quot;att&quot;: 0.02702702702702739, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.763167, 4.056417]]}, &quot;bbox&quot;: [9.763167, 4.056417, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5548&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 630.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.763266999999999, 4.0565169999999995]]}, &quot;bbox&quot;: [9.763266999999999, 4.0565169999999995, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5584&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 0.16129032258064527, &quot;style&quot;: {&quot;color&quot;: &quot;#453882&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.786861, 4.062806]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.786861, 4.062806]}, {&quot;id&quot;: &quot;5620&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 0.31428571428571267, &quot;style&quot;: {&quot;color&quot;: &quot;#33638d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.786961, 4.062906]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.786961, 4.062906]}, {&quot;id&quot;: &quot;5656&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 0.043478260869568706, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.720853, 4.053242]]}, &quot;bbox&quot;: [9.714664, 4.053242, 9.720853, 4.06425]}, {&quot;id&quot;: &quot;5692&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1398.0, &quot;att&quot;: -0.055555555555552485, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.720953, 4.053342]]}, &quot;bbox&quot;: [9.714764, 4.053342, 9.720953, 4.06435]}, {&quot;id&quot;: &quot;5728&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.75311, 4.064069]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.75311, 4.064069]}, {&quot;id&quot;: &quot;5764&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1176.0, &quot;att&quot;: -0.01754385964912307, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.75321, 4.064169]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.75321, 4.064169]}, {&quot;id&quot;: &quot;5800&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.041666666666665804, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.767778, 4.064361]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.767778, 4.064361]}, {&quot;id&quot;: &quot;5836&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.09677419354838614, &quot;style&quot;: {&quot;color&quot;: &quot;#482374&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.767878, 4.064461]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.767878, 4.064461]}, {&quot;id&quot;: &quot;5872&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 796.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708444, 4.060333], [9.715412, 4.058638]]}, &quot;bbox&quot;: [9.708444, 4.058638, 9.715412, 4.060333]}, {&quot;id&quot;: &quot;5908&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 796.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708544, 4.060433], [9.715512, 4.058738]]}, &quot;bbox&quot;: [9.708544, 4.058738, 9.715512, 4.060433]}, {&quot;id&quot;: &quot;5944&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 0.03703703703703753, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.759558, 4.066322]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.759558, 4.066322]}, {&quot;id&quot;: &quot;5980&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.759658, 4.066422]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.759658, 4.066422]}, {&quot;id&quot;: &quot;6016&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.777639, 4.063131]]}, &quot;bbox&quot;: [9.768444, 4.0585, 9.777639, 4.063131]}, {&quot;id&quot;: &quot;6052&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.777739, 4.063231]]}, &quot;bbox&quot;: [9.768544, 4.0586, 9.777739, 4.063231]}, {&quot;id&quot;: &quot;6088&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 498.0, &quot;att&quot;: -0.019607843137255176, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743528, 4.059611], [9.74569, 4.06356]]}, &quot;bbox&quot;: [9.743528, 4.059611, 9.74569, 4.06356]}, {&quot;id&quot;: &quot;6124&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 498.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743628, 4.059711], [9.74579, 4.06366]]}, &quot;bbox&quot;: [9.743628, 4.059711, 9.74579, 4.06366]}, {&quot;id&quot;: &quot;6160&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 741.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704333, 4.059583], [9.706333, 4.065972]]}, &quot;bbox&quot;: [9.704333, 4.059583, 9.706333, 4.065972]}, {&quot;id&quot;: &quot;6196&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 741.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704433, 4.059683], [9.706433, 4.066072]]}, &quot;bbox&quot;: [9.704433, 4.059683, 9.706433, 4.066072]}, {&quot;id&quot;: &quot;6232&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 603.0, &quot;att&quot;: 0.24242424242424176, &quot;style&quot;: {&quot;color&quot;: &quot;#3c508b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.719389, 4.061556]]}, &quot;bbox&quot;: [9.714664, 4.061556, 9.719389, 4.06425]}, {&quot;id&quot;: &quot;6268&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 603.0, &quot;att&quot;: 0.032258064516129475, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.719489, 4.061656]]}, &quot;bbox&quot;: [9.714764, 4.061656, 9.719489, 4.06435]}, {&quot;id&quot;: &quot;6304&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 669.0, &quot;att&quot;: 0.1071428571428585, &quot;style&quot;: {&quot;color&quot;: &quot;#482677&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759558, 4.066322], [9.76425, 4.062528]]}, &quot;bbox&quot;: [9.759558, 4.062528, 9.76425, 4.066322]}, {&quot;id&quot;: &quot;6340&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 669.0, &quot;att&quot;: 0.08333333333333431, &quot;style&quot;: {&quot;color&quot;: &quot;#481f70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759658, 4.066422], [9.76435, 4.062628]]}, &quot;bbox&quot;: [9.759658, 4.062628, 9.76435, 4.066422]}, {&quot;id&quot;: &quot;6376&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 451.0, &quot;att&quot;: 0.05263157894736921, &quot;style&quot;: {&quot;color&quot;: &quot;#481467&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710083, 4.063917], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.710083, 4.063917, 9.71287, 4.06688]}, {&quot;id&quot;: &quot;6412&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 451.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710182999999999, 4.064017], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.710182999999999, 4.064017, 9.71297, 4.06698]}, {&quot;id&quot;: &quot;6448&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 924.0, &quot;att&quot;: -0.028571428571428976, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79152, 4.065848], [9.799722, 4.06725]]}, &quot;bbox&quot;: [9.79152, 4.065848, 9.799722, 4.06725]}, {&quot;id&quot;: &quot;6484&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 924.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79162, 4.065948], [9.799821999999999, 4.067349999999999]]}, &quot;bbox&quot;: [9.79162, 4.065948, 9.799821999999999, 4.067349999999999]}, {&quot;id&quot;: &quot;6520&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.72547, 4.07139]}, {&quot;id&quot;: &quot;6556&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.72557, 4.07149]}, {&quot;id&quot;: &quot;6592&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 932.0, &quot;att&quot;: 0.13333333333333522, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.722972, 4.065667], [9.729139, 4.071389]]}, &quot;bbox&quot;: [9.722972, 4.065667, 9.729139, 4.071389]}, {&quot;id&quot;: &quot;6628&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 932.0, &quot;att&quot;: 0.1111111111111111, &quot;style&quot;: {&quot;color&quot;: &quot;#482878&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.723072, 4.065767], [9.729239, 4.071489]]}, &quot;bbox&quot;: [9.723072, 4.065767, 9.729239, 4.071489]}, {&quot;id&quot;: &quot;6664&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 535.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714869, 4.071278], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.71287, 4.06688, 9.714869, 4.071278]}, {&quot;id&quot;: &quot;6700&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 535.0, &quot;att&quot;: 0.06666666666666761, &quot;style&quot;: {&quot;color&quot;: &quot;#481a6c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714969, 4.071378], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.71297, 4.06698, 9.714969, 4.071378]}, {&quot;id&quot;: &quot;6736&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 407.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729139, 4.071389], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.72547, 4.071389, 9.729139, 4.07139]}, {&quot;id&quot;: &quot;6772&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 407.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729239, 4.071489], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.72557, 4.071489, 9.729239, 4.07149]}, {&quot;id&quot;: &quot;6808&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 731.0, &quot;att&quot;: 0.1700000000000003, &quot;style&quot;: {&quot;color&quot;: &quot;#443a83&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736111, 4.072222], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.736111, 4.072222, 9.742681, 4.072661]}, {&quot;id&quot;: &quot;6844&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 731.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736210999999999, 4.072322], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.736210999999999, 4.072322, 9.742780999999999, 4.072761]}, {&quot;id&quot;: &quot;6880&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 561.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76925, 4.071639], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.76925, 4.071639, 9.774, 4.073367]}, {&quot;id&quot;: &quot;6916&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 561.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76935, 4.071739], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.76935, 4.071739, 9.774099999999999, 4.073467]}, {&quot;id&quot;: &quot;6952&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 0.05000000000000071, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.721058, 4.084075]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.721058, 4.084075]}, {&quot;id&quot;: &quot;6988&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.721157999999999, 4.084175]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.721157999999999, 4.084175]}, {&quot;id&quot;: &quot;7024&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 0.10000000000000142, &quot;style&quot;: {&quot;color&quot;: &quot;#482475&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.761667, 4.074778]}, {&quot;id&quot;: &quot;7060&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.761766999999999, 4.074878]}, {&quot;id&quot;: &quot;7096&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.11764705882353088, &quot;style&quot;: {&quot;color&quot;: &quot;#472a7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719639, 4.070306], [9.719417, 4.079889]]}, &quot;bbox&quot;: [9.719417, 4.070306, 9.719639, 4.079889]}, {&quot;id&quot;: &quot;7132&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.04000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719739, 4.070406], [9.719517, 4.079988999999999]]}, &quot;bbox&quot;: [9.719517, 4.070406, 9.719739, 4.079988999999999]}, {&quot;id&quot;: &quot;7168&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 0.06666666666666761, &quot;style&quot;: {&quot;color&quot;: &quot;#481a6c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.781778, 4.069972]]}, &quot;bbox&quot;: [9.781778, 4.069972, 9.786083, 4.0817]}, {&quot;id&quot;: &quot;7204&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.781877999999999, 4.070072]]}, &quot;bbox&quot;: [9.781877999999999, 4.070072, 9.786183, 4.081799999999999]}, {&quot;id&quot;: &quot;7240&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.023809523809524172, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.75645, 4.07833]]}, &quot;bbox&quot;: [9.75645, 4.074778, 9.761667, 4.07833]}, {&quot;id&quot;: &quot;7276&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.0031397174254317556, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.756549999999999, 4.07843]]}, &quot;bbox&quot;: [9.756549999999999, 4.074878, 9.761766999999999, 4.07843]}, {&quot;id&quot;: &quot;7312&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 480.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719417, 4.079889], [9.721778, 4.07625]]}, &quot;bbox&quot;: [9.719417, 4.07625, 9.721778, 4.079889]}, {&quot;id&quot;: &quot;7348&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 480.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719517, 4.079988999999999], [9.721878, 4.07635]]}, &quot;bbox&quot;: [9.719517, 4.07635, 9.721878, 4.079988999999999]}, {&quot;id&quot;: &quot;7384&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756825, 4.081867], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.756825, 4.081867]}, {&quot;id&quot;: &quot;7420&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756924999999999, 4.081967], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.756924999999999, 4.081967]}, {&quot;id&quot;: &quot;7456&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 0.03571428571428626, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.801611, 4.076722]]}, &quot;bbox&quot;: [9.786083, 4.076722, 9.801611, 4.0817]}, {&quot;id&quot;: &quot;7492&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 0.04000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.801711, 4.076822]]}, &quot;bbox&quot;: [9.786183, 4.076822, 9.801711, 4.081799999999999]}, {&quot;id&quot;: &quot;7528&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 0.16129032258064507, &quot;style&quot;: {&quot;color&quot;: &quot;#453882&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.742681, 4.072661, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;7564&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 0.027777777777778217, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.742780999999999, 4.072761, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;7600&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 0.6086956521739144, &quot;style&quot;: {&quot;color&quot;: &quot;#24aa83&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.752944, 4.073367, 9.774, 4.085936]}, {&quot;id&quot;: &quot;7636&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 0.30769230769230915, &quot;style&quot;: {&quot;color&quot;: &quot;#34618d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.753044, 4.073467, 9.774099999999999, 4.086036]}, {&quot;id&quot;: &quot;7672&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080070N-9.789737E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18848.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 888.0, &quot;att&quot;: 0.5, &quot;style&quot;: {&quot;color&quot;: &quot;#21918c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.79339, 4.07844]]}, &quot;bbox&quot;: [9.786083, 4.07844, 9.79339, 4.0817]}, {&quot;id&quot;: &quot;7708&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 0.12500000000000167, &quot;style&quot;: {&quot;color&quot;: &quot;#472d7b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.753278, 4.074861]]}, &quot;bbox&quot;: [9.752944, 4.074861, 9.753278, 4.085936]}, {&quot;id&quot;: &quot;7744&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 0.09090909090909208, &quot;style&quot;: {&quot;color&quot;: &quot;#482173&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.753378, 4.074961]]}, &quot;bbox&quot;: [9.753044, 4.074961, 9.753378, 4.086036]}, {&quot;id&quot;: &quot;7780&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 968.0, &quot;att&quot;: 0.07142857142856744, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765535, 4.081441], [9.756825, 4.081867]]}, &quot;bbox&quot;: [9.756825, 4.081441, 9.765535, 4.081867]}, {&quot;id&quot;: &quot;7816&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 968.0, &quot;att&quot;: 0.10000000000000142, &quot;style&quot;: {&quot;color&quot;: &quot;#482475&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765635, 4.081541], [9.756924999999999, 4.081967]]}, &quot;bbox&quot;: [9.756924999999999, 4.081541, 9.765635, 4.081967]}, {&quot;id&quot;: &quot;7852&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 0.04347826086956576, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.7949, 4.08393]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.7949, 4.08393]}, {&quot;id&quot;: &quot;7888&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 0.08695652173912868, &quot;style&quot;: {&quot;color&quot;: &quot;#482071&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.795, 4.084029999999999]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.795, 4.084029999999999]}, {&quot;id&quot;: &quot;7924&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 895.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.77848, 4.08438]]}, &quot;bbox&quot;: [9.77848, 4.0817, 9.786083, 4.08438]}, {&quot;id&quot;: &quot;7960&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 895.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.77858, 4.08448]]}, &quot;bbox&quot;: [9.77858, 4.081799999999999, 9.786183, 4.08448]}, {&quot;id&quot;: &quot;7996&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.751769, 4.093194]]}, &quot;bbox&quot;: [9.751769, 4.074778, 9.761667, 4.093194]}, {&quot;id&quot;: &quot;8032&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 0.02777777777777816, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.751869, 4.093294]]}, &quot;bbox&quot;: [9.751869, 4.074878, 9.761766999999999, 4.093294]}, {&quot;id&quot;: &quot;8068&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 0.1176470588235267, &quot;style&quot;: {&quot;color&quot;: &quot;#472a7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.728889, 4.083056]]}, &quot;bbox&quot;: [9.728889, 4.083056, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8104&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 0.11111111111110891, &quot;style&quot;: {&quot;color&quot;: &quot;#482878&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.728989, 4.083156]]}, &quot;bbox&quot;: [9.728989, 4.083156, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8140&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 0.20833333333333345, &quot;style&quot;: {&quot;color&quot;: &quot;#404688&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.738306, 4.083528]]}, &quot;bbox&quot;: [9.738306, 4.083528, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8176&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 0.11538461538461696, &quot;style&quot;: {&quot;color&quot;: &quot;#482979&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.738406, 4.083628]]}, &quot;bbox&quot;: [9.738406, 4.083628, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8212&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 947.0, &quot;att&quot;: 0.04761904761904826, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.783583, 4.089889]]}, &quot;bbox&quot;: [9.783583, 4.0817, 9.786083, 4.089889]}, {&quot;id&quot;: &quot;8248&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 947.0, &quot;att&quot;: 0.05263157894736547, &quot;style&quot;: {&quot;color&quot;: &quot;#481467&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.783683, 4.089989]]}, &quot;bbox&quot;: [9.783683, 4.081799999999999, 9.786183, 4.089989]}, {&quot;id&quot;: &quot;8284&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 0.4615384615384636, &quot;style&quot;: {&quot;color&quot;: &quot;#24878e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.743333, 4.074778, 9.761667, 4.097333]}, {&quot;id&quot;: &quot;8320&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 0.4166666666666657, &quot;style&quot;: {&quot;color&quot;: &quot;#287c8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.743433, 4.074878, 9.761766999999999, 4.097433]}, {&quot;id&quot;: &quot;8356&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 0.03030303030303076, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.76601, 4.08663]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.76601, 4.08663]}, {&quot;id&quot;: &quot;8392&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 0.04651162790697744, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.76611, 4.08673]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.76611, 4.08673]}, {&quot;id&quot;: &quot;8428&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 0.030303030303030696, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.808667, 4.091389]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.808667, 4.091389]}, {&quot;id&quot;: &quot;8464&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.808767, 4.091489]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.808767, 4.091489]}, {&quot;id&quot;: &quot;8500&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 830.0, &quot;att&quot;: 0.042553191489362284, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.758611, 4.090833]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.758611, 4.090833]}, {&quot;id&quot;: &quot;8536&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 830.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.758711, 4.090933]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.758711, 4.090933]}, {&quot;id&quot;: &quot;8572&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 555.0, &quot;att&quot;: -0.06250000000000111, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73381, 4.08679], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.73381, 4.08679, 9.736042, 4.091278]}, {&quot;id&quot;: &quot;8608&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 555.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73391, 4.0868899999999995], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.73391, 4.0868899999999995, 9.736142, 4.091378]}, {&quot;id&quot;: &quot;8644&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 0.05000000000000426, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.744, 4.104861]]}, &quot;bbox&quot;: [9.744, 4.074778, 9.761667, 4.104861]}, {&quot;id&quot;: &quot;8680&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.7441, 4.104960999999999]]}, &quot;bbox&quot;: [9.7441, 4.074878, 9.761766999999999, 4.104960999999999]}, {&quot;id&quot;: &quot;8716&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 889.0, &quot;att&quot;: 0.07142857142857252, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76601, 4.08663], [9.764367, 4.0945]]}, &quot;bbox&quot;: [9.764367, 4.08663, 9.76601, 4.0945]}, {&quot;id&quot;: &quot;8752&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 889.0, &quot;att&quot;: 0.05882352941176569, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76611, 4.08673], [9.764467, 4.0946]]}, &quot;bbox&quot;: [9.764467, 4.08673, 9.76611, 4.0946]}, {&quot;id&quot;: &quot;8788&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 736.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729444, 4.091944], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.729444, 4.091278, 9.736042, 4.091944]}, {&quot;id&quot;: &quot;8824&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 736.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729544, 4.092044], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.729544, 4.091378, 9.736142, 4.092044]}, {&quot;id&quot;: &quot;8860&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 419.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74168, 4.09393], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.74168, 4.09393, 9.743333, 4.097333]}, {&quot;id&quot;: &quot;8896&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 419.0, &quot;att&quot;: 0.04347826086956589, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:20:00&quot;, &quot;2019-07-17T18:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74178, 4.09403], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.74178, 4.09403, 9.743433, 4.097433]}, {&quot;id&quot;: &quot;2&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 0.22222222222222252, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4989&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.791866, 3.97665]]}, &quot;bbox&quot;: [9.787167, 3.97665, 9.791866, 3.992722]}, {&quot;id&quot;: &quot;38&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 0.10714285714285623, &quot;style&quot;: {&quot;color&quot;: &quot;#482677&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.791966, 3.97675]]}, &quot;bbox&quot;: [9.787267, 3.97675, 9.791966, 3.9928220000000003]}, {&quot;id&quot;: &quot;74&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.42105263157894807, &quot;style&quot;: {&quot;color&quot;: &quot;#287d8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.81613, 3.97866]]}, &quot;bbox&quot;: [9.787167, 3.97866, 9.81613, 3.992722]}, {&quot;id&quot;: &quot;110&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.02367941712204015, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.81623, 3.9787600000000003]]}, &quot;bbox&quot;: [9.787267, 3.9787600000000003, 9.81623, 3.9928220000000003]}, {&quot;id&quot;: &quot;146&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 556.0, &quot;att&quot;: 0.031250000000000486, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763806, 3.997361], [9.75885, 3.99663]]}, &quot;bbox&quot;: [9.75885, 3.99663, 9.763806, 3.997361]}, {&quot;id&quot;: &quot;182&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 556.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763906, 3.9974610000000004], [9.75895, 3.9967300000000003]]}, &quot;bbox&quot;: [9.75895, 3.9967300000000003, 9.763906, 3.9974610000000004]}, {&quot;id&quot;: &quot;218&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 402.0, &quot;att&quot;: 0.03921568627450901, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745083, 4.002553], [9.748639, 4.003231]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.748639, 4.003231]}, {&quot;id&quot;: &quot;254&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 402.0, &quot;att&quot;: 0.037037037037037555, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745182999999999, 4.002653], [9.748739, 4.003331]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.748739, 4.003331]}, {&quot;id&quot;: &quot;290&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 774.0, &quot;att&quot;: 0.045454545454546115, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76732, 4.003512], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.76732, 4.003512, 9.767719, 4.0105]}, {&quot;id&quot;: &quot;326&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 774.0, &quot;att&quot;: 0.05714285714285593, &quot;style&quot;: {&quot;color&quot;: &quot;#481668&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76742, 4.0036119999999995], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.76742, 4.0036119999999995, 9.767819, 4.0106]}, {&quot;id&quot;: &quot;362&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799472, 4.004194], [9.778111, 4.012278]]}, &quot;bbox&quot;: [9.778111, 4.004194, 9.799472, 4.012278]}, {&quot;id&quot;: &quot;398&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 0.07407407407407506, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799572, 4.004294], [9.778211, 4.012378]]}, &quot;bbox&quot;: [9.778211, 4.004294, 9.799572, 4.012378]}, {&quot;id&quot;: &quot;434&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 0.05555555555555636, &quot;style&quot;: {&quot;color&quot;: &quot;#481668&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.705944, 4.01775], [9.701194, 4.008306]]}, &quot;bbox&quot;: [9.701194, 4.008306, 9.705944, 4.01775]}, {&quot;id&quot;: &quot;470&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 0.006514657980456004, &quot;style&quot;: {&quot;color&quot;: &quot;#440256&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706044, 4.01785], [9.701293999999999, 4.008406]]}, &quot;bbox&quot;: [9.701293999999999, 4.008406, 9.706044, 4.01785]}, {&quot;id&quot;: &quot;506&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 0.05128205128205212, &quot;style&quot;: {&quot;color&quot;: &quot;#481467&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.763806, 3.997361]]}, &quot;bbox&quot;: [9.763806, 3.997361, 9.767833, 4.029]}, {&quot;id&quot;: &quot;542&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 0.08108108108108232, &quot;style&quot;: {&quot;color&quot;: &quot;#481d6f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.763906, 3.9974610000000004]]}, &quot;bbox&quot;: [9.763906, 3.9974610000000004, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;578&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 0.025974025974026333, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741417, 4.009639], [9.723611, 4.020194]]}, &quot;bbox&quot;: [9.723611, 4.009639, 9.741417, 4.020194]}, {&quot;id&quot;: &quot;614&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 0.05128205128205107, &quot;style&quot;: {&quot;color&quot;: &quot;#481467&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741517, 4.009739], [9.723711, 4.020294]]}, &quot;bbox&quot;: [9.723711, 4.009739, 9.741517, 4.020294]}, {&quot;id&quot;: &quot;650&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 0.019607843137255204, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.745083, 4.002553]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.767833, 4.029]}, {&quot;id&quot;: &quot;686&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 0.026666666666667047, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.745182999999999, 4.002653]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;722&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 466.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73456, 4.01734]]}, &quot;bbox&quot;: [9.73456, 4.015972, 9.738528, 4.01734]}, {&quot;id&quot;: &quot;758&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 466.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73466, 4.01744]]}, &quot;bbox&quot;: [9.73466, 4.016071999999999, 9.738628, 4.01744]}, {&quot;id&quot;: &quot;794&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8335.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 0.04000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.762056, 4.004472]]}, &quot;bbox&quot;: [9.762056, 4.004472, 9.767833, 4.029]}, {&quot;id&quot;: &quot;830&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8454.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 0.04761904761904842, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.762156, 4.004572]]}, &quot;bbox&quot;: [9.762156, 4.004572, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;866&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 0.016666666666666902, &quot;style&quot;: {&quot;color&quot;: &quot;#46075a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.768083, 4.017917]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.768083, 4.017917]}, {&quot;id&quot;: &quot;902&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.768183, 4.0180169999999995]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.768183, 4.0180169999999995]}, {&quot;id&quot;: &quot;938&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727083, 4.023444], [9.72629, 4.01048]]}, &quot;bbox&quot;: [9.72629, 4.01048, 9.727083, 4.023444]}, {&quot;id&quot;: &quot;974&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727183, 4.023543999999999], [9.72639, 4.01058]]}, &quot;bbox&quot;: [9.72639, 4.01058, 9.727183, 4.023543999999999]}, {&quot;id&quot;: &quot;1010&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 0.05714285714285795, &quot;style&quot;: {&quot;color&quot;: &quot;#481668&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.757556, 4.0195]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.757556, 4.0195]}, {&quot;id&quot;: &quot;1046&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 0.024390243902439362, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.757655999999999, 4.0196]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.757655999999999, 4.0196]}, {&quot;id&quot;: &quot;1082&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 0.004545454545454933, &quot;style&quot;: {&quot;color&quot;: &quot;#440256&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.756817, 4.008442]]}, &quot;bbox&quot;: [9.756817, 4.008442, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1118&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 0.043010752688172664, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.756917, 4.008541999999999]]}, &quot;bbox&quot;: [9.756917, 4.008541999999999, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1154&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1049.0, &quot;att&quot;: -0.0016313213703099741, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744694, 4.014417], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.744694, 4.014417, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1190&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.005102040816326603, &quot;style&quot;: {&quot;color&quot;: &quot;#440256&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744794, 4.014517], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.744794, 4.014517, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1226&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.767719, 4.0105, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1262&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 0.044444444444443565, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.767819, 4.0106, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1298&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 0.007575757575757686, &quot;style&quot;: {&quot;color&quot;: &quot;#440256&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.780278, 4.023889]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.780278, 4.023889]}, {&quot;id&quot;: &quot;1334&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.780377999999999, 4.023988999999999]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.780377999999999, 4.023988999999999]}, {&quot;id&quot;: &quot;1370&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 0.07894736842105367, &quot;style&quot;: {&quot;color&quot;: &quot;#481d6f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.721083, 4.0115]]}, &quot;bbox&quot;: [9.696744, 4.0115, 9.721083, 4.029381]}, {&quot;id&quot;: &quot;1406&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 0.02040816326530497, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.721183, 4.0116]]}, &quot;bbox&quot;: [9.696844, 4.0116, 9.721183, 4.029481]}, {&quot;id&quot;: &quot;1442&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 654.0, &quot;att&quot;: 0.16666666666666666, &quot;style&quot;: {&quot;color&quot;: &quot;#443983&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743889, 4.0194], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.743889, 4.0194, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1478&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 654.0, &quot;att&quot;: 0.34482758620689674, &quot;style&quot;: {&quot;color&quot;: &quot;#2f6b8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743989, 4.0195], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.743989, 4.0195, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1514&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024043N-9.680260E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2266.0, &quot;att&quot;: 0.08888888888888871, &quot;style&quot;: {&quot;color&quot;: &quot;#482071&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.67025, 4.022056], [9.69027, 4.02603]]}, &quot;bbox&quot;: [9.67025, 4.022056, 9.69027, 4.02603]}, {&quot;id&quot;: &quot;1550&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 0.1379310344827582, &quot;style&quot;: {&quot;color&quot;: &quot;#46307e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.72802, 4.03279]]}, &quot;bbox&quot;: [9.72802, 4.015972, 9.738528, 4.03279]}, {&quot;id&quot;: &quot;1586&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 0.18749999999999806, &quot;style&quot;: {&quot;color&quot;: &quot;#423f85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.72812, 4.03289]]}, &quot;bbox&quot;: [9.72812, 4.016071999999999, 9.738628, 4.03289]}, {&quot;id&quot;: &quot;1622&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.09433962264150936, &quot;style&quot;: {&quot;color&quot;: &quot;#482374&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.69921, 4.02012]]}, &quot;bbox&quot;: [9.696744, 4.02012, 9.69921, 4.029381]}, {&quot;id&quot;: &quot;1658&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.04195804195804204, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.69931, 4.02022]]}, &quot;bbox&quot;: [9.696844, 4.02022, 9.69931, 4.029481]}, {&quot;id&quot;: &quot;1694&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18737.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1096.0, &quot;att&quot;: -0.030303030303030696, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.77399, 4.02125]]}, &quot;bbox&quot;: [9.767833, 4.02125, 9.77399, 4.029]}, {&quot;id&quot;: &quot;1730&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17727.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1096.0, &quot;att&quot;: -0.032258064516129475, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.77409, 4.02135]]}, &quot;bbox&quot;: [9.767933, 4.02135, 9.77409, 4.0291]}, {&quot;id&quot;: &quot;1766&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14431.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 874.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737194, 4.022139], [9.741992, 4.0284]]}, &quot;bbox&quot;: [9.737194, 4.022139, 9.741992, 4.0284]}, {&quot;id&quot;: &quot;1802&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14921.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 874.0, &quot;att&quot;: 0.033333333333333805, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737294, 4.022239], [9.742092, 4.0285]]}, &quot;bbox&quot;: [9.737294, 4.022239, 9.742092, 4.0285]}, {&quot;id&quot;: &quot;1838&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73325, 4.035278]]}, &quot;bbox&quot;: [9.73325, 4.015972, 9.738528, 4.035278]}, {&quot;id&quot;: &quot;1874&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: -0.04000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73335, 4.035378]]}, &quot;bbox&quot;: [9.73335, 4.016071999999999, 9.738628, 4.035378]}, {&quot;id&quot;: &quot;1910&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 0.15686274509803882, &quot;style&quot;: {&quot;color&quot;: &quot;#453781&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.70976, 4.02238]]}, &quot;bbox&quot;: [9.696744, 4.02238, 9.70976, 4.029381]}, {&quot;id&quot;: &quot;1946&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 0.11538461538461454, &quot;style&quot;: {&quot;color&quot;: &quot;#482979&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.709859999999999, 4.02248]]}, &quot;bbox&quot;: [9.696844, 4.02248, 9.709859999999999, 4.029481]}, {&quot;id&quot;: &quot;1982&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 755.0, &quot;att&quot;: 0.06060606060606139, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.694556, 4.022917]]}, &quot;bbox&quot;: [9.694556, 4.022917, 9.696744, 4.029381]}, {&quot;id&quot;: &quot;2018&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 755.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.694656, 4.023016999999999]]}, &quot;bbox&quot;: [9.694656, 4.023016999999999, 9.696844, 4.029481]}, {&quot;id&quot;: &quot;2054&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2767.0, &quot;att&quot;: -0.032258064516129475, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.72684, 4.01658]]}, &quot;bbox&quot;: [9.72684, 4.01658, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2090&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.726939999999999, 4.01668]]}, &quot;bbox&quot;: [9.726939999999999, 4.01668, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2126&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 364.0, &quot;att&quot;: 0.07142857142857252, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.705139, 4.028333]]}, &quot;bbox&quot;: [9.701944, 4.028333, 9.705139, 4.029083]}, {&quot;id&quot;: &quot;2162&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 364.0, &quot;att&quot;: 0.05882352941176544, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.705239, 4.028433]]}, &quot;bbox&quot;: [9.702043999999999, 4.028433, 9.705239, 4.029183]}, {&quot;id&quot;: &quot;2198&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 0.02325581395348868, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.686417, 4.029444]]}, &quot;bbox&quot;: [9.686417, 4.029381, 9.696744, 4.029444]}, {&quot;id&quot;: &quot;2234&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 0.04878048780487708, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.686517, 4.029544]]}, &quot;bbox&quot;: [9.686517, 4.029481, 9.696844, 4.029544]}, {&quot;id&quot;: &quot;2270&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 868.0, &quot;att&quot;: 0.33333333333333237, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.709194, 4.032028]]}, &quot;bbox&quot;: [9.701944, 4.029083, 9.709194, 4.032028]}, {&quot;id&quot;: &quot;2306&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 868.0, &quot;att&quot;: 0.30434782608695504, &quot;style&quot;: {&quot;color&quot;: &quot;#34608d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.709294, 4.032128]]}, &quot;bbox&quot;: [9.702043999999999, 4.029183, 9.709294, 4.032128]}, {&quot;id&quot;: &quot;2342&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 666.0, &quot;att&quot;: 0.13333333333333286, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.691575, 4.032433]]}, &quot;bbox&quot;: [9.691575, 4.029381, 9.696744, 4.032433]}, {&quot;id&quot;: &quot;2378&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 666.0, &quot;att&quot;: 0.037037037037037625, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.691675, 4.032533]]}, &quot;bbox&quot;: [9.691675, 4.029481, 9.696844, 4.032533]}, {&quot;id&quot;: &quot;2414&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 536.0, &quot;att&quot;: 0.04545454545454604, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699417, 4.033417]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699417, 4.033417]}, {&quot;id&quot;: &quot;2450&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 536.0, &quot;att&quot;: 0.06666666666666525, &quot;style&quot;: {&quot;color&quot;: &quot;#481a6c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699517, 4.033517]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699517, 4.033517]}, {&quot;id&quot;: &quot;2486&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 0.2972972972972975, &quot;style&quot;: {&quot;color&quot;: &quot;#355f8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.727083, 4.023444]]}, &quot;bbox&quot;: [9.727083, 4.023444, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2522&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 0.15384615384615344, &quot;style&quot;: {&quot;color&quot;: &quot;#453581&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.727183, 4.023543999999999]]}, &quot;bbox&quot;: [9.727183, 4.023543999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2558&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.024390243902437672, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71564, 4.032], [9.71203, 4.03312]]}, &quot;bbox&quot;: [9.71203, 4.032, 9.71564, 4.03312]}, {&quot;id&quot;: &quot;2594&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: -0.021276595744681173, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71574, 4.0321], [9.71213, 4.03322]]}, &quot;bbox&quot;: [9.71213, 4.0321, 9.71574, 4.03322]}, {&quot;id&quot;: &quot;2630&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 0.02564102564102597, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.755167, 4.037361]]}, &quot;bbox&quot;: [9.755167, 4.029, 9.767833, 4.037361]}, {&quot;id&quot;: &quot;2666&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 0.05405405405405296, &quot;style&quot;: {&quot;color&quot;: &quot;#481467&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.755267, 4.0374609999999995]]}, &quot;bbox&quot;: [9.755267, 4.0291, 9.767933, 4.0374609999999995]}, {&quot;id&quot;: &quot;2702&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 323.0, &quot;att&quot;: 0.10000000000000142, &quot;style&quot;: {&quot;color&quot;: &quot;#482475&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691575, 4.032433], [9.691889, 4.035333]]}, &quot;bbox&quot;: [9.691575, 4.032433, 9.691889, 4.035333]}, {&quot;id&quot;: &quot;2738&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 323.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691675, 4.032533], [9.691989, 4.035432999999999]]}, &quot;bbox&quot;: [9.691675, 4.032533, 9.691989, 4.035432999999999]}, {&quot;id&quot;: &quot;2774&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 516.0, &quot;att&quot;: 0.031249999999998265, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774333, 4.033028], [9.77026, 4.03527]]}, &quot;bbox&quot;: [9.77026, 4.033028, 9.774333, 4.03527]}, {&quot;id&quot;: &quot;2810&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 516.0, &quot;att&quot;: -0.031250000000000416, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774433, 4.033128], [9.77036, 4.0353699999999995]]}, &quot;bbox&quot;: [9.77036, 4.033128, 9.774433, 4.0353699999999995]}, {&quot;id&quot;: &quot;2846&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1581.0, &quot;att&quot;: -0.020000000000000285, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.725667, 4.028583]]}, &quot;bbox&quot;: [9.725667, 4.028583, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2882&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.725767, 4.028683]]}, &quot;bbox&quot;: [9.725767, 4.028683, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2918&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1297.0, &quot;att&quot;: -0.03333333333333144, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699006, 4.040886]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699006, 4.040886]}, {&quot;id&quot;: &quot;2954&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 0.027777777777776243, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699106, 4.040986]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699106, 4.040986]}, {&quot;id&quot;: &quot;2990&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17810.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 610.0, &quot;att&quot;: 0.23809523809523875, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4e8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683883, 4.033886], [9.688056, 4.037472]]}, &quot;bbox&quot;: [9.683883, 4.033886, 9.688056, 4.037472]}, {&quot;id&quot;: &quot;3026&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18820.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 610.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683983, 4.033986], [9.688156, 4.037572]]}, &quot;bbox&quot;: [9.683983, 4.033986, 9.688156, 4.037572]}, {&quot;id&quot;: &quot;3062&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1950.0, &quot;att&quot;: -0.019607843137255204, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.766222, 4.046556]]}, &quot;bbox&quot;: [9.766222, 4.029, 9.767833, 4.046556]}, {&quot;id&quot;: &quot;3098&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 0.058823529411765524, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.766322, 4.046656]]}, &quot;bbox&quot;: [9.766322, 4.0291, 9.767933, 4.046656]}, {&quot;id&quot;: &quot;3134&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 433.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706106, 4.040083], [9.703794, 4.036926]]}, &quot;bbox&quot;: [9.703794, 4.036926, 9.706106, 4.040083]}, {&quot;id&quot;: &quot;3170&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 433.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706206, 4.040183], [9.703894, 4.037026]]}, &quot;bbox&quot;: [9.703894, 4.037026, 9.706206, 4.040183]}, {&quot;id&quot;: &quot;3206&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 0.04651162790697736, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.711917, 4.037722]]}, &quot;bbox&quot;: [9.711917, 4.037722, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;3242&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.712017, 4.037821999999999]]}, &quot;bbox&quot;: [9.712017, 4.037821999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;3278&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 928.0, &quot;att&quot;: 0.05172413793103402, &quot;style&quot;: {&quot;color&quot;: &quot;#481467&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.741011, 4.038342]]}, &quot;bbox&quot;: [9.733028, 4.038342, 9.741011, 4.040819]}, {&quot;id&quot;: &quot;3314&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 928.0, &quot;att&quot;: 0.018867924528302164, &quot;style&quot;: {&quot;color&quot;: &quot;#46075a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.741111, 4.038442]]}, &quot;bbox&quot;: [9.733127999999999, 4.038442, 9.741111, 4.040919]}, {&quot;id&quot;: &quot;3350&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 441.0, &quot;att&quot;: 0.07142857142857234, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.70265, 4.03931]]}, &quot;bbox&quot;: [9.699006, 4.03931, 9.70265, 4.040886]}, {&quot;id&quot;: &quot;3386&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 441.0, &quot;att&quot;: 0.03571428571428617, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.70275, 4.03941]]}, &quot;bbox&quot;: [9.699106, 4.03941, 9.70275, 4.040986]}, {&quot;id&quot;: &quot;3422&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 697.0, &quot;att&quot;: 0.015384615384615604, &quot;style&quot;: {&quot;color&quot;: &quot;#450559&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774, 4.042306], [9.7795, 4.039278]]}, &quot;bbox&quot;: [9.774, 4.039278, 9.7795, 4.042306]}, {&quot;id&quot;: &quot;3458&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 697.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774099999999999, 4.042406], [9.7796, 4.039378]]}, &quot;bbox&quot;: [9.774099999999999, 4.039378, 9.7796, 4.042406]}, {&quot;id&quot;: &quot;3495&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041057N-9.688122E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 387.0, &quot;att&quot;: 0.16666666666666619, &quot;style&quot;: {&quot;color&quot;: &quot;#443983&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.689827, 4.040697]]}, &quot;bbox&quot;: [9.686417, 4.040697, 9.689827, 4.041417]}, {&quot;id&quot;: &quot;3531&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 975.0, &quot;att&quot;: 0.020000000000000285, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762056, 4.03875], [9.754583, 4.043386]]}, &quot;bbox&quot;: [9.754583, 4.03875, 9.762056, 4.043386]}, {&quot;id&quot;: &quot;3567&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 975.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762156, 4.03885], [9.754683, 4.043486]]}, &quot;bbox&quot;: [9.754683, 4.03885, 9.762156, 4.043486]}, {&quot;id&quot;: &quot;3603&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.032258064516129475, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.728389, 4.041694]]}, &quot;bbox&quot;: [9.728389, 4.040819, 9.733028, 4.041694]}, {&quot;id&quot;: &quot;3639&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.728489, 4.041793999999999]]}, &quot;bbox&quot;: [9.728489, 4.040919, 9.733127999999999, 4.041793999999999]}, {&quot;id&quot;: &quot;3675&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 0.13793103448275926, &quot;style&quot;: {&quot;color&quot;: &quot;#46307e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.779361, 4.053694]]}, &quot;bbox&quot;: [9.767833, 4.029, 9.779361, 4.053694]}, {&quot;id&quot;: &quot;3711&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 0.10000000000000024, &quot;style&quot;: {&quot;color&quot;: &quot;#482475&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.779461, 4.053794]]}, &quot;bbox&quot;: [9.767933, 4.0291, 9.779461, 4.053794]}, {&quot;id&quot;: &quot;3747&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 0.340909090909091, &quot;style&quot;: {&quot;color&quot;: &quot;#306a8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.747639, 4.043778]]}, &quot;bbox&quot;: [9.733028, 4.040819, 9.747639, 4.043778]}, {&quot;id&quot;: &quot;3783&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 0.22950819672131262, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4c8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.747739, 4.043877999999999]]}, &quot;bbox&quot;: [9.733127999999999, 4.040919, 9.747739, 4.043877999999999]}, {&quot;id&quot;: &quot;3819&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702978, 4.056559], [9.73025, 4.028444]]}, &quot;bbox&quot;: [9.702978, 4.028444, 9.73025, 4.056559]}, {&quot;id&quot;: &quot;3855&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 0.11363636363636367, &quot;style&quot;: {&quot;color&quot;: &quot;#482979&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703078, 4.056659], [9.73035, 4.028544]]}, &quot;bbox&quot;: [9.703078, 4.028544, 9.73035, 4.056659]}, {&quot;id&quot;: &quot;3891&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.052631578947369015, &quot;style&quot;: {&quot;color&quot;: &quot;#481467&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.69725, 4.04425]]}, &quot;bbox&quot;: [9.69725, 4.040886, 9.699006, 4.04425]}, {&quot;id&quot;: &quot;3927&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.04545454545454604, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.69735, 4.04435]]}, &quot;bbox&quot;: [9.69735, 4.040986, 9.699106, 4.04435]}, {&quot;id&quot;: &quot;3963&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 431.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704083, 4.04244], [9.707889, 4.043194]]}, &quot;bbox&quot;: [9.704083, 4.04244, 9.707889, 4.043194]}, {&quot;id&quot;: &quot;3999&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 431.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704183, 4.04254], [9.707989, 4.0432939999999995]]}, &quot;bbox&quot;: [9.704183, 4.04254, 9.707989, 4.0432939999999995]}, {&quot;id&quot;: &quot;4037&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043833N-9.687306E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 570.0, &quot;att&quot;: 0.13333333333333286, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.688194, 4.04625]]}, &quot;bbox&quot;: [9.686417, 4.041417, 9.688194, 4.04625]}, {&quot;id&quot;: &quot;4073&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 810.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707889, 4.043194], [9.700739, 4.044661]]}, &quot;bbox&quot;: [9.700739, 4.043194, 9.707889, 4.044661]}, {&quot;id&quot;: &quot;4109&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 810.0, &quot;att&quot;: 0.04000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707989, 4.0432939999999995], [9.700839, 4.044760999999999]]}, &quot;bbox&quot;: [9.700839, 4.0432939999999995, 9.707989, 4.044760999999999]}, {&quot;id&quot;: &quot;4145&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 706.0, &quot;att&quot;: 0.02083333333333364, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728389, 4.041694], [9.72575, 4.0475]]}, &quot;bbox&quot;: [9.72575, 4.041694, 9.728389, 4.0475]}, {&quot;id&quot;: &quot;4181&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 706.0, &quot;att&quot;: 0.022727272727273058, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728489, 4.041793999999999], [9.72585, 4.0476]]}, &quot;bbox&quot;: [9.72585, 4.041793999999999, 9.728489, 4.0476]}, {&quot;id&quot;: &quot;4217&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 0.025641025641026015, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.699006, 4.040886, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4253&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.699106, 4.040986, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4289&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14487.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 611.0, &quot;att&quot;: 0.17241379310344793, &quot;style&quot;: {&quot;color&quot;: &quot;#443b84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71598, 4.04642], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.71598, 4.04642, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4325&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14977.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 611.0, &quot;att&quot;: 0.11111111111111258, &quot;style&quot;: {&quot;color&quot;: &quot;#482878&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71608, 4.04652], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.71608, 4.04652, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4361&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048013N-9.705195E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 822.0, &quot;att&quot;: 0.01818181818181844, &quot;style&quot;: {&quot;color&quot;: &quot;#46075a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703528, 4.044694], [9.706861, 4.051333]]}, &quot;bbox&quot;: [9.703528, 4.044694, 9.706861, 4.051333]}, {&quot;id&quot;: &quot;4397&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 317.0, &quot;att&quot;: 0.7230046948356805, &quot;style&quot;: {&quot;color&quot;: &quot;#50c46a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698333, 4.049556], [9.698917, 4.04675]]}, &quot;bbox&quot;: [9.698333, 4.04675, 9.698917, 4.049556]}, {&quot;id&quot;: &quot;4433&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 317.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698433, 4.049656], [9.699017, 4.04685]]}, &quot;bbox&quot;: [9.698433, 4.04685, 9.699017, 4.049656]}, {&quot;id&quot;: &quot;4469&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 564.0, &quot;att&quot;: 0.08333333333333431, &quot;style&quot;: {&quot;color&quot;: &quot;#481f70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706861, 4.051333], [9.708472, 4.0465]]}, &quot;bbox&quot;: [9.706861, 4.0465, 9.708472, 4.051333]}, {&quot;id&quot;: &quot;4505&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 564.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706961, 4.051432999999999], [9.708572, 4.0466]]}, &quot;bbox&quot;: [9.706961, 4.0466, 9.708572, 4.051432999999999]}, {&quot;id&quot;: &quot;4541&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 596.0, &quot;att&quot;: 0.032258064516127255, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.771911, 4.050192], [9.777253, 4.049658]]}, &quot;bbox&quot;: [9.771911, 4.049658, 9.777253, 4.050192]}, {&quot;id&quot;: &quot;4577&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 596.0, &quot;att&quot;: 0.031250000000000416, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.772011, 4.050292], [9.777353, 4.049758]]}, &quot;bbox&quot;: [9.772011, 4.049758, 9.777353, 4.050292]}, {&quot;id&quot;: &quot;4613&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050150N-9.740475E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 454.0, &quot;att&quot;: 0.4516129032258058, &quot;style&quot;: {&quot;color&quot;: &quot;#25848e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741306, 4.052028], [9.739644, 4.048272]]}, &quot;bbox&quot;: [9.739644, 4.048272, 9.741306, 4.052028]}, {&quot;id&quot;: &quot;4649&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 522.0, &quot;att&quot;: 0.05769230769230711, &quot;style&quot;: {&quot;color&quot;: &quot;#481668&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702389, 4.052444], [9.704556, 4.04825]]}, &quot;bbox&quot;: [9.702389, 4.04825, 9.704556, 4.052444]}, {&quot;id&quot;: &quot;4685&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 522.0, &quot;att&quot;: 0.05999999999999943, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702489, 4.052544], [9.704656, 4.04835]]}, &quot;bbox&quot;: [9.702489, 4.04835, 9.704656, 4.052544]}, {&quot;id&quot;: &quot;4721&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 956.0, &quot;att&quot;: 0.01041666666666682, &quot;style&quot;: {&quot;color&quot;: &quot;#450457&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.756833, 4.047389]]}, &quot;bbox&quot;: [9.750917, 4.047389, 9.756833, 4.053667]}, {&quot;id&quot;: &quot;4757&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 956.0, &quot;att&quot;: 0.04000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.756933, 4.047489]]}, &quot;bbox&quot;: [9.751017, 4.047489, 9.756933, 4.053767]}, {&quot;id&quot;: &quot;4793&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 0.04285714285714245, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779361, 4.053694], [9.797806, 4.050472]]}, &quot;bbox&quot;: [9.779361, 4.050472, 9.797806, 4.053694]}, {&quot;id&quot;: &quot;4829&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779461, 4.053794], [9.797906, 4.050572]]}, &quot;bbox&quot;: [9.779461, 4.050572, 9.797906, 4.053794]}, {&quot;id&quot;: &quot;4865&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8363.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 0.08333333333333431, &quot;style&quot;: {&quot;color&quot;: &quot;#481f70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.775889, 4.05525]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.775889, 4.05525]}, {&quot;id&quot;: &quot;4901&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8482.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 0.1599999999999966, &quot;style&quot;: {&quot;color&quot;: &quot;#453781&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.775989, 4.05535]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.775989, 4.05535]}, {&quot;id&quot;: &quot;4937&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.009708737864077808, &quot;style&quot;: {&quot;color&quot;: &quot;#450457&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.754444, 4.058167]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.754444, 4.058167]}, {&quot;id&quot;: &quot;4973&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.01601830663615551, &quot;style&quot;: {&quot;color&quot;: &quot;#46075a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.754544, 4.058267]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.754544, 4.058267]}, {&quot;id&quot;: &quot;5009&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 546.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.767556, 4.053639]]}, &quot;bbox&quot;: [9.767556, 4.053639, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5045&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 546.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.767656, 4.053739]]}, &quot;bbox&quot;: [9.767656, 4.053739, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5081&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 879.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738694, 4.058056], [9.745611, 4.054186]]}, &quot;bbox&quot;: [9.738694, 4.054186, 9.745611, 4.058056]}, {&quot;id&quot;: &quot;5117&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 879.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738794, 4.058155999999999], [9.745711, 4.054285999999999]]}, &quot;bbox&quot;: [9.738794, 4.054285999999999, 9.745711, 4.058155999999999]}, {&quot;id&quot;: &quot;5153&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 0.025641025641024193, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.743528, 4.059611]]}, &quot;bbox&quot;: [9.743528, 4.053667, 9.750917, 4.059611]}, {&quot;id&quot;: &quot;5189&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.743628, 4.059711]]}, &quot;bbox&quot;: [9.743628, 4.053767, 9.751017, 4.059711]}, {&quot;id&quot;: &quot;5225&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.032258064516129475, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726194, 4.060028], [9.750917, 4.053667]]}, &quot;bbox&quot;: [9.726194, 4.053667, 9.750917, 4.060028]}, {&quot;id&quot;: &quot;5261&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726294, 4.060128], [9.751017, 4.053767]]}, &quot;bbox&quot;: [9.726294, 4.053767, 9.751017, 4.060128]}, {&quot;id&quot;: &quot;5297&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.025000000000000355, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726393999999999, 4.060228], [9.751116999999999, 4.053867]]}, &quot;bbox&quot;: [9.726393999999999, 4.053867, 9.751116999999999, 4.060228]}, {&quot;id&quot;: &quot;5333&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726493999999999, 4.060328], [9.751216999999999, 4.053967]]}, &quot;bbox&quot;: [9.726493999999999, 4.053967, 9.751216999999999, 4.060328]}, {&quot;id&quot;: &quot;5369&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_0&quot;, &quot;frequency&quot;: 12793.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: -0.03571428571428626, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726594, 4.060428], [9.751317, 4.054067]]}, &quot;bbox&quot;: [9.726594, 4.054067, 9.751317, 4.060428]}, {&quot;id&quot;: &quot;5405&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_1&quot;, &quot;frequency&quot;: 13059.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.05263157894736911, &quot;style&quot;: {&quot;color&quot;: &quot;#481467&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726694, 4.060528], [9.751417, 4.054167]]}, &quot;bbox&quot;: [9.726694, 4.054167, 9.751417, 4.060528]}, {&quot;id&quot;: &quot;5441&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 0.08333333333333251, &quot;style&quot;: {&quot;color&quot;: &quot;#481f70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.734028, 4.06025]]}, &quot;bbox&quot;: [9.734028, 4.053667, 9.750917, 4.06025]}, {&quot;id&quot;: &quot;5477&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 0.044444444444443565, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.734128, 4.06035]]}, &quot;bbox&quot;: [9.734128, 4.053767, 9.751017, 4.06035]}, {&quot;id&quot;: &quot;5513&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 630.0, &quot;att&quot;: 0.02702702702702739, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.763167, 4.056417]]}, &quot;bbox&quot;: [9.763167, 4.056417, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5549&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 630.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.763266999999999, 4.0565169999999995]]}, &quot;bbox&quot;: [9.763266999999999, 4.0565169999999995, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5585&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 0.04838709677419427, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.786861, 4.062806]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.786861, 4.062806]}, {&quot;id&quot;: &quot;5621&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 0.1999999999999988, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.786961, 4.062906]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.786961, 4.062906]}, {&quot;id&quot;: &quot;5657&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 0.043478260869568706, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.720853, 4.053242]]}, &quot;bbox&quot;: [9.714664, 4.053242, 9.720853, 4.06425]}, {&quot;id&quot;: &quot;5693&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1398.0, &quot;att&quot;: -0.055555555555552485, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.720953, 4.053342]]}, &quot;bbox&quot;: [9.714764, 4.053342, 9.720953, 4.06435]}, {&quot;id&quot;: &quot;5729&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.75311, 4.064069]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.75311, 4.064069]}, {&quot;id&quot;: &quot;5765&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1176.0, &quot;att&quot;: -0.01754385964912307, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.75321, 4.064169]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.75321, 4.064169]}, {&quot;id&quot;: &quot;5801&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.020833333333332163, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.767778, 4.064361]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.767778, 4.064361]}, {&quot;id&quot;: &quot;5837&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.06451612903225666, &quot;style&quot;: {&quot;color&quot;: &quot;#48186a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.767878, 4.064461]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.767878, 4.064461]}, {&quot;id&quot;: &quot;5873&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 796.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708444, 4.060333], [9.715412, 4.058638]]}, &quot;bbox&quot;: [9.708444, 4.058638, 9.715412, 4.060333]}, {&quot;id&quot;: &quot;5909&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 796.0, &quot;att&quot;: 0.0434782608695628, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708544, 4.060433], [9.715512, 4.058738]]}, &quot;bbox&quot;: [9.708544, 4.058738, 9.715512, 4.060433]}, {&quot;id&quot;: &quot;5945&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 0.03703703703703753, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.759558, 4.066322]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.759558, 4.066322]}, {&quot;id&quot;: &quot;5981&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.759658, 4.066422]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.759658, 4.066422]}, {&quot;id&quot;: &quot;6017&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.777639, 4.063131]]}, &quot;bbox&quot;: [9.768444, 4.0585, 9.777639, 4.063131]}, {&quot;id&quot;: &quot;6053&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.777739, 4.063231]]}, &quot;bbox&quot;: [9.768544, 4.0586, 9.777739, 4.063231]}, {&quot;id&quot;: &quot;6089&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 498.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743528, 4.059611], [9.74569, 4.06356]]}, &quot;bbox&quot;: [9.743528, 4.059611, 9.74569, 4.06356]}, {&quot;id&quot;: &quot;6125&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 498.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743628, 4.059711], [9.74579, 4.06366]]}, &quot;bbox&quot;: [9.743628, 4.059711, 9.74579, 4.06366]}, {&quot;id&quot;: &quot;6161&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 741.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704333, 4.059583], [9.706333, 4.065972]]}, &quot;bbox&quot;: [9.704333, 4.059583, 9.706333, 4.065972]}, {&quot;id&quot;: &quot;6197&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 741.0, &quot;att&quot;: 0.04761904761904826, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704433, 4.059683], [9.706433, 4.066072]]}, &quot;bbox&quot;: [9.704433, 4.059683, 9.706433, 4.066072]}, {&quot;id&quot;: &quot;6233&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 603.0, &quot;att&quot;: 0.33333333333333187, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.719389, 4.061556]]}, &quot;bbox&quot;: [9.714664, 4.061556, 9.719389, 4.06425]}, {&quot;id&quot;: &quot;6269&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 603.0, &quot;att&quot;: 0.1290322580645156, &quot;style&quot;: {&quot;color&quot;: &quot;#472e7c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.719489, 4.061656]]}, &quot;bbox&quot;: [9.714764, 4.061656, 9.719489, 4.06435]}, {&quot;id&quot;: &quot;6305&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 669.0, &quot;att&quot;: 0.1071428571428585, &quot;style&quot;: {&quot;color&quot;: &quot;#482677&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759558, 4.066322], [9.76425, 4.062528]]}, &quot;bbox&quot;: [9.759558, 4.062528, 9.76425, 4.066322]}, {&quot;id&quot;: &quot;6341&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 669.0, &quot;att&quot;: 0.08333333333333431, &quot;style&quot;: {&quot;color&quot;: &quot;#481f70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759658, 4.066422], [9.76435, 4.062628]]}, &quot;bbox&quot;: [9.759658, 4.062628, 9.76435, 4.066422]}, {&quot;id&quot;: &quot;6377&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 451.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710083, 4.063917], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.710083, 4.063917, 9.71287, 4.06688]}, {&quot;id&quot;: &quot;6413&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 451.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710182999999999, 4.064017], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.710182999999999, 4.064017, 9.71297, 4.06698]}, {&quot;id&quot;: &quot;6449&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 924.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79152, 4.065848], [9.799722, 4.06725]]}, &quot;bbox&quot;: [9.79152, 4.065848, 9.799722, 4.06725]}, {&quot;id&quot;: &quot;6485&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 924.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79162, 4.065948], [9.799821999999999, 4.067349999999999]]}, &quot;bbox&quot;: [9.79162, 4.065948, 9.799821999999999, 4.067349999999999]}, {&quot;id&quot;: &quot;6521&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.72547, 4.07139]}, {&quot;id&quot;: &quot;6557&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.72557, 4.07149]}, {&quot;id&quot;: &quot;6593&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 932.0, &quot;att&quot;: -0.08888888888888699, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.722972, 4.065667], [9.729139, 4.071389]]}, &quot;bbox&quot;: [9.722972, 4.065667, 9.729139, 4.071389]}, {&quot;id&quot;: &quot;6629&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 932.0, &quot;att&quot;: -0.08888888888889016, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.723072, 4.065767], [9.729239, 4.071489]]}, &quot;bbox&quot;: [9.723072, 4.065767, 9.729239, 4.071489]}, {&quot;id&quot;: &quot;6665&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 535.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714869, 4.071278], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.71287, 4.06688, 9.714869, 4.071278]}, {&quot;id&quot;: &quot;6701&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 535.0, &quot;att&quot;: 0.06666666666666761, &quot;style&quot;: {&quot;color&quot;: &quot;#481a6c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714969, 4.071378], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.71297, 4.06698, 9.714969, 4.071378]}, {&quot;id&quot;: &quot;6737&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 407.0, &quot;att&quot;: 0.10344827586207023, &quot;style&quot;: {&quot;color&quot;: &quot;#482576&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729139, 4.071389], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.72547, 4.071389, 9.729139, 4.07139]}, {&quot;id&quot;: &quot;6773&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 407.0, &quot;att&quot;: 0.03448275862068771, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729239, 4.071489], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.72557, 4.071489, 9.729239, 4.07149]}, {&quot;id&quot;: &quot;6809&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 731.0, &quot;att&quot;: -0.05999999999999943, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736111, 4.072222], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.736111, 4.072222, 9.742681, 4.072661]}, {&quot;id&quot;: &quot;6845&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 731.0, &quot;att&quot;: 0.07692307692307797, &quot;style&quot;: {&quot;color&quot;: &quot;#481c6e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736210999999999, 4.072322], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.736210999999999, 4.072322, 9.742780999999999, 4.072761]}, {&quot;id&quot;: &quot;6881&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 561.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76925, 4.071639], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.76925, 4.071639, 9.774, 4.073367]}, {&quot;id&quot;: &quot;6917&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 561.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76935, 4.071739], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.76935, 4.071739, 9.774099999999999, 4.073467]}, {&quot;id&quot;: &quot;6953&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.721058, 4.084075]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.721058, 4.084075]}, {&quot;id&quot;: &quot;6989&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 0.04000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.721157999999999, 4.084175]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.721157999999999, 4.084175]}, {&quot;id&quot;: &quot;7025&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 0.06666666666666761, &quot;style&quot;: {&quot;color&quot;: &quot;#481a6c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.761667, 4.074778]}, {&quot;id&quot;: &quot;7061&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.761766999999999, 4.074878]}, {&quot;id&quot;: &quot;7097&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.11764705882353088, &quot;style&quot;: {&quot;color&quot;: &quot;#472a7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719639, 4.070306], [9.719417, 4.079889]]}, &quot;bbox&quot;: [9.719417, 4.070306, 9.719639, 4.079889]}, {&quot;id&quot;: &quot;7133&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.04000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719739, 4.070406], [9.719517, 4.079988999999999]]}, &quot;bbox&quot;: [9.719517, 4.070406, 9.719739, 4.079988999999999]}, {&quot;id&quot;: &quot;7169&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 0.06666666666666761, &quot;style&quot;: {&quot;color&quot;: &quot;#481a6c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.781778, 4.069972]]}, &quot;bbox&quot;: [9.781778, 4.069972, 9.786083, 4.0817]}, {&quot;id&quot;: &quot;7205&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.781877999999999, 4.070072]]}, &quot;bbox&quot;: [9.781877999999999, 4.070072, 9.786183, 4.081799999999999]}, {&quot;id&quot;: &quot;7241&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.75645, 4.07833]]}, &quot;bbox&quot;: [9.75645, 4.074778, 9.761667, 4.07833]}, {&quot;id&quot;: &quot;7277&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.0031397174254317556, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.756549999999999, 4.07843]]}, &quot;bbox&quot;: [9.756549999999999, 4.074878, 9.761766999999999, 4.07843]}, {&quot;id&quot;: &quot;7313&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 480.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719417, 4.079889], [9.721778, 4.07625]]}, &quot;bbox&quot;: [9.719417, 4.07625, 9.721778, 4.079889]}, {&quot;id&quot;: &quot;7349&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 480.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719517, 4.079988999999999], [9.721878, 4.07635]]}, &quot;bbox&quot;: [9.719517, 4.07635, 9.721878, 4.079988999999999]}, {&quot;id&quot;: &quot;7385&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756825, 4.081867], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.756825, 4.081867]}, {&quot;id&quot;: &quot;7421&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756924999999999, 4.081967], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.756924999999999, 4.081967]}, {&quot;id&quot;: &quot;7457&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 0.03571428571428626, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.801611, 4.076722]]}, &quot;bbox&quot;: [9.786083, 4.076722, 9.801611, 4.0817]}, {&quot;id&quot;: &quot;7493&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 0.04000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.801711, 4.076822]]}, &quot;bbox&quot;: [9.786183, 4.076822, 9.801711, 4.081799999999999]}, {&quot;id&quot;: &quot;7529&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 0.06451612903225895, &quot;style&quot;: {&quot;color&quot;: &quot;#48186a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.742681, 4.072661, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;7565&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1858.0, &quot;att&quot;: -0.055555555555556434, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.742780999999999, 4.072761, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;7601&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 0.4347826086956514, &quot;style&quot;: {&quot;color&quot;: &quot;#26818e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.752944, 4.073367, 9.774, 4.085936]}, {&quot;id&quot;: &quot;7637&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 0.15384615384615594, &quot;style&quot;: {&quot;color&quot;: &quot;#453581&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.753044, 4.073467, 9.774099999999999, 4.086036]}, {&quot;id&quot;: &quot;7673&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080070N-9.789737E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18848.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 888.0, &quot;att&quot;: 0.5, &quot;style&quot;: {&quot;color&quot;: &quot;#21918c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.79339, 4.07844]]}, &quot;bbox&quot;: [9.786083, 4.07844, 9.79339, 4.0817]}, {&quot;id&quot;: &quot;7709&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 0.06250000000000083, &quot;style&quot;: {&quot;color&quot;: &quot;#48186a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.753278, 4.074861]]}, &quot;bbox&quot;: [9.752944, 4.074861, 9.753278, 4.085936]}, {&quot;id&quot;: &quot;7745&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 0.09090909090909208, &quot;style&quot;: {&quot;color&quot;: &quot;#482173&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.753378, 4.074961]]}, &quot;bbox&quot;: [9.753044, 4.074961, 9.753378, 4.086036]}, {&quot;id&quot;: &quot;7781&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 968.0, &quot;att&quot;: 0.07142857142856744, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765535, 4.081441], [9.756825, 4.081867]]}, &quot;bbox&quot;: [9.756825, 4.081441, 9.765535, 4.081867]}, {&quot;id&quot;: &quot;7817&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 968.0, &quot;att&quot;: 0.10000000000000142, &quot;style&quot;: {&quot;color&quot;: &quot;#482475&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765635, 4.081541], [9.756924999999999, 4.081967]]}, &quot;bbox&quot;: [9.756924999999999, 4.081541, 9.765635, 4.081967]}, {&quot;id&quot;: &quot;7853&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 0.04347826086956576, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.7949, 4.08393]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.7949, 4.08393]}, {&quot;id&quot;: &quot;7889&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 0.08695652173912868, &quot;style&quot;: {&quot;color&quot;: &quot;#482071&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.795, 4.084029999999999]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.795, 4.084029999999999]}, {&quot;id&quot;: &quot;7925&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 895.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.77848, 4.08438]]}, &quot;bbox&quot;: [9.77848, 4.0817, 9.786083, 4.08438]}, {&quot;id&quot;: &quot;7961&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 895.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.77858, 4.08448]]}, &quot;bbox&quot;: [9.77858, 4.081799999999999, 9.786183, 4.08448]}, {&quot;id&quot;: &quot;7997&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.751769, 4.093194]]}, &quot;bbox&quot;: [9.751769, 4.074778, 9.761667, 4.093194]}, {&quot;id&quot;: &quot;8033&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 0.05555555555555632, &quot;style&quot;: {&quot;color&quot;: &quot;#481668&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.751869, 4.093294]]}, &quot;bbox&quot;: [9.751869, 4.074878, 9.761766999999999, 4.093294]}, {&quot;id&quot;: &quot;8069&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 0.05882352941176126, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.728889, 4.083056]]}, &quot;bbox&quot;: [9.728889, 4.083056, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8105&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 0.11111111111110891, &quot;style&quot;: {&quot;color&quot;: &quot;#482878&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.728989, 4.083156]]}, &quot;bbox&quot;: [9.728989, 4.083156, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8141&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 0.12499999999999889, &quot;style&quot;: {&quot;color&quot;: &quot;#472c7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.738306, 4.083528]]}, &quot;bbox&quot;: [9.738306, 4.083528, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8177&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.738406, 4.083628]]}, &quot;bbox&quot;: [9.738406, 4.083628, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8213&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 947.0, &quot;att&quot;: 0.04761904761904826, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.783583, 4.089889]]}, &quot;bbox&quot;: [9.783583, 4.0817, 9.786083, 4.089889]}, {&quot;id&quot;: &quot;8249&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 947.0, &quot;att&quot;: 0.10526315789473467, &quot;style&quot;: {&quot;color&quot;: &quot;#482576&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.783683, 4.089989]]}, &quot;bbox&quot;: [9.783683, 4.081799999999999, 9.786183, 4.089989]}, {&quot;id&quot;: &quot;8285&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 0.38461538461538547, &quot;style&quot;: {&quot;color&quot;: &quot;#2b748e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.743333, 4.074778, 9.761667, 4.097333]}, {&quot;id&quot;: &quot;8321&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 0.4166666666666657, &quot;style&quot;: {&quot;color&quot;: &quot;#287c8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.743433, 4.074878, 9.761766999999999, 4.097433]}, {&quot;id&quot;: &quot;8357&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 0.03030303030303076, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.76601, 4.08663]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.76601, 4.08663]}, {&quot;id&quot;: &quot;8393&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 0.04651162790697744, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.76611, 4.08673]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.76611, 4.08673]}, {&quot;id&quot;: &quot;8429&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 0.030303030303030696, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.808667, 4.091389]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.808667, 4.091389]}, {&quot;id&quot;: &quot;8465&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.808767, 4.091489]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.808767, 4.091489]}, {&quot;id&quot;: &quot;8501&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 830.0, &quot;att&quot;: 0.042553191489362284, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.758611, 4.090833]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.758611, 4.090833]}, {&quot;id&quot;: &quot;8537&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 830.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.758711, 4.090933]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.758711, 4.090933]}, {&quot;id&quot;: &quot;8573&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 555.0, &quot;att&quot;: -0.06250000000000111, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73381, 4.08679], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.73381, 4.08679, 9.736042, 4.091278]}, {&quot;id&quot;: &quot;8609&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 555.0, &quot;att&quot;: -0.0799999999999983, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73391, 4.0868899999999995], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.73391, 4.0868899999999995, 9.736142, 4.091378]}, {&quot;id&quot;: &quot;8645&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 0.05000000000000426, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.744, 4.104861]]}, &quot;bbox&quot;: [9.744, 4.074778, 9.761667, 4.104861]}, {&quot;id&quot;: &quot;8681&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3862.0, &quot;att&quot;: -0.028571428571426947, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.7441, 4.104960999999999]]}, &quot;bbox&quot;: [9.7441, 4.074878, 9.761766999999999, 4.104960999999999]}, {&quot;id&quot;: &quot;8717&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 889.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76601, 4.08663], [9.764367, 4.0945]]}, &quot;bbox&quot;: [9.764367, 4.08663, 9.76601, 4.0945]}, {&quot;id&quot;: &quot;8753&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 889.0, &quot;att&quot;: 0.05882352941176569, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76611, 4.08673], [9.764467, 4.0946]]}, &quot;bbox&quot;: [9.764467, 4.08673, 9.76611, 4.0946]}, {&quot;id&quot;: &quot;8789&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 736.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729444, 4.091944], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.729444, 4.091278, 9.736042, 4.091944]}, {&quot;id&quot;: &quot;8825&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 736.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729544, 4.092044], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.729544, 4.091378, 9.736142, 4.092044]}, {&quot;id&quot;: &quot;8861&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 419.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74168, 4.09393], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.74168, 4.09393, 9.743333, 4.097333]}, {&quot;id&quot;: &quot;8897&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 419.0, &quot;att&quot;: 0.04347826086956589, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:35:00&quot;, &quot;2019-07-17T18:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74178, 4.09403], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.74178, 4.09403, 9.743433, 4.097433]}, {&quot;id&quot;: &quot;3&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 0.22222222222222252, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4989&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.791866, 3.97665]]}, &quot;bbox&quot;: [9.787167, 3.97665, 9.791866, 3.992722]}, {&quot;id&quot;: &quot;39&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 0.10714285714285623, &quot;style&quot;: {&quot;color&quot;: &quot;#482677&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.791966, 3.97675]]}, &quot;bbox&quot;: [9.787267, 3.97675, 9.791966, 3.9928220000000003]}, {&quot;id&quot;: &quot;75&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.38157894736842113, &quot;style&quot;: {&quot;color&quot;: &quot;#2c738e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.81613, 3.97866]]}, &quot;bbox&quot;: [9.787167, 3.97866, 9.81613, 3.992722]}, {&quot;id&quot;: &quot;111&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.0273224043715847, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.81623, 3.9787600000000003]]}, &quot;bbox&quot;: [9.787267, 3.9787600000000003, 9.81623, 3.9928220000000003]}, {&quot;id&quot;: &quot;147&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 556.0, &quot;att&quot;: 0.031250000000000486, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763806, 3.997361], [9.75885, 3.99663]]}, &quot;bbox&quot;: [9.75885, 3.99663, 9.763806, 3.997361]}, {&quot;id&quot;: &quot;183&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 556.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763906, 3.9974610000000004], [9.75895, 3.9967300000000003]]}, &quot;bbox&quot;: [9.75895, 3.9967300000000003, 9.763906, 3.9974610000000004]}, {&quot;id&quot;: &quot;219&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 402.0, &quot;att&quot;: 0.03921568627450901, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745083, 4.002553], [9.748639, 4.003231]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.748639, 4.003231]}, {&quot;id&quot;: &quot;255&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 402.0, &quot;att&quot;: 0.037037037037037555, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745182999999999, 4.002653], [9.748739, 4.003331]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.748739, 4.003331]}, {&quot;id&quot;: &quot;291&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 774.0, &quot;att&quot;: 0.045454545454546115, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76732, 4.003512], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.76732, 4.003512, 9.767719, 4.0105]}, {&quot;id&quot;: &quot;327&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 774.0, &quot;att&quot;: 0.05714285714285593, &quot;style&quot;: {&quot;color&quot;: &quot;#481668&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76742, 4.0036119999999995], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.76742, 4.0036119999999995, 9.767819, 4.0106]}, {&quot;id&quot;: &quot;363&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799472, 4.004194], [9.778111, 4.012278]]}, &quot;bbox&quot;: [9.778111, 4.004194, 9.799472, 4.012278]}, {&quot;id&quot;: &quot;399&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 0.07407407407407506, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799572, 4.004294], [9.778211, 4.012378]]}, &quot;bbox&quot;: [9.778211, 4.004294, 9.799572, 4.012378]}, {&quot;id&quot;: &quot;435&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 0.07407407407407383, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.705944, 4.01775], [9.701194, 4.008306]]}, &quot;bbox&quot;: [9.701194, 4.008306, 9.705944, 4.01775]}, {&quot;id&quot;: &quot;471&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 0.006514657980456004, &quot;style&quot;: {&quot;color&quot;: &quot;#440256&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706044, 4.01785], [9.701293999999999, 4.008406]]}, &quot;bbox&quot;: [9.701293999999999, 4.008406, 9.706044, 4.01785]}, {&quot;id&quot;: &quot;507&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 0.05128205128205212, &quot;style&quot;: {&quot;color&quot;: &quot;#481467&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.763806, 3.997361]]}, &quot;bbox&quot;: [9.763806, 3.997361, 9.767833, 4.029]}, {&quot;id&quot;: &quot;543&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 0.02702702702702744, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.763906, 3.9974610000000004]]}, &quot;bbox&quot;: [9.763906, 3.9974610000000004, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;579&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 0.025974025974026333, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741417, 4.009639], [9.723611, 4.020194]]}, &quot;bbox&quot;: [9.723611, 4.009639, 9.741417, 4.020194]}, {&quot;id&quot;: &quot;615&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 0.05128205128205107, &quot;style&quot;: {&quot;color&quot;: &quot;#481467&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741517, 4.009739], [9.723711, 4.020294]]}, &quot;bbox&quot;: [9.723711, 4.009739, 9.741517, 4.020294]}, {&quot;id&quot;: &quot;651&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.745083, 4.002553]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.767833, 4.029]}, {&quot;id&quot;: &quot;687&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.745182999999999, 4.002653]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;723&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 466.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73456, 4.01734]]}, &quot;bbox&quot;: [9.73456, 4.015972, 9.738528, 4.01734]}, {&quot;id&quot;: &quot;759&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 466.0, &quot;att&quot;: 0.03448275862069012, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73466, 4.01744]]}, &quot;bbox&quot;: [9.73466, 4.016071999999999, 9.738628, 4.01744]}, {&quot;id&quot;: &quot;795&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8335.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.762056, 4.004472]]}, &quot;bbox&quot;: [9.762056, 4.004472, 9.767833, 4.029]}, {&quot;id&quot;: &quot;831&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8454.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 0.04761904761904842, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.762156, 4.004572]]}, &quot;bbox&quot;: [9.762156, 4.004572, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;867&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.768083, 4.017917]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.768083, 4.017917]}, {&quot;id&quot;: &quot;903&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 0.021276595744681173, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.768183, 4.0180169999999995]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.768183, 4.0180169999999995]}, {&quot;id&quot;: &quot;939&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727083, 4.023444], [9.72629, 4.01048]]}, &quot;bbox&quot;: [9.72629, 4.01048, 9.727083, 4.023444]}, {&quot;id&quot;: &quot;975&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727183, 4.023543999999999], [9.72639, 4.01058]]}, &quot;bbox&quot;: [9.72639, 4.01058, 9.727183, 4.023543999999999]}, {&quot;id&quot;: &quot;1011&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 0.05714285714285795, &quot;style&quot;: {&quot;color&quot;: &quot;#481668&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.757556, 4.0195]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.757556, 4.0195]}, {&quot;id&quot;: &quot;1047&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 0.024390243902439362, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.757655999999999, 4.0196]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.757655999999999, 4.0196]}, {&quot;id&quot;: &quot;1083&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 0.00909090909090922, &quot;style&quot;: {&quot;color&quot;: &quot;#450457&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.756817, 4.008442]]}, &quot;bbox&quot;: [9.756817, 4.008442, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1119&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 0.021505376344086332, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.756917, 4.008541999999999]]}, &quot;bbox&quot;: [9.756917, 4.008541999999999, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1155&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1049.0, &quot;att&quot;: -0.0016313213703099741, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744694, 4.014417], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.744694, 4.014417, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1191&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.005102040816326603, &quot;style&quot;: {&quot;color&quot;: &quot;#440256&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744794, 4.014517], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.744794, 4.014517, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1227&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.767719, 4.0105, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1263&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 0.044444444444443565, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.767819, 4.0106, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1299&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.780278, 4.023889]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.780278, 4.023889]}, {&quot;id&quot;: &quot;1335&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4718.0, &quot;att&quot;: -0.01587301587301496, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.780377999999999, 4.023988999999999]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.780377999999999, 4.023988999999999]}, {&quot;id&quot;: &quot;1371&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 0.1315789473684209, &quot;style&quot;: {&quot;color&quot;: &quot;#472e7c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.721083, 4.0115]]}, &quot;bbox&quot;: [9.696744, 4.0115, 9.721083, 4.029381]}, {&quot;id&quot;: &quot;1407&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 0.02040816326530497, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.721183, 4.0116]]}, &quot;bbox&quot;: [9.696844, 4.0116, 9.721183, 4.029481]}, {&quot;id&quot;: &quot;1443&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 654.0, &quot;att&quot;: 0.016666666666666902, &quot;style&quot;: {&quot;color&quot;: &quot;#46075a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743889, 4.0194], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.743889, 4.0194, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1479&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 654.0, &quot;att&quot;: -0.03448275862069016, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743989, 4.0195], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.743989, 4.0195, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1515&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024043N-9.680260E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2266.0, &quot;att&quot;: 0.08888888888888871, &quot;style&quot;: {&quot;color&quot;: &quot;#482071&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.67025, 4.022056], [9.69027, 4.02603]]}, &quot;bbox&quot;: [9.67025, 4.022056, 9.69027, 4.02603]}, {&quot;id&quot;: &quot;1551&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 0.1379310344827582, &quot;style&quot;: {&quot;color&quot;: &quot;#46307e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.72802, 4.03279]]}, &quot;bbox&quot;: [9.72802, 4.015972, 9.738528, 4.03279]}, {&quot;id&quot;: &quot;1587&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 0.18749999999999806, &quot;style&quot;: {&quot;color&quot;: &quot;#423f85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.72812, 4.03289]]}, &quot;bbox&quot;: [9.72812, 4.016071999999999, 9.738628, 4.03289]}, {&quot;id&quot;: &quot;1623&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.05660377358490642, &quot;style&quot;: {&quot;color&quot;: &quot;#481668&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.69921, 4.02012]]}, &quot;bbox&quot;: [9.696744, 4.02012, 9.69921, 4.029381]}, {&quot;id&quot;: &quot;1659&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.04895104895104864, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.69931, 4.02022]]}, &quot;bbox&quot;: [9.696844, 4.02022, 9.69931, 4.029481]}, {&quot;id&quot;: &quot;1695&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18737.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.77399, 4.02125]]}, &quot;bbox&quot;: [9.767833, 4.02125, 9.77399, 4.029]}, {&quot;id&quot;: &quot;1731&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17727.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.77409, 4.02135]]}, &quot;bbox&quot;: [9.767933, 4.02135, 9.77409, 4.0291]}, {&quot;id&quot;: &quot;1767&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14431.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 874.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737194, 4.022139], [9.741992, 4.0284]]}, &quot;bbox&quot;: [9.737194, 4.022139, 9.741992, 4.0284]}, {&quot;id&quot;: &quot;1803&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14921.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 874.0, &quot;att&quot;: 0.033333333333333805, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737294, 4.022239], [9.742092, 4.0285]]}, &quot;bbox&quot;: [9.737294, 4.022239, 9.742092, 4.0285]}, {&quot;id&quot;: &quot;1839&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73325, 4.035278]]}, &quot;bbox&quot;: [9.73325, 4.015972, 9.738528, 4.035278]}, {&quot;id&quot;: &quot;1875&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: -0.04000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73335, 4.035378]]}, &quot;bbox&quot;: [9.73335, 4.016071999999999, 9.738628, 4.035378]}, {&quot;id&quot;: &quot;1911&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 0.15686274509803882, &quot;style&quot;: {&quot;color&quot;: &quot;#453781&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.70976, 4.02238]]}, &quot;bbox&quot;: [9.696744, 4.02238, 9.70976, 4.029381]}, {&quot;id&quot;: &quot;1947&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 0.09615384615384637, &quot;style&quot;: {&quot;color&quot;: &quot;#482374&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.709859999999999, 4.02248]]}, &quot;bbox&quot;: [9.696844, 4.02248, 9.709859999999999, 4.029481]}, {&quot;id&quot;: &quot;1983&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 755.0, &quot;att&quot;: 0.09090909090909208, &quot;style&quot;: {&quot;color&quot;: &quot;#482173&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.694556, 4.022917]]}, &quot;bbox&quot;: [9.694556, 4.022917, 9.696744, 4.029381]}, {&quot;id&quot;: &quot;2019&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 755.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.694656, 4.023016999999999]]}, &quot;bbox&quot;: [9.694656, 4.023016999999999, 9.696844, 4.029481]}, {&quot;id&quot;: &quot;2055&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2767.0, &quot;att&quot;: -0.032258064516129475, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.72684, 4.01658]]}, &quot;bbox&quot;: [9.72684, 4.01658, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2091&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.726939999999999, 4.01668]]}, &quot;bbox&quot;: [9.726939999999999, 4.01668, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2127&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 364.0, &quot;att&quot;: 0.07142857142857252, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.705139, 4.028333]]}, &quot;bbox&quot;: [9.701944, 4.028333, 9.705139, 4.029083]}, {&quot;id&quot;: &quot;2163&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 364.0, &quot;att&quot;: 0.05882352941176544, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.705239, 4.028433]]}, &quot;bbox&quot;: [9.702043999999999, 4.028433, 9.705239, 4.029183]}, {&quot;id&quot;: &quot;2199&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 0.02325581395348868, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.686417, 4.029444]]}, &quot;bbox&quot;: [9.686417, 4.029381, 9.696744, 4.029444]}, {&quot;id&quot;: &quot;2235&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 0.12195121951219529, &quot;style&quot;: {&quot;color&quot;: &quot;#472c7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.686517, 4.029544]]}, &quot;bbox&quot;: [9.686517, 4.029481, 9.696844, 4.029544]}, {&quot;id&quot;: &quot;2271&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 868.0, &quot;att&quot;: 0.041666666666664326, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.709194, 4.032028]]}, &quot;bbox&quot;: [9.701944, 4.029083, 9.709194, 4.032028]}, {&quot;id&quot;: &quot;2307&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 868.0, &quot;att&quot;: 0.04347826086956589, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.709294, 4.032128]]}, &quot;bbox&quot;: [9.702043999999999, 4.029183, 9.709294, 4.032128]}, {&quot;id&quot;: &quot;2343&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 666.0, &quot;att&quot;: 0.13333333333333286, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.691575, 4.032433]]}, &quot;bbox&quot;: [9.691575, 4.029381, 9.696744, 4.032433]}, {&quot;id&quot;: &quot;2379&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 666.0, &quot;att&quot;: 0.037037037037037625, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.691675, 4.032533]]}, &quot;bbox&quot;: [9.691675, 4.029481, 9.696844, 4.032533]}, {&quot;id&quot;: &quot;2415&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 536.0, &quot;att&quot;: 0.04545454545454604, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699417, 4.033417]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699417, 4.033417]}, {&quot;id&quot;: &quot;2451&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 536.0, &quot;att&quot;: 0.06666666666666525, &quot;style&quot;: {&quot;color&quot;: &quot;#481a6c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699517, 4.033517]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699517, 4.033517]}, {&quot;id&quot;: &quot;2487&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 0.2972972972972975, &quot;style&quot;: {&quot;color&quot;: &quot;#355f8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.727083, 4.023444]]}, &quot;bbox&quot;: [9.727083, 4.023444, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2523&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 0.15384615384615344, &quot;style&quot;: {&quot;color&quot;: &quot;#453581&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.727183, 4.023543999999999]]}, &quot;bbox&quot;: [9.727183, 4.023543999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2559&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.024390243902437672, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71564, 4.032], [9.71203, 4.03312]]}, &quot;bbox&quot;: [9.71203, 4.032, 9.71564, 4.03312]}, {&quot;id&quot;: &quot;2595&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: -0.021276595744681173, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71574, 4.0321], [9.71213, 4.03322]]}, &quot;bbox&quot;: [9.71213, 4.0321, 9.71574, 4.03322]}, {&quot;id&quot;: &quot;2631&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 0.0769230769230779, &quot;style&quot;: {&quot;color&quot;: &quot;#481c6e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.755167, 4.037361]]}, &quot;bbox&quot;: [9.755167, 4.029, 9.767833, 4.037361]}, {&quot;id&quot;: &quot;2667&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 0.05405405405405296, &quot;style&quot;: {&quot;color&quot;: &quot;#481467&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.755267, 4.0374609999999995]]}, &quot;bbox&quot;: [9.755267, 4.0291, 9.767933, 4.0374609999999995]}, {&quot;id&quot;: &quot;2703&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 323.0, &quot;att&quot;: 0.05000000000000071, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691575, 4.032433], [9.691889, 4.035333]]}, &quot;bbox&quot;: [9.691575, 4.032433, 9.691889, 4.035333]}, {&quot;id&quot;: &quot;2739&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 323.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691675, 4.032533], [9.691989, 4.035432999999999]]}, &quot;bbox&quot;: [9.691675, 4.032533, 9.691989, 4.035432999999999]}, {&quot;id&quot;: &quot;2775&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 516.0, &quot;att&quot;: 0.031249999999998265, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774333, 4.033028], [9.77026, 4.03527]]}, &quot;bbox&quot;: [9.77026, 4.033028, 9.774333, 4.03527]}, {&quot;id&quot;: &quot;2811&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 516.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774433, 4.033128], [9.77036, 4.0353699999999995]]}, &quot;bbox&quot;: [9.77036, 4.033128, 9.774433, 4.0353699999999995]}, {&quot;id&quot;: &quot;2847&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1581.0, &quot;att&quot;: -0.020000000000000285, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.725667, 4.028583]]}, &quot;bbox&quot;: [9.725667, 4.028583, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2883&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.725767, 4.028683]]}, &quot;bbox&quot;: [9.725767, 4.028683, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2919&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699006, 4.040886]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699006, 4.040886]}, {&quot;id&quot;: &quot;2955&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 0.027777777777776243, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699106, 4.040986]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699106, 4.040986]}, {&quot;id&quot;: &quot;2991&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17810.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 610.0, &quot;att&quot;: 0.23809523809523875, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4e8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683883, 4.033886], [9.688056, 4.037472]]}, &quot;bbox&quot;: [9.683883, 4.033886, 9.688056, 4.037472]}, {&quot;id&quot;: &quot;3027&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18820.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 610.0, &quot;att&quot;: -0.07407407407407506, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683983, 4.033986], [9.688156, 4.037572]]}, &quot;bbox&quot;: [9.683983, 4.033986, 9.688156, 4.037572]}, {&quot;id&quot;: &quot;3063&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1950.0, &quot;att&quot;: -0.03921568627451041, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.766222, 4.046556]]}, &quot;bbox&quot;: [9.766222, 4.029, 9.767833, 4.046556]}, {&quot;id&quot;: &quot;3099&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 0.03921568627451035, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.766322, 4.046656]]}, &quot;bbox&quot;: [9.766322, 4.0291, 9.767933, 4.046656]}, {&quot;id&quot;: &quot;3135&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 433.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706106, 4.040083], [9.703794, 4.036926]]}, &quot;bbox&quot;: [9.703794, 4.036926, 9.706106, 4.040083]}, {&quot;id&quot;: &quot;3171&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 433.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706206, 4.040183], [9.703894, 4.037026]]}, &quot;bbox&quot;: [9.703894, 4.037026, 9.706206, 4.040183]}, {&quot;id&quot;: &quot;3207&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 0.02325581395348868, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.711917, 4.037722]]}, &quot;bbox&quot;: [9.711917, 4.037722, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;3243&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.712017, 4.037821999999999]]}, &quot;bbox&quot;: [9.712017, 4.037821999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;3279&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 928.0, &quot;att&quot;: 0.0689655172413791, &quot;style&quot;: {&quot;color&quot;: &quot;#481a6c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.741011, 4.038342]]}, &quot;bbox&quot;: [9.733028, 4.038342, 9.741011, 4.040819]}, {&quot;id&quot;: &quot;3315&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 928.0, &quot;att&quot;: 0.018867924528302164, &quot;style&quot;: {&quot;color&quot;: &quot;#46075a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.741111, 4.038442]]}, &quot;bbox&quot;: [9.733127999999999, 4.038442, 9.741111, 4.040919]}, {&quot;id&quot;: &quot;3351&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 441.0, &quot;att&quot;: 0.07142857142857234, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.70265, 4.03931]]}, &quot;bbox&quot;: [9.699006, 4.03931, 9.70265, 4.040886]}, {&quot;id&quot;: &quot;3387&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 441.0, &quot;att&quot;: 0.03571428571428617, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.70275, 4.03941]]}, &quot;bbox&quot;: [9.699106, 4.03941, 9.70275, 4.040986]}, {&quot;id&quot;: &quot;3423&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 697.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774, 4.042306], [9.7795, 4.039278]]}, &quot;bbox&quot;: [9.774, 4.039278, 9.7795, 4.042306]}, {&quot;id&quot;: &quot;3459&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 697.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774099999999999, 4.042406], [9.7796, 4.039378]]}, &quot;bbox&quot;: [9.774099999999999, 4.039378, 9.7796, 4.042406]}, {&quot;id&quot;: &quot;3496&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041057N-9.688122E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 387.0, &quot;att&quot;: 0.04166666666666728, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.689827, 4.040697]]}, &quot;bbox&quot;: [9.686417, 4.040697, 9.689827, 4.041417]}, {&quot;id&quot;: &quot;3532&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 975.0, &quot;att&quot;: 0.020000000000000285, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762056, 4.03875], [9.754583, 4.043386]]}, &quot;bbox&quot;: [9.754583, 4.03875, 9.762056, 4.043386]}, {&quot;id&quot;: &quot;3568&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 975.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762156, 4.03885], [9.754683, 4.043486]]}, &quot;bbox&quot;: [9.754683, 4.03885, 9.762156, 4.043486]}, {&quot;id&quot;: &quot;3604&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.032258064516129475, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.728389, 4.041694]]}, &quot;bbox&quot;: [9.728389, 4.040819, 9.733028, 4.041694]}, {&quot;id&quot;: &quot;3640&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.728489, 4.041793999999999]]}, &quot;bbox&quot;: [9.728489, 4.040919, 9.733127999999999, 4.041793999999999]}, {&quot;id&quot;: &quot;3676&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 0.08620689655172407, &quot;style&quot;: {&quot;color&quot;: &quot;#482071&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.779361, 4.053694]]}, &quot;bbox&quot;: [9.767833, 4.029, 9.779361, 4.053694]}, {&quot;id&quot;: &quot;3712&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 0.10000000000000024, &quot;style&quot;: {&quot;color&quot;: &quot;#482475&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.779461, 4.053794]]}, &quot;bbox&quot;: [9.767933, 4.0291, 9.779461, 4.053794]}, {&quot;id&quot;: &quot;3748&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 0.22727272727272735, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4c8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.747639, 4.043778]]}, &quot;bbox&quot;: [9.733028, 4.040819, 9.747639, 4.043778]}, {&quot;id&quot;: &quot;3784&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 0.2131147540983604, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4788&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.747739, 4.043877999999999]]}, &quot;bbox&quot;: [9.733127999999999, 4.040919, 9.747739, 4.043877999999999]}, {&quot;id&quot;: &quot;3820&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702978, 4.056559], [9.73025, 4.028444]]}, &quot;bbox&quot;: [9.702978, 4.028444, 9.73025, 4.056559]}, {&quot;id&quot;: &quot;3856&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 0.09090909090909062, &quot;style&quot;: {&quot;color&quot;: &quot;#482173&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703078, 4.056659], [9.73035, 4.028544]]}, &quot;bbox&quot;: [9.703078, 4.028544, 9.73035, 4.056659]}, {&quot;id&quot;: &quot;3892&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.052631578947369015, &quot;style&quot;: {&quot;color&quot;: &quot;#481467&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.69725, 4.04425]]}, &quot;bbox&quot;: [9.69725, 4.040886, 9.699006, 4.04425]}, {&quot;id&quot;: &quot;3928&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.04545454545454604, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.69735, 4.04435]]}, &quot;bbox&quot;: [9.69735, 4.040986, 9.699106, 4.04435]}, {&quot;id&quot;: &quot;3964&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 431.0, &quot;att&quot;: 0.02702702702702739, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704083, 4.04244], [9.707889, 4.043194]]}, &quot;bbox&quot;: [9.704083, 4.04244, 9.707889, 4.043194]}, {&quot;id&quot;: &quot;4000&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 431.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704183, 4.04254], [9.707989, 4.0432939999999995]]}, &quot;bbox&quot;: [9.704183, 4.04254, 9.707989, 4.0432939999999995]}, {&quot;id&quot;: &quot;4038&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043833N-9.687306E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 570.0, &quot;att&quot;: 0.13333333333333286, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.688194, 4.04625]]}, &quot;bbox&quot;: [9.686417, 4.041417, 9.688194, 4.04625]}, {&quot;id&quot;: &quot;4074&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 810.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707889, 4.043194], [9.700739, 4.044661]]}, &quot;bbox&quot;: [9.700739, 4.043194, 9.707889, 4.044661]}, {&quot;id&quot;: &quot;4110&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 810.0, &quot;att&quot;: 0.04000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707989, 4.0432939999999995], [9.700839, 4.044760999999999]]}, &quot;bbox&quot;: [9.700839, 4.0432939999999995, 9.707989, 4.044760999999999]}, {&quot;id&quot;: &quot;4146&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 706.0, &quot;att&quot;: 0.02083333333333364, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728389, 4.041694], [9.72575, 4.0475]]}, &quot;bbox&quot;: [9.72575, 4.041694, 9.728389, 4.0475]}, {&quot;id&quot;: &quot;4182&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 706.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728489, 4.041793999999999], [9.72585, 4.0476]]}, &quot;bbox&quot;: [9.72585, 4.041793999999999, 9.728489, 4.0476]}, {&quot;id&quot;: &quot;4218&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.699006, 4.040886, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4254&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.699106, 4.040986, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4290&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14487.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 611.0, &quot;att&quot;: 0.17241379310344793, &quot;style&quot;: {&quot;color&quot;: &quot;#443b84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71598, 4.04642], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.71598, 4.04642, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4326&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14977.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 611.0, &quot;att&quot;: 0.18518518518518498, &quot;style&quot;: {&quot;color&quot;: &quot;#423f85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71608, 4.04652], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.71608, 4.04652, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4362&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048013N-9.705195E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 822.0, &quot;att&quot;: 0.03636363636363559, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703528, 4.044694], [9.706861, 4.051333]]}, &quot;bbox&quot;: [9.703528, 4.044694, 9.706861, 4.051333]}, {&quot;id&quot;: &quot;4398&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 317.0, &quot;att&quot;: 0.7370892018779339, &quot;style&quot;: {&quot;color&quot;: &quot;#56c667&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698333, 4.049556], [9.698917, 4.04675]]}, &quot;bbox&quot;: [9.698333, 4.04675, 9.698917, 4.049556]}, {&quot;id&quot;: &quot;4434&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 317.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698433, 4.049656], [9.699017, 4.04685]]}, &quot;bbox&quot;: [9.698433, 4.04685, 9.699017, 4.049656]}, {&quot;id&quot;: &quot;4470&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 564.0, &quot;att&quot;: 0.04166666666666716, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706861, 4.051333], [9.708472, 4.0465]]}, &quot;bbox&quot;: [9.706861, 4.0465, 9.708472, 4.051333]}, {&quot;id&quot;: &quot;4506&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 564.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706961, 4.051432999999999], [9.708572, 4.0466]]}, &quot;bbox&quot;: [9.706961, 4.0466, 9.708572, 4.051432999999999]}, {&quot;id&quot;: &quot;4542&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 596.0, &quot;att&quot;: 0.032258064516127255, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.771911, 4.050192], [9.777253, 4.049658]]}, &quot;bbox&quot;: [9.771911, 4.049658, 9.777253, 4.050192]}, {&quot;id&quot;: &quot;4578&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 596.0, &quot;att&quot;: 0.031250000000000416, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.772011, 4.050292], [9.777353, 4.049758]]}, &quot;bbox&quot;: [9.772011, 4.049758, 9.777353, 4.050292]}, {&quot;id&quot;: &quot;4614&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050150N-9.740475E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 454.0, &quot;att&quot;: 0.032258064516129475, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741306, 4.052028], [9.739644, 4.048272]]}, &quot;bbox&quot;: [9.739644, 4.048272, 9.741306, 4.052028]}, {&quot;id&quot;: &quot;4650&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 522.0, &quot;att&quot;: 0.05769230769230711, &quot;style&quot;: {&quot;color&quot;: &quot;#481668&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702389, 4.052444], [9.704556, 4.04825]]}, &quot;bbox&quot;: [9.702389, 4.04825, 9.704556, 4.052444]}, {&quot;id&quot;: &quot;4686&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 522.0, &quot;att&quot;: 0.020000000000000285, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702489, 4.052544], [9.704656, 4.04835]]}, &quot;bbox&quot;: [9.702489, 4.04835, 9.704656, 4.052544]}, {&quot;id&quot;: &quot;4722&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 956.0, &quot;att&quot;: 0.01041666666666682, &quot;style&quot;: {&quot;color&quot;: &quot;#450457&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.756833, 4.047389]]}, &quot;bbox&quot;: [9.750917, 4.047389, 9.756833, 4.053667]}, {&quot;id&quot;: &quot;4758&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 956.0, &quot;att&quot;: 0.0799999999999983, &quot;style&quot;: {&quot;color&quot;: &quot;#481d6f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.756933, 4.047489]]}, &quot;bbox&quot;: [9.751017, 4.047489, 9.756933, 4.053767]}, {&quot;id&quot;: &quot;4794&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 0.028571428571428976, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779361, 4.053694], [9.797806, 4.050472]]}, &quot;bbox&quot;: [9.779361, 4.050472, 9.797806, 4.053694]}, {&quot;id&quot;: &quot;4830&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2079.0, &quot;att&quot;: -0.015873015873016087, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779461, 4.053794], [9.797906, 4.050572]]}, &quot;bbox&quot;: [9.779461, 4.050572, 9.797906, 4.053794]}, {&quot;id&quot;: &quot;4866&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8363.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 0.08333333333333431, &quot;style&quot;: {&quot;color&quot;: &quot;#481f70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.775889, 4.05525]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.775889, 4.05525]}, {&quot;id&quot;: &quot;4902&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8482.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 0.11999999999999886, &quot;style&quot;: {&quot;color&quot;: &quot;#472a7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.775989, 4.05535]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.775989, 4.05535]}, {&quot;id&quot;: &quot;4938&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.009708737864077808, &quot;style&quot;: {&quot;color&quot;: &quot;#450457&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.754444, 4.058167]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.754444, 4.058167]}, {&quot;id&quot;: &quot;4974&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.009153318077803172, &quot;style&quot;: {&quot;color&quot;: &quot;#450457&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.754544, 4.058267]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.754544, 4.058267]}, {&quot;id&quot;: &quot;5010&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 546.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.767556, 4.053639]]}, &quot;bbox&quot;: [9.767556, 4.053639, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5046&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 546.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.767656, 4.053739]]}, &quot;bbox&quot;: [9.767656, 4.053739, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5082&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 879.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738694, 4.058056], [9.745611, 4.054186]]}, &quot;bbox&quot;: [9.738694, 4.054186, 9.745611, 4.058056]}, {&quot;id&quot;: &quot;5118&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 879.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738794, 4.058155999999999], [9.745711, 4.054285999999999]]}, &quot;bbox&quot;: [9.738794, 4.054285999999999, 9.745711, 4.058155999999999]}, {&quot;id&quot;: &quot;5154&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 0.025641025641024193, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.743528, 4.059611]]}, &quot;bbox&quot;: [9.743528, 4.053667, 9.750917, 4.059611]}, {&quot;id&quot;: &quot;5190&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1051.0, &quot;att&quot;: -0.031250000000000416, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.743628, 4.059711]]}, &quot;bbox&quot;: [9.743628, 4.053767, 9.751017, 4.059711]}, {&quot;id&quot;: &quot;5226&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726194, 4.060028], [9.750917, 4.053667]]}, &quot;bbox&quot;: [9.726194, 4.053667, 9.750917, 4.060028]}, {&quot;id&quot;: &quot;5262&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726294, 4.060128], [9.751017, 4.053767]]}, &quot;bbox&quot;: [9.726294, 4.053767, 9.751017, 4.060128]}, {&quot;id&quot;: &quot;5298&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726393999999999, 4.060228], [9.751116999999999, 4.053867]]}, &quot;bbox&quot;: [9.726393999999999, 4.053867, 9.751116999999999, 4.060228]}, {&quot;id&quot;: &quot;5334&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726493999999999, 4.060328], [9.751216999999999, 4.053967]]}, &quot;bbox&quot;: [9.726493999999999, 4.053967, 9.751216999999999, 4.060328]}, {&quot;id&quot;: &quot;5370&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_0&quot;, &quot;frequency&quot;: 12793.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726594, 4.060428], [9.751317, 4.054067]]}, &quot;bbox&quot;: [9.726594, 4.054067, 9.751317, 4.060428]}, {&quot;id&quot;: &quot;5406&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_1&quot;, &quot;frequency&quot;: 13059.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726694, 4.060528], [9.751417, 4.054167]]}, &quot;bbox&quot;: [9.726694, 4.054167, 9.751417, 4.060528]}, {&quot;id&quot;: &quot;5442&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 0.05555555555555632, &quot;style&quot;: {&quot;color&quot;: &quot;#481668&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.734028, 4.06025]]}, &quot;bbox&quot;: [9.734028, 4.053667, 9.750917, 4.06025]}, {&quot;id&quot;: &quot;5478&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 0.044444444444443565, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.734128, 4.06035]]}, &quot;bbox&quot;: [9.734128, 4.053767, 9.751017, 4.06035]}, {&quot;id&quot;: &quot;5514&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 630.0, &quot;att&quot;: 0.02702702702702739, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.763167, 4.056417]]}, &quot;bbox&quot;: [9.763167, 4.056417, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5550&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 630.0, &quot;att&quot;: -0.02173913043478291, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.763266999999999, 4.0565169999999995]]}, &quot;bbox&quot;: [9.763266999999999, 4.0565169999999995, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5586&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 0.04838709677419427, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.786861, 4.062806]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.786861, 4.062806]}, {&quot;id&quot;: &quot;5622&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 0.05714285714285593, &quot;style&quot;: {&quot;color&quot;: &quot;#481668&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.786961, 4.062906]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.786961, 4.062906]}, {&quot;id&quot;: &quot;5658&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 0.043478260869568706, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.720853, 4.053242]]}, &quot;bbox&quot;: [9.714664, 4.053242, 9.720853, 4.06425]}, {&quot;id&quot;: &quot;5694&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.720953, 4.053342]]}, &quot;bbox&quot;: [9.714764, 4.053342, 9.720953, 4.06435]}, {&quot;id&quot;: &quot;5730&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 0.018867924528300824, &quot;style&quot;: {&quot;color&quot;: &quot;#46075a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.75311, 4.064069]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.75311, 4.064069]}, {&quot;id&quot;: &quot;5766&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1176.0, &quot;att&quot;: -0.01754385964912307, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.75321, 4.064169]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.75321, 4.064169]}, {&quot;id&quot;: &quot;5802&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.020833333333332163, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.767778, 4.064361]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.767778, 4.064361]}, {&quot;id&quot;: &quot;5838&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.767878, 4.064461]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.767878, 4.064461]}, {&quot;id&quot;: &quot;5874&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 796.0, &quot;att&quot;: -0.04166666666666728, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708444, 4.060333], [9.715412, 4.058638]]}, &quot;bbox&quot;: [9.708444, 4.058638, 9.715412, 4.060333]}, {&quot;id&quot;: &quot;5910&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 796.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708544, 4.060433], [9.715512, 4.058738]]}, &quot;bbox&quot;: [9.708544, 4.058738, 9.715512, 4.060433]}, {&quot;id&quot;: &quot;5946&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 0.03703703703703753, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.759558, 4.066322]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.759558, 4.066322]}, {&quot;id&quot;: &quot;5982&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.759658, 4.066422]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.759658, 4.066422]}, {&quot;id&quot;: &quot;6018&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.777639, 4.063131]]}, &quot;bbox&quot;: [9.768444, 4.0585, 9.777639, 4.063131]}, {&quot;id&quot;: &quot;6054&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1142.0, &quot;att&quot;: -0.037037037037037625, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.777739, 4.063231]]}, &quot;bbox&quot;: [9.768544, 4.0586, 9.777739, 4.063231]}, {&quot;id&quot;: &quot;6090&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 498.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743528, 4.059611], [9.74569, 4.06356]]}, &quot;bbox&quot;: [9.743528, 4.059611, 9.74569, 4.06356]}, {&quot;id&quot;: &quot;6126&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 498.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743628, 4.059711], [9.74579, 4.06366]]}, &quot;bbox&quot;: [9.743628, 4.059711, 9.74579, 4.06366]}, {&quot;id&quot;: &quot;6162&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 741.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704333, 4.059583], [9.706333, 4.065972]]}, &quot;bbox&quot;: [9.704333, 4.059583, 9.706333, 4.065972]}, {&quot;id&quot;: &quot;6198&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 741.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704433, 4.059683], [9.706433, 4.066072]]}, &quot;bbox&quot;: [9.704433, 4.059683, 9.706433, 4.066072]}, {&quot;id&quot;: &quot;6234&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 603.0, &quot;att&quot;: 0.36363636363636265, &quot;style&quot;: {&quot;color&quot;: &quot;#2d708e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.719389, 4.061556]]}, &quot;bbox&quot;: [9.714664, 4.061556, 9.719389, 4.06425]}, {&quot;id&quot;: &quot;6270&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 603.0, &quot;att&quot;: 0.1290322580645156, &quot;style&quot;: {&quot;color&quot;: &quot;#472e7c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.719489, 4.061656]]}, &quot;bbox&quot;: [9.714764, 4.061656, 9.719489, 4.06435]}, {&quot;id&quot;: &quot;6306&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 669.0, &quot;att&quot;: 0.1071428571428585, &quot;style&quot;: {&quot;color&quot;: &quot;#482677&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759558, 4.066322], [9.76425, 4.062528]]}, &quot;bbox&quot;: [9.759558, 4.062528, 9.76425, 4.066322]}, {&quot;id&quot;: &quot;6342&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 669.0, &quot;att&quot;: 0.08333333333333431, &quot;style&quot;: {&quot;color&quot;: &quot;#481f70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759658, 4.066422], [9.76435, 4.062628]]}, &quot;bbox&quot;: [9.759658, 4.062628, 9.76435, 4.066422]}, {&quot;id&quot;: &quot;6378&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 451.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710083, 4.063917], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.710083, 4.063917, 9.71287, 4.06688]}, {&quot;id&quot;: &quot;6414&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 451.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710182999999999, 4.064017], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.710182999999999, 4.064017, 9.71297, 4.06698]}, {&quot;id&quot;: &quot;6450&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 924.0, &quot;att&quot;: -0.028571428571428976, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79152, 4.065848], [9.799722, 4.06725]]}, &quot;bbox&quot;: [9.79152, 4.065848, 9.799722, 4.06725]}, {&quot;id&quot;: &quot;6486&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 924.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79162, 4.065948], [9.799821999999999, 4.067349999999999]]}, &quot;bbox&quot;: [9.79162, 4.065948, 9.799821999999999, 4.067349999999999]}, {&quot;id&quot;: &quot;6522&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.72547, 4.07139]}, {&quot;id&quot;: &quot;6558&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.72557, 4.07149]}, {&quot;id&quot;: &quot;6594&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 932.0, &quot;att&quot;: 0.1555555555555562, &quot;style&quot;: {&quot;color&quot;: &quot;#453581&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.722972, 4.065667], [9.729139, 4.071389]]}, &quot;bbox&quot;: [9.722972, 4.065667, 9.729139, 4.071389]}, {&quot;id&quot;: &quot;6630&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 932.0, &quot;att&quot;: 0.08888888888888699, &quot;style&quot;: {&quot;color&quot;: &quot;#482071&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.723072, 4.065767], [9.729239, 4.071489]]}, &quot;bbox&quot;: [9.723072, 4.065767, 9.729239, 4.071489]}, {&quot;id&quot;: &quot;6666&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 535.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714869, 4.071278], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.71287, 4.06688, 9.714869, 4.071278]}, {&quot;id&quot;: &quot;6702&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 535.0, &quot;att&quot;: 0.06666666666666761, &quot;style&quot;: {&quot;color&quot;: &quot;#481a6c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714969, 4.071378], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.71297, 4.06698, 9.714969, 4.071378]}, {&quot;id&quot;: &quot;6738&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 407.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729139, 4.071389], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.72547, 4.071389, 9.729139, 4.07139]}, {&quot;id&quot;: &quot;6774&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 407.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729239, 4.071489], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.72557, 4.071489, 9.729239, 4.07149]}, {&quot;id&quot;: &quot;6810&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 731.0, &quot;att&quot;: -0.039999999999999855, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736111, 4.072222], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.736111, 4.072222, 9.742681, 4.072661]}, {&quot;id&quot;: &quot;6846&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 731.0, &quot;att&quot;: 0.07692307692307797, &quot;style&quot;: {&quot;color&quot;: &quot;#481c6e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736210999999999, 4.072322], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.736210999999999, 4.072322, 9.742780999999999, 4.072761]}, {&quot;id&quot;: &quot;6882&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 561.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76925, 4.071639], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.76925, 4.071639, 9.774, 4.073367]}, {&quot;id&quot;: &quot;6918&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 561.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76935, 4.071739], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.76935, 4.071739, 9.774099999999999, 4.073467]}, {&quot;id&quot;: &quot;6954&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.721058, 4.084075]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.721058, 4.084075]}, {&quot;id&quot;: &quot;6990&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.721157999999999, 4.084175]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.721157999999999, 4.084175]}, {&quot;id&quot;: &quot;7026&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 0.033333333333333805, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.761667, 4.074778]}, {&quot;id&quot;: &quot;7062&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.761766999999999, 4.074878]}, {&quot;id&quot;: &quot;7098&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.11764705882353088, &quot;style&quot;: {&quot;color&quot;: &quot;#472a7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719639, 4.070306], [9.719417, 4.079889]]}, &quot;bbox&quot;: [9.719417, 4.070306, 9.719639, 4.079889]}, {&quot;id&quot;: &quot;7134&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.08000000000000114, &quot;style&quot;: {&quot;color&quot;: &quot;#481d6f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719739, 4.070406], [9.719517, 4.079988999999999]]}, &quot;bbox&quot;: [9.719517, 4.070406, 9.719739, 4.079988999999999]}, {&quot;id&quot;: &quot;7170&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 0.06666666666666761, &quot;style&quot;: {&quot;color&quot;: &quot;#481a6c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.781778, 4.069972]]}, &quot;bbox&quot;: [9.781778, 4.069972, 9.786083, 4.0817]}, {&quot;id&quot;: &quot;7206&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.781877999999999, 4.070072]]}, &quot;bbox&quot;: [9.781877999999999, 4.070072, 9.786183, 4.081799999999999]}, {&quot;id&quot;: &quot;7242&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 700.0, &quot;att&quot;: -0.023809523809524172, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.75645, 4.07833]]}, &quot;bbox&quot;: [9.75645, 4.074778, 9.761667, 4.07833]}, {&quot;id&quot;: &quot;7278&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.756549999999999, 4.07843]]}, &quot;bbox&quot;: [9.756549999999999, 4.074878, 9.761766999999999, 4.07843]}, {&quot;id&quot;: &quot;7314&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 480.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719417, 4.079889], [9.721778, 4.07625]]}, &quot;bbox&quot;: [9.719417, 4.07625, 9.721778, 4.079889]}, {&quot;id&quot;: &quot;7350&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 480.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719517, 4.079988999999999], [9.721878, 4.07635]]}, &quot;bbox&quot;: [9.719517, 4.07635, 9.721878, 4.079988999999999]}, {&quot;id&quot;: &quot;7386&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756825, 4.081867], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.756825, 4.081867]}, {&quot;id&quot;: &quot;7422&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756924999999999, 4.081967], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.756924999999999, 4.081967]}, {&quot;id&quot;: &quot;7458&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 0.03571428571428626, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.801611, 4.076722]]}, &quot;bbox&quot;: [9.786083, 4.076722, 9.801611, 4.0817]}, {&quot;id&quot;: &quot;7494&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 0.04000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.801711, 4.076822]]}, &quot;bbox&quot;: [9.786183, 4.076822, 9.801711, 4.081799999999999]}, {&quot;id&quot;: &quot;7530&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1858.0, &quot;att&quot;: -0.032258064516129475, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.742681, 4.072661, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;7566&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1858.0, &quot;att&quot;: -0.027777777777778217, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.742780999999999, 4.072761, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;7602&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 0.17391304347826303, &quot;style&quot;: {&quot;color&quot;: &quot;#443b84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.752944, 4.073367, 9.774, 4.085936]}, {&quot;id&quot;: &quot;7638&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 0.11538461538461696, &quot;style&quot;: {&quot;color&quot;: &quot;#482979&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.753044, 4.073467, 9.774099999999999, 4.086036]}, {&quot;id&quot;: &quot;7674&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080070N-9.789737E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18848.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 888.0, &quot;att&quot;: 0.5, &quot;style&quot;: {&quot;color&quot;: &quot;#21918c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.79339, 4.07844]]}, &quot;bbox&quot;: [9.786083, 4.07844, 9.79339, 4.0817]}, {&quot;id&quot;: &quot;7710&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.753278, 4.074861]]}, &quot;bbox&quot;: [9.752944, 4.074861, 9.753278, 4.085936]}, {&quot;id&quot;: &quot;7746&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 0.13636363636363488, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.753378, 4.074961]]}, &quot;bbox&quot;: [9.753044, 4.074961, 9.753378, 4.086036]}, {&quot;id&quot;: &quot;7782&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 968.0, &quot;att&quot;: 0.07142857142856744, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765535, 4.081441], [9.756825, 4.081867]]}, &quot;bbox&quot;: [9.756825, 4.081441, 9.765535, 4.081867]}, {&quot;id&quot;: &quot;7818&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 968.0, &quot;att&quot;: 0.05000000000000071, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765635, 4.081541], [9.756924999999999, 4.081967]]}, &quot;bbox&quot;: [9.756924999999999, 4.081541, 9.765635, 4.081967]}, {&quot;id&quot;: &quot;7854&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 0.04347826086956576, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.7949, 4.08393]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.7949, 4.08393]}, {&quot;id&quot;: &quot;7890&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 0.08695652173912868, &quot;style&quot;: {&quot;color&quot;: &quot;#482071&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.795, 4.084029999999999]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.795, 4.084029999999999]}, {&quot;id&quot;: &quot;7926&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 895.0, &quot;att&quot;: 0.023255813953487067, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.77848, 4.08438]]}, &quot;bbox&quot;: [9.77848, 4.0817, 9.786083, 4.08438]}, {&quot;id&quot;: &quot;7962&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 895.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.77858, 4.08448]]}, &quot;bbox&quot;: [9.77858, 4.081799999999999, 9.786183, 4.08448]}, {&quot;id&quot;: &quot;7998&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 0.09090909090909208, &quot;style&quot;: {&quot;color&quot;: &quot;#482173&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.751769, 4.093194]]}, &quot;bbox&quot;: [9.751769, 4.074778, 9.761667, 4.093194]}, {&quot;id&quot;: &quot;8034&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 0.02777777777777816, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.751869, 4.093294]]}, &quot;bbox&quot;: [9.751869, 4.074878, 9.761766999999999, 4.093294]}, {&quot;id&quot;: &quot;8070&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 0.05882352941176126, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.728889, 4.083056]]}, &quot;bbox&quot;: [9.728889, 4.083056, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8106&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 0.11111111111110891, &quot;style&quot;: {&quot;color&quot;: &quot;#482878&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.728989, 4.083156]]}, &quot;bbox&quot;: [9.728989, 4.083156, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8142&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 0.16666666666666619, &quot;style&quot;: {&quot;color&quot;: &quot;#443983&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.738306, 4.083528]]}, &quot;bbox&quot;: [9.738306, 4.083528, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8178&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 0.07692307692307797, &quot;style&quot;: {&quot;color&quot;: &quot;#481c6e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.738406, 4.083628]]}, &quot;bbox&quot;: [9.738406, 4.083628, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8214&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 947.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.783583, 4.089889]]}, &quot;bbox&quot;: [9.783583, 4.0817, 9.786083, 4.089889]}, {&quot;id&quot;: &quot;8250&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 947.0, &quot;att&quot;: 0.05263157894736547, &quot;style&quot;: {&quot;color&quot;: &quot;#481467&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.783683, 4.089989]]}, &quot;bbox&quot;: [9.783683, 4.081799999999999, 9.786183, 4.089989]}, {&quot;id&quot;: &quot;8286&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 0.4615384615384636, &quot;style&quot;: {&quot;color&quot;: &quot;#24878e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.743333, 4.074778, 9.761667, 4.097333]}, {&quot;id&quot;: &quot;8322&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 0.33333333333333726, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.743433, 4.074878, 9.761766999999999, 4.097433]}, {&quot;id&quot;: &quot;8358&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 0.03030303030303076, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.76601, 4.08663]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.76601, 4.08663]}, {&quot;id&quot;: &quot;8394&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 0.02325581395348872, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.76611, 4.08673]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.76611, 4.08673]}, {&quot;id&quot;: &quot;8430&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 0.030303030303030696, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.808667, 4.091389]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.808667, 4.091389]}, {&quot;id&quot;: &quot;8466&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.808767, 4.091489]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.808767, 4.091489]}, {&quot;id&quot;: &quot;8502&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 830.0, &quot;att&quot;: 0.042553191489362284, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.758611, 4.090833]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.758611, 4.090833]}, {&quot;id&quot;: &quot;8538&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 830.0, &quot;att&quot;: -0.020000000000000285, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.758711, 4.090933]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.758711, 4.090933]}, {&quot;id&quot;: &quot;8574&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 555.0, &quot;att&quot;: -0.06250000000000111, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73381, 4.08679], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.73381, 4.08679, 9.736042, 4.091278]}, {&quot;id&quot;: &quot;8610&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 555.0, &quot;att&quot;: -0.11999999999999886, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73391, 4.0868899999999995], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.73391, 4.0868899999999995, 9.736142, 4.091378]}, {&quot;id&quot;: &quot;8646&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 0.10000000000000142, &quot;style&quot;: {&quot;color&quot;: &quot;#482475&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.744, 4.104861]]}, &quot;bbox&quot;: [9.744, 4.074778, 9.761667, 4.104861]}, {&quot;id&quot;: &quot;8682&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.7441, 4.104960999999999]]}, &quot;bbox&quot;: [9.7441, 4.074878, 9.761766999999999, 4.104960999999999]}, {&quot;id&quot;: &quot;8718&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 889.0, &quot;att&quot;: 0.07142857142857252, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76601, 4.08663], [9.764367, 4.0945]]}, &quot;bbox&quot;: [9.764367, 4.08663, 9.76601, 4.0945]}, {&quot;id&quot;: &quot;8754&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 889.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76611, 4.08673], [9.764467, 4.0946]]}, &quot;bbox&quot;: [9.764467, 4.08673, 9.76611, 4.0946]}, {&quot;id&quot;: &quot;8790&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 736.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729444, 4.091944], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.729444, 4.091278, 9.736042, 4.091944]}, {&quot;id&quot;: &quot;8826&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 736.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729544, 4.092044], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.729544, 4.091378, 9.736142, 4.092044]}, {&quot;id&quot;: &quot;8862&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 419.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74168, 4.09393], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.74168, 4.09393, 9.743333, 4.097333]}, {&quot;id&quot;: &quot;8898&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 419.0, &quot;att&quot;: 0.04347826086956589, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T18:50:00&quot;, &quot;2019-07-17T18:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74178, 4.09403], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.74178, 4.09403, 9.743433, 4.097433]}, {&quot;id&quot;: &quot;4&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 0.18518518518518498, &quot;style&quot;: {&quot;color&quot;: &quot;#423f85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.791866, 3.97665]]}, &quot;bbox&quot;: [9.787167, 3.97665, 9.791866, 3.992722]}, {&quot;id&quot;: &quot;40&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 0.07142857142857252, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.791966, 3.97675]]}, &quot;bbox&quot;: [9.787267, 3.97675, 9.791966, 3.9928220000000003]}, {&quot;id&quot;: &quot;76&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.31578947368421056, &quot;style&quot;: {&quot;color&quot;: &quot;#33638d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.81613, 3.97866]]}, &quot;bbox&quot;: [9.787167, 3.97866, 9.81613, 3.992722]}, {&quot;id&quot;: &quot;112&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.02367941712204015, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.81623, 3.9787600000000003]]}, &quot;bbox&quot;: [9.787267, 3.9787600000000003, 9.81623, 3.9928220000000003]}, {&quot;id&quot;: &quot;148&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 556.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763806, 3.997361], [9.75885, 3.99663]]}, &quot;bbox&quot;: [9.75885, 3.99663, 9.763806, 3.997361]}, {&quot;id&quot;: &quot;184&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 556.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763906, 3.9974610000000004], [9.75895, 3.9967300000000003]]}, &quot;bbox&quot;: [9.75895, 3.9967300000000003, 9.763906, 3.9974610000000004]}, {&quot;id&quot;: &quot;220&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 402.0, &quot;att&quot;: 0.03921568627450901, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745083, 4.002553], [9.748639, 4.003231]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.748639, 4.003231]}, {&quot;id&quot;: &quot;256&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 402.0, &quot;att&quot;: 0.037037037037037555, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745182999999999, 4.002653], [9.748739, 4.003331]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.748739, 4.003331]}, {&quot;id&quot;: &quot;292&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 774.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76732, 4.003512], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.76732, 4.003512, 9.767719, 4.0105]}, {&quot;id&quot;: &quot;328&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 774.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76742, 4.0036119999999995], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.76742, 4.0036119999999995, 9.767819, 4.0106]}, {&quot;id&quot;: &quot;364&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2535.0, &quot;att&quot;: -0.030303030303032913, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799472, 4.004194], [9.778111, 4.012278]]}, &quot;bbox&quot;: [9.778111, 4.004194, 9.799472, 4.012278]}, {&quot;id&quot;: &quot;400&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 0.07407407407407506, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799572, 4.004294], [9.778211, 4.012378]]}, &quot;bbox&quot;: [9.778211, 4.004294, 9.799572, 4.012378]}, {&quot;id&quot;: &quot;436&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 0.09259259259259262, &quot;style&quot;: {&quot;color&quot;: &quot;#482173&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.705944, 4.01775], [9.701194, 4.008306]]}, &quot;bbox&quot;: [9.701194, 4.008306, 9.705944, 4.01775]}, {&quot;id&quot;: &quot;472&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 0.009771986970683948, &quot;style&quot;: {&quot;color&quot;: &quot;#450457&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706044, 4.01785], [9.701293999999999, 4.008406]]}, &quot;bbox&quot;: [9.701293999999999, 4.008406, 9.706044, 4.01785]}, {&quot;id&quot;: &quot;508&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 0.02564102564102424, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.763806, 3.997361]]}, &quot;bbox&quot;: [9.763806, 3.997361, 9.767833, 4.029]}, {&quot;id&quot;: &quot;544&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.763906, 3.9974610000000004]]}, &quot;bbox&quot;: [9.763906, 3.9974610000000004, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;580&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 0.025974025974026333, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741417, 4.009639], [9.723611, 4.020194]]}, &quot;bbox&quot;: [9.723611, 4.009639, 9.741417, 4.020194]}, {&quot;id&quot;: &quot;616&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741517, 4.009739], [9.723711, 4.020294]]}, &quot;bbox&quot;: [9.723711, 4.009739, 9.741517, 4.020294]}, {&quot;id&quot;: &quot;652&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.745083, 4.002553]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.767833, 4.029]}, {&quot;id&quot;: &quot;688&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.745182999999999, 4.002653]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;724&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 466.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73456, 4.01734]]}, &quot;bbox&quot;: [9.73456, 4.015972, 9.738528, 4.01734]}, {&quot;id&quot;: &quot;760&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 466.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73466, 4.01744]]}, &quot;bbox&quot;: [9.73466, 4.016071999999999, 9.738628, 4.01744]}, {&quot;id&quot;: &quot;796&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8335.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2787.0, &quot;att&quot;: -0.039999999999997725, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.762056, 4.004472]]}, &quot;bbox&quot;: [9.762056, 4.004472, 9.767833, 4.029]}, {&quot;id&quot;: &quot;832&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8454.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 0.04761904761904842, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.762156, 4.004572]]}, &quot;bbox&quot;: [9.762156, 4.004572, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;868&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3289.0, &quot;att&quot;: -0.016666666666666902, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.768083, 4.017917]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.768083, 4.017917]}, {&quot;id&quot;: &quot;904&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 0.021276595744681173, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.768183, 4.0180169999999995]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.768183, 4.0180169999999995]}, {&quot;id&quot;: &quot;940&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.029411764705882783, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727083, 4.023444], [9.72629, 4.01048]]}, &quot;bbox&quot;: [9.72629, 4.01048, 9.727083, 4.023444]}, {&quot;id&quot;: &quot;976&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727183, 4.023543999999999], [9.72639, 4.01058]]}, &quot;bbox&quot;: [9.72639, 4.01058, 9.727183, 4.023543999999999]}, {&quot;id&quot;: &quot;1012&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 0.05714285714285795, &quot;style&quot;: {&quot;color&quot;: &quot;#481668&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.757556, 4.0195]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.757556, 4.0195]}, {&quot;id&quot;: &quot;1048&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 0.024390243902439362, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.757655999999999, 4.0196]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.757655999999999, 4.0196]}, {&quot;id&quot;: &quot;1084&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.756817, 4.008442]]}, &quot;bbox&quot;: [9.756817, 4.008442, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1120&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 0.021505376344086332, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.756917, 4.008541999999999]]}, &quot;bbox&quot;: [9.756917, 4.008541999999999, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1156&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1049.0, &quot;att&quot;: -0.0016313213703099741, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744694, 4.014417], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.744694, 4.014417, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1192&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.005102040816326603, &quot;style&quot;: {&quot;color&quot;: &quot;#440256&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744794, 4.014517], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.744794, 4.014517, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1228&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.767719, 4.0105, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1264&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 0.022222222222222573, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.767819, 4.0106, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1300&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.780278, 4.023889]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.780278, 4.023889]}, {&quot;id&quot;: &quot;1336&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4718.0, &quot;att&quot;: -0.01587301587301496, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.780377999999999, 4.023988999999999]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.780377999999999, 4.023988999999999]}, {&quot;id&quot;: &quot;1372&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 0.1315789473684209, &quot;style&quot;: {&quot;color&quot;: &quot;#472e7c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.721083, 4.0115]]}, &quot;bbox&quot;: [9.696744, 4.0115, 9.721083, 4.029381]}, {&quot;id&quot;: &quot;1408&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 0.02040816326530497, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.721183, 4.0116]]}, &quot;bbox&quot;: [9.696844, 4.0116, 9.721183, 4.029481]}, {&quot;id&quot;: &quot;1444&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 654.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743889, 4.0194], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.743889, 4.0194, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1480&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 654.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743989, 4.0195], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.743989, 4.0195, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1516&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024043N-9.680260E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2266.0, &quot;att&quot;: 0.08888888888888871, &quot;style&quot;: {&quot;color&quot;: &quot;#482071&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.67025, 4.022056], [9.69027, 4.02603]]}, &quot;bbox&quot;: [9.67025, 4.022056, 9.69027, 4.02603]}, {&quot;id&quot;: &quot;1552&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 0.1379310344827582, &quot;style&quot;: {&quot;color&quot;: &quot;#46307e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.72802, 4.03279]]}, &quot;bbox&quot;: [9.72802, 4.015972, 9.738528, 4.03279]}, {&quot;id&quot;: &quot;1588&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 0.12500000000000167, &quot;style&quot;: {&quot;color&quot;: &quot;#472d7b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.72812, 4.03289]]}, &quot;bbox&quot;: [9.72812, 4.016071999999999, 9.738628, 4.03289]}, {&quot;id&quot;: &quot;1624&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.03773584905660428, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.69921, 4.02012]]}, &quot;bbox&quot;: [9.696744, 4.02012, 9.69921, 4.029381]}, {&quot;id&quot;: &quot;1660&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.034965034965034954, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.69931, 4.02022]]}, &quot;bbox&quot;: [9.696844, 4.02022, 9.69931, 4.029481]}, {&quot;id&quot;: &quot;1696&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18737.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.77399, 4.02125]]}, &quot;bbox&quot;: [9.767833, 4.02125, 9.77399, 4.029]}, {&quot;id&quot;: &quot;1732&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17727.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.77409, 4.02135]]}, &quot;bbox&quot;: [9.767933, 4.02135, 9.77409, 4.0291]}, {&quot;id&quot;: &quot;1768&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14431.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 874.0, &quot;att&quot;: 0.03448275862069008, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737194, 4.022139], [9.741992, 4.0284]]}, &quot;bbox&quot;: [9.737194, 4.022139, 9.741992, 4.0284]}, {&quot;id&quot;: &quot;1804&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14921.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 874.0, &quot;att&quot;: 0.033333333333333805, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737294, 4.022239], [9.742092, 4.0285]]}, &quot;bbox&quot;: [9.737294, 4.022239, 9.742092, 4.0285]}, {&quot;id&quot;: &quot;1840&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73325, 4.035278]]}, &quot;bbox&quot;: [9.73325, 4.015972, 9.738528, 4.035278]}, {&quot;id&quot;: &quot;1876&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73335, 4.035378]]}, &quot;bbox&quot;: [9.73335, 4.016071999999999, 9.738628, 4.035378]}, {&quot;id&quot;: &quot;1912&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 0.21568627450980304, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4889&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.70976, 4.02238]]}, &quot;bbox&quot;: [9.696744, 4.02238, 9.70976, 4.029381]}, {&quot;id&quot;: &quot;1948&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 0.05769230769230727, &quot;style&quot;: {&quot;color&quot;: &quot;#481668&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.709859999999999, 4.02248]]}, &quot;bbox&quot;: [9.696844, 4.02248, 9.709859999999999, 4.029481]}, {&quot;id&quot;: &quot;1984&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 755.0, &quot;att&quot;: 0.06060606060606139, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.694556, 4.022917]]}, &quot;bbox&quot;: [9.694556, 4.022917, 9.696744, 4.029381]}, {&quot;id&quot;: &quot;2020&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 755.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.694656, 4.023016999999999]]}, &quot;bbox&quot;: [9.694656, 4.023016999999999, 9.696844, 4.029481]}, {&quot;id&quot;: &quot;2056&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2767.0, &quot;att&quot;: -0.032258064516129475, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.72684, 4.01658]]}, &quot;bbox&quot;: [9.72684, 4.01658, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2092&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.726939999999999, 4.01668]]}, &quot;bbox&quot;: [9.726939999999999, 4.01668, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2128&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 364.0, &quot;att&quot;: 0.07142857142857252, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.705139, 4.028333]]}, &quot;bbox&quot;: [9.701944, 4.028333, 9.705139, 4.029083]}, {&quot;id&quot;: &quot;2164&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 364.0, &quot;att&quot;: 0.05882352941176544, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.705239, 4.028433]]}, &quot;bbox&quot;: [9.702043999999999, 4.028433, 9.705239, 4.029183]}, {&quot;id&quot;: &quot;2200&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 0.02325581395348868, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.686417, 4.029444]]}, &quot;bbox&quot;: [9.686417, 4.029381, 9.696744, 4.029444]}, {&quot;id&quot;: &quot;2236&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 0.07317073170731649, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.686517, 4.029544]]}, &quot;bbox&quot;: [9.686517, 4.029481, 9.696844, 4.029544]}, {&quot;id&quot;: &quot;2272&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 868.0, &quot;att&quot;: 0.20833333333333345, &quot;style&quot;: {&quot;color&quot;: &quot;#404688&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.709194, 4.032028]]}, &quot;bbox&quot;: [9.701944, 4.029083, 9.709194, 4.032028]}, {&quot;id&quot;: &quot;2308&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 868.0, &quot;att&quot;: 0.21739130434782636, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4889&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.709294, 4.032128]]}, &quot;bbox&quot;: [9.702043999999999, 4.029183, 9.709294, 4.032128]}, {&quot;id&quot;: &quot;2344&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 666.0, &quot;att&quot;: 0.09999999999999905, &quot;style&quot;: {&quot;color&quot;: &quot;#482475&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.691575, 4.032433]]}, &quot;bbox&quot;: [9.691575, 4.029381, 9.696744, 4.032433]}, {&quot;id&quot;: &quot;2380&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 666.0, &quot;att&quot;: 0.07407407407407261, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.691675, 4.032533]]}, &quot;bbox&quot;: [9.691675, 4.029481, 9.696844, 4.032533]}, {&quot;id&quot;: &quot;2416&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 536.0, &quot;att&quot;: 0.04545454545454604, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699417, 4.033417]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699417, 4.033417]}, {&quot;id&quot;: &quot;2452&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 536.0, &quot;att&quot;: 0.06666666666666525, &quot;style&quot;: {&quot;color&quot;: &quot;#481a6c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699517, 4.033517]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699517, 4.033517]}, {&quot;id&quot;: &quot;2488&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 0.27027027027027006, &quot;style&quot;: {&quot;color&quot;: &quot;#38588c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.727083, 4.023444]]}, &quot;bbox&quot;: [9.727083, 4.023444, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2524&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 0.17307692307692293, &quot;style&quot;: {&quot;color&quot;: &quot;#443b84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.727183, 4.023543999999999]]}, &quot;bbox&quot;: [9.727183, 4.023543999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2560&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71564, 4.032], [9.71203, 4.03312]]}, &quot;bbox&quot;: [9.71203, 4.032, 9.71564, 4.03312]}, {&quot;id&quot;: &quot;2596&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71574, 4.0321], [9.71213, 4.03322]]}, &quot;bbox&quot;: [9.71213, 4.0321, 9.71574, 4.03322]}, {&quot;id&quot;: &quot;2632&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 0.0769230769230779, &quot;style&quot;: {&quot;color&quot;: &quot;#481c6e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.755167, 4.037361]]}, &quot;bbox&quot;: [9.755167, 4.029, 9.767833, 4.037361]}, {&quot;id&quot;: &quot;2668&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 0.05405405405405296, &quot;style&quot;: {&quot;color&quot;: &quot;#481467&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.755267, 4.0374609999999995]]}, &quot;bbox&quot;: [9.755267, 4.0291, 9.767933, 4.0374609999999995]}, {&quot;id&quot;: &quot;2704&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 323.0, &quot;att&quot;: 0.10000000000000142, &quot;style&quot;: {&quot;color&quot;: &quot;#482475&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691575, 4.032433], [9.691889, 4.035333]]}, &quot;bbox&quot;: [9.691575, 4.032433, 9.691889, 4.035333]}, {&quot;id&quot;: &quot;2740&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 323.0, &quot;att&quot;: 0.05882352941176544, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691675, 4.032533], [9.691989, 4.035432999999999]]}, &quot;bbox&quot;: [9.691675, 4.032533, 9.691989, 4.035432999999999]}, {&quot;id&quot;: &quot;2776&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 516.0, &quot;att&quot;: 0.031249999999998265, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774333, 4.033028], [9.77026, 4.03527]]}, &quot;bbox&quot;: [9.77026, 4.033028, 9.774333, 4.03527]}, {&quot;id&quot;: &quot;2812&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 516.0, &quot;att&quot;: 0.031250000000000416, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774433, 4.033128], [9.77036, 4.0353699999999995]]}, &quot;bbox&quot;: [9.77036, 4.033128, 9.774433, 4.0353699999999995]}, {&quot;id&quot;: &quot;2848&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1581.0, &quot;att&quot;: -0.020000000000000285, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.725667, 4.028583]]}, &quot;bbox&quot;: [9.725667, 4.028583, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2884&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 0.019607843137255204, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.725767, 4.028683]]}, &quot;bbox&quot;: [9.725767, 4.028683, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2920&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699006, 4.040886]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699006, 4.040886]}, {&quot;id&quot;: &quot;2956&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 0.027777777777776243, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699106, 4.040986]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699106, 4.040986]}, {&quot;id&quot;: &quot;2992&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17810.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 610.0, &quot;att&quot;: 0.23809523809523875, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4e8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683883, 4.033886], [9.688056, 4.037472]]}, &quot;bbox&quot;: [9.683883, 4.033886, 9.688056, 4.037472]}, {&quot;id&quot;: &quot;3028&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18820.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 610.0, &quot;att&quot;: -0.07407407407407506, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683983, 4.033986], [9.688156, 4.037572]]}, &quot;bbox&quot;: [9.683983, 4.033986, 9.688156, 4.037572]}, {&quot;id&quot;: &quot;3064&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1950.0, &quot;att&quot;: -0.019607843137255204, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.766222, 4.046556]]}, &quot;bbox&quot;: [9.766222, 4.029, 9.767833, 4.046556]}, {&quot;id&quot;: &quot;3100&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.766322, 4.046656]]}, &quot;bbox&quot;: [9.766322, 4.0291, 9.767933, 4.046656]}, {&quot;id&quot;: &quot;3136&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 433.0, &quot;att&quot;: 0.07692307692307525, &quot;style&quot;: {&quot;color&quot;: &quot;#481c6e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706106, 4.040083], [9.703794, 4.036926]]}, &quot;bbox&quot;: [9.703794, 4.036926, 9.706106, 4.040083]}, {&quot;id&quot;: &quot;3172&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 433.0, &quot;att&quot;: 0.03571428571428372, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706206, 4.040183], [9.703894, 4.037026]]}, &quot;bbox&quot;: [9.703894, 4.037026, 9.706206, 4.040183]}, {&quot;id&quot;: &quot;3208&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 0.02325581395348868, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.711917, 4.037722]]}, &quot;bbox&quot;: [9.711917, 4.037722, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;3244&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.712017, 4.037821999999999]]}, &quot;bbox&quot;: [9.712017, 4.037821999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;3280&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 928.0, &quot;att&quot;: 0.03448275862068894, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.741011, 4.038342]]}, &quot;bbox&quot;: [9.733028, 4.038342, 9.741011, 4.040819]}, {&quot;id&quot;: &quot;3316&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 928.0, &quot;att&quot;: 0.018867924528302164, &quot;style&quot;: {&quot;color&quot;: &quot;#46075a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.741111, 4.038442]]}, &quot;bbox&quot;: [9.733127999999999, 4.038442, 9.741111, 4.040919]}, {&quot;id&quot;: &quot;3352&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 441.0, &quot;att&quot;: 0.03571428571428617, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.70265, 4.03931]]}, &quot;bbox&quot;: [9.699006, 4.03931, 9.70265, 4.040886]}, {&quot;id&quot;: &quot;3388&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 441.0, &quot;att&quot;: 0.03571428571428617, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.70275, 4.03941]]}, &quot;bbox&quot;: [9.699106, 4.03941, 9.70275, 4.040986]}, {&quot;id&quot;: &quot;3424&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 697.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774, 4.042306], [9.7795, 4.039278]]}, &quot;bbox&quot;: [9.774, 4.039278, 9.7795, 4.042306]}, {&quot;id&quot;: &quot;3460&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 697.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774099999999999, 4.042406], [9.7796, 4.039378]]}, &quot;bbox&quot;: [9.774099999999999, 4.039378, 9.7796, 4.042406]}, {&quot;id&quot;: &quot;3497&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041057N-9.688122E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 387.0, &quot;att&quot;: 0.12500000000000186, &quot;style&quot;: {&quot;color&quot;: &quot;#472d7b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.689827, 4.040697]]}, &quot;bbox&quot;: [9.686417, 4.040697, 9.689827, 4.041417]}, {&quot;id&quot;: &quot;3533&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 975.0, &quot;att&quot;: 0.020000000000000285, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762056, 4.03875], [9.754583, 4.043386]]}, &quot;bbox&quot;: [9.754583, 4.03875, 9.762056, 4.043386]}, {&quot;id&quot;: &quot;3569&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 975.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762156, 4.03885], [9.754683, 4.043486]]}, &quot;bbox&quot;: [9.754683, 4.03885, 9.762156, 4.043486]}, {&quot;id&quot;: &quot;3605&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.032258064516129475, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.728389, 4.041694]]}, &quot;bbox&quot;: [9.728389, 4.040819, 9.733028, 4.041694]}, {&quot;id&quot;: &quot;3641&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.0022779043280182557, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.728489, 4.041793999999999]]}, &quot;bbox&quot;: [9.728489, 4.040919, 9.733127999999999, 4.041793999999999]}, {&quot;id&quot;: &quot;3677&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 0.1206896551724142, &quot;style&quot;: {&quot;color&quot;: &quot;#472a7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.779361, 4.053694]]}, &quot;bbox&quot;: [9.767833, 4.029, 9.779361, 4.053694]}, {&quot;id&quot;: &quot;3713&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 0.08333333333333333, &quot;style&quot;: {&quot;color&quot;: &quot;#481f70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.779461, 4.053794]]}, &quot;bbox&quot;: [9.767933, 4.0291, 9.779461, 4.053794]}, {&quot;id&quot;: &quot;3749&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 0.22727272727272735, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4c8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.747639, 4.043778]]}, &quot;bbox&quot;: [9.733028, 4.040819, 9.747639, 4.043778]}, {&quot;id&quot;: &quot;3785&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 0.14754098360655846, &quot;style&quot;: {&quot;color&quot;: &quot;#46337f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.747739, 4.043877999999999]]}, &quot;bbox&quot;: [9.733127999999999, 4.040919, 9.747739, 4.043877999999999]}, {&quot;id&quot;: &quot;3821&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702978, 4.056559], [9.73025, 4.028444]]}, &quot;bbox&quot;: [9.702978, 4.028444, 9.73025, 4.056559]}, {&quot;id&quot;: &quot;3857&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 0.09090909090909062, &quot;style&quot;: {&quot;color&quot;: &quot;#482173&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703078, 4.056659], [9.73035, 4.028544]]}, &quot;bbox&quot;: [9.703078, 4.028544, 9.73035, 4.056659]}, {&quot;id&quot;: &quot;3893&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.4736842105263174, &quot;style&quot;: {&quot;color&quot;: &quot;#238a8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.69725, 4.04425]]}, &quot;bbox&quot;: [9.69725, 4.040886, 9.699006, 4.04425]}, {&quot;id&quot;: &quot;3929&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.3636363636363651, &quot;style&quot;: {&quot;color&quot;: &quot;#2d708e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.69735, 4.04435]]}, &quot;bbox&quot;: [9.69735, 4.040986, 9.699106, 4.04435]}, {&quot;id&quot;: &quot;3965&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 431.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704083, 4.04244], [9.707889, 4.043194]]}, &quot;bbox&quot;: [9.704083, 4.04244, 9.707889, 4.043194]}, {&quot;id&quot;: &quot;4001&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 431.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704183, 4.04254], [9.707989, 4.0432939999999995]]}, &quot;bbox&quot;: [9.704183, 4.04254, 9.707989, 4.0432939999999995]}, {&quot;id&quot;: &quot;4039&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043833N-9.687306E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 570.0, &quot;att&quot;: 0.13333333333333286, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.688194, 4.04625]]}, &quot;bbox&quot;: [9.686417, 4.041417, 9.688194, 4.04625]}, {&quot;id&quot;: &quot;4075&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 810.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707889, 4.043194], [9.700739, 4.044661]]}, &quot;bbox&quot;: [9.700739, 4.043194, 9.707889, 4.044661]}, {&quot;id&quot;: &quot;4111&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 810.0, &quot;att&quot;: 0.04000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707989, 4.0432939999999995], [9.700839, 4.044760999999999]]}, &quot;bbox&quot;: [9.700839, 4.0432939999999995, 9.707989, 4.044760999999999]}, {&quot;id&quot;: &quot;4147&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 706.0, &quot;att&quot;: 0.02083333333333364, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728389, 4.041694], [9.72575, 4.0475]]}, &quot;bbox&quot;: [9.72575, 4.041694, 9.728389, 4.0475]}, {&quot;id&quot;: &quot;4183&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 706.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728489, 4.041793999999999], [9.72585, 4.0476]]}, &quot;bbox&quot;: [9.72585, 4.041793999999999, 9.728489, 4.0476]}, {&quot;id&quot;: &quot;4219&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.699006, 4.040886, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4255&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.699106, 4.040986, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4291&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14487.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 611.0, &quot;att&quot;: 0.06896551724138016, &quot;style&quot;: {&quot;color&quot;: &quot;#481a6c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71598, 4.04642], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.71598, 4.04642, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4327&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14977.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 611.0, &quot;att&quot;: 0.18518518518518498, &quot;style&quot;: {&quot;color&quot;: &quot;#423f85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71608, 4.04652], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.71608, 4.04652, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4363&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048013N-9.705195E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 822.0, &quot;att&quot;: 0.03636363636363559, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703528, 4.044694], [9.706861, 4.051333]]}, &quot;bbox&quot;: [9.703528, 4.044694, 9.706861, 4.051333]}, {&quot;id&quot;: &quot;4399&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 317.0, &quot;att&quot;: 0.713615023474178, &quot;style&quot;: {&quot;color&quot;: &quot;#4ac16d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698333, 4.049556], [9.698917, 4.04675]]}, &quot;bbox&quot;: [9.698333, 4.04675, 9.698917, 4.049556]}, {&quot;id&quot;: &quot;4435&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 317.0, &quot;att&quot;: 0.04166666666666728, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698433, 4.049656], [9.699017, 4.04685]]}, &quot;bbox&quot;: [9.698433, 4.04685, 9.699017, 4.049656]}, {&quot;id&quot;: &quot;4471&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 564.0, &quot;att&quot;: 0.04166666666666716, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706861, 4.051333], [9.708472, 4.0465]]}, &quot;bbox&quot;: [9.706861, 4.0465, 9.708472, 4.051333]}, {&quot;id&quot;: &quot;4507&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 564.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706961, 4.051432999999999], [9.708572, 4.0466]]}, &quot;bbox&quot;: [9.706961, 4.0466, 9.708572, 4.051432999999999]}, {&quot;id&quot;: &quot;4543&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 596.0, &quot;att&quot;: 0.032258064516127255, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.771911, 4.050192], [9.777253, 4.049658]]}, &quot;bbox&quot;: [9.771911, 4.049658, 9.777253, 4.050192]}, {&quot;id&quot;: &quot;4579&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 596.0, &quot;att&quot;: 0.031250000000000416, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.772011, 4.050292], [9.777353, 4.049758]]}, &quot;bbox&quot;: [9.772011, 4.049758, 9.777353, 4.050292]}, {&quot;id&quot;: &quot;4615&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050150N-9.740475E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 454.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741306, 4.052028], [9.739644, 4.048272]]}, &quot;bbox&quot;: [9.739644, 4.048272, 9.741306, 4.052028]}, {&quot;id&quot;: &quot;4651&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 522.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702389, 4.052444], [9.704556, 4.04825]]}, &quot;bbox&quot;: [9.702389, 4.04825, 9.704556, 4.052444]}, {&quot;id&quot;: &quot;4687&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 522.0, &quot;att&quot;: 0.020000000000000285, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702489, 4.052544], [9.704656, 4.04835]]}, &quot;bbox&quot;: [9.702489, 4.04835, 9.704656, 4.052544]}, {&quot;id&quot;: &quot;4723&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 956.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.756833, 4.047389]]}, &quot;bbox&quot;: [9.750917, 4.047389, 9.756833, 4.053667]}, {&quot;id&quot;: &quot;4759&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 956.0, &quot;att&quot;: 0.04000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.756933, 4.047489]]}, &quot;bbox&quot;: [9.751017, 4.047489, 9.756933, 4.053767]}, {&quot;id&quot;: &quot;4795&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779361, 4.053694], [9.797806, 4.050472]]}, &quot;bbox&quot;: [9.779361, 4.050472, 9.797806, 4.053694]}, {&quot;id&quot;: &quot;4831&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2079.0, &quot;att&quot;: -0.03174603174603105, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779461, 4.053794], [9.797906, 4.050572]]}, &quot;bbox&quot;: [9.779461, 4.050572, 9.797906, 4.053794]}, {&quot;id&quot;: &quot;4867&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8363.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 0.08333333333333431, &quot;style&quot;: {&quot;color&quot;: &quot;#481f70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.775889, 4.05525]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.775889, 4.05525]}, {&quot;id&quot;: &quot;4903&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8482.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 0.11999999999999886, &quot;style&quot;: {&quot;color&quot;: &quot;#472a7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.775989, 4.05535]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.775989, 4.05535]}, {&quot;id&quot;: &quot;4939&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.009708737864077808, &quot;style&quot;: {&quot;color&quot;: &quot;#450457&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.754444, 4.058167]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.754444, 4.058167]}, {&quot;id&quot;: &quot;4975&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.009153318077803172, &quot;style&quot;: {&quot;color&quot;: &quot;#450457&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.754544, 4.058267]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.754544, 4.058267]}, {&quot;id&quot;: &quot;5011&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 546.0, &quot;att&quot;: -0.022727272727273058, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.767556, 4.053639]]}, &quot;bbox&quot;: [9.767556, 4.053639, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5047&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 546.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.767656, 4.053739]]}, &quot;bbox&quot;: [9.767656, 4.053739, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5083&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 879.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738694, 4.058056], [9.745611, 4.054186]]}, &quot;bbox&quot;: [9.738694, 4.054186, 9.745611, 4.058056]}, {&quot;id&quot;: &quot;5119&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 879.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738794, 4.058155999999999], [9.745711, 4.054285999999999]]}, &quot;bbox&quot;: [9.738794, 4.054285999999999, 9.745711, 4.058155999999999]}, {&quot;id&quot;: &quot;5155&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.743528, 4.059611]]}, &quot;bbox&quot;: [9.743528, 4.053667, 9.750917, 4.059611]}, {&quot;id&quot;: &quot;5191&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.743628, 4.059711]]}, &quot;bbox&quot;: [9.743628, 4.053767, 9.751017, 4.059711]}, {&quot;id&quot;: &quot;5227&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726194, 4.060028], [9.750917, 4.053667]]}, &quot;bbox&quot;: [9.726194, 4.053667, 9.750917, 4.060028]}, {&quot;id&quot;: &quot;5263&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726294, 4.060128], [9.751017, 4.053767]]}, &quot;bbox&quot;: [9.726294, 4.053767, 9.751017, 4.060128]}, {&quot;id&quot;: &quot;5299&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.025000000000000355, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726393999999999, 4.060228], [9.751116999999999, 4.053867]]}, &quot;bbox&quot;: [9.726393999999999, 4.053867, 9.751116999999999, 4.060228]}, {&quot;id&quot;: &quot;5335&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726493999999999, 4.060328], [9.751216999999999, 4.053967]]}, &quot;bbox&quot;: [9.726493999999999, 4.053967, 9.751216999999999, 4.060328]}, {&quot;id&quot;: &quot;5371&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_0&quot;, &quot;frequency&quot;: 12793.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726594, 4.060428], [9.751317, 4.054067]]}, &quot;bbox&quot;: [9.726594, 4.054067, 9.751317, 4.060428]}, {&quot;id&quot;: &quot;5407&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_1&quot;, &quot;frequency&quot;: 13059.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726694, 4.060528], [9.751417, 4.054167]]}, &quot;bbox&quot;: [9.726694, 4.054167, 9.751417, 4.060528]}, {&quot;id&quot;: &quot;5443&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 0.05555555555555632, &quot;style&quot;: {&quot;color&quot;: &quot;#481668&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.734028, 4.06025]]}, &quot;bbox&quot;: [9.734028, 4.053667, 9.750917, 4.06025]}, {&quot;id&quot;: &quot;5479&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 0.022222222222222573, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.734128, 4.06035]]}, &quot;bbox&quot;: [9.734128, 4.053767, 9.751017, 4.06035]}, {&quot;id&quot;: &quot;5515&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 630.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.763167, 4.056417]]}, &quot;bbox&quot;: [9.763167, 4.056417, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5551&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 630.0, &quot;att&quot;: -0.02173913043478291, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.763266999999999, 4.0565169999999995]]}, &quot;bbox&quot;: [9.763266999999999, 4.0565169999999995, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5587&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 0.04838709677419427, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.786861, 4.062806]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.786861, 4.062806]}, {&quot;id&quot;: &quot;5623&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 0.028571428571426947, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.786961, 4.062906]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.786961, 4.062906]}, {&quot;id&quot;: &quot;5659&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 0.043478260869568706, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.720853, 4.053242]]}, &quot;bbox&quot;: [9.714664, 4.053242, 9.720853, 4.06425]}, {&quot;id&quot;: &quot;5695&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1398.0, &quot;att&quot;: -0.055555555555552485, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.720953, 4.053342]]}, &quot;bbox&quot;: [9.714764, 4.053342, 9.720953, 4.06435]}, {&quot;id&quot;: &quot;5731&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.75311, 4.064069]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.75311, 4.064069]}, {&quot;id&quot;: &quot;5767&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1176.0, &quot;att&quot;: -0.01754385964912307, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.75321, 4.064169]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.75321, 4.064169]}, {&quot;id&quot;: &quot;5803&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.062499999999999445, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.767778, 4.064361]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.767778, 4.064361]}, {&quot;id&quot;: &quot;5839&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.767878, 4.064461]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.767878, 4.064461]}, {&quot;id&quot;: &quot;5875&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 796.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708444, 4.060333], [9.715412, 4.058638]]}, &quot;bbox&quot;: [9.708444, 4.058638, 9.715412, 4.060333]}, {&quot;id&quot;: &quot;5911&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 796.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708544, 4.060433], [9.715512, 4.058738]]}, &quot;bbox&quot;: [9.708544, 4.058738, 9.715512, 4.060433]}, {&quot;id&quot;: &quot;5947&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 0.03703703703703753, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.759558, 4.066322]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.759558, 4.066322]}, {&quot;id&quot;: &quot;5983&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1697.0, &quot;att&quot;: -0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.759658, 4.066422]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.759658, 4.066422]}, {&quot;id&quot;: &quot;6019&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.777639, 4.063131]]}, &quot;bbox&quot;: [9.768444, 4.0585, 9.777639, 4.063131]}, {&quot;id&quot;: &quot;6055&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.777739, 4.063231]]}, &quot;bbox&quot;: [9.768544, 4.0586, 9.777739, 4.063231]}, {&quot;id&quot;: &quot;6091&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 498.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743528, 4.059611], [9.74569, 4.06356]]}, &quot;bbox&quot;: [9.743528, 4.059611, 9.74569, 4.06356]}, {&quot;id&quot;: &quot;6127&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 498.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743628, 4.059711], [9.74579, 4.06366]]}, &quot;bbox&quot;: [9.743628, 4.059711, 9.74579, 4.06366]}, {&quot;id&quot;: &quot;6163&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 741.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704333, 4.059583], [9.706333, 4.065972]]}, &quot;bbox&quot;: [9.704333, 4.059583, 9.706333, 4.065972]}, {&quot;id&quot;: &quot;6199&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 741.0, &quot;att&quot;: 0.04761904761904826, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704433, 4.059683], [9.706433, 4.066072]]}, &quot;bbox&quot;: [9.704433, 4.059683, 9.706433, 4.066072]}, {&quot;id&quot;: &quot;6235&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 603.0, &quot;att&quot;: 0.27272727272727254, &quot;style&quot;: {&quot;color&quot;: &quot;#38588c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.719389, 4.061556]]}, &quot;bbox&quot;: [9.714664, 4.061556, 9.719389, 4.06425]}, {&quot;id&quot;: &quot;6271&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 603.0, &quot;att&quot;: 0.09677419354838614, &quot;style&quot;: {&quot;color&quot;: &quot;#482374&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.719489, 4.061656]]}, &quot;bbox&quot;: [9.714764, 4.061656, 9.719489, 4.06435]}, {&quot;id&quot;: &quot;6307&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 669.0, &quot;att&quot;: 0.07142857142857234, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759558, 4.066322], [9.76425, 4.062528]]}, &quot;bbox&quot;: [9.759558, 4.062528, 9.76425, 4.066322]}, {&quot;id&quot;: &quot;6343&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 669.0, &quot;att&quot;: 0.12500000000000147, &quot;style&quot;: {&quot;color&quot;: &quot;#472d7b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759658, 4.066422], [9.76435, 4.062628]]}, &quot;bbox&quot;: [9.759658, 4.062628, 9.76435, 4.066422]}, {&quot;id&quot;: &quot;6379&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 451.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710083, 4.063917], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.710083, 4.063917, 9.71287, 4.06688]}, {&quot;id&quot;: &quot;6415&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 451.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710182999999999, 4.064017], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.710182999999999, 4.064017, 9.71297, 4.06698]}, {&quot;id&quot;: &quot;6451&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 924.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79152, 4.065848], [9.799722, 4.06725]]}, &quot;bbox&quot;: [9.79152, 4.065848, 9.799722, 4.06725]}, {&quot;id&quot;: &quot;6487&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 924.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79162, 4.065948], [9.799821999999999, 4.067349999999999]]}, &quot;bbox&quot;: [9.79162, 4.065948, 9.799821999999999, 4.067349999999999]}, {&quot;id&quot;: &quot;6523&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.72547, 4.07139]}, {&quot;id&quot;: &quot;6559&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.72557, 4.07149]}, {&quot;id&quot;: &quot;6595&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 932.0, &quot;att&quot;: -0.04444444444444508, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.722972, 4.065667], [9.729139, 4.071389]]}, &quot;bbox&quot;: [9.722972, 4.065667, 9.729139, 4.071389]}, {&quot;id&quot;: &quot;6631&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 932.0, &quot;att&quot;: -0.06666666666666919, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.723072, 4.065767], [9.729239, 4.071489]]}, &quot;bbox&quot;: [9.723072, 4.065767, 9.729239, 4.071489]}, {&quot;id&quot;: &quot;6667&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 535.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714869, 4.071278], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.71287, 4.06688, 9.714869, 4.071278]}, {&quot;id&quot;: &quot;6703&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 535.0, &quot;att&quot;: 0.06666666666666761, &quot;style&quot;: {&quot;color&quot;: &quot;#481a6c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714969, 4.071378], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.71297, 4.06698, 9.714969, 4.071378]}, {&quot;id&quot;: &quot;6739&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 407.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729139, 4.071389], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.72547, 4.071389, 9.729139, 4.07139]}, {&quot;id&quot;: &quot;6775&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 407.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729239, 4.071489], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.72557, 4.071489, 9.729239, 4.07149]}, {&quot;id&quot;: &quot;6811&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 731.0, &quot;att&quot;: 0.15, &quot;style&quot;: {&quot;color&quot;: &quot;#463480&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736111, 4.072222], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.736111, 4.072222, 9.742681, 4.072661]}, {&quot;id&quot;: &quot;6847&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 731.0, &quot;att&quot;: 0.11538461538461696, &quot;style&quot;: {&quot;color&quot;: &quot;#482979&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736210999999999, 4.072322], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.736210999999999, 4.072322, 9.742780999999999, 4.072761]}, {&quot;id&quot;: &quot;6883&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 561.0, &quot;att&quot;: 0.04347826086956589, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76925, 4.071639], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.76925, 4.071639, 9.774, 4.073367]}, {&quot;id&quot;: &quot;6919&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 561.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76935, 4.071739], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.76935, 4.071739, 9.774099999999999, 4.073467]}, {&quot;id&quot;: &quot;6955&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 0.05000000000000071, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.721058, 4.084075]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.721058, 4.084075]}, {&quot;id&quot;: &quot;6991&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.721157999999999, 4.084175]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.721157999999999, 4.084175]}, {&quot;id&quot;: &quot;7027&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 0.033333333333333805, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.761667, 4.074778]}, {&quot;id&quot;: &quot;7063&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.761766999999999, 4.074878]}, {&quot;id&quot;: &quot;7099&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.05882352941176544, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719639, 4.070306], [9.719417, 4.079889]]}, &quot;bbox&quot;: [9.719417, 4.070306, 9.719639, 4.079889]}, {&quot;id&quot;: &quot;7135&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.08000000000000114, &quot;style&quot;: {&quot;color&quot;: &quot;#481d6f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719739, 4.070406], [9.719517, 4.079988999999999]]}, &quot;bbox&quot;: [9.719517, 4.070406, 9.719739, 4.079988999999999]}, {&quot;id&quot;: &quot;7171&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 0.033333333333333805, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.781778, 4.069972]]}, &quot;bbox&quot;: [9.781778, 4.069972, 9.786083, 4.0817]}, {&quot;id&quot;: &quot;7207&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 0.04166666666666728, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.781877999999999, 4.070072]]}, &quot;bbox&quot;: [9.781877999999999, 4.070072, 9.786183, 4.081799999999999]}, {&quot;id&quot;: &quot;7243&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.023809523809524172, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.75645, 4.07833]]}, &quot;bbox&quot;: [9.75645, 4.074778, 9.761667, 4.07833]}, {&quot;id&quot;: &quot;7279&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.756549999999999, 4.07843]]}, &quot;bbox&quot;: [9.756549999999999, 4.074878, 9.761766999999999, 4.07843]}, {&quot;id&quot;: &quot;7315&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 480.0, &quot;att&quot;: -0.04545454545454281, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719417, 4.079889], [9.721778, 4.07625]]}, &quot;bbox&quot;: [9.719417, 4.07625, 9.721778, 4.079889]}, {&quot;id&quot;: &quot;7351&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 480.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719517, 4.079988999999999], [9.721878, 4.07635]]}, &quot;bbox&quot;: [9.719517, 4.07635, 9.721878, 4.079988999999999]}, {&quot;id&quot;: &quot;7387&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756825, 4.081867], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.756825, 4.081867]}, {&quot;id&quot;: &quot;7423&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756924999999999, 4.081967], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.756924999999999, 4.081967]}, {&quot;id&quot;: &quot;7459&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.801611, 4.076722]]}, &quot;bbox&quot;: [9.786083, 4.076722, 9.801611, 4.0817]}, {&quot;id&quot;: &quot;7495&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 0.04000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.801711, 4.076822]]}, &quot;bbox&quot;: [9.786183, 4.076822, 9.801711, 4.081799999999999]}, {&quot;id&quot;: &quot;7531&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.742681, 4.072661, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;7567&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.742780999999999, 4.072761, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;7603&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 0.2173913043478257, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4889&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.752944, 4.073367, 9.774, 4.085936]}, {&quot;id&quot;: &quot;7639&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 0.11538461538461696, &quot;style&quot;: {&quot;color&quot;: &quot;#482979&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.753044, 4.073467, 9.774099999999999, 4.086036]}, {&quot;id&quot;: &quot;7675&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080070N-9.789737E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18848.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 888.0, &quot;att&quot;: 0.5, &quot;style&quot;: {&quot;color&quot;: &quot;#21918c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.79339, 4.07844]]}, &quot;bbox&quot;: [9.786083, 4.07844, 9.79339, 4.0817]}, {&quot;id&quot;: &quot;7711&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.753278, 4.074861]]}, &quot;bbox&quot;: [9.752944, 4.074861, 9.753278, 4.085936]}, {&quot;id&quot;: &quot;7747&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 0.13636363636363488, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.753378, 4.074961]]}, &quot;bbox&quot;: [9.753044, 4.074961, 9.753378, 4.086036]}, {&quot;id&quot;: &quot;7783&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 968.0, &quot;att&quot;: 0.07142857142856744, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765535, 4.081441], [9.756825, 4.081867]]}, &quot;bbox&quot;: [9.756825, 4.081441, 9.765535, 4.081867]}, {&quot;id&quot;: &quot;7819&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 968.0, &quot;att&quot;: 0.05000000000000071, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765635, 4.081541], [9.756924999999999, 4.081967]]}, &quot;bbox&quot;: [9.756924999999999, 4.081541, 9.765635, 4.081967]}, {&quot;id&quot;: &quot;7855&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 0.08695652173913151, &quot;style&quot;: {&quot;color&quot;: &quot;#482071&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.7949, 4.08393]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.7949, 4.08393]}, {&quot;id&quot;: &quot;7891&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 0.04347826086956589, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.795, 4.084029999999999]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.795, 4.084029999999999]}, {&quot;id&quot;: &quot;7927&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 895.0, &quot;att&quot;: 0.023255813953487067, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.77848, 4.08438]]}, &quot;bbox&quot;: [9.77848, 4.0817, 9.786083, 4.08438]}, {&quot;id&quot;: &quot;7963&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 895.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.77858, 4.08448]]}, &quot;bbox&quot;: [9.77858, 4.081799999999999, 9.786183, 4.08448]}, {&quot;id&quot;: &quot;7999&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 0.09090909090909208, &quot;style&quot;: {&quot;color&quot;: &quot;#482173&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.751769, 4.093194]]}, &quot;bbox&quot;: [9.751769, 4.074778, 9.761667, 4.093194]}, {&quot;id&quot;: &quot;8035&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 0.05555555555555632, &quot;style&quot;: {&quot;color&quot;: &quot;#481668&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.751869, 4.093294]]}, &quot;bbox&quot;: [9.751869, 4.074878, 9.761766999999999, 4.093294]}, {&quot;id&quot;: &quot;8071&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 0.05882352941176126, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.728889, 4.083056]]}, &quot;bbox&quot;: [9.728889, 4.083056, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8107&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 0.11111111111110891, &quot;style&quot;: {&quot;color&quot;: &quot;#482878&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.728989, 4.083156]]}, &quot;bbox&quot;: [9.728989, 4.083156, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8143&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 0.16666666666666619, &quot;style&quot;: {&quot;color&quot;: &quot;#443983&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.738306, 4.083528]]}, &quot;bbox&quot;: [9.738306, 4.083528, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8179&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 0.07692307692307797, &quot;style&quot;: {&quot;color&quot;: &quot;#481c6e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.738406, 4.083628]]}, &quot;bbox&quot;: [9.738406, 4.083628, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8215&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 947.0, &quot;att&quot;: -0.04761904761904488, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.783583, 4.089889]]}, &quot;bbox&quot;: [9.783583, 4.0817, 9.786083, 4.089889]}, {&quot;id&quot;: &quot;8251&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 947.0, &quot;att&quot;: 0.05263157894736547, &quot;style&quot;: {&quot;color&quot;: &quot;#481467&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.783683, 4.089989]]}, &quot;bbox&quot;: [9.783683, 4.081799999999999, 9.786183, 4.089989]}, {&quot;id&quot;: &quot;8287&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 0.38461538461538547, &quot;style&quot;: {&quot;color&quot;: &quot;#2b748e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.743333, 4.074778, 9.761667, 4.097333]}, {&quot;id&quot;: &quot;8323&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 0.5, &quot;style&quot;: {&quot;color&quot;: &quot;#21918c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.743433, 4.074878, 9.761766999999999, 4.097433]}, {&quot;id&quot;: &quot;8359&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 0.03030303030303076, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.76601, 4.08663]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.76601, 4.08663]}, {&quot;id&quot;: &quot;8395&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 0.02325581395348872, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.76611, 4.08673]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.76611, 4.08673]}, {&quot;id&quot;: &quot;8431&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.808667, 4.091389]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.808667, 4.091389]}, {&quot;id&quot;: &quot;8467&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2727.0, &quot;att&quot;: -0.03571428571428617, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.808767, 4.091489]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.808767, 4.091489]}, {&quot;id&quot;: &quot;8503&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 830.0, &quot;att&quot;: 0.042553191489362284, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.758611, 4.090833]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.758611, 4.090833]}, {&quot;id&quot;: &quot;8539&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 830.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.758711, 4.090933]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.758711, 4.090933]}, {&quot;id&quot;: &quot;8575&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 555.0, &quot;att&quot;: -0.06250000000000111, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73381, 4.08679], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.73381, 4.08679, 9.736042, 4.091278]}, {&quot;id&quot;: &quot;8611&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 555.0, &quot;att&quot;: -0.0799999999999983, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73391, 4.0868899999999995], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.73391, 4.0868899999999995, 9.736142, 4.091378]}, {&quot;id&quot;: &quot;8647&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 0.10000000000000142, &quot;style&quot;: {&quot;color&quot;: &quot;#482475&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.744, 4.104861]]}, &quot;bbox&quot;: [9.744, 4.074778, 9.761667, 4.104861]}, {&quot;id&quot;: &quot;8683&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.7441, 4.104960999999999]]}, &quot;bbox&quot;: [9.7441, 4.074878, 9.761766999999999, 4.104960999999999]}, {&quot;id&quot;: &quot;8719&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 889.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76601, 4.08663], [9.764367, 4.0945]]}, &quot;bbox&quot;: [9.764367, 4.08663, 9.76601, 4.0945]}, {&quot;id&quot;: &quot;8755&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 889.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76611, 4.08673], [9.764467, 4.0946]]}, &quot;bbox&quot;: [9.764467, 4.08673, 9.76611, 4.0946]}, {&quot;id&quot;: &quot;8791&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 736.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729444, 4.091944], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.729444, 4.091278, 9.736042, 4.091944]}, {&quot;id&quot;: &quot;8827&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 736.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729544, 4.092044], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.729544, 4.091378, 9.736142, 4.092044]}, {&quot;id&quot;: &quot;8863&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 419.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74168, 4.09393], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.74168, 4.09393, 9.743333, 4.097333]}, {&quot;id&quot;: &quot;8899&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 419.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:05:00&quot;, &quot;2019-07-17T19:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74178, 4.09403], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.74178, 4.09403, 9.743433, 4.097433]}, {&quot;id&quot;: &quot;5&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 0.18518518518518498, &quot;style&quot;: {&quot;color&quot;: &quot;#423f85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.791866, 3.97665]]}, &quot;bbox&quot;: [9.787167, 3.97665, 9.791866, 3.992722]}, {&quot;id&quot;: &quot;41&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 0.07142857142857252, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.791966, 3.97675]]}, &quot;bbox&quot;: [9.787267, 3.97675, 9.791966, 3.9928220000000003]}, {&quot;id&quot;: &quot;77&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.38157894736842113, &quot;style&quot;: {&quot;color&quot;: &quot;#2c738e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.81613, 3.97866]]}, &quot;bbox&quot;: [9.787167, 3.97866, 9.81613, 3.992722]}, {&quot;id&quot;: &quot;113&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.02550091074681236, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.81623, 3.9787600000000003]]}, &quot;bbox&quot;: [9.787267, 3.9787600000000003, 9.81623, 3.9928220000000003]}, {&quot;id&quot;: &quot;149&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 556.0, &quot;att&quot;: 0.031250000000000486, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763806, 3.997361], [9.75885, 3.99663]]}, &quot;bbox&quot;: [9.75885, 3.99663, 9.763806, 3.997361]}, {&quot;id&quot;: &quot;185&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 556.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763906, 3.9974610000000004], [9.75895, 3.9967300000000003]]}, &quot;bbox&quot;: [9.75895, 3.9967300000000003, 9.763906, 3.9974610000000004]}, {&quot;id&quot;: &quot;221&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 402.0, &quot;att&quot;: 0.03921568627450901, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745083, 4.002553], [9.748639, 4.003231]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.748639, 4.003231]}, {&quot;id&quot;: &quot;257&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 402.0, &quot;att&quot;: 0.024691358024691704, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745182999999999, 4.002653], [9.748739, 4.003331]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.748739, 4.003331]}, {&quot;id&quot;: &quot;293&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 774.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76732, 4.003512], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.76732, 4.003512, 9.767719, 4.0105]}, {&quot;id&quot;: &quot;329&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 774.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76742, 4.0036119999999995], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.76742, 4.0036119999999995, 9.767819, 4.0106]}, {&quot;id&quot;: &quot;365&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2535.0, &quot;att&quot;: -0.030303030303032913, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799472, 4.004194], [9.778111, 4.012278]]}, &quot;bbox&quot;: [9.778111, 4.004194, 9.799472, 4.012278]}, {&quot;id&quot;: &quot;401&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 0.07407407407407506, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799572, 4.004294], [9.778211, 4.012378]]}, &quot;bbox&quot;: [9.778211, 4.004294, 9.799572, 4.012378]}, {&quot;id&quot;: &quot;437&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 0.05555555555555636, &quot;style&quot;: {&quot;color&quot;: &quot;#481668&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.705944, 4.01775], [9.701194, 4.008306]]}, &quot;bbox&quot;: [9.701194, 4.008306, 9.705944, 4.01775]}, {&quot;id&quot;: &quot;473&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 0.009771986970683948, &quot;style&quot;: {&quot;color&quot;: &quot;#450457&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706044, 4.01785], [9.701293999999999, 4.008406]]}, &quot;bbox&quot;: [9.701293999999999, 4.008406, 9.706044, 4.01785]}, {&quot;id&quot;: &quot;509&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 0.05128205128205212, &quot;style&quot;: {&quot;color&quot;: &quot;#481467&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.763806, 3.997361]]}, &quot;bbox&quot;: [9.763806, 3.997361, 9.767833, 4.029]}, {&quot;id&quot;: &quot;545&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.763906, 3.9974610000000004]]}, &quot;bbox&quot;: [9.763906, 3.9974610000000004, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;581&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 0.025974025974026333, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741417, 4.009639], [9.723611, 4.020194]]}, &quot;bbox&quot;: [9.723611, 4.009639, 9.741417, 4.020194]}, {&quot;id&quot;: &quot;617&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741517, 4.009739], [9.723711, 4.020294]]}, &quot;bbox&quot;: [9.723711, 4.009739, 9.741517, 4.020294]}, {&quot;id&quot;: &quot;653&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.745083, 4.002553]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.767833, 4.029]}, {&quot;id&quot;: &quot;689&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.745182999999999, 4.002653]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;725&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 466.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73456, 4.01734]]}, &quot;bbox&quot;: [9.73456, 4.015972, 9.738528, 4.01734]}, {&quot;id&quot;: &quot;761&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 466.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73466, 4.01744]]}, &quot;bbox&quot;: [9.73466, 4.016071999999999, 9.738628, 4.01744]}, {&quot;id&quot;: &quot;797&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8335.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2787.0, &quot;att&quot;: -0.039999999999997725, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.762056, 4.004472]]}, &quot;bbox&quot;: [9.762056, 4.004472, 9.767833, 4.029]}, {&quot;id&quot;: &quot;833&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8454.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 0.04761904761904842, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.762156, 4.004572]]}, &quot;bbox&quot;: [9.762156, 4.004572, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;869&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3289.0, &quot;att&quot;: -0.016666666666666902, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.768083, 4.017917]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.768083, 4.017917]}, {&quot;id&quot;: &quot;905&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 0.042553191489360834, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.768183, 4.0180169999999995]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.768183, 4.0180169999999995]}, {&quot;id&quot;: &quot;941&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727083, 4.023444], [9.72629, 4.01048]]}, &quot;bbox&quot;: [9.72629, 4.01048, 9.727083, 4.023444]}, {&quot;id&quot;: &quot;977&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727183, 4.023543999999999], [9.72639, 4.01058]]}, &quot;bbox&quot;: [9.72639, 4.01058, 9.727183, 4.023543999999999]}, {&quot;id&quot;: &quot;1013&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 0.0857142857142849, &quot;style&quot;: {&quot;color&quot;: &quot;#481f70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.757556, 4.0195]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.757556, 4.0195]}, {&quot;id&quot;: &quot;1049&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 0.048780487804878724, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.757655999999999, 4.0196]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.757655999999999, 4.0196]}, {&quot;id&quot;: &quot;1085&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 0.004545454545454933, &quot;style&quot;: {&quot;color&quot;: &quot;#440256&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.756817, 4.008442]]}, &quot;bbox&quot;: [9.756817, 4.008442, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1121&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 0.021505376344086332, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.756917, 4.008541999999999]]}, &quot;bbox&quot;: [9.756917, 4.008541999999999, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1157&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1049.0, &quot;att&quot;: -0.0016313213703099741, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744694, 4.014417], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.744694, 4.014417, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1193&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.005102040816326603, &quot;style&quot;: {&quot;color&quot;: &quot;#440256&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744794, 4.014517], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.744794, 4.014517, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1229&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.767719, 4.0105, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1265&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 0.022222222222222573, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.767819, 4.0106, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1301&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 0.007575757575757686, &quot;style&quot;: {&quot;color&quot;: &quot;#440256&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.780278, 4.023889]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.780278, 4.023889]}, {&quot;id&quot;: &quot;1337&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 0.015873015873016087, &quot;style&quot;: {&quot;color&quot;: &quot;#46075a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.780377999999999, 4.023988999999999]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.780377999999999, 4.023988999999999]}, {&quot;id&quot;: &quot;1373&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 0.026315789473684556, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.721083, 4.0115]]}, &quot;bbox&quot;: [9.696744, 4.0115, 9.721083, 4.029381]}, {&quot;id&quot;: &quot;1409&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 0.02040816326530497, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.721183, 4.0116]]}, &quot;bbox&quot;: [9.696844, 4.0116, 9.721183, 4.029481]}, {&quot;id&quot;: &quot;1445&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 654.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743889, 4.0194], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.743889, 4.0194, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1481&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 654.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743989, 4.0195], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.743989, 4.0195, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1517&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024043N-9.680260E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2266.0, &quot;att&quot;: 0.08888888888888871, &quot;style&quot;: {&quot;color&quot;: &quot;#482071&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.67025, 4.022056], [9.69027, 4.02603]]}, &quot;bbox&quot;: [9.67025, 4.022056, 9.69027, 4.02603]}, {&quot;id&quot;: &quot;1553&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 0.10344827586206803, &quot;style&quot;: {&quot;color&quot;: &quot;#482576&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.72802, 4.03279]]}, &quot;bbox&quot;: [9.72802, 4.015972, 9.738528, 4.03279]}, {&quot;id&quot;: &quot;1589&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 0.06250000000000083, &quot;style&quot;: {&quot;color&quot;: &quot;#48186a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.72812, 4.03289]]}, &quot;bbox&quot;: [9.72812, 4.016071999999999, 9.738628, 4.03289]}, {&quot;id&quot;: &quot;1625&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.05660377358490642, &quot;style&quot;: {&quot;color&quot;: &quot;#481668&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.69921, 4.02012]]}, &quot;bbox&quot;: [9.696744, 4.02012, 9.69921, 4.029381]}, {&quot;id&quot;: &quot;1661&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.05594405594405573, &quot;style&quot;: {&quot;color&quot;: &quot;#481668&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.69931, 4.02022]]}, &quot;bbox&quot;: [9.696844, 4.02022, 9.69931, 4.029481]}, {&quot;id&quot;: &quot;1697&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18737.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.77399, 4.02125]]}, &quot;bbox&quot;: [9.767833, 4.02125, 9.77399, 4.029]}, {&quot;id&quot;: &quot;1733&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17727.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.77409, 4.02135]]}, &quot;bbox&quot;: [9.767933, 4.02135, 9.77409, 4.0291]}, {&quot;id&quot;: &quot;1769&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14431.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 874.0, &quot;att&quot;: 0.03448275862069008, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737194, 4.022139], [9.741992, 4.0284]]}, &quot;bbox&quot;: [9.737194, 4.022139, 9.741992, 4.0284]}, {&quot;id&quot;: &quot;1805&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14921.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 874.0, &quot;att&quot;: 0.033333333333333805, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737294, 4.022239], [9.742092, 4.0285]]}, &quot;bbox&quot;: [9.737294, 4.022239, 9.742092, 4.0285]}, {&quot;id&quot;: &quot;1841&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73325, 4.035278]]}, &quot;bbox&quot;: [9.73325, 4.015972, 9.738528, 4.035278]}, {&quot;id&quot;: &quot;1877&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73335, 4.035378]]}, &quot;bbox&quot;: [9.73335, 4.016071999999999, 9.738628, 4.035378]}, {&quot;id&quot;: &quot;1913&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 0.09803921568627462, &quot;style&quot;: {&quot;color&quot;: &quot;#482475&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.70976, 4.02238]]}, &quot;bbox&quot;: [9.696744, 4.02238, 9.70976, 4.029381]}, {&quot;id&quot;: &quot;1949&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 0.07692307692307546, &quot;style&quot;: {&quot;color&quot;: &quot;#481c6e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.709859999999999, 4.02248]]}, &quot;bbox&quot;: [9.696844, 4.02248, 9.709859999999999, 4.029481]}, {&quot;id&quot;: &quot;1985&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 755.0, &quot;att&quot;: 0.09090909090909208, &quot;style&quot;: {&quot;color&quot;: &quot;#482173&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.694556, 4.022917]]}, &quot;bbox&quot;: [9.694556, 4.022917, 9.696744, 4.029381]}, {&quot;id&quot;: &quot;2021&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 755.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.694656, 4.023016999999999]]}, &quot;bbox&quot;: [9.694656, 4.023016999999999, 9.696844, 4.029481]}, {&quot;id&quot;: &quot;2057&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 0.2903225806451607, &quot;style&quot;: {&quot;color&quot;: &quot;#365d8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.72684, 4.01658]]}, &quot;bbox&quot;: [9.72684, 4.01658, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2093&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 0.02325581395348868, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.726939999999999, 4.01668]]}, &quot;bbox&quot;: [9.726939999999999, 4.01668, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2129&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 364.0, &quot;att&quot;: 0.07142857142857252, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.705139, 4.028333]]}, &quot;bbox&quot;: [9.701944, 4.028333, 9.705139, 4.029083]}, {&quot;id&quot;: &quot;2165&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 364.0, &quot;att&quot;: 0.05882352941176544, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.705239, 4.028433]]}, &quot;bbox&quot;: [9.702043999999999, 4.028433, 9.705239, 4.029183]}, {&quot;id&quot;: &quot;2201&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 0.04651162790697736, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.686417, 4.029444]]}, &quot;bbox&quot;: [9.686417, 4.029381, 9.696744, 4.029444]}, {&quot;id&quot;: &quot;2237&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 0.04878048780487708, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.686517, 4.029544]]}, &quot;bbox&quot;: [9.686517, 4.029481, 9.696844, 4.029544]}, {&quot;id&quot;: &quot;2273&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 868.0, &quot;att&quot;: 0.041666666666664326, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.709194, 4.032028]]}, &quot;bbox&quot;: [9.701944, 4.029083, 9.709194, 4.032028]}, {&quot;id&quot;: &quot;2309&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 868.0, &quot;att&quot;: 0.04347826086956589, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.709294, 4.032128]]}, &quot;bbox&quot;: [9.702043999999999, 4.029183, 9.709294, 4.032128]}, {&quot;id&quot;: &quot;2345&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 666.0, &quot;att&quot;: 0.09999999999999905, &quot;style&quot;: {&quot;color&quot;: &quot;#482475&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.691575, 4.032433]]}, &quot;bbox&quot;: [9.691575, 4.029381, 9.696744, 4.032433]}, {&quot;id&quot;: &quot;2381&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 666.0, &quot;att&quot;: 0.037037037037037625, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.691675, 4.032533]]}, &quot;bbox&quot;: [9.691675, 4.029481, 9.696844, 4.032533]}, {&quot;id&quot;: &quot;2417&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 536.0, &quot;att&quot;: 0.13636363636363813, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699417, 4.033417]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699417, 4.033417]}, {&quot;id&quot;: &quot;2453&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 536.0, &quot;att&quot;: 0.16666666666666666, &quot;style&quot;: {&quot;color&quot;: &quot;#443983&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699517, 4.033517]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699517, 4.033517]}, {&quot;id&quot;: &quot;2489&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 0.2162162162162172, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4889&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.727083, 4.023444]]}, &quot;bbox&quot;: [9.727083, 4.023444, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2525&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 0.3076923076923069, &quot;style&quot;: {&quot;color&quot;: &quot;#34618d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.727183, 4.023543999999999]]}, &quot;bbox&quot;: [9.727183, 4.023543999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2561&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71564, 4.032], [9.71203, 4.03312]]}, &quot;bbox&quot;: [9.71203, 4.032, 9.71564, 4.03312]}, {&quot;id&quot;: &quot;2597&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71574, 4.0321], [9.71213, 4.03322]]}, &quot;bbox&quot;: [9.71213, 4.0321, 9.71574, 4.03322]}, {&quot;id&quot;: &quot;2633&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 0.0769230769230779, &quot;style&quot;: {&quot;color&quot;: &quot;#481c6e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.755167, 4.037361]]}, &quot;bbox&quot;: [9.755167, 4.029, 9.767833, 4.037361]}, {&quot;id&quot;: &quot;2669&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 0.05405405405405296, &quot;style&quot;: {&quot;color&quot;: &quot;#481467&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.755267, 4.0374609999999995]]}, &quot;bbox&quot;: [9.755267, 4.0291, 9.767933, 4.0374609999999995]}, {&quot;id&quot;: &quot;2705&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 323.0, &quot;att&quot;: 0.3999999999999986, &quot;style&quot;: {&quot;color&quot;: &quot;#2a788e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691575, 4.032433], [9.691889, 4.035333]]}, &quot;bbox&quot;: [9.691575, 4.032433, 9.691889, 4.035333]}, {&quot;id&quot;: &quot;2741&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 323.0, &quot;att&quot;: 0.4117647058823539, &quot;style&quot;: {&quot;color&quot;: &quot;#297b8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691675, 4.032533], [9.691989, 4.035432999999999]]}, &quot;bbox&quot;: [9.691675, 4.032533, 9.691989, 4.035432999999999]}, {&quot;id&quot;: &quot;2777&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 516.0, &quot;att&quot;: 0.031249999999998265, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774333, 4.033028], [9.77026, 4.03527]]}, &quot;bbox&quot;: [9.77026, 4.033028, 9.774333, 4.03527]}, {&quot;id&quot;: &quot;2813&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 516.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774433, 4.033128], [9.77036, 4.0353699999999995]]}, &quot;bbox&quot;: [9.77036, 4.033128, 9.774433, 4.0353699999999995]}, {&quot;id&quot;: &quot;2849&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.725667, 4.028583]]}, &quot;bbox&quot;: [9.725667, 4.028583, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2885&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 0.31372549019607904, &quot;style&quot;: {&quot;color&quot;: &quot;#33638d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.725767, 4.028683]]}, &quot;bbox&quot;: [9.725767, 4.028683, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2921&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 0.03333333333333618, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699006, 4.040886]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699006, 4.040886]}, {&quot;id&quot;: &quot;2957&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 0.08333333333333268, &quot;style&quot;: {&quot;color&quot;: &quot;#481f70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699106, 4.040986]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699106, 4.040986]}, {&quot;id&quot;: &quot;2993&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17810.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 610.0, &quot;att&quot;: 0.38095238095238065, &quot;style&quot;: {&quot;color&quot;: &quot;#2c738e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683883, 4.033886], [9.688056, 4.037472]]}, &quot;bbox&quot;: [9.683883, 4.033886, 9.688056, 4.037472]}, {&quot;id&quot;: &quot;3029&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18820.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 610.0, &quot;att&quot;: 0.14814814814814747, &quot;style&quot;: {&quot;color&quot;: &quot;#46337f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683983, 4.033986], [9.688156, 4.037572]]}, &quot;bbox&quot;: [9.683983, 4.033986, 9.688156, 4.037572]}, {&quot;id&quot;: &quot;3065&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1950.0, &quot;att&quot;: -0.03921568627451041, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.766222, 4.046556]]}, &quot;bbox&quot;: [9.766222, 4.029, 9.767833, 4.046556]}, {&quot;id&quot;: &quot;3101&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 0.019607843137255176, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.766322, 4.046656]]}, &quot;bbox&quot;: [9.766322, 4.0291, 9.767933, 4.046656]}, {&quot;id&quot;: &quot;3137&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 433.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706106, 4.040083], [9.703794, 4.036926]]}, &quot;bbox&quot;: [9.703794, 4.036926, 9.706106, 4.040083]}, {&quot;id&quot;: &quot;3173&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 433.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706206, 4.040183], [9.703894, 4.037026]]}, &quot;bbox&quot;: [9.703894, 4.037026, 9.706206, 4.040183]}, {&quot;id&quot;: &quot;3209&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 0.02325581395348868, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.711917, 4.037722]]}, &quot;bbox&quot;: [9.711917, 4.037722, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;3245&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.712017, 4.037821999999999]]}, &quot;bbox&quot;: [9.712017, 4.037821999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;3281&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 928.0, &quot;att&quot;: 0.0689655172413791, &quot;style&quot;: {&quot;color&quot;: &quot;#481a6c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.741011, 4.038342]]}, &quot;bbox&quot;: [9.733028, 4.038342, 9.741011, 4.040819]}, {&quot;id&quot;: &quot;3317&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 928.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.741111, 4.038442]]}, &quot;bbox&quot;: [9.733127999999999, 4.038442, 9.741111, 4.040919]}, {&quot;id&quot;: &quot;3353&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 441.0, &quot;att&quot;: 0.03571428571428617, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.70265, 4.03931]]}, &quot;bbox&quot;: [9.699006, 4.03931, 9.70265, 4.040886]}, {&quot;id&quot;: &quot;3389&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 441.0, &quot;att&quot;: 0.03571428571428617, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.70275, 4.03941]]}, &quot;bbox&quot;: [9.699106, 4.03941, 9.70275, 4.040986]}, {&quot;id&quot;: &quot;3425&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 697.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774, 4.042306], [9.7795, 4.039278]]}, &quot;bbox&quot;: [9.774, 4.039278, 9.7795, 4.042306]}, {&quot;id&quot;: &quot;3461&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 697.0, &quot;att&quot;: 0.009900990099009344, &quot;style&quot;: {&quot;color&quot;: &quot;#450457&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774099999999999, 4.042406], [9.7796, 4.039378]]}, &quot;bbox&quot;: [9.774099999999999, 4.039378, 9.7796, 4.042406]}, {&quot;id&quot;: &quot;3498&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041057N-9.688122E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 387.0, &quot;att&quot;: 0.04166666666666728, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.689827, 4.040697]]}, &quot;bbox&quot;: [9.686417, 4.040697, 9.689827, 4.041417]}, {&quot;id&quot;: &quot;3534&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 975.0, &quot;att&quot;: 0.010000000000000142, &quot;style&quot;: {&quot;color&quot;: &quot;#450457&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762056, 4.03875], [9.754583, 4.043386]]}, &quot;bbox&quot;: [9.754583, 4.03875, 9.762056, 4.043386]}, {&quot;id&quot;: &quot;3570&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 975.0, &quot;att&quot;: 0.02325581395348872, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762156, 4.03885], [9.754683, 4.043486]]}, &quot;bbox&quot;: [9.754683, 4.03885, 9.762156, 4.043486]}, {&quot;id&quot;: &quot;3606&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.35483870967741965, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6d8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.728389, 4.041694]]}, &quot;bbox&quot;: [9.728389, 4.040819, 9.733028, 4.041694]}, {&quot;id&quot;: &quot;3642&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.0022779043280182557, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.728489, 4.041793999999999]]}, &quot;bbox&quot;: [9.728489, 4.040919, 9.733127999999999, 4.041793999999999]}, {&quot;id&quot;: &quot;3678&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 0.08620689655172407, &quot;style&quot;: {&quot;color&quot;: &quot;#482071&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.779361, 4.053694]]}, &quot;bbox&quot;: [9.767833, 4.029, 9.779361, 4.053694]}, {&quot;id&quot;: &quot;3714&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 0.08333333333333333, &quot;style&quot;: {&quot;color&quot;: &quot;#481f70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.779461, 4.053794]]}, &quot;bbox&quot;: [9.767933, 4.0291, 9.779461, 4.053794]}, {&quot;id&quot;: &quot;3750&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 0.11363636363636367, &quot;style&quot;: {&quot;color&quot;: &quot;#482979&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.747639, 4.043778]]}, &quot;bbox&quot;: [9.733028, 4.040819, 9.747639, 4.043778]}, {&quot;id&quot;: &quot;3786&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 0.08196721311475418, &quot;style&quot;: {&quot;color&quot;: &quot;#481d6f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.747739, 4.043877999999999]]}, &quot;bbox&quot;: [9.733127999999999, 4.040919, 9.747739, 4.043877999999999]}, {&quot;id&quot;: &quot;3822&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702978, 4.056559], [9.73025, 4.028444]]}, &quot;bbox&quot;: [9.702978, 4.028444, 9.73025, 4.056559]}, {&quot;id&quot;: &quot;3858&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 0.09090909090909062, &quot;style&quot;: {&quot;color&quot;: &quot;#482173&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703078, 4.056659], [9.73035, 4.028544]]}, &quot;bbox&quot;: [9.703078, 4.028544, 9.73035, 4.056659]}, {&quot;id&quot;: &quot;3894&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.052631578947369015, &quot;style&quot;: {&quot;color&quot;: &quot;#481467&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.69725, 4.04425]]}, &quot;bbox&quot;: [9.69725, 4.040886, 9.699006, 4.04425]}, {&quot;id&quot;: &quot;3930&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.04545454545454604, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.69735, 4.04435]]}, &quot;bbox&quot;: [9.69735, 4.040986, 9.699106, 4.04435]}, {&quot;id&quot;: &quot;3966&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 431.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704083, 4.04244], [9.707889, 4.043194]]}, &quot;bbox&quot;: [9.704083, 4.04244, 9.707889, 4.043194]}, {&quot;id&quot;: &quot;4002&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 431.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704183, 4.04254], [9.707989, 4.0432939999999995]]}, &quot;bbox&quot;: [9.704183, 4.04254, 9.707989, 4.0432939999999995]}, {&quot;id&quot;: &quot;4040&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043833N-9.687306E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 570.0, &quot;att&quot;: 0.20000000000000048, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.688194, 4.04625]]}, &quot;bbox&quot;: [9.686417, 4.041417, 9.688194, 4.04625]}, {&quot;id&quot;: &quot;4076&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 810.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707889, 4.043194], [9.700739, 4.044661]]}, &quot;bbox&quot;: [9.700739, 4.043194, 9.707889, 4.044661]}, {&quot;id&quot;: &quot;4112&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 810.0, &quot;att&quot;: 0.04000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707989, 4.0432939999999995], [9.700839, 4.044760999999999]]}, &quot;bbox&quot;: [9.700839, 4.0432939999999995, 9.707989, 4.044760999999999]}, {&quot;id&quot;: &quot;4148&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 706.0, &quot;att&quot;: 0.02083333333333364, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728389, 4.041694], [9.72575, 4.0475]]}, &quot;bbox&quot;: [9.72575, 4.041694, 9.728389, 4.0475]}, {&quot;id&quot;: &quot;4184&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 706.0, &quot;att&quot;: 0.0454545454545445, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728489, 4.041793999999999], [9.72585, 4.0476]]}, &quot;bbox&quot;: [9.72585, 4.041793999999999, 9.728489, 4.0476]}, {&quot;id&quot;: &quot;4220&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 0.025641025641026015, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.699006, 4.040886, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4256&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.699106, 4.040986, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4292&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14487.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 611.0, &quot;att&quot;: 0.1379310344827603, &quot;style&quot;: {&quot;color&quot;: &quot;#46307e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71598, 4.04642], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.71598, 4.04642, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4328&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14977.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 611.0, &quot;att&quot;: 0.14814814814814747, &quot;style&quot;: {&quot;color&quot;: &quot;#46337f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71608, 4.04652], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.71608, 4.04652, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4364&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048013N-9.705195E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 822.0, &quot;att&quot;: 0.01818181818181844, &quot;style&quot;: {&quot;color&quot;: &quot;#46075a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703528, 4.044694], [9.706861, 4.051333]]}, &quot;bbox&quot;: [9.703528, 4.044694, 9.706861, 4.051333]}, {&quot;id&quot;: &quot;4400&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 317.0, &quot;att&quot;: 0.5070422535211269, &quot;style&quot;: {&quot;color&quot;: &quot;#20928c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698333, 4.049556], [9.698917, 4.04675]]}, &quot;bbox&quot;: [9.698333, 4.04675, 9.698917, 4.049556]}, {&quot;id&quot;: &quot;4436&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 317.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698433, 4.049656], [9.699017, 4.04685]]}, &quot;bbox&quot;: [9.698433, 4.04685, 9.699017, 4.049656]}, {&quot;id&quot;: &quot;4472&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 564.0, &quot;att&quot;: 0.08333333333333431, &quot;style&quot;: {&quot;color&quot;: &quot;#481f70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706861, 4.051333], [9.708472, 4.0465]]}, &quot;bbox&quot;: [9.706861, 4.0465, 9.708472, 4.051333]}, {&quot;id&quot;: &quot;4508&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 564.0, &quot;att&quot;: 0.0434782608695628, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706961, 4.051432999999999], [9.708572, 4.0466]]}, &quot;bbox&quot;: [9.706961, 4.0466, 9.708572, 4.051432999999999]}, {&quot;id&quot;: &quot;4544&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 596.0, &quot;att&quot;: 0.032258064516127255, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.771911, 4.050192], [9.777253, 4.049658]]}, &quot;bbox&quot;: [9.771911, 4.049658, 9.777253, 4.050192]}, {&quot;id&quot;: &quot;4580&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 596.0, &quot;att&quot;: 0.031250000000000416, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.772011, 4.050292], [9.777353, 4.049758]]}, &quot;bbox&quot;: [9.772011, 4.049758, 9.777353, 4.050292]}, {&quot;id&quot;: &quot;4616&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050150N-9.740475E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 454.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741306, 4.052028], [9.739644, 4.048272]]}, &quot;bbox&quot;: [9.739644, 4.048272, 9.741306, 4.052028]}, {&quot;id&quot;: &quot;4652&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 522.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702389, 4.052444], [9.704556, 4.04825]]}, &quot;bbox&quot;: [9.702389, 4.04825, 9.704556, 4.052444]}, {&quot;id&quot;: &quot;4688&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 522.0, &quot;att&quot;: 0.020000000000000285, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702489, 4.052544], [9.704656, 4.04835]]}, &quot;bbox&quot;: [9.702489, 4.04835, 9.704656, 4.052544]}, {&quot;id&quot;: &quot;4724&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 956.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.756833, 4.047389]]}, &quot;bbox&quot;: [9.750917, 4.047389, 9.756833, 4.053667]}, {&quot;id&quot;: &quot;4760&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 956.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.756933, 4.047489]]}, &quot;bbox&quot;: [9.751017, 4.047489, 9.756933, 4.053767]}, {&quot;id&quot;: &quot;4796&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 0.014285714285714488, &quot;style&quot;: {&quot;color&quot;: &quot;#450559&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779361, 4.053694], [9.797806, 4.050472]]}, &quot;bbox&quot;: [9.779361, 4.050472, 9.797806, 4.053694]}, {&quot;id&quot;: &quot;4832&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2079.0, &quot;att&quot;: -0.015873015873016087, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779461, 4.053794], [9.797906, 4.050572]]}, &quot;bbox&quot;: [9.779461, 4.050572, 9.797906, 4.053794]}, {&quot;id&quot;: &quot;4868&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8363.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 0.08333333333333431, &quot;style&quot;: {&quot;color&quot;: &quot;#481f70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.775889, 4.05525]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.775889, 4.05525]}, {&quot;id&quot;: &quot;4904&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8482.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 0.11999999999999886, &quot;style&quot;: {&quot;color&quot;: &quot;#472a7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.775989, 4.05535]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.775989, 4.05535]}, {&quot;id&quot;: &quot;4940&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.009708737864077808, &quot;style&quot;: {&quot;color&quot;: &quot;#450457&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.754444, 4.058167]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.754444, 4.058167]}, {&quot;id&quot;: &quot;4976&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.006864988558352338, &quot;style&quot;: {&quot;color&quot;: &quot;#440256&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.754544, 4.058267]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.754544, 4.058267]}, {&quot;id&quot;: &quot;5012&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 546.0, &quot;att&quot;: -0.022727272727273058, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.767556, 4.053639]]}, &quot;bbox&quot;: [9.767556, 4.053639, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5048&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 546.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.767656, 4.053739]]}, &quot;bbox&quot;: [9.767656, 4.053739, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5084&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 879.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738694, 4.058056], [9.745611, 4.054186]]}, &quot;bbox&quot;: [9.738694, 4.054186, 9.745611, 4.058056]}, {&quot;id&quot;: &quot;5120&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 879.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738794, 4.058155999999999], [9.745711, 4.054285999999999]]}, &quot;bbox&quot;: [9.738794, 4.054285999999999, 9.745711, 4.058155999999999]}, {&quot;id&quot;: &quot;5156&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.743528, 4.059611]]}, &quot;bbox&quot;: [9.743528, 4.053667, 9.750917, 4.059611]}, {&quot;id&quot;: &quot;5192&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.743628, 4.059711]]}, &quot;bbox&quot;: [9.743628, 4.053767, 9.751017, 4.059711]}, {&quot;id&quot;: &quot;5228&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726194, 4.060028], [9.750917, 4.053667]]}, &quot;bbox&quot;: [9.726194, 4.053667, 9.750917, 4.060028]}, {&quot;id&quot;: &quot;5264&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726294, 4.060128], [9.751017, 4.053767]]}, &quot;bbox&quot;: [9.726294, 4.053767, 9.751017, 4.060128]}, {&quot;id&quot;: &quot;5300&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.025000000000000355, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726393999999999, 4.060228], [9.751116999999999, 4.053867]]}, &quot;bbox&quot;: [9.726393999999999, 4.053867, 9.751116999999999, 4.060228]}, {&quot;id&quot;: &quot;5336&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726493999999999, 4.060328], [9.751216999999999, 4.053967]]}, &quot;bbox&quot;: [9.726493999999999, 4.053967, 9.751216999999999, 4.060328]}, {&quot;id&quot;: &quot;5372&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_0&quot;, &quot;frequency&quot;: 12793.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726594, 4.060428], [9.751317, 4.054067]]}, &quot;bbox&quot;: [9.726594, 4.054067, 9.751317, 4.060428]}, {&quot;id&quot;: &quot;5408&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_1&quot;, &quot;frequency&quot;: 13059.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726694, 4.060528], [9.751417, 4.054167]]}, &quot;bbox&quot;: [9.726694, 4.054167, 9.751417, 4.060528]}, {&quot;id&quot;: &quot;5444&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 0.05555555555555632, &quot;style&quot;: {&quot;color&quot;: &quot;#481668&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.734028, 4.06025]]}, &quot;bbox&quot;: [9.734028, 4.053667, 9.750917, 4.06025]}, {&quot;id&quot;: &quot;5480&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 0.022222222222222573, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.734128, 4.06035]]}, &quot;bbox&quot;: [9.734128, 4.053767, 9.751017, 4.06035]}, {&quot;id&quot;: &quot;5516&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 630.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.763167, 4.056417]]}, &quot;bbox&quot;: [9.763167, 4.056417, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5552&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 630.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.763266999999999, 4.0565169999999995]]}, &quot;bbox&quot;: [9.763266999999999, 4.0565169999999995, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5588&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 0.04838709677419427, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.786861, 4.062806]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.786861, 4.062806]}, {&quot;id&quot;: &quot;5624&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 0.05714285714285593, &quot;style&quot;: {&quot;color&quot;: &quot;#481668&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.786961, 4.062906]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.786961, 4.062906]}, {&quot;id&quot;: &quot;5660&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 0.043478260869568706, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.720853, 4.053242]]}, &quot;bbox&quot;: [9.714664, 4.053242, 9.720853, 4.06425]}, {&quot;id&quot;: &quot;5696&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1398.0, &quot;att&quot;: -0.055555555555552485, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.720953, 4.053342]]}, &quot;bbox&quot;: [9.714764, 4.053342, 9.720953, 4.06435]}, {&quot;id&quot;: &quot;5732&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 0.018867924528300824, &quot;style&quot;: {&quot;color&quot;: &quot;#46075a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.75311, 4.064069]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.75311, 4.064069]}, {&quot;id&quot;: &quot;5768&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1176.0, &quot;att&quot;: -0.01754385964912307, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.75321, 4.064169]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.75321, 4.064169]}, {&quot;id&quot;: &quot;5804&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.062499999999999445, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.767778, 4.064361]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.767778, 4.064361]}, {&quot;id&quot;: &quot;5840&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.032258064516129475, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.767878, 4.064461]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.767878, 4.064461]}, {&quot;id&quot;: &quot;5876&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 796.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708444, 4.060333], [9.715412, 4.058638]]}, &quot;bbox&quot;: [9.708444, 4.058638, 9.715412, 4.060333]}, {&quot;id&quot;: &quot;5912&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 796.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708544, 4.060433], [9.715512, 4.058738]]}, &quot;bbox&quot;: [9.708544, 4.058738, 9.715512, 4.060433]}, {&quot;id&quot;: &quot;5948&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 0.03703703703703753, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.759558, 4.066322]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.759558, 4.066322]}, {&quot;id&quot;: &quot;5984&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.759658, 4.066422]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.759658, 4.066422]}, {&quot;id&quot;: &quot;6020&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.777639, 4.063131]]}, &quot;bbox&quot;: [9.768444, 4.0585, 9.777639, 4.063131]}, {&quot;id&quot;: &quot;6056&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.777739, 4.063231]]}, &quot;bbox&quot;: [9.768544, 4.0586, 9.777739, 4.063231]}, {&quot;id&quot;: &quot;6092&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 498.0, &quot;att&quot;: 0.019607843137255176, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743528, 4.059611], [9.74569, 4.06356]]}, &quot;bbox&quot;: [9.743528, 4.059611, 9.74569, 4.06356]}, {&quot;id&quot;: &quot;6128&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 498.0, &quot;att&quot;: 0.03703703703703499, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743628, 4.059711], [9.74579, 4.06366]]}, &quot;bbox&quot;: [9.743628, 4.059711, 9.74579, 4.06366]}, {&quot;id&quot;: &quot;6164&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 741.0, &quot;att&quot;: 0.04166666666666728, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704333, 4.059583], [9.706333, 4.065972]]}, &quot;bbox&quot;: [9.704333, 4.059583, 9.706333, 4.065972]}, {&quot;id&quot;: &quot;6200&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 741.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704433, 4.059683], [9.706433, 4.066072]]}, &quot;bbox&quot;: [9.704433, 4.059683, 9.706433, 4.066072]}, {&quot;id&quot;: &quot;6236&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 603.0, &quot;att&quot;: 0.3939393939393934, &quot;style&quot;: {&quot;color&quot;: &quot;#2a768e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.719389, 4.061556]]}, &quot;bbox&quot;: [9.714664, 4.061556, 9.719389, 4.06425]}, {&quot;id&quot;: &quot;6272&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 603.0, &quot;att&quot;: 0.22580645161290175, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4a89&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.719489, 4.061656]]}, &quot;bbox&quot;: [9.714764, 4.061656, 9.719489, 4.06435]}, {&quot;id&quot;: &quot;6308&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 669.0, &quot;att&quot;: 0.07142857142857234, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759558, 4.066322], [9.76425, 4.062528]]}, &quot;bbox&quot;: [9.759558, 4.062528, 9.76425, 4.066322]}, {&quot;id&quot;: &quot;6344&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 669.0, &quot;att&quot;: 0.12500000000000147, &quot;style&quot;: {&quot;color&quot;: &quot;#472d7b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759658, 4.066422], [9.76435, 4.062628]]}, &quot;bbox&quot;: [9.759658, 4.062628, 9.76435, 4.066422]}, {&quot;id&quot;: &quot;6380&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 451.0, &quot;att&quot;: 0.1578947368421039, &quot;style&quot;: {&quot;color&quot;: &quot;#453781&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710083, 4.063917], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.710083, 4.063917, 9.71287, 4.06688]}, {&quot;id&quot;: &quot;6416&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 451.0, &quot;att&quot;: 0.16666666666666863, &quot;style&quot;: {&quot;color&quot;: &quot;#443983&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710182999999999, 4.064017], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.710182999999999, 4.064017, 9.71297, 4.06698]}, {&quot;id&quot;: &quot;6452&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 924.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79152, 4.065848], [9.799722, 4.06725]]}, &quot;bbox&quot;: [9.79152, 4.065848, 9.799722, 4.06725]}, {&quot;id&quot;: &quot;6488&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 924.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79162, 4.065948], [9.799821999999999, 4.067349999999999]]}, &quot;bbox&quot;: [9.79162, 4.065948, 9.799821999999999, 4.067349999999999]}, {&quot;id&quot;: &quot;6524&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.72547, 4.07139]}, {&quot;id&quot;: &quot;6560&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.72557, 4.07149]}, {&quot;id&quot;: &quot;6596&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 932.0, &quot;att&quot;: 0.08888888888889016, &quot;style&quot;: {&quot;color&quot;: &quot;#482071&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.722972, 4.065667], [9.729139, 4.071389]]}, &quot;bbox&quot;: [9.722972, 4.065667, 9.729139, 4.071389]}, {&quot;id&quot;: &quot;6632&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 932.0, &quot;att&quot;: 0.04444444444444192, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.723072, 4.065767], [9.729239, 4.071489]]}, &quot;bbox&quot;: [9.723072, 4.065767, 9.729239, 4.071489]}, {&quot;id&quot;: &quot;6668&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 535.0, &quot;att&quot;: 0.028571428571428976, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714869, 4.071278], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.71287, 4.06688, 9.714869, 4.071278]}, {&quot;id&quot;: &quot;6704&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 535.0, &quot;att&quot;: 0.1111111111111111, &quot;style&quot;: {&quot;color&quot;: &quot;#482878&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714969, 4.071378], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.71297, 4.06698, 9.714969, 4.071378]}, {&quot;id&quot;: &quot;6740&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 407.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729139, 4.071389], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.72547, 4.071389, 9.729139, 4.07139]}, {&quot;id&quot;: &quot;6776&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 407.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729239, 4.071489], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.72557, 4.071489, 9.729239, 4.07149]}, {&quot;id&quot;: &quot;6812&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 731.0, &quot;att&quot;: 0.2700000000000003, &quot;style&quot;: {&quot;color&quot;: &quot;#38588c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736111, 4.072222], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.736111, 4.072222, 9.742681, 4.072661]}, {&quot;id&quot;: &quot;6848&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 731.0, &quot;att&quot;: 0.07692307692307797, &quot;style&quot;: {&quot;color&quot;: &quot;#481c6e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736210999999999, 4.072322], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.736210999999999, 4.072322, 9.742780999999999, 4.072761]}, {&quot;id&quot;: &quot;6884&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 561.0, &quot;att&quot;: 0.04347826086956589, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76925, 4.071639], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.76925, 4.071639, 9.774, 4.073367]}, {&quot;id&quot;: &quot;6920&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 561.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76935, 4.071739], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.76935, 4.071739, 9.774099999999999, 4.073467]}, {&quot;id&quot;: &quot;6956&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 0.05000000000000071, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.721058, 4.084075]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.721058, 4.084075]}, {&quot;id&quot;: &quot;6992&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 0.04000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.721157999999999, 4.084175]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.721157999999999, 4.084175]}, {&quot;id&quot;: &quot;7028&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 0.06666666666666761, &quot;style&quot;: {&quot;color&quot;: &quot;#481a6c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.761667, 4.074778]}, {&quot;id&quot;: &quot;7064&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.761766999999999, 4.074878]}, {&quot;id&quot;: &quot;7100&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.05882352941176544, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719639, 4.070306], [9.719417, 4.079889]]}, &quot;bbox&quot;: [9.719417, 4.070306, 9.719639, 4.079889]}, {&quot;id&quot;: &quot;7136&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.08000000000000114, &quot;style&quot;: {&quot;color&quot;: &quot;#481d6f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719739, 4.070406], [9.719517, 4.079988999999999]]}, &quot;bbox&quot;: [9.719517, 4.070406, 9.719739, 4.079988999999999]}, {&quot;id&quot;: &quot;7172&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 0.033333333333333805, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.781778, 4.069972]]}, &quot;bbox&quot;: [9.781778, 4.069972, 9.786083, 4.0817]}, {&quot;id&quot;: &quot;7208&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 0.04166666666666728, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.781877999999999, 4.070072]]}, &quot;bbox&quot;: [9.781877999999999, 4.070072, 9.786183, 4.081799999999999]}, {&quot;id&quot;: &quot;7244&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.023809523809524172, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.75645, 4.07833]]}, &quot;bbox&quot;: [9.75645, 4.074778, 9.761667, 4.07833]}, {&quot;id&quot;: &quot;7280&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.0031397174254317556, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.756549999999999, 4.07843]]}, &quot;bbox&quot;: [9.756549999999999, 4.074878, 9.761766999999999, 4.07843]}, {&quot;id&quot;: &quot;7316&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 480.0, &quot;att&quot;: -0.04545454545454281, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719417, 4.079889], [9.721778, 4.07625]]}, &quot;bbox&quot;: [9.719417, 4.07625, 9.721778, 4.079889]}, {&quot;id&quot;: &quot;7352&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 480.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719517, 4.079988999999999], [9.721878, 4.07635]]}, &quot;bbox&quot;: [9.719517, 4.07635, 9.721878, 4.079988999999999]}, {&quot;id&quot;: &quot;7388&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1476.0, &quot;att&quot;: -0.039999999999997725, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756825, 4.081867], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.756825, 4.081867]}, {&quot;id&quot;: &quot;7424&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756924999999999, 4.081967], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.756924999999999, 4.081967]}, {&quot;id&quot;: &quot;7460&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1810.0, &quot;att&quot;: -0.03571428571428626, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.801611, 4.076722]]}, &quot;bbox&quot;: [9.786083, 4.076722, 9.801611, 4.0817]}, {&quot;id&quot;: &quot;7496&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 0.04000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.801711, 4.076822]]}, &quot;bbox&quot;: [9.786183, 4.076822, 9.801711, 4.081799999999999]}, {&quot;id&quot;: &quot;7532&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 0.032258064516129475, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.742681, 4.072661, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;7568&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1858.0, &quot;att&quot;: -0.027777777777778217, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.742780999999999, 4.072761, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;7604&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 0.26086956521739146, &quot;style&quot;: {&quot;color&quot;: &quot;#3a548c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.752944, 4.073367, 9.774, 4.085936]}, {&quot;id&quot;: &quot;7640&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 0.11538461538461696, &quot;style&quot;: {&quot;color&quot;: &quot;#482979&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.753044, 4.073467, 9.774099999999999, 4.086036]}, {&quot;id&quot;: &quot;7676&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080070N-9.789737E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18848.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 888.0, &quot;att&quot;: 0.16666666666665877, &quot;style&quot;: {&quot;color&quot;: &quot;#443983&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.79339, 4.07844]]}, &quot;bbox&quot;: [9.786083, 4.07844, 9.79339, 4.0817]}, {&quot;id&quot;: &quot;7712&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.753278, 4.074861]]}, &quot;bbox&quot;: [9.752944, 4.074861, 9.753278, 4.085936]}, {&quot;id&quot;: &quot;7748&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 0.13636363636363488, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.753378, 4.074961]]}, &quot;bbox&quot;: [9.753044, 4.074961, 9.753378, 4.086036]}, {&quot;id&quot;: &quot;7784&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 968.0, &quot;att&quot;: 0.07142857142856744, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765535, 4.081441], [9.756825, 4.081867]]}, &quot;bbox&quot;: [9.756825, 4.081441, 9.765535, 4.081867]}, {&quot;id&quot;: &quot;7820&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 968.0, &quot;att&quot;: 0.05000000000000071, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765635, 4.081541], [9.756924999999999, 4.081967]]}, &quot;bbox&quot;: [9.756924999999999, 4.081541, 9.765635, 4.081967]}, {&quot;id&quot;: &quot;7856&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 0.04347826086956576, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.7949, 4.08393]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.7949, 4.08393]}, {&quot;id&quot;: &quot;7892&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 0.04347826086956589, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.795, 4.084029999999999]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.795, 4.084029999999999]}, {&quot;id&quot;: &quot;7928&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 895.0, &quot;att&quot;: 0.023255813953487067, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.77848, 4.08438]]}, &quot;bbox&quot;: [9.77848, 4.0817, 9.786083, 4.08438]}, {&quot;id&quot;: &quot;7964&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 895.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.77858, 4.08448]]}, &quot;bbox&quot;: [9.77858, 4.081799999999999, 9.786183, 4.08448]}, {&quot;id&quot;: &quot;8000&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 0.09090909090909208, &quot;style&quot;: {&quot;color&quot;: &quot;#482173&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.751769, 4.093194]]}, &quot;bbox&quot;: [9.751769, 4.074778, 9.761667, 4.093194]}, {&quot;id&quot;: &quot;8036&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 0.05555555555555632, &quot;style&quot;: {&quot;color&quot;: &quot;#481668&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.751869, 4.093294]]}, &quot;bbox&quot;: [9.751869, 4.074878, 9.761766999999999, 4.093294]}, {&quot;id&quot;: &quot;8072&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 0.05882352941176126, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.728889, 4.083056]]}, &quot;bbox&quot;: [9.728889, 4.083056, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8108&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 0.11111111111110891, &quot;style&quot;: {&quot;color&quot;: &quot;#482878&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.728989, 4.083156]]}, &quot;bbox&quot;: [9.728989, 4.083156, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8144&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 0.16666666666666619, &quot;style&quot;: {&quot;color&quot;: &quot;#443983&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.738306, 4.083528]]}, &quot;bbox&quot;: [9.738306, 4.083528, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8180&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 0.07692307692307797, &quot;style&quot;: {&quot;color&quot;: &quot;#481c6e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.738406, 4.083628]]}, &quot;bbox&quot;: [9.738406, 4.083628, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8216&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 947.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.783583, 4.089889]]}, &quot;bbox&quot;: [9.783583, 4.0817, 9.786083, 4.089889]}, {&quot;id&quot;: &quot;8252&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 947.0, &quot;att&quot;: 0.05263157894736547, &quot;style&quot;: {&quot;color&quot;: &quot;#481467&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.783683, 4.089989]]}, &quot;bbox&quot;: [9.783683, 4.081799999999999, 9.786183, 4.089989]}, {&quot;id&quot;: &quot;8288&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 0.4615384615384636, &quot;style&quot;: {&quot;color&quot;: &quot;#24878e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.743333, 4.074778, 9.761667, 4.097333]}, {&quot;id&quot;: &quot;8324&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 0.4166666666666657, &quot;style&quot;: {&quot;color&quot;: &quot;#287c8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.743433, 4.074878, 9.761766999999999, 4.097433]}, {&quot;id&quot;: &quot;8360&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 0.03030303030303076, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.76601, 4.08663]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.76601, 4.08663]}, {&quot;id&quot;: &quot;8396&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 0.02325581395348872, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.76611, 4.08673]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.76611, 4.08673]}, {&quot;id&quot;: &quot;8432&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.808667, 4.091389]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.808667, 4.091389]}, {&quot;id&quot;: &quot;8468&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2727.0, &quot;att&quot;: -0.03571428571428617, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.808767, 4.091489]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.808767, 4.091489]}, {&quot;id&quot;: &quot;8504&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 830.0, &quot;att&quot;: 0.042553191489362284, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.758611, 4.090833]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.758611, 4.090833]}, {&quot;id&quot;: &quot;8540&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 830.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.758711, 4.090933]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.758711, 4.090933]}, {&quot;id&quot;: &quot;8576&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 555.0, &quot;att&quot;: 0.12499999999999778, &quot;style&quot;: {&quot;color&quot;: &quot;#472c7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73381, 4.08679], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.73381, 4.08679, 9.736042, 4.091278]}, {&quot;id&quot;: &quot;8612&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 555.0, &quot;att&quot;: -0.11999999999999886, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73391, 4.0868899999999995], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.73391, 4.0868899999999995, 9.736142, 4.091378]}, {&quot;id&quot;: &quot;8648&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 0.05000000000000426, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.744, 4.104861]]}, &quot;bbox&quot;: [9.744, 4.074778, 9.761667, 4.104861]}, {&quot;id&quot;: &quot;8684&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3862.0, &quot;att&quot;: -0.028571428571426947, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.7441, 4.104960999999999]]}, &quot;bbox&quot;: [9.7441, 4.074878, 9.761766999999999, 4.104960999999999]}, {&quot;id&quot;: &quot;8720&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 889.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76601, 4.08663], [9.764367, 4.0945]]}, &quot;bbox&quot;: [9.764367, 4.08663, 9.76601, 4.0945]}, {&quot;id&quot;: &quot;8756&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 889.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76611, 4.08673], [9.764467, 4.0946]]}, &quot;bbox&quot;: [9.764467, 4.08673, 9.76611, 4.0946]}, {&quot;id&quot;: &quot;8792&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 736.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729444, 4.091944], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.729444, 4.091278, 9.736042, 4.091944]}, {&quot;id&quot;: &quot;8828&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 736.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729544, 4.092044], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.729544, 4.091378, 9.736142, 4.092044]}, {&quot;id&quot;: &quot;8864&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 419.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74168, 4.09393], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.74168, 4.09393, 9.743333, 4.097333]}, {&quot;id&quot;: &quot;8900&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 419.0, &quot;att&quot;: 0.04347826086956589, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:20:00&quot;, &quot;2019-07-17T19:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74178, 4.09403], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.74178, 4.09403, 9.743433, 4.097433]}, {&quot;id&quot;: &quot;6&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 0.1481481481481501, &quot;style&quot;: {&quot;color&quot;: &quot;#46337f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.791866, 3.97665]]}, &quot;bbox&quot;: [9.787167, 3.97665, 9.791866, 3.992722]}, {&quot;id&quot;: &quot;42&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 0.03571428571428626, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.791966, 3.97675]]}, &quot;bbox&quot;: [9.787267, 3.97675, 9.791966, 3.9928220000000003]}, {&quot;id&quot;: &quot;78&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.13157894736842116, &quot;style&quot;: {&quot;color&quot;: &quot;#472e7c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.81613, 3.97866]]}, &quot;bbox&quot;: [9.787167, 3.97866, 9.81613, 3.992722]}, {&quot;id&quot;: &quot;114&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.018214936247723135, &quot;style&quot;: {&quot;color&quot;: &quot;#46075a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.81623, 3.9787600000000003]]}, &quot;bbox&quot;: [9.787267, 3.9787600000000003, 9.81623, 3.9928220000000003]}, {&quot;id&quot;: &quot;150&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 556.0, &quot;att&quot;: 0.031250000000000486, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763806, 3.997361], [9.75885, 3.99663]]}, &quot;bbox&quot;: [9.75885, 3.99663, 9.763806, 3.997361]}, {&quot;id&quot;: &quot;186&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 556.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763906, 3.9974610000000004], [9.75895, 3.9967300000000003]]}, &quot;bbox&quot;: [9.75895, 3.9967300000000003, 9.763906, 3.9974610000000004]}, {&quot;id&quot;: &quot;222&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 402.0, &quot;att&quot;: 0.03921568627450901, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745083, 4.002553], [9.748639, 4.003231]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.748639, 4.003231]}, {&quot;id&quot;: &quot;258&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 402.0, &quot;att&quot;: 0.024691358024691704, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745182999999999, 4.002653], [9.748739, 4.003331]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.748739, 4.003331]}, {&quot;id&quot;: &quot;294&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 774.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76732, 4.003512], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.76732, 4.003512, 9.767719, 4.0105]}, {&quot;id&quot;: &quot;330&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 774.0, &quot;att&quot;: 0.028571428571426947, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76742, 4.0036119999999995], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.76742, 4.0036119999999995, 9.767819, 4.0106]}, {&quot;id&quot;: &quot;366&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2535.0, &quot;att&quot;: -0.030303030303032913, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799472, 4.004194], [9.778111, 4.012278]]}, &quot;bbox&quot;: [9.778111, 4.004194, 9.799472, 4.012278]}, {&quot;id&quot;: &quot;402&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 0.03703703703704016, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799572, 4.004294], [9.778211, 4.012378]]}, &quot;bbox&quot;: [9.778211, 4.004294, 9.799572, 4.012378]}, {&quot;id&quot;: &quot;438&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 0.05555555555555636, &quot;style&quot;: {&quot;color&quot;: &quot;#481668&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.705944, 4.01775], [9.701194, 4.008306]]}, &quot;bbox&quot;: [9.701194, 4.008306, 9.705944, 4.01775]}, {&quot;id&quot;: &quot;474&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 0.006514657980456004, &quot;style&quot;: {&quot;color&quot;: &quot;#440256&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706044, 4.01785], [9.701293999999999, 4.008406]]}, &quot;bbox&quot;: [9.701293999999999, 4.008406, 9.706044, 4.01785]}, {&quot;id&quot;: &quot;510&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 0.02564102564102424, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.763806, 3.997361]]}, &quot;bbox&quot;: [9.763806, 3.997361, 9.767833, 4.029]}, {&quot;id&quot;: &quot;546&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3527.0, &quot;att&quot;: -0.02702702702702744, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.763906, 3.9974610000000004]]}, &quot;bbox&quot;: [9.763906, 3.9974610000000004, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;582&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 0.03896103896103858, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741417, 4.009639], [9.723611, 4.020194]]}, &quot;bbox&quot;: [9.723611, 4.009639, 9.741417, 4.020194]}, {&quot;id&quot;: &quot;618&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 0.02564102564102599, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741517, 4.009739], [9.723711, 4.020294]]}, &quot;bbox&quot;: [9.723711, 4.009739, 9.741517, 4.020294]}, {&quot;id&quot;: &quot;654&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 0.019607843137255204, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.745083, 4.002553]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.767833, 4.029]}, {&quot;id&quot;: &quot;690&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 0.01333333333333447, &quot;style&quot;: {&quot;color&quot;: &quot;#450559&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.745182999999999, 4.002653]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;726&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 466.0, &quot;att&quot;: 0.15999999999999942, &quot;style&quot;: {&quot;color&quot;: &quot;#453781&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73456, 4.01734]]}, &quot;bbox&quot;: [9.73456, 4.015972, 9.738528, 4.01734]}, {&quot;id&quot;: &quot;762&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 466.0, &quot;att&quot;: 0.1551724137931043, &quot;style&quot;: {&quot;color&quot;: &quot;#453581&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73466, 4.01744]]}, &quot;bbox&quot;: [9.73466, 4.016071999999999, 9.738628, 4.01744]}, {&quot;id&quot;: &quot;798&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8335.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.762056, 4.004472]]}, &quot;bbox&quot;: [9.762056, 4.004472, 9.767833, 4.029]}, {&quot;id&quot;: &quot;834&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8454.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.762156, 4.004572]]}, &quot;bbox&quot;: [9.762156, 4.004572, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;870&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.768083, 4.017917]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.768083, 4.017917]}, {&quot;id&quot;: &quot;906&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 0.021276595744681173, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.768183, 4.0180169999999995]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.768183, 4.0180169999999995]}, {&quot;id&quot;: &quot;942&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.08823529411764626, &quot;style&quot;: {&quot;color&quot;: &quot;#482071&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727083, 4.023444], [9.72629, 4.01048]]}, &quot;bbox&quot;: [9.72629, 4.01048, 9.727083, 4.023444]}, {&quot;id&quot;: &quot;978&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.05405405405405478, &quot;style&quot;: {&quot;color&quot;: &quot;#481467&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727183, 4.023543999999999], [9.72639, 4.01058]]}, &quot;bbox&quot;: [9.72639, 4.01058, 9.727183, 4.023543999999999]}, {&quot;id&quot;: &quot;1014&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 0.0857142857142849, &quot;style&quot;: {&quot;color&quot;: &quot;#481f70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.757556, 4.0195]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.757556, 4.0195]}, {&quot;id&quot;: &quot;1050&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 0.048780487804878724, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.757655999999999, 4.0196]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.757655999999999, 4.0196]}, {&quot;id&quot;: &quot;1086&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.756817, 4.008442]]}, &quot;bbox&quot;: [9.756817, 4.008442, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1122&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 0.021505376344086332, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.756917, 4.008541999999999]]}, &quot;bbox&quot;: [9.756917, 4.008541999999999, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1158&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744694, 4.014417], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.744694, 4.014417, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1194&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744794, 4.014517], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.744794, 4.014517, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1230&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.767719, 4.0105, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1266&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 0.022222222222222573, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.767819, 4.0106, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1302&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 0.015151515151515372, &quot;style&quot;: {&quot;color&quot;: &quot;#450559&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.780278, 4.023889]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.780278, 4.023889]}, {&quot;id&quot;: &quot;1338&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.780377999999999, 4.023988999999999]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.780377999999999, 4.023988999999999]}, {&quot;id&quot;: &quot;1374&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 0.026315789473684556, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.721083, 4.0115]]}, &quot;bbox&quot;: [9.696744, 4.0115, 9.721083, 4.029381]}, {&quot;id&quot;: &quot;1410&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 0.02040816326530497, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.721183, 4.0116]]}, &quot;bbox&quot;: [9.696844, 4.0116, 9.721183, 4.029481]}, {&quot;id&quot;: &quot;1446&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 654.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743889, 4.0194], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.743889, 4.0194, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1482&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 654.0, &quot;att&quot;: 0.03448275862069016, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743989, 4.0195], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.743989, 4.0195, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1518&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024043N-9.680260E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2266.0, &quot;att&quot;: 0.11111111111111129, &quot;style&quot;: {&quot;color&quot;: &quot;#482878&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.67025, 4.022056], [9.69027, 4.02603]]}, &quot;bbox&quot;: [9.67025, 4.022056, 9.69027, 4.02603]}, {&quot;id&quot;: &quot;1554&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 0.4827586206896549, &quot;style&quot;: {&quot;color&quot;: &quot;#228c8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.72802, 4.03279]]}, &quot;bbox&quot;: [9.72802, 4.015972, 9.738528, 4.03279]}, {&quot;id&quot;: &quot;1590&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 0.12500000000000167, &quot;style&quot;: {&quot;color&quot;: &quot;#472d7b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.72812, 4.03289]]}, &quot;bbox&quot;: [9.72812, 4.016071999999999, 9.738628, 4.03289]}, {&quot;id&quot;: &quot;1626&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.03773584905660428, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.69921, 4.02012]]}, &quot;bbox&quot;: [9.696744, 4.02012, 9.69921, 4.029381]}, {&quot;id&quot;: &quot;1662&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.020979020979020775, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.69931, 4.02022]]}, &quot;bbox&quot;: [9.696844, 4.02022, 9.69931, 4.029481]}, {&quot;id&quot;: &quot;1698&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18737.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.77399, 4.02125]]}, &quot;bbox&quot;: [9.767833, 4.02125, 9.77399, 4.029]}, {&quot;id&quot;: &quot;1734&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17727.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.77409, 4.02135]]}, &quot;bbox&quot;: [9.767933, 4.02135, 9.77409, 4.0291]}, {&quot;id&quot;: &quot;1770&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14431.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 874.0, &quot;att&quot;: 0.03448275862069008, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737194, 4.022139], [9.741992, 4.0284]]}, &quot;bbox&quot;: [9.737194, 4.022139, 9.741992, 4.0284]}, {&quot;id&quot;: &quot;1806&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14921.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 874.0, &quot;att&quot;: 0.033333333333333805, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737294, 4.022239], [9.742092, 4.0285]]}, &quot;bbox&quot;: [9.737294, 4.022239, 9.742092, 4.0285]}, {&quot;id&quot;: &quot;1842&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.22857142857142776, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4c8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73325, 4.035278]]}, &quot;bbox&quot;: [9.73325, 4.015972, 9.738528, 4.035278]}, {&quot;id&quot;: &quot;1878&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.28000000000000114, &quot;style&quot;: {&quot;color&quot;: &quot;#375a8c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73335, 4.035378]]}, &quot;bbox&quot;: [9.73335, 4.016071999999999, 9.738628, 4.035378]}, {&quot;id&quot;: &quot;1914&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 0.05882352941176421, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.70976, 4.02238]]}, &quot;bbox&quot;: [9.696744, 4.02238, 9.70976, 4.029381]}, {&quot;id&quot;: &quot;1950&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 0.03846153846153636, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.709859999999999, 4.02248]]}, &quot;bbox&quot;: [9.696844, 4.02248, 9.709859999999999, 4.029481]}, {&quot;id&quot;: &quot;1986&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 755.0, &quot;att&quot;: 0.06060606060606139, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.694556, 4.022917]]}, &quot;bbox&quot;: [9.694556, 4.022917, 9.696744, 4.029381]}, {&quot;id&quot;: &quot;2022&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 755.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.694656, 4.023016999999999]]}, &quot;bbox&quot;: [9.694656, 4.023016999999999, 9.696844, 4.029481]}, {&quot;id&quot;: &quot;2058&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 0.4516129032258058, &quot;style&quot;: {&quot;color&quot;: &quot;#25848e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.72684, 4.01658]]}, &quot;bbox&quot;: [9.72684, 4.01658, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2094&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 0.2325581395348835, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4d8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.726939999999999, 4.01668]]}, &quot;bbox&quot;: [9.726939999999999, 4.01668, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2130&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 364.0, &quot;att&quot;: 0.07142857142857252, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.705139, 4.028333]]}, &quot;bbox&quot;: [9.701944, 4.028333, 9.705139, 4.029083]}, {&quot;id&quot;: &quot;2166&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 364.0, &quot;att&quot;: 0.05882352941176544, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.705239, 4.028433]]}, &quot;bbox&quot;: [9.702043999999999, 4.028433, 9.705239, 4.029183]}, {&quot;id&quot;: &quot;2202&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 0.09302325581395307, &quot;style&quot;: {&quot;color&quot;: &quot;#482173&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.686417, 4.029444]]}, &quot;bbox&quot;: [9.686417, 4.029381, 9.696744, 4.029444]}, {&quot;id&quot;: &quot;2238&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 0.14634146341463297, &quot;style&quot;: {&quot;color&quot;: &quot;#46337f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.686517, 4.029544]]}, &quot;bbox&quot;: [9.686517, 4.029481, 9.696844, 4.029544]}, {&quot;id&quot;: &quot;2274&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 868.0, &quot;att&quot;: 0.583333333333333, &quot;style&quot;: {&quot;color&quot;: &quot;#20a486&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.709194, 4.032028]]}, &quot;bbox&quot;: [9.701944, 4.029083, 9.709194, 4.032028]}, {&quot;id&quot;: &quot;2310&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 868.0, &quot;att&quot;: 0.5652173913043473, &quot;style&quot;: {&quot;color&quot;: &quot;#1fa088&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.709294, 4.032128]]}, &quot;bbox&quot;: [9.702043999999999, 4.029183, 9.709294, 4.032128]}, {&quot;id&quot;: &quot;2346&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 666.0, &quot;att&quot;: 0.09999999999999905, &quot;style&quot;: {&quot;color&quot;: &quot;#482475&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.691575, 4.032433]]}, &quot;bbox&quot;: [9.691575, 4.029381, 9.696744, 4.032433]}, {&quot;id&quot;: &quot;2382&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 666.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.691675, 4.032533]]}, &quot;bbox&quot;: [9.691675, 4.029481, 9.696844, 4.032533]}, {&quot;id&quot;: &quot;2418&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 536.0, &quot;att&quot;: 0.3636363636363651, &quot;style&quot;: {&quot;color&quot;: &quot;#2d708e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699417, 4.033417]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699417, 4.033417]}, {&quot;id&quot;: &quot;2454&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 536.0, &quot;att&quot;: 0.36666666666666714, &quot;style&quot;: {&quot;color&quot;: &quot;#2d708e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699517, 4.033517]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699517, 4.033517]}, {&quot;id&quot;: &quot;2490&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 0.32432432432432484, &quot;style&quot;: {&quot;color&quot;: &quot;#31668e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.727083, 4.023444]]}, &quot;bbox&quot;: [9.727083, 4.023444, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2526&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 0.42307692307692263, &quot;style&quot;: {&quot;color&quot;: &quot;#277e8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.727183, 4.023543999999999]]}, &quot;bbox&quot;: [9.727183, 4.023543999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2562&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71564, 4.032], [9.71203, 4.03312]]}, &quot;bbox&quot;: [9.71203, 4.032, 9.71564, 4.03312]}, {&quot;id&quot;: &quot;2598&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.063829787234042, &quot;style&quot;: {&quot;color&quot;: &quot;#48186a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71574, 4.0321], [9.71213, 4.03322]]}, &quot;bbox&quot;: [9.71213, 4.0321, 9.71574, 4.03322]}, {&quot;id&quot;: &quot;2634&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 0.0769230769230779, &quot;style&quot;: {&quot;color&quot;: &quot;#481c6e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.755167, 4.037361]]}, &quot;bbox&quot;: [9.755167, 4.029, 9.767833, 4.037361]}, {&quot;id&quot;: &quot;2670&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 0.05405405405405296, &quot;style&quot;: {&quot;color&quot;: &quot;#481467&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.755267, 4.0374609999999995]]}, &quot;bbox&quot;: [9.755267, 4.0291, 9.767933, 4.0374609999999995]}, {&quot;id&quot;: &quot;2706&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 323.0, &quot;att&quot;: 0.3999999999999986, &quot;style&quot;: {&quot;color&quot;: &quot;#2a788e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691575, 4.032433], [9.691889, 4.035333]]}, &quot;bbox&quot;: [9.691575, 4.032433, 9.691889, 4.035333]}, {&quot;id&quot;: &quot;2742&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 323.0, &quot;att&quot;: 0.4117647058823539, &quot;style&quot;: {&quot;color&quot;: &quot;#297b8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691675, 4.032533], [9.691989, 4.035432999999999]]}, &quot;bbox&quot;: [9.691675, 4.032533, 9.691989, 4.035432999999999]}, {&quot;id&quot;: &quot;2778&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 516.0, &quot;att&quot;: 0.031249999999998265, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774333, 4.033028], [9.77026, 4.03527]]}, &quot;bbox&quot;: [9.77026, 4.033028, 9.774333, 4.03527]}, {&quot;id&quot;: &quot;2814&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 516.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774433, 4.033128], [9.77036, 4.0353699999999995]]}, &quot;bbox&quot;: [9.77036, 4.033128, 9.774433, 4.0353699999999995]}, {&quot;id&quot;: &quot;2850&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 0.3, &quot;style&quot;: {&quot;color&quot;: &quot;#355f8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.725667, 4.028583]]}, &quot;bbox&quot;: [9.725667, 4.028583, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2886&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 0.4901960784313731, &quot;style&quot;: {&quot;color&quot;: &quot;#218e8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.725767, 4.028683]]}, &quot;bbox&quot;: [9.725767, 4.028683, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2922&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 0.5, &quot;style&quot;: {&quot;color&quot;: &quot;#21918c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699006, 4.040886]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699006, 4.040886]}, {&quot;id&quot;: &quot;2958&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 0.4444444444444436, &quot;style&quot;: {&quot;color&quot;: &quot;#26828e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699106, 4.040986]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699106, 4.040986]}, {&quot;id&quot;: &quot;2994&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17810.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 610.0, &quot;att&quot;: 0.3333333333333322, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683883, 4.033886], [9.688056, 4.037472]]}, &quot;bbox&quot;: [9.683883, 4.033886, 9.688056, 4.037472]}, {&quot;id&quot;: &quot;3030&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18820.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 610.0, &quot;att&quot;: 0.07407407407407506, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683983, 4.033986], [9.688156, 4.037572]]}, &quot;bbox&quot;: [9.683983, 4.033986, 9.688156, 4.037572]}, {&quot;id&quot;: &quot;3066&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1950.0, &quot;att&quot;: -0.03921568627451041, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.766222, 4.046556]]}, &quot;bbox&quot;: [9.766222, 4.029, 9.767833, 4.046556]}, {&quot;id&quot;: &quot;3102&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.766322, 4.046656]]}, &quot;bbox&quot;: [9.766322, 4.0291, 9.767933, 4.046656]}, {&quot;id&quot;: &quot;3138&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 433.0, &quot;att&quot;: 0.846153846153844, &quot;style&quot;: {&quot;color&quot;: &quot;#98d83e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706106, 4.040083], [9.703794, 4.036926]]}, &quot;bbox&quot;: [9.703794, 4.036926, 9.706106, 4.040083]}, {&quot;id&quot;: &quot;3174&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 433.0, &quot;att&quot;: 0.9285714285714275, &quot;style&quot;: {&quot;color&quot;: &quot;#d0e11c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706206, 4.040183], [9.703894, 4.037026]]}, &quot;bbox&quot;: [9.703894, 4.037026, 9.706206, 4.040183]}, {&quot;id&quot;: &quot;3210&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 0.5116279069767443, &quot;style&quot;: {&quot;color&quot;: &quot;#20928c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.711917, 4.037722]]}, &quot;bbox&quot;: [9.711917, 4.037722, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;3246&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 0.47826086956521785, &quot;style&quot;: {&quot;color&quot;: &quot;#228b8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.712017, 4.037821999999999]]}, &quot;bbox&quot;: [9.712017, 4.037821999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;3282&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 928.0, &quot;att&quot;: 0.05172413793103402, &quot;style&quot;: {&quot;color&quot;: &quot;#481467&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.741011, 4.038342]]}, &quot;bbox&quot;: [9.733028, 4.038342, 9.741011, 4.040819]}, {&quot;id&quot;: &quot;3318&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 928.0, &quot;att&quot;: 0.018867924528302164, &quot;style&quot;: {&quot;color&quot;: &quot;#46075a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.741111, 4.038442]]}, &quot;bbox&quot;: [9.733127999999999, 4.038442, 9.741111, 4.040919]}, {&quot;id&quot;: &quot;3354&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 441.0, &quot;att&quot;: 0.32142857142857045, &quot;style&quot;: {&quot;color&quot;: &quot;#32658e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.70265, 4.03931]]}, &quot;bbox&quot;: [9.699006, 4.03931, 9.70265, 4.040886]}, {&quot;id&quot;: &quot;3390&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 441.0, &quot;att&quot;: 0.32142857142857045, &quot;style&quot;: {&quot;color&quot;: &quot;#32658e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.70275, 4.03941]]}, &quot;bbox&quot;: [9.699106, 4.03941, 9.70275, 4.040986]}, {&quot;id&quot;: &quot;3426&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 697.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774, 4.042306], [9.7795, 4.039278]]}, &quot;bbox&quot;: [9.774, 4.039278, 9.7795, 4.042306]}, {&quot;id&quot;: &quot;3462&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 697.0, &quot;att&quot;: 0.009900990099009344, &quot;style&quot;: {&quot;color&quot;: &quot;#450457&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774099999999999, 4.042406], [9.7796, 4.039378]]}, &quot;bbox&quot;: [9.774099999999999, 4.039378, 9.7796, 4.042406]}, {&quot;id&quot;: &quot;3499&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041057N-9.688122E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 387.0, &quot;att&quot;: 0.04166666666666728, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.689827, 4.040697]]}, &quot;bbox&quot;: [9.686417, 4.040697, 9.689827, 4.041417]}, {&quot;id&quot;: &quot;3535&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 975.0, &quot;att&quot;: 0.010000000000000142, &quot;style&quot;: {&quot;color&quot;: &quot;#450457&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762056, 4.03875], [9.754583, 4.043386]]}, &quot;bbox&quot;: [9.754583, 4.03875, 9.762056, 4.043386]}, {&quot;id&quot;: &quot;3571&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 975.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762156, 4.03885], [9.754683, 4.043486]]}, &quot;bbox&quot;: [9.754683, 4.03885, 9.762156, 4.043486]}, {&quot;id&quot;: &quot;3607&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.35483870967741965, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6d8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.728389, 4.041694]]}, &quot;bbox&quot;: [9.728389, 4.040819, 9.733028, 4.041694]}, {&quot;id&quot;: &quot;3643&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.02505694760820049, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.728489, 4.041793999999999]]}, &quot;bbox&quot;: [9.728489, 4.040919, 9.733127999999999, 4.041793999999999]}, {&quot;id&quot;: &quot;3679&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 0.08620689655172407, &quot;style&quot;: {&quot;color&quot;: &quot;#482071&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.779361, 4.053694]]}, &quot;bbox&quot;: [9.767833, 4.029, 9.779361, 4.053694]}, {&quot;id&quot;: &quot;3715&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 0.06666666666666643, &quot;style&quot;: {&quot;color&quot;: &quot;#481a6c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.779461, 4.053794]]}, &quot;bbox&quot;: [9.767933, 4.0291, 9.779461, 4.053794]}, {&quot;id&quot;: &quot;3751&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 0.11363636363636367, &quot;style&quot;: {&quot;color&quot;: &quot;#482979&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.747639, 4.043778]]}, &quot;bbox&quot;: [9.733028, 4.040819, 9.747639, 4.043778]}, {&quot;id&quot;: &quot;3787&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 0.08196721311475418, &quot;style&quot;: {&quot;color&quot;: &quot;#481d6f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.747739, 4.043877999999999]]}, &quot;bbox&quot;: [9.733127999999999, 4.040919, 9.747739, 4.043877999999999]}, {&quot;id&quot;: &quot;3823&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 0.2765957446808518, &quot;style&quot;: {&quot;color&quot;: &quot;#38598c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702978, 4.056559], [9.73025, 4.028444]]}, &quot;bbox&quot;: [9.702978, 4.028444, 9.73025, 4.056559]}, {&quot;id&quot;: &quot;3859&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 0.3636363636363641, &quot;style&quot;: {&quot;color&quot;: &quot;#2d708e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703078, 4.056659], [9.73035, 4.028544]]}, &quot;bbox&quot;: [9.703078, 4.028544, 9.73035, 4.056659]}, {&quot;id&quot;: &quot;3895&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.10526315789473803, &quot;style&quot;: {&quot;color&quot;: &quot;#482576&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.69725, 4.04425]]}, &quot;bbox&quot;: [9.69725, 4.040886, 9.699006, 4.04425]}, {&quot;id&quot;: &quot;3931&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.04545454545454604, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.69735, 4.04435]]}, &quot;bbox&quot;: [9.69735, 4.040986, 9.699106, 4.04435]}, {&quot;id&quot;: &quot;3967&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 431.0, &quot;att&quot;: 0.13513513513513503, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704083, 4.04244], [9.707889, 4.043194]]}, &quot;bbox&quot;: [9.704083, 4.04244, 9.707889, 4.043194]}, {&quot;id&quot;: &quot;4003&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 431.0, &quot;att&quot;: 0.1315789473684209, &quot;style&quot;: {&quot;color&quot;: &quot;#472e7c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704183, 4.04254], [9.707989, 4.0432939999999995]]}, &quot;bbox&quot;: [9.704183, 4.04254, 9.707989, 4.0432939999999995]}, {&quot;id&quot;: &quot;4041&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043833N-9.687306E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 570.0, &quot;att&quot;: 0.13333333333333286, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.688194, 4.04625]]}, &quot;bbox&quot;: [9.686417, 4.041417, 9.688194, 4.04625]}, {&quot;id&quot;: &quot;4077&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 810.0, &quot;att&quot;: 0.26923076923077016, &quot;style&quot;: {&quot;color&quot;: &quot;#39568c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707889, 4.043194], [9.700739, 4.044661]]}, &quot;bbox&quot;: [9.700739, 4.043194, 9.707889, 4.044661]}, {&quot;id&quot;: &quot;4113&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 810.0, &quot;att&quot;: 0.28000000000000114, &quot;style&quot;: {&quot;color&quot;: &quot;#375a8c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707989, 4.0432939999999995], [9.700839, 4.044760999999999]]}, &quot;bbox&quot;: [9.700839, 4.0432939999999995, 9.707989, 4.044760999999999]}, {&quot;id&quot;: &quot;4149&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 706.0, &quot;att&quot;: 0.6250000000000003, &quot;style&quot;: {&quot;color&quot;: &quot;#28ae80&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728389, 4.041694], [9.72575, 4.0475]]}, &quot;bbox&quot;: [9.72575, 4.041694, 9.728389, 4.0475]}, {&quot;id&quot;: &quot;4185&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 706.0, &quot;att&quot;: 0.6136363636363629, &quot;style&quot;: {&quot;color&quot;: &quot;#25ac82&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728489, 4.041793999999999], [9.72585, 4.0476]]}, &quot;bbox&quot;: [9.72585, 4.041793999999999, 9.728489, 4.0476]}, {&quot;id&quot;: &quot;4221&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 0.23076923076923048, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4d8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.699006, 4.040886, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4257&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 0.35999999999999943, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6f8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.699106, 4.040986, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4293&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14487.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 611.0, &quot;att&quot;: 0.413793103448276, &quot;style&quot;: {&quot;color&quot;: &quot;#297b8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71598, 4.04642], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.71598, 4.04642, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4329&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14977.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 611.0, &quot;att&quot;: 0.3333333333333325, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71608, 4.04652], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.71608, 4.04652, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4365&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048013N-9.705195E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 822.0, &quot;att&quot;: 0.01818181818181844, &quot;style&quot;: {&quot;color&quot;: &quot;#46075a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703528, 4.044694], [9.706861, 4.051333]]}, &quot;bbox&quot;: [9.703528, 4.044694, 9.706861, 4.051333]}, {&quot;id&quot;: &quot;4401&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 317.0, &quot;att&quot;: 0.3474178403755867, &quot;style&quot;: {&quot;color&quot;: &quot;#2f6b8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698333, 4.049556], [9.698917, 4.04675]]}, &quot;bbox&quot;: [9.698333, 4.04675, 9.698917, 4.049556]}, {&quot;id&quot;: &quot;4437&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 317.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698433, 4.049656], [9.699017, 4.04685]]}, &quot;bbox&quot;: [9.698433, 4.04685, 9.699017, 4.049656]}, {&quot;id&quot;: &quot;4473&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 564.0, &quot;att&quot;: 0.04166666666666716, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706861, 4.051333], [9.708472, 4.0465]]}, &quot;bbox&quot;: [9.706861, 4.0465, 9.708472, 4.051333]}, {&quot;id&quot;: &quot;4509&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 564.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706961, 4.051432999999999], [9.708572, 4.0466]]}, &quot;bbox&quot;: [9.706961, 4.0466, 9.708572, 4.051432999999999]}, {&quot;id&quot;: &quot;4545&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 596.0, &quot;att&quot;: 0.032258064516127255, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.771911, 4.050192], [9.777253, 4.049658]]}, &quot;bbox&quot;: [9.771911, 4.049658, 9.777253, 4.050192]}, {&quot;id&quot;: &quot;4581&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 596.0, &quot;att&quot;: 0.031250000000000416, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.772011, 4.050292], [9.777353, 4.049758]]}, &quot;bbox&quot;: [9.772011, 4.049758, 9.777353, 4.050292]}, {&quot;id&quot;: &quot;4617&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050150N-9.740475E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 454.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741306, 4.052028], [9.739644, 4.048272]]}, &quot;bbox&quot;: [9.739644, 4.048272, 9.741306, 4.052028]}, {&quot;id&quot;: &quot;4653&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 522.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702389, 4.052444], [9.704556, 4.04825]]}, &quot;bbox&quot;: [9.702389, 4.04825, 9.704556, 4.052444]}, {&quot;id&quot;: &quot;4689&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 522.0, &quot;att&quot;: 0.020000000000000285, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702489, 4.052544], [9.704656, 4.04835]]}, &quot;bbox&quot;: [9.702489, 4.04835, 9.704656, 4.052544]}, {&quot;id&quot;: &quot;4725&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 956.0, &quot;att&quot;: 0.10416666666666673, &quot;style&quot;: {&quot;color&quot;: &quot;#482576&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.756833, 4.047389]]}, &quot;bbox&quot;: [9.750917, 4.047389, 9.756833, 4.053667]}, {&quot;id&quot;: &quot;4761&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 956.0, &quot;att&quot;: 0.04000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.756933, 4.047489]]}, &quot;bbox&quot;: [9.751017, 4.047489, 9.756933, 4.053767]}, {&quot;id&quot;: &quot;4797&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 0.014285714285714488, &quot;style&quot;: {&quot;color&quot;: &quot;#450559&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779361, 4.053694], [9.797806, 4.050472]]}, &quot;bbox&quot;: [9.779361, 4.050472, 9.797806, 4.053694]}, {&quot;id&quot;: &quot;4833&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2079.0, &quot;att&quot;: -0.03174603174603105, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779461, 4.053794], [9.797906, 4.050572]]}, &quot;bbox&quot;: [9.779461, 4.050572, 9.797906, 4.053794]}, {&quot;id&quot;: &quot;4869&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8363.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 0.08333333333333431, &quot;style&quot;: {&quot;color&quot;: &quot;#481f70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.775889, 4.05525]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.775889, 4.05525]}, {&quot;id&quot;: &quot;4905&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8482.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 0.11999999999999886, &quot;style&quot;: {&quot;color&quot;: &quot;#472a7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.775989, 4.05535]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.775989, 4.05535]}, {&quot;id&quot;: &quot;4941&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.024271844660194174, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.754444, 4.058167]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.754444, 4.058167]}, {&quot;id&quot;: &quot;4977&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.01372997711670484, &quot;style&quot;: {&quot;color&quot;: &quot;#450559&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.754544, 4.058267]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.754544, 4.058267]}, {&quot;id&quot;: &quot;5013&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 546.0, &quot;att&quot;: -0.022727272727273058, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.767556, 4.053639]]}, &quot;bbox&quot;: [9.767556, 4.053639, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5049&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 546.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.767656, 4.053739]]}, &quot;bbox&quot;: [9.767656, 4.053739, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5085&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 879.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738694, 4.058056], [9.745611, 4.054186]]}, &quot;bbox&quot;: [9.738694, 4.054186, 9.745611, 4.058056]}, {&quot;id&quot;: &quot;5121&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 879.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738794, 4.058155999999999], [9.745711, 4.054285999999999]]}, &quot;bbox&quot;: [9.738794, 4.054285999999999, 9.745711, 4.058155999999999]}, {&quot;id&quot;: &quot;5157&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 0.15384615384615244, &quot;style&quot;: {&quot;color&quot;: &quot;#453581&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.743528, 4.059611]]}, &quot;bbox&quot;: [9.743528, 4.053667, 9.750917, 4.059611]}, {&quot;id&quot;: &quot;5193&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.743628, 4.059711]]}, &quot;bbox&quot;: [9.743628, 4.053767, 9.751017, 4.059711]}, {&quot;id&quot;: &quot;5229&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.032258064516129475, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726194, 4.060028], [9.750917, 4.053667]]}, &quot;bbox&quot;: [9.726194, 4.053667, 9.750917, 4.060028]}, {&quot;id&quot;: &quot;5265&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726294, 4.060128], [9.751017, 4.053767]]}, &quot;bbox&quot;: [9.726294, 4.053767, 9.751017, 4.060128]}, {&quot;id&quot;: &quot;5301&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.025000000000000355, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726393999999999, 4.060228], [9.751116999999999, 4.053867]]}, &quot;bbox&quot;: [9.726393999999999, 4.053867, 9.751116999999999, 4.060228]}, {&quot;id&quot;: &quot;5337&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726493999999999, 4.060328], [9.751216999999999, 4.053967]]}, &quot;bbox&quot;: [9.726493999999999, 4.053967, 9.751216999999999, 4.060328]}, {&quot;id&quot;: &quot;5373&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_0&quot;, &quot;frequency&quot;: 12793.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726594, 4.060428], [9.751317, 4.054067]]}, &quot;bbox&quot;: [9.726594, 4.054067, 9.751317, 4.060428]}, {&quot;id&quot;: &quot;5409&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_1&quot;, &quot;frequency&quot;: 13059.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726694, 4.060528], [9.751417, 4.054167]]}, &quot;bbox&quot;: [9.726694, 4.054167, 9.751417, 4.060528]}, {&quot;id&quot;: &quot;5445&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 0.05555555555555632, &quot;style&quot;: {&quot;color&quot;: &quot;#481668&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.734028, 4.06025]]}, &quot;bbox&quot;: [9.734028, 4.053667, 9.750917, 4.06025]}, {&quot;id&quot;: &quot;5481&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.734128, 4.06035]]}, &quot;bbox&quot;: [9.734128, 4.053767, 9.751017, 4.06035]}, {&quot;id&quot;: &quot;5517&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 630.0, &quot;att&quot;: 0.02702702702702739, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.763167, 4.056417]]}, &quot;bbox&quot;: [9.763167, 4.056417, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5553&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 630.0, &quot;att&quot;: -0.02173913043478291, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.763266999999999, 4.0565169999999995]]}, &quot;bbox&quot;: [9.763266999999999, 4.0565169999999995, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5589&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 0.06451612903225788, &quot;style&quot;: {&quot;color&quot;: &quot;#48186a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.786861, 4.062806]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.786861, 4.062806]}, {&quot;id&quot;: &quot;5625&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 0.05714285714285593, &quot;style&quot;: {&quot;color&quot;: &quot;#481668&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.786961, 4.062906]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.786961, 4.062906]}, {&quot;id&quot;: &quot;5661&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 0.043478260869568706, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.720853, 4.053242]]}, &quot;bbox&quot;: [9.714664, 4.053242, 9.720853, 4.06425]}, {&quot;id&quot;: &quot;5697&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1398.0, &quot;att&quot;: -0.055555555555552485, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.720953, 4.053342]]}, &quot;bbox&quot;: [9.714764, 4.053342, 9.720953, 4.06435]}, {&quot;id&quot;: &quot;5733&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 0.018867924528300824, &quot;style&quot;: {&quot;color&quot;: &quot;#46075a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.75311, 4.064069]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.75311, 4.064069]}, {&quot;id&quot;: &quot;5769&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1176.0, &quot;att&quot;: -0.01754385964912307, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.75321, 4.064169]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.75321, 4.064169]}, {&quot;id&quot;: &quot;5805&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.041666666666665804, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.767778, 4.064361]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.767778, 4.064361]}, {&quot;id&quot;: &quot;5841&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.767878, 4.064461]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.767878, 4.064461]}, {&quot;id&quot;: &quot;5877&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 796.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708444, 4.060333], [9.715412, 4.058638]]}, &quot;bbox&quot;: [9.708444, 4.058638, 9.715412, 4.060333]}, {&quot;id&quot;: &quot;5913&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 796.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708544, 4.060433], [9.715512, 4.058738]]}, &quot;bbox&quot;: [9.708544, 4.058738, 9.715512, 4.060433]}, {&quot;id&quot;: &quot;5949&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 0.03703703703703753, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.759558, 4.066322]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.759558, 4.066322]}, {&quot;id&quot;: &quot;5985&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.759658, 4.066422]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.759658, 4.066422]}, {&quot;id&quot;: &quot;6021&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.777639, 4.063131]]}, &quot;bbox&quot;: [9.768444, 4.0585, 9.777639, 4.063131]}, {&quot;id&quot;: &quot;6057&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.777739, 4.063231]]}, &quot;bbox&quot;: [9.768544, 4.0586, 9.777739, 4.063231]}, {&quot;id&quot;: &quot;6093&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 498.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743528, 4.059611], [9.74569, 4.06356]]}, &quot;bbox&quot;: [9.743528, 4.059611, 9.74569, 4.06356]}, {&quot;id&quot;: &quot;6129&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 498.0, &quot;att&quot;: 0.03703703703703499, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743628, 4.059711], [9.74579, 4.06366]]}, &quot;bbox&quot;: [9.743628, 4.059711, 9.74579, 4.06366]}, {&quot;id&quot;: &quot;6165&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 741.0, &quot;att&quot;: 0.04166666666666728, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704333, 4.059583], [9.706333, 4.065972]]}, &quot;bbox&quot;: [9.704333, 4.059583, 9.706333, 4.065972]}, {&quot;id&quot;: &quot;6201&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 741.0, &quot;att&quot;: 0.04761904761904826, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704433, 4.059683], [9.706433, 4.066072]]}, &quot;bbox&quot;: [9.704433, 4.059683, 9.706433, 4.066072]}, {&quot;id&quot;: &quot;6237&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 603.0, &quot;att&quot;: 0.36363636363636265, &quot;style&quot;: {&quot;color&quot;: &quot;#2d708e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.719389, 4.061556]]}, &quot;bbox&quot;: [9.714664, 4.061556, 9.719389, 4.06425]}, {&quot;id&quot;: &quot;6273&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 603.0, &quot;att&quot;: 0.2903225806451607, &quot;style&quot;: {&quot;color&quot;: &quot;#365d8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.719489, 4.061656]]}, &quot;bbox&quot;: [9.714764, 4.061656, 9.719489, 4.06435]}, {&quot;id&quot;: &quot;6309&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 669.0, &quot;att&quot;: 0.07142857142857234, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759558, 4.066322], [9.76425, 4.062528]]}, &quot;bbox&quot;: [9.759558, 4.062528, 9.76425, 4.066322]}, {&quot;id&quot;: &quot;6345&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 669.0, &quot;att&quot;: 0.12500000000000147, &quot;style&quot;: {&quot;color&quot;: &quot;#472d7b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759658, 4.066422], [9.76435, 4.062628]]}, &quot;bbox&quot;: [9.759658, 4.062628, 9.76435, 4.066422]}, {&quot;id&quot;: &quot;6381&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 451.0, &quot;att&quot;: 0.2631578947368423, &quot;style&quot;: {&quot;color&quot;: &quot;#39558c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710083, 4.063917], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.710083, 4.063917, 9.71287, 4.06688]}, {&quot;id&quot;: &quot;6417&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 451.0, &quot;att&quot;: 0.2777777777777771, &quot;style&quot;: {&quot;color&quot;: &quot;#375a8c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710182999999999, 4.064017], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.710182999999999, 4.064017, 9.71297, 4.06698]}, {&quot;id&quot;: &quot;6453&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 924.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79152, 4.065848], [9.799722, 4.06725]]}, &quot;bbox&quot;: [9.79152, 4.065848, 9.799722, 4.06725]}, {&quot;id&quot;: &quot;6489&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 924.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79162, 4.065948], [9.799821999999999, 4.067349999999999]]}, &quot;bbox&quot;: [9.79162, 4.065948, 9.799821999999999, 4.067349999999999]}, {&quot;id&quot;: &quot;6525&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.04166666666666728, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.72547, 4.07139]}, {&quot;id&quot;: &quot;6561&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.06249999999999875, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.72557, 4.07149]}, {&quot;id&quot;: &quot;6597&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 932.0, &quot;att&quot;: -0.13333333333333208, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.722972, 4.065667], [9.729139, 4.071389]]}, &quot;bbox&quot;: [9.722972, 4.065667, 9.729139, 4.071389]}, {&quot;id&quot;: &quot;6633&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 932.0, &quot;att&quot;: -0.08888888888889016, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.723072, 4.065767], [9.729239, 4.071489]]}, &quot;bbox&quot;: [9.723072, 4.065767, 9.729239, 4.071489]}, {&quot;id&quot;: &quot;6669&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 535.0, &quot;att&quot;: 0.05714285714285795, &quot;style&quot;: {&quot;color&quot;: &quot;#481668&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714869, 4.071278], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.71287, 4.06688, 9.714869, 4.071278]}, {&quot;id&quot;: &quot;6705&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 535.0, &quot;att&quot;: 0.1111111111111111, &quot;style&quot;: {&quot;color&quot;: &quot;#482878&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714969, 4.071378], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.71297, 4.06698, 9.714969, 4.071378]}, {&quot;id&quot;: &quot;6741&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 407.0, &quot;att&quot;: 0.06896551724138016, &quot;style&quot;: {&quot;color&quot;: &quot;#481a6c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729139, 4.071389], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.72547, 4.071389, 9.729139, 4.07139]}, {&quot;id&quot;: &quot;6777&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 407.0, &quot;att&quot;: 0.06896551724137788, &quot;style&quot;: {&quot;color&quot;: &quot;#481a6c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729239, 4.071489], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.72557, 4.071489, 9.729239, 4.07149]}, {&quot;id&quot;: &quot;6813&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 731.0, &quot;att&quot;: -0.009999999999999431, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736111, 4.072222], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.736111, 4.072222, 9.742681, 4.072661]}, {&quot;id&quot;: &quot;6849&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 731.0, &quot;att&quot;: 0.07692307692307797, &quot;style&quot;: {&quot;color&quot;: &quot;#481c6e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736210999999999, 4.072322], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.736210999999999, 4.072322, 9.742780999999999, 4.072761]}, {&quot;id&quot;: &quot;6885&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 561.0, &quot;att&quot;: 0.04347826086956589, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76925, 4.071639], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.76925, 4.071639, 9.774, 4.073367]}, {&quot;id&quot;: &quot;6921&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 561.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76935, 4.071739], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.76935, 4.071739, 9.774099999999999, 4.073467]}, {&quot;id&quot;: &quot;6957&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.721058, 4.084075]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.721058, 4.084075]}, {&quot;id&quot;: &quot;6993&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 0.04000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.721157999999999, 4.084175]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.721157999999999, 4.084175]}, {&quot;id&quot;: &quot;7029&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 0.06666666666666761, &quot;style&quot;: {&quot;color&quot;: &quot;#481a6c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.761667, 4.074778]}, {&quot;id&quot;: &quot;7065&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 0.3461538461538454, &quot;style&quot;: {&quot;color&quot;: &quot;#2f6b8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.761766999999999, 4.074878]}, {&quot;id&quot;: &quot;7101&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.11764705882353088, &quot;style&quot;: {&quot;color&quot;: &quot;#472a7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719639, 4.070306], [9.719417, 4.079889]]}, &quot;bbox&quot;: [9.719417, 4.070306, 9.719639, 4.079889]}, {&quot;id&quot;: &quot;7137&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.04000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719739, 4.070406], [9.719517, 4.079988999999999]]}, &quot;bbox&quot;: [9.719517, 4.070406, 9.719739, 4.079988999999999]}, {&quot;id&quot;: &quot;7173&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 0.033333333333333805, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.781778, 4.069972]]}, &quot;bbox&quot;: [9.781778, 4.069972, 9.786083, 4.0817]}, {&quot;id&quot;: &quot;7209&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 0.04166666666666728, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.781877999999999, 4.070072]]}, &quot;bbox&quot;: [9.781877999999999, 4.070072, 9.786183, 4.081799999999999]}, {&quot;id&quot;: &quot;7245&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 700.0, &quot;att&quot;: -0.023809523809524172, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.75645, 4.07833]]}, &quot;bbox&quot;: [9.75645, 4.074778, 9.761667, 4.07833]}, {&quot;id&quot;: &quot;7281&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.0015698587127158778, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.756549999999999, 4.07843]]}, &quot;bbox&quot;: [9.756549999999999, 4.074878, 9.761766999999999, 4.07843]}, {&quot;id&quot;: &quot;7317&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 480.0, &quot;att&quot;: -0.04545454545454281, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719417, 4.079889], [9.721778, 4.07625]]}, &quot;bbox&quot;: [9.719417, 4.07625, 9.721778, 4.079889]}, {&quot;id&quot;: &quot;7353&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 480.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719517, 4.079988999999999], [9.721878, 4.07635]]}, &quot;bbox&quot;: [9.719517, 4.07635, 9.721878, 4.079988999999999]}, {&quot;id&quot;: &quot;7389&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1476.0, &quot;att&quot;: -0.039999999999997725, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756825, 4.081867], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.756825, 4.081867]}, {&quot;id&quot;: &quot;7425&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 0.4230769230769234, &quot;style&quot;: {&quot;color&quot;: &quot;#277e8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756924999999999, 4.081967], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.756924999999999, 4.081967]}, {&quot;id&quot;: &quot;7461&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.801611, 4.076722]]}, &quot;bbox&quot;: [9.786083, 4.076722, 9.801611, 4.0817]}, {&quot;id&quot;: &quot;7497&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 0.04000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.801711, 4.076822]]}, &quot;bbox&quot;: [9.786183, 4.076822, 9.801711, 4.081799999999999]}, {&quot;id&quot;: &quot;7533&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 0.032258064516129475, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.742681, 4.072661, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;7569&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.742780999999999, 4.072761, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;7605&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 0.2173913043478257, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4889&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.752944, 4.073367, 9.774, 4.085936]}, {&quot;id&quot;: &quot;7641&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 0.07692307692307797, &quot;style&quot;: {&quot;color&quot;: &quot;#481c6e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.753044, 4.073467, 9.774099999999999, 4.086036]}, {&quot;id&quot;: &quot;7677&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080070N-9.789737E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18848.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 888.0, &quot;att&quot;: 0.5, &quot;style&quot;: {&quot;color&quot;: &quot;#21918c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.79339, 4.07844]]}, &quot;bbox&quot;: [9.786083, 4.07844, 9.79339, 4.0817]}, {&quot;id&quot;: &quot;7713&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.753278, 4.074861]]}, &quot;bbox&quot;: [9.752944, 4.074861, 9.753278, 4.085936]}, {&quot;id&quot;: &quot;7749&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 0.13636363636363488, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.753378, 4.074961]]}, &quot;bbox&quot;: [9.753044, 4.074961, 9.753378, 4.086036]}, {&quot;id&quot;: &quot;7785&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 968.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765535, 4.081441], [9.756825, 4.081867]]}, &quot;bbox&quot;: [9.756825, 4.081441, 9.765535, 4.081867]}, {&quot;id&quot;: &quot;7821&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 968.0, &quot;att&quot;: 0.05000000000000071, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765635, 4.081541], [9.756924999999999, 4.081967]]}, &quot;bbox&quot;: [9.756924999999999, 4.081541, 9.765635, 4.081967]}, {&quot;id&quot;: &quot;7857&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 0.04347826086956576, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.7949, 4.08393]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.7949, 4.08393]}, {&quot;id&quot;: &quot;7893&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 0.04347826086956589, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.795, 4.084029999999999]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.795, 4.084029999999999]}, {&quot;id&quot;: &quot;7929&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 895.0, &quot;att&quot;: 0.023255813953487067, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.77848, 4.08438]]}, &quot;bbox&quot;: [9.77848, 4.0817, 9.786083, 4.08438]}, {&quot;id&quot;: &quot;7965&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 895.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.77858, 4.08448]]}, &quot;bbox&quot;: [9.77858, 4.081799999999999, 9.786183, 4.08448]}, {&quot;id&quot;: &quot;8001&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 0.09090909090909208, &quot;style&quot;: {&quot;color&quot;: &quot;#482173&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.751769, 4.093194]]}, &quot;bbox&quot;: [9.751769, 4.074778, 9.761667, 4.093194]}, {&quot;id&quot;: &quot;8037&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 0.02777777777777816, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.751869, 4.093294]]}, &quot;bbox&quot;: [9.751869, 4.074878, 9.761766999999999, 4.093294]}, {&quot;id&quot;: &quot;8073&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.728889, 4.083056]]}, &quot;bbox&quot;: [9.728889, 4.083056, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8109&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 0.055555555555552485, &quot;style&quot;: {&quot;color&quot;: &quot;#481668&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.728989, 4.083156]]}, &quot;bbox&quot;: [9.728989, 4.083156, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8145&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 0.16666666666666619, &quot;style&quot;: {&quot;color&quot;: &quot;#443983&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.738306, 4.083528]]}, &quot;bbox&quot;: [9.738306, 4.083528, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8181&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.738406, 4.083628]]}, &quot;bbox&quot;: [9.738406, 4.083628, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8217&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 947.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.783583, 4.089889]]}, &quot;bbox&quot;: [9.783583, 4.0817, 9.786083, 4.089889]}, {&quot;id&quot;: &quot;8253&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 947.0, &quot;att&quot;: 0.05263157894736547, &quot;style&quot;: {&quot;color&quot;: &quot;#481467&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.783683, 4.089989]]}, &quot;bbox&quot;: [9.783683, 4.081799999999999, 9.786183, 4.089989]}, {&quot;id&quot;: &quot;8289&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 0.4615384615384636, &quot;style&quot;: {&quot;color&quot;: &quot;#24878e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.743333, 4.074778, 9.761667, 4.097333]}, {&quot;id&quot;: &quot;8325&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 0.5, &quot;style&quot;: {&quot;color&quot;: &quot;#21918c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.743433, 4.074878, 9.761766999999999, 4.097433]}, {&quot;id&quot;: &quot;8361&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 0.03030303030303076, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.76601, 4.08663]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.76601, 4.08663]}, {&quot;id&quot;: &quot;8397&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 0.02325581395348872, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.76611, 4.08673]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.76611, 4.08673]}, {&quot;id&quot;: &quot;8433&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.808667, 4.091389]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.808667, 4.091389]}, {&quot;id&quot;: &quot;8469&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2727.0, &quot;att&quot;: -0.03571428571428617, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.808767, 4.091489]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.808767, 4.091489]}, {&quot;id&quot;: &quot;8505&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 830.0, &quot;att&quot;: 0.042553191489362284, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.758611, 4.090833]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.758611, 4.090833]}, {&quot;id&quot;: &quot;8541&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 830.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.758711, 4.090933]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.758711, 4.090933]}, {&quot;id&quot;: &quot;8577&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 555.0, &quot;att&quot;: -0.06250000000000111, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73381, 4.08679], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.73381, 4.08679, 9.736042, 4.091278]}, {&quot;id&quot;: &quot;8613&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 555.0, &quot;att&quot;: 0.04000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73391, 4.0868899999999995], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.73391, 4.0868899999999995, 9.736142, 4.091378]}, {&quot;id&quot;: &quot;8649&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 0.10000000000000142, &quot;style&quot;: {&quot;color&quot;: &quot;#482475&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.744, 4.104861]]}, &quot;bbox&quot;: [9.744, 4.074778, 9.761667, 4.104861]}, {&quot;id&quot;: &quot;8685&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.7441, 4.104960999999999]]}, &quot;bbox&quot;: [9.7441, 4.074878, 9.761766999999999, 4.104960999999999]}, {&quot;id&quot;: &quot;8721&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 889.0, &quot;att&quot;: 0.14285714285713996, &quot;style&quot;: {&quot;color&quot;: &quot;#46327e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76601, 4.08663], [9.764367, 4.0945]]}, &quot;bbox&quot;: [9.764367, 4.08663, 9.76601, 4.0945]}, {&quot;id&quot;: &quot;8757&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 889.0, &quot;att&quot;: 0.17647058823529288, &quot;style&quot;: {&quot;color&quot;: &quot;#433d84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76611, 4.08673], [9.764467, 4.0946]]}, &quot;bbox&quot;: [9.764467, 4.08673, 9.76611, 4.0946]}, {&quot;id&quot;: &quot;8793&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 736.0, &quot;att&quot;: 0.06666666666666761, &quot;style&quot;: {&quot;color&quot;: &quot;#481a6c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729444, 4.091944], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.729444, 4.091278, 9.736042, 4.091944]}, {&quot;id&quot;: &quot;8829&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 736.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729544, 4.092044], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.729544, 4.091378, 9.736142, 4.092044]}, {&quot;id&quot;: &quot;8865&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 419.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74168, 4.09393], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.74168, 4.09393, 9.743333, 4.097333]}, {&quot;id&quot;: &quot;8901&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 419.0, &quot;att&quot;: 0.04347826086956589, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:35:00&quot;, &quot;2019-07-17T19:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74178, 4.09403], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.74178, 4.09403, 9.743433, 4.097433]}, {&quot;id&quot;: &quot;7&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 0.1481481481481501, &quot;style&quot;: {&quot;color&quot;: &quot;#46337f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.791866, 3.97665]]}, &quot;bbox&quot;: [9.787167, 3.97665, 9.791866, 3.992722]}, {&quot;id&quot;: &quot;43&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 0.07142857142857252, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.791966, 3.97675]]}, &quot;bbox&quot;: [9.787267, 3.97675, 9.791966, 3.9928220000000003]}, {&quot;id&quot;: &quot;79&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.25, &quot;style&quot;: {&quot;color&quot;: &quot;#3b528b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.81613, 3.97866]]}, &quot;bbox&quot;: [9.787167, 3.97866, 9.81613, 3.992722]}, {&quot;id&quot;: &quot;115&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.02367941712204015, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.81623, 3.9787600000000003]]}, &quot;bbox&quot;: [9.787267, 3.9787600000000003, 9.81623, 3.9928220000000003]}, {&quot;id&quot;: &quot;151&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 556.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763806, 3.997361], [9.75885, 3.99663]]}, &quot;bbox&quot;: [9.75885, 3.99663, 9.763806, 3.997361]}, {&quot;id&quot;: &quot;187&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 556.0, &quot;att&quot;: -0.07142857142856708, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763906, 3.9974610000000004], [9.75895, 3.9967300000000003]]}, &quot;bbox&quot;: [9.75895, 3.9967300000000003, 9.763906, 3.9974610000000004]}, {&quot;id&quot;: &quot;223&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 402.0, &quot;att&quot;: 0.03921568627450901, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745083, 4.002553], [9.748639, 4.003231]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.748639, 4.003231]}, {&quot;id&quot;: &quot;259&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 402.0, &quot;att&quot;: 0.024691358024691704, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745182999999999, 4.002653], [9.748739, 4.003331]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.748739, 4.003331]}, {&quot;id&quot;: &quot;295&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 774.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76732, 4.003512], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.76732, 4.003512, 9.767719, 4.0105]}, {&quot;id&quot;: &quot;331&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 774.0, &quot;att&quot;: 0.028571428571426947, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76742, 4.0036119999999995], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.76742, 4.0036119999999995, 9.767819, 4.0106]}, {&quot;id&quot;: &quot;367&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2535.0, &quot;att&quot;: -0.030303030303032913, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799472, 4.004194], [9.778111, 4.012278]]}, &quot;bbox&quot;: [9.778111, 4.004194, 9.799472, 4.012278]}, {&quot;id&quot;: &quot;403&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 0.03703703703704016, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799572, 4.004294], [9.778211, 4.012378]]}, &quot;bbox&quot;: [9.778211, 4.004294, 9.799572, 4.012378]}, {&quot;id&quot;: &quot;439&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 1.1296296296296302, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.705944, 4.01775], [9.701194, 4.008306]]}, &quot;bbox&quot;: [9.701194, 4.008306, 9.705944, 4.01775]}, {&quot;id&quot;: &quot;475&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 0.07654723127035824, &quot;style&quot;: {&quot;color&quot;: &quot;#481c6e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706044, 4.01785], [9.701293999999999, 4.008406]]}, &quot;bbox&quot;: [9.701293999999999, 4.008406, 9.706044, 4.01785]}, {&quot;id&quot;: &quot;511&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 0.02564102564102424, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.763806, 3.997361]]}, &quot;bbox&quot;: [9.763806, 3.997361, 9.767833, 4.029]}, {&quot;id&quot;: &quot;547&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3527.0, &quot;att&quot;: -0.02702702702702744, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.763906, 3.9974610000000004]]}, &quot;bbox&quot;: [9.763906, 3.9974610000000004, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;583&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 0.05194805194805174, &quot;style&quot;: {&quot;color&quot;: &quot;#481467&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741417, 4.009639], [9.723611, 4.020194]]}, &quot;bbox&quot;: [9.723611, 4.009639, 9.741417, 4.020194]}, {&quot;id&quot;: &quot;619&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 0.05128205128205107, &quot;style&quot;: {&quot;color&quot;: &quot;#481467&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741517, 4.009739], [9.723711, 4.020294]]}, &quot;bbox&quot;: [9.723711, 4.009739, 9.741517, 4.020294]}, {&quot;id&quot;: &quot;655&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 0.019607843137255204, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.745083, 4.002553]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.767833, 4.029]}, {&quot;id&quot;: &quot;691&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 0.01333333333333447, &quot;style&quot;: {&quot;color&quot;: &quot;#450559&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.745182999999999, 4.002653]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;727&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 466.0, &quot;att&quot;: 0.2799999999999997, &quot;style&quot;: {&quot;color&quot;: &quot;#375a8c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73456, 4.01734]]}, &quot;bbox&quot;: [9.73456, 4.015972, 9.738528, 4.01734]}, {&quot;id&quot;: &quot;763&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 466.0, &quot;att&quot;: 0.3275862068965525, &quot;style&quot;: {&quot;color&quot;: &quot;#31668e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73466, 4.01744]]}, &quot;bbox&quot;: [9.73466, 4.016071999999999, 9.738628, 4.01744]}, {&quot;id&quot;: &quot;799&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8335.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2787.0, &quot;att&quot;: -0.039999999999997725, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.762056, 4.004472]]}, &quot;bbox&quot;: [9.762056, 4.004472, 9.767833, 4.029]}, {&quot;id&quot;: &quot;835&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8454.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.762156, 4.004572]]}, &quot;bbox&quot;: [9.762156, 4.004572, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;871&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 0.016666666666666902, &quot;style&quot;: {&quot;color&quot;: &quot;#46075a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.768083, 4.017917]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.768083, 4.017917]}, {&quot;id&quot;: &quot;907&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 0.063829787234042, &quot;style&quot;: {&quot;color&quot;: &quot;#48186a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.768183, 4.0180169999999995]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.768183, 4.0180169999999995]}, {&quot;id&quot;: &quot;943&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.7941176470588247, &quot;style&quot;: {&quot;color&quot;: &quot;#77d153&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727083, 4.023444], [9.72629, 4.01048]]}, &quot;bbox&quot;: [9.72629, 4.01048, 9.727083, 4.023444]}, {&quot;id&quot;: &quot;979&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.16216216216216242, &quot;style&quot;: {&quot;color&quot;: &quot;#453882&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727183, 4.023543999999999], [9.72639, 4.01058]]}, &quot;bbox&quot;: [9.72639, 4.01058, 9.727183, 4.023543999999999]}, {&quot;id&quot;: &quot;1015&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 0.14285714285714285, &quot;style&quot;: {&quot;color&quot;: &quot;#46327e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.757556, 4.0195]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.757556, 4.0195]}, {&quot;id&quot;: &quot;1051&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 0.048780487804878724, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.757655999999999, 4.0196]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.757655999999999, 4.0196]}, {&quot;id&quot;: &quot;1087&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 0.004545454545454933, &quot;style&quot;: {&quot;color&quot;: &quot;#440256&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.756817, 4.008442]]}, &quot;bbox&quot;: [9.756817, 4.008442, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1123&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 0.021505376344086332, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.756917, 4.008541999999999]]}, &quot;bbox&quot;: [9.756917, 4.008541999999999, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1159&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.0016313213703099741, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744694, 4.014417], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.744694, 4.014417, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1195&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744794, 4.014517], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.744794, 4.014517, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1231&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.767719, 4.0105, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1267&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 0.022222222222222573, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.767819, 4.0106, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1303&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 0.12121212121212135, &quot;style&quot;: {&quot;color&quot;: &quot;#472c7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.780278, 4.023889]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.780278, 4.023889]}, {&quot;id&quot;: &quot;1339&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 0.222222222222223, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4989&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.780377999999999, 4.023988999999999]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.780377999999999, 4.023988999999999]}, {&quot;id&quot;: &quot;1375&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 0.34210526315789547, &quot;style&quot;: {&quot;color&quot;: &quot;#306a8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.721083, 4.0115]]}, &quot;bbox&quot;: [9.696744, 4.0115, 9.721083, 4.029381]}, {&quot;id&quot;: &quot;1411&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 0.3265306122448969, &quot;style&quot;: {&quot;color&quot;: &quot;#31668e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.721183, 4.0116]]}, &quot;bbox&quot;: [9.696844, 4.0116, 9.721183, 4.029481]}, {&quot;id&quot;: &quot;1447&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 654.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743889, 4.0194], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.743889, 4.0194, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1483&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 654.0, &quot;att&quot;: 0.03448275862069016, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743989, 4.0195], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.743989, 4.0195, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1519&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024043N-9.680260E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2266.0, &quot;att&quot;: 0.11111111111111129, &quot;style&quot;: {&quot;color&quot;: &quot;#482878&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.67025, 4.022056], [9.69027, 4.02603]]}, &quot;bbox&quot;: [9.67025, 4.022056, 9.69027, 4.02603]}, {&quot;id&quot;: &quot;1555&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 1.620689655172413, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.72802, 4.03279]]}, &quot;bbox&quot;: [9.72802, 4.015972, 9.738528, 4.03279]}, {&quot;id&quot;: &quot;1591&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 0.8749999999999983, &quot;style&quot;: {&quot;color&quot;: &quot;#aadc32&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.72812, 4.03289]]}, &quot;bbox&quot;: [9.72812, 4.016071999999999, 9.738628, 4.03289]}, {&quot;id&quot;: &quot;1627&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.07547169811320856, &quot;style&quot;: {&quot;color&quot;: &quot;#481c6e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.69921, 4.02012]]}, &quot;bbox&quot;: [9.696744, 4.02012, 9.69921, 4.029381]}, {&quot;id&quot;: &quot;1663&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.04895104895104864, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.69931, 4.02022]]}, &quot;bbox&quot;: [9.696844, 4.02022, 9.69931, 4.029481]}, {&quot;id&quot;: &quot;1699&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18737.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.77399, 4.02125]]}, &quot;bbox&quot;: [9.767833, 4.02125, 9.77399, 4.029]}, {&quot;id&quot;: &quot;1735&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17727.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.77409, 4.02135]]}, &quot;bbox&quot;: [9.767933, 4.02135, 9.77409, 4.0291]}, {&quot;id&quot;: &quot;1771&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14431.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 874.0, &quot;att&quot;: 0.206896551724138, &quot;style&quot;: {&quot;color&quot;: &quot;#404588&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737194, 4.022139], [9.741992, 4.0284]]}, &quot;bbox&quot;: [9.737194, 4.022139, 9.741992, 4.0284]}, {&quot;id&quot;: &quot;1807&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14921.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 874.0, &quot;att&quot;: 0.20000000000000048, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737294, 4.022239], [9.742092, 4.0285]]}, &quot;bbox&quot;: [9.737294, 4.022239, 9.742092, 4.0285]}, {&quot;id&quot;: &quot;1843&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.7142857142857143, &quot;style&quot;: {&quot;color&quot;: &quot;#4ac16d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73325, 4.035278]]}, &quot;bbox&quot;: [9.73325, 4.015972, 9.738528, 4.035278]}, {&quot;id&quot;: &quot;1879&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.8800000000000011, &quot;style&quot;: {&quot;color&quot;: &quot;#b0dd2f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73335, 4.035378]]}, &quot;bbox&quot;: [9.73335, 4.016071999999999, 9.738628, 4.035378]}, {&quot;id&quot;: &quot;1915&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 0.7058823529411762, &quot;style&quot;: {&quot;color&quot;: &quot;#46c06f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.70976, 4.02238]]}, &quot;bbox&quot;: [9.696744, 4.02238, 9.70976, 4.029381]}, {&quot;id&quot;: &quot;1951&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 0.7115384615384609, &quot;style&quot;: {&quot;color&quot;: &quot;#4ac16d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.709859999999999, 4.02248]]}, &quot;bbox&quot;: [9.696844, 4.02248, 9.709859999999999, 4.029481]}, {&quot;id&quot;: &quot;1987&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 755.0, &quot;att&quot;: 0.15151515151515133, &quot;style&quot;: {&quot;color&quot;: &quot;#463480&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.694556, 4.022917]]}, &quot;bbox&quot;: [9.694556, 4.022917, 9.696744, 4.029381]}, {&quot;id&quot;: &quot;2023&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 755.0, &quot;att&quot;: 0.09999999999999964, &quot;style&quot;: {&quot;color&quot;: &quot;#482475&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.694656, 4.023016999999999]]}, &quot;bbox&quot;: [9.694656, 4.023016999999999, 9.696844, 4.029481]}, {&quot;id&quot;: &quot;2059&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.72684, 4.01658]]}, &quot;bbox&quot;: [9.72684, 4.01658, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2095&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 0.7209302325581392, &quot;style&quot;: {&quot;color&quot;: &quot;#4ec36b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.726939999999999, 4.01668]]}, &quot;bbox&quot;: [9.726939999999999, 4.01668, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2131&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 364.0, &quot;att&quot;: 0.5000000000000026, &quot;style&quot;: {&quot;color&quot;: &quot;#21918c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.705139, 4.028333]]}, &quot;bbox&quot;: [9.701944, 4.028333, 9.705139, 4.029083]}, {&quot;id&quot;: &quot;2167&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 364.0, &quot;att&quot;: 0.6470588235294115, &quot;style&quot;: {&quot;color&quot;: &quot;#2eb37c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.705239, 4.028433]]}, &quot;bbox&quot;: [9.702043999999999, 4.028433, 9.705239, 4.029183]}, {&quot;id&quot;: &quot;2203&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 0.09302325581395307, &quot;style&quot;: {&quot;color&quot;: &quot;#482173&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.686417, 4.029444]]}, &quot;bbox&quot;: [9.686417, 4.029381, 9.696744, 4.029444]}, {&quot;id&quot;: &quot;2239&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 0.12195121951219529, &quot;style&quot;: {&quot;color&quot;: &quot;#472c7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.686517, 4.029544]]}, &quot;bbox&quot;: [9.686517, 4.029481, 9.696844, 4.029544]}, {&quot;id&quot;: &quot;2275&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 868.0, &quot;att&quot;: 0.3749999999999996, &quot;style&quot;: {&quot;color&quot;: &quot;#2c718e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.709194, 4.032028]]}, &quot;bbox&quot;: [9.701944, 4.029083, 9.709194, 4.032028]}, {&quot;id&quot;: &quot;2311&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 868.0, &quot;att&quot;: 0.3913043478260868, &quot;style&quot;: {&quot;color&quot;: &quot;#2a768e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.709294, 4.032128]]}, &quot;bbox&quot;: [9.702043999999999, 4.029183, 9.709294, 4.032128]}, {&quot;id&quot;: &quot;2347&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 666.0, &quot;att&quot;: 0.06666666666666525, &quot;style&quot;: {&quot;color&quot;: &quot;#481a6c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.691575, 4.032433]]}, &quot;bbox&quot;: [9.691575, 4.029381, 9.696744, 4.032433]}, {&quot;id&quot;: &quot;2383&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 666.0, &quot;att&quot;: 0.037037037037037625, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.691675, 4.032533]]}, &quot;bbox&quot;: [9.691675, 4.029481, 9.696844, 4.032533]}, {&quot;id&quot;: &quot;2419&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 536.0, &quot;att&quot;: 0.590909090909092, &quot;style&quot;: {&quot;color&quot;: &quot;#21a685&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699417, 4.033417]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699417, 4.033417]}, {&quot;id&quot;: &quot;2455&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 536.0, &quot;att&quot;: 0.5, &quot;style&quot;: {&quot;color&quot;: &quot;#21918c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699517, 4.033517]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699517, 4.033517]}, {&quot;id&quot;: &quot;2491&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 0.5405405405405401, &quot;style&quot;: {&quot;color&quot;: &quot;#1f9a8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.727083, 4.023444]]}, &quot;bbox&quot;: [9.727083, 4.023444, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2527&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 0.9230769230769232, &quot;style&quot;: {&quot;color&quot;: &quot;#cde11d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.727183, 4.023543999999999]]}, &quot;bbox&quot;: [9.727183, 4.023543999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2563&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.26829268292682823, &quot;style&quot;: {&quot;color&quot;: &quot;#39568c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71564, 4.032], [9.71203, 4.03312]]}, &quot;bbox&quot;: [9.71203, 4.032, 9.71564, 4.03312]}, {&quot;id&quot;: &quot;2599&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.17021276595744636, &quot;style&quot;: {&quot;color&quot;: &quot;#443a83&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71574, 4.0321], [9.71213, 4.03322]]}, &quot;bbox&quot;: [9.71213, 4.0321, 9.71574, 4.03322]}, {&quot;id&quot;: &quot;2635&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 0.17948717948717996, &quot;style&quot;: {&quot;color&quot;: &quot;#433d84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.755167, 4.037361]]}, &quot;bbox&quot;: [9.755167, 4.029, 9.767833, 4.037361]}, {&quot;id&quot;: &quot;2671&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 0.13513513513513528, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.755267, 4.0374609999999995]]}, &quot;bbox&quot;: [9.755267, 4.0291, 9.767933, 4.0374609999999995]}, {&quot;id&quot;: &quot;2707&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 323.0, &quot;att&quot;: 0.14999999999999858, &quot;style&quot;: {&quot;color&quot;: &quot;#463480&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691575, 4.032433], [9.691889, 4.035333]]}, &quot;bbox&quot;: [9.691575, 4.032433, 9.691889, 4.035333]}, {&quot;id&quot;: &quot;2743&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 323.0, &quot;att&quot;: 0.11764705882353088, &quot;style&quot;: {&quot;color&quot;: &quot;#472a7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691675, 4.032533], [9.691989, 4.035432999999999]]}, &quot;bbox&quot;: [9.691675, 4.032533, 9.691989, 4.035432999999999]}, {&quot;id&quot;: &quot;2779&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 516.0, &quot;att&quot;: 0.031249999999998265, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774333, 4.033028], [9.77026, 4.03527]]}, &quot;bbox&quot;: [9.77026, 4.033028, 9.774333, 4.03527]}, {&quot;id&quot;: &quot;2815&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 516.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774433, 4.033128], [9.77036, 4.0353699999999995]]}, &quot;bbox&quot;: [9.77036, 4.033128, 9.774433, 4.0353699999999995]}, {&quot;id&quot;: &quot;2851&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 0.4599999999999994, &quot;style&quot;: {&quot;color&quot;: &quot;#24868e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.725667, 4.028583]]}, &quot;bbox&quot;: [9.725667, 4.028583, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2887&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.725767, 4.028683]]}, &quot;bbox&quot;: [9.725767, 4.028683, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2923&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 0.3333333333333333, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699006, 4.040886]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699006, 4.040886]}, {&quot;id&quot;: &quot;2959&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 0.33333333333333465, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699106, 4.040986]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699106, 4.040986]}, {&quot;id&quot;: &quot;2995&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17810.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 610.0, &quot;att&quot;: 0.23809523809523875, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4e8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683883, 4.033886], [9.688056, 4.037472]]}, &quot;bbox&quot;: [9.683883, 4.033886, 9.688056, 4.037472]}, {&quot;id&quot;: &quot;3031&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18820.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 610.0, &quot;att&quot;: 0.03703703703703753, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683983, 4.033986], [9.688156, 4.037572]]}, &quot;bbox&quot;: [9.683983, 4.033986, 9.688156, 4.037572]}, {&quot;id&quot;: &quot;3067&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1950.0, &quot;att&quot;: -0.05882352941176421, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.766222, 4.046556]]}, &quot;bbox&quot;: [9.766222, 4.029, 9.767833, 4.046556]}, {&quot;id&quot;: &quot;3103&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 0.03921568627451035, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.766322, 4.046656]]}, &quot;bbox&quot;: [9.766322, 4.0291, 9.767933, 4.046656]}, {&quot;id&quot;: &quot;3139&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 433.0, &quot;att&quot;: 0.846153846153844, &quot;style&quot;: {&quot;color&quot;: &quot;#98d83e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706106, 4.040083], [9.703794, 4.036926]]}, &quot;bbox&quot;: [9.703794, 4.036926, 9.706106, 4.040083]}, {&quot;id&quot;: &quot;3175&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 433.0, &quot;att&quot;: 0.3571428571428575, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6e8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706206, 4.040183], [9.703894, 4.037026]]}, &quot;bbox&quot;: [9.703894, 4.037026, 9.706206, 4.040183]}, {&quot;id&quot;: &quot;3211&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 0.32558139534883657, &quot;style&quot;: {&quot;color&quot;: &quot;#31668e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.711917, 4.037722]]}, &quot;bbox&quot;: [9.711917, 4.037722, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;3247&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 0.326086956521739, &quot;style&quot;: {&quot;color&quot;: &quot;#31668e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.712017, 4.037821999999999]]}, &quot;bbox&quot;: [9.712017, 4.037821999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;3283&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 928.0, &quot;att&quot;: 0.965517241379311, &quot;style&quot;: {&quot;color&quot;: &quot;#eae51a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.741011, 4.038342]]}, &quot;bbox&quot;: [9.733028, 4.038342, 9.741011, 4.040819]}, {&quot;id&quot;: &quot;3319&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 928.0, &quot;att&quot;: 0.1698113207547168, &quot;style&quot;: {&quot;color&quot;: &quot;#443a83&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.741111, 4.038442]]}, &quot;bbox&quot;: [9.733127999999999, 4.038442, 9.741111, 4.040919]}, {&quot;id&quot;: &quot;3355&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 441.0, &quot;att&quot;: 0.2857142857142868, &quot;style&quot;: {&quot;color&quot;: &quot;#365c8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.70265, 4.03931]]}, &quot;bbox&quot;: [9.699006, 4.03931, 9.70265, 4.040886]}, {&quot;id&quot;: &quot;3391&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 441.0, &quot;att&quot;: 0.2500000000000006, &quot;style&quot;: {&quot;color&quot;: &quot;#3b528b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.70275, 4.03941]]}, &quot;bbox&quot;: [9.699106, 4.03941, 9.70275, 4.040986]}, {&quot;id&quot;: &quot;3427&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 697.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774, 4.042306], [9.7795, 4.039278]]}, &quot;bbox&quot;: [9.774, 4.039278, 9.7795, 4.042306]}, {&quot;id&quot;: &quot;3463&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 697.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774099999999999, 4.042406], [9.7796, 4.039378]]}, &quot;bbox&quot;: [9.774099999999999, 4.039378, 9.7796, 4.042406]}, {&quot;id&quot;: &quot;3500&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041057N-9.688122E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 387.0, &quot;att&quot;: 0.04166666666666728, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.689827, 4.040697]]}, &quot;bbox&quot;: [9.686417, 4.040697, 9.689827, 4.041417]}, {&quot;id&quot;: &quot;3536&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 975.0, &quot;att&quot;: 0.07000000000000028, &quot;style&quot;: {&quot;color&quot;: &quot;#481a6c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762056, 4.03875], [9.754583, 4.043386]]}, &quot;bbox&quot;: [9.754583, 4.03875, 9.762056, 4.043386]}, {&quot;id&quot;: &quot;3572&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 975.0, &quot;att&quot;: 0.16279069767441773, &quot;style&quot;: {&quot;color&quot;: &quot;#453882&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762156, 4.03885], [9.754683, 4.043486]]}, &quot;bbox&quot;: [9.754683, 4.03885, 9.762156, 4.043486]}, {&quot;id&quot;: &quot;3608&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.4193548387096763, &quot;style&quot;: {&quot;color&quot;: &quot;#287d8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.728389, 4.041694]]}, &quot;bbox&quot;: [9.728389, 4.040819, 9.733028, 4.041694]}, {&quot;id&quot;: &quot;3644&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.02505694760820049, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.728489, 4.041793999999999]]}, &quot;bbox&quot;: [9.728489, 4.040919, 9.733127999999999, 4.041793999999999]}, {&quot;id&quot;: &quot;3680&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 0.08620689655172407, &quot;style&quot;: {&quot;color&quot;: &quot;#482071&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.779361, 4.053694]]}, &quot;bbox&quot;: [9.767833, 4.029, 9.779361, 4.053694]}, {&quot;id&quot;: &quot;3716&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 0.033333333333332625, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.779461, 4.053794]]}, &quot;bbox&quot;: [9.767933, 4.0291, 9.779461, 4.053794]}, {&quot;id&quot;: &quot;3752&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 0.9545454545454539, &quot;style&quot;: {&quot;color&quot;: &quot;#e2e418&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.747639, 4.043778]]}, &quot;bbox&quot;: [9.733028, 4.040819, 9.747639, 4.043778]}, {&quot;id&quot;: &quot;3788&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 0.7540983606557374, &quot;style&quot;: {&quot;color&quot;: &quot;#60ca60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.747739, 4.043877999999999]]}, &quot;bbox&quot;: [9.733127999999999, 4.040919, 9.747739, 4.043877999999999]}, {&quot;id&quot;: &quot;3824&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 0.7234042553191498, &quot;style&quot;: {&quot;color&quot;: &quot;#50c46a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702978, 4.056559], [9.73025, 4.028444]]}, &quot;bbox&quot;: [9.702978, 4.028444, 9.73025, 4.056559]}, {&quot;id&quot;: &quot;3860&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 0.22727272727272735, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4c8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703078, 4.056659], [9.73035, 4.028544]]}, &quot;bbox&quot;: [9.703078, 4.028544, 9.73035, 4.056659]}, {&quot;id&quot;: &quot;3896&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.052631578947369015, &quot;style&quot;: {&quot;color&quot;: &quot;#481467&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.69725, 4.04425]]}, &quot;bbox&quot;: [9.69725, 4.040886, 9.699006, 4.04425]}, {&quot;id&quot;: &quot;3932&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.04545454545454604, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.69735, 4.04435]]}, &quot;bbox&quot;: [9.69735, 4.040986, 9.699106, 4.04435]}, {&quot;id&quot;: &quot;3968&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 431.0, &quot;att&quot;: 0.27027027027027006, &quot;style&quot;: {&quot;color&quot;: &quot;#38588c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704083, 4.04244], [9.707889, 4.043194]]}, &quot;bbox&quot;: [9.704083, 4.04244, 9.707889, 4.043194]}, {&quot;id&quot;: &quot;4004&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 431.0, &quot;att&quot;: 0.2631578947368418, &quot;style&quot;: {&quot;color&quot;: &quot;#39558c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704183, 4.04254], [9.707989, 4.0432939999999995]]}, &quot;bbox&quot;: [9.704183, 4.04254, 9.707989, 4.0432939999999995]}, {&quot;id&quot;: &quot;4042&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043833N-9.687306E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 570.0, &quot;att&quot;: 0.13333333333333286, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.688194, 4.04625]]}, &quot;bbox&quot;: [9.686417, 4.041417, 9.688194, 4.04625]}, {&quot;id&quot;: &quot;4078&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 810.0, &quot;att&quot;: 0.4230769230769234, &quot;style&quot;: {&quot;color&quot;: &quot;#277e8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707889, 4.043194], [9.700739, 4.044661]]}, &quot;bbox&quot;: [9.700739, 4.043194, 9.707889, 4.044661]}, {&quot;id&quot;: &quot;4114&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 810.0, &quot;att&quot;: 0.48000000000000115, &quot;style&quot;: {&quot;color&quot;: &quot;#228b8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707989, 4.0432939999999995], [9.700839, 4.044760999999999]]}, &quot;bbox&quot;: [9.700839, 4.0432939999999995, 9.707989, 4.044760999999999]}, {&quot;id&quot;: &quot;4150&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 706.0, &quot;att&quot;: 0.6666666666666676, &quot;style&quot;: {&quot;color&quot;: &quot;#35b779&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728389, 4.041694], [9.72575, 4.0475]]}, &quot;bbox&quot;: [9.72575, 4.041694, 9.728389, 4.0475]}, {&quot;id&quot;: &quot;4186&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 706.0, &quot;att&quot;: 0.7045454545454551, &quot;style&quot;: {&quot;color&quot;: &quot;#46c06f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728489, 4.041793999999999], [9.72585, 4.0476]]}, &quot;bbox&quot;: [9.72585, 4.041793999999999, 9.728489, 4.0476]}, {&quot;id&quot;: &quot;4222&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 0.2051282051282063, &quot;style&quot;: {&quot;color&quot;: &quot;#404588&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.699006, 4.040886, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4258&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 0.35999999999999943, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6f8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.699106, 4.040986, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4294&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14487.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 611.0, &quot;att&quot;: 0.37931034482758597, &quot;style&quot;: {&quot;color&quot;: &quot;#2c738e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71598, 4.04642], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.71598, 4.04642, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4330&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14977.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 611.0, &quot;att&quot;: 0.3333333333333325, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71608, 4.04652], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.71608, 4.04652, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4366&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048013N-9.705195E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 822.0, &quot;att&quot;: 0.03636363636363559, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703528, 4.044694], [9.706861, 4.051333]]}, &quot;bbox&quot;: [9.703528, 4.044694, 9.706861, 4.051333]}, {&quot;id&quot;: &quot;4402&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 317.0, &quot;att&quot;: 0.2582159624413145, &quot;style&quot;: {&quot;color&quot;: &quot;#3a548c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698333, 4.049556], [9.698917, 4.04675]]}, &quot;bbox&quot;: [9.698333, 4.04675, 9.698917, 4.049556]}, {&quot;id&quot;: &quot;4438&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 317.0, &quot;att&quot;: 0.04166666666666728, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698433, 4.049656], [9.699017, 4.04685]]}, &quot;bbox&quot;: [9.698433, 4.04685, 9.699017, 4.049656]}, {&quot;id&quot;: &quot;4474&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 564.0, &quot;att&quot;: 0.08333333333333431, &quot;style&quot;: {&quot;color&quot;: &quot;#481f70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706861, 4.051333], [9.708472, 4.0465]]}, &quot;bbox&quot;: [9.706861, 4.0465, 9.708472, 4.051333]}, {&quot;id&quot;: &quot;4510&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 564.0, &quot;att&quot;: 0.0434782608695628, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706961, 4.051432999999999], [9.708572, 4.0466]]}, &quot;bbox&quot;: [9.706961, 4.0466, 9.708572, 4.051432999999999]}, {&quot;id&quot;: &quot;4546&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 596.0, &quot;att&quot;: 0.032258064516127255, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.771911, 4.050192], [9.777253, 4.049658]]}, &quot;bbox&quot;: [9.771911, 4.049658, 9.777253, 4.050192]}, {&quot;id&quot;: &quot;4582&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 596.0, &quot;att&quot;: 0.031250000000000416, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.772011, 4.050292], [9.777353, 4.049758]]}, &quot;bbox&quot;: [9.772011, 4.049758, 9.777353, 4.050292]}, {&quot;id&quot;: &quot;4618&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050150N-9.740475E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 454.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741306, 4.052028], [9.739644, 4.048272]]}, &quot;bbox&quot;: [9.739644, 4.048272, 9.741306, 4.052028]}, {&quot;id&quot;: &quot;4654&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 522.0, &quot;att&quot;: 0.019230769230769492, &quot;style&quot;: {&quot;color&quot;: &quot;#46075a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702389, 4.052444], [9.704556, 4.04825]]}, &quot;bbox&quot;: [9.702389, 4.04825, 9.704556, 4.052444]}, {&quot;id&quot;: &quot;4690&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 522.0, &quot;att&quot;: 0.020000000000000285, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702489, 4.052544], [9.704656, 4.04835]]}, &quot;bbox&quot;: [9.702489, 4.04835, 9.704656, 4.052544]}, {&quot;id&quot;: &quot;4726&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 956.0, &quot;att&quot;: 0.11458333333333355, &quot;style&quot;: {&quot;color&quot;: &quot;#482979&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.756833, 4.047389]]}, &quot;bbox&quot;: [9.750917, 4.047389, 9.756833, 4.053667]}, {&quot;id&quot;: &quot;4762&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 956.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.756933, 4.047489]]}, &quot;bbox&quot;: [9.751017, 4.047489, 9.756933, 4.053767]}, {&quot;id&quot;: &quot;4798&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 0.028571428571428976, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779361, 4.053694], [9.797806, 4.050472]]}, &quot;bbox&quot;: [9.779361, 4.050472, 9.797806, 4.053694]}, {&quot;id&quot;: &quot;4834&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2079.0, &quot;att&quot;: -0.015873015873016087, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779461, 4.053794], [9.797906, 4.050572]]}, &quot;bbox&quot;: [9.779461, 4.050572, 9.797906, 4.053794]}, {&quot;id&quot;: &quot;4870&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8363.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 0.08333333333333431, &quot;style&quot;: {&quot;color&quot;: &quot;#481f70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.775889, 4.05525]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.775889, 4.05525]}, {&quot;id&quot;: &quot;4906&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8482.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 0.11999999999999886, &quot;style&quot;: {&quot;color&quot;: &quot;#472a7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.775989, 4.05535]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.775989, 4.05535]}, {&quot;id&quot;: &quot;4942&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.03398058252427198, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.754444, 4.058167]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.754444, 4.058167]}, {&quot;id&quot;: &quot;4978&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.011441647597254006, &quot;style&quot;: {&quot;color&quot;: &quot;#450457&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.754544, 4.058267]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.754544, 4.058267]}, {&quot;id&quot;: &quot;5014&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 546.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.767556, 4.053639]]}, &quot;bbox&quot;: [9.767556, 4.053639, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5050&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 546.0, &quot;att&quot;: 0.02941176470588272, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.767656, 4.053739]]}, &quot;bbox&quot;: [9.767656, 4.053739, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5086&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 879.0, &quot;att&quot;: 0.05769230769230711, &quot;style&quot;: {&quot;color&quot;: &quot;#481668&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738694, 4.058056], [9.745611, 4.054186]]}, &quot;bbox&quot;: [9.738694, 4.054186, 9.745611, 4.058056]}, {&quot;id&quot;: &quot;5122&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 879.0, &quot;att&quot;: 0.16666666666666685, &quot;style&quot;: {&quot;color&quot;: &quot;#443983&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738794, 4.058155999999999], [9.745711, 4.054285999999999]]}, &quot;bbox&quot;: [9.738794, 4.054285999999999, 9.745711, 4.058155999999999]}, {&quot;id&quot;: &quot;5158&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 0.10256410256410224, &quot;style&quot;: {&quot;color&quot;: &quot;#482576&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.743528, 4.059611]]}, &quot;bbox&quot;: [9.743528, 4.053667, 9.750917, 4.059611]}, {&quot;id&quot;: &quot;5194&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 0.15624999999999986, &quot;style&quot;: {&quot;color&quot;: &quot;#453581&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.743628, 4.059711]]}, &quot;bbox&quot;: [9.743628, 4.053767, 9.751017, 4.059711]}, {&quot;id&quot;: &quot;5230&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.4193548387096763, &quot;style&quot;: {&quot;color&quot;: &quot;#287d8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726194, 4.060028], [9.750917, 4.053667]]}, &quot;bbox&quot;: [9.726194, 4.053667, 9.750917, 4.060028]}, {&quot;id&quot;: &quot;5266&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.5142857142857155, &quot;style&quot;: {&quot;color&quot;: &quot;#20938c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726294, 4.060128], [9.751017, 4.053767]]}, &quot;bbox&quot;: [9.726294, 4.053767, 9.751017, 4.060128]}, {&quot;id&quot;: &quot;5302&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.25, &quot;style&quot;: {&quot;color&quot;: &quot;#3b528b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726393999999999, 4.060228], [9.751116999999999, 4.053867]]}, &quot;bbox&quot;: [9.726393999999999, 4.053867, 9.751116999999999, 4.060228]}, {&quot;id&quot;: &quot;5338&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.36111111111111016, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6f8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726493999999999, 4.060328], [9.751216999999999, 4.053967]]}, &quot;bbox&quot;: [9.726493999999999, 4.053967, 9.751216999999999, 4.060328]}, {&quot;id&quot;: &quot;5374&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_0&quot;, &quot;frequency&quot;: 12793.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.3571428571428575, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6e8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726594, 4.060428], [9.751317, 4.054067]]}, &quot;bbox&quot;: [9.726594, 4.054067, 9.751317, 4.060428]}, {&quot;id&quot;: &quot;5410&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_1&quot;, &quot;frequency&quot;: 13059.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.36842105263157815, &quot;style&quot;: {&quot;color&quot;: &quot;#2d718e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726694, 4.060528], [9.751417, 4.054167]]}, &quot;bbox&quot;: [9.726694, 4.054167, 9.751417, 4.060528]}, {&quot;id&quot;: &quot;5446&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 0.4722222222222228, &quot;style&quot;: {&quot;color&quot;: &quot;#23898e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.734028, 4.06025]]}, &quot;bbox&quot;: [9.734028, 4.053667, 9.750917, 4.06025]}, {&quot;id&quot;: &quot;5482&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 0.33333333333333387, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.734128, 4.06035]]}, &quot;bbox&quot;: [9.734128, 4.053767, 9.751017, 4.06035]}, {&quot;id&quot;: &quot;5518&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 630.0, &quot;att&quot;: 0.02702702702702739, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.763167, 4.056417]]}, &quot;bbox&quot;: [9.763167, 4.056417, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5554&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 630.0, &quot;att&quot;: -0.02173913043478291, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.763266999999999, 4.0565169999999995]]}, &quot;bbox&quot;: [9.763266999999999, 4.0565169999999995, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5590&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 0.08064516129032263, &quot;style&quot;: {&quot;color&quot;: &quot;#481d6f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.786861, 4.062806]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.786861, 4.062806]}, {&quot;id&quot;: &quot;5626&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 0.11428571428571388, &quot;style&quot;: {&quot;color&quot;: &quot;#482979&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.786961, 4.062906]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.786961, 4.062906]}, {&quot;id&quot;: &quot;5662&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 0.08695652173913124, &quot;style&quot;: {&quot;color&quot;: &quot;#482071&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.720853, 4.053242]]}, &quot;bbox&quot;: [9.714664, 4.053242, 9.720853, 4.06425]}, {&quot;id&quot;: &quot;5698&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1398.0, &quot;att&quot;: -0.055555555555552485, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.720953, 4.053342]]}, &quot;bbox&quot;: [9.714764, 4.053342, 9.720953, 4.06435]}, {&quot;id&quot;: &quot;5734&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 0.018867924528300824, &quot;style&quot;: {&quot;color&quot;: &quot;#46075a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.75311, 4.064069]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.75311, 4.064069]}, {&quot;id&quot;: &quot;5770&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.75321, 4.064169]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.75321, 4.064169]}, {&quot;id&quot;: &quot;5806&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.062499999999999445, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.767778, 4.064361]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.767778, 4.064361]}, {&quot;id&quot;: &quot;5842&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.032258064516129475, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.767878, 4.064461]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.767878, 4.064461]}, {&quot;id&quot;: &quot;5878&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 796.0, &quot;att&quot;: -0.04166666666666728, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708444, 4.060333], [9.715412, 4.058638]]}, &quot;bbox&quot;: [9.708444, 4.058638, 9.715412, 4.060333]}, {&quot;id&quot;: &quot;5914&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 796.0, &quot;att&quot;: -0.04347826086956898, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708544, 4.060433], [9.715512, 4.058738]]}, &quot;bbox&quot;: [9.708544, 4.058738, 9.715512, 4.060433]}, {&quot;id&quot;: &quot;5950&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 0.03703703703703753, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.759558, 4.066322]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.759558, 4.066322]}, {&quot;id&quot;: &quot;5986&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.759658, 4.066422]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.759658, 4.066422]}, {&quot;id&quot;: &quot;6022&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.777639, 4.063131]]}, &quot;bbox&quot;: [9.768444, 4.0585, 9.777639, 4.063131]}, {&quot;id&quot;: &quot;6058&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.777739, 4.063231]]}, &quot;bbox&quot;: [9.768544, 4.0586, 9.777739, 4.063231]}, {&quot;id&quot;: &quot;6094&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 498.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743528, 4.059611], [9.74569, 4.06356]]}, &quot;bbox&quot;: [9.743528, 4.059611, 9.74569, 4.06356]}, {&quot;id&quot;: &quot;6130&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 498.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743628, 4.059711], [9.74579, 4.06366]]}, &quot;bbox&quot;: [9.743628, 4.059711, 9.74579, 4.06366]}, {&quot;id&quot;: &quot;6166&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 741.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704333, 4.059583], [9.706333, 4.065972]]}, &quot;bbox&quot;: [9.704333, 4.059583, 9.706333, 4.065972]}, {&quot;id&quot;: &quot;6202&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 741.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704433, 4.059683], [9.706433, 4.066072]]}, &quot;bbox&quot;: [9.704433, 4.059683, 9.706433, 4.066072]}, {&quot;id&quot;: &quot;6238&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 603.0, &quot;att&quot;: 0.27272727272727254, &quot;style&quot;: {&quot;color&quot;: &quot;#38588c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.719389, 4.061556]]}, &quot;bbox&quot;: [9.714664, 4.061556, 9.719389, 4.06425]}, {&quot;id&quot;: &quot;6274&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 603.0, &quot;att&quot;: 0.1290322580645156, &quot;style&quot;: {&quot;color&quot;: &quot;#472e7c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.719489, 4.061656]]}, &quot;bbox&quot;: [9.714764, 4.061656, 9.719489, 4.06435]}, {&quot;id&quot;: &quot;6310&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 669.0, &quot;att&quot;: 0.07142857142857234, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759558, 4.066322], [9.76425, 4.062528]]}, &quot;bbox&quot;: [9.759558, 4.062528, 9.76425, 4.066322]}, {&quot;id&quot;: &quot;6346&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 669.0, &quot;att&quot;: 0.08333333333333431, &quot;style&quot;: {&quot;color&quot;: &quot;#481f70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759658, 4.066422], [9.76435, 4.062628]]}, &quot;bbox&quot;: [9.759658, 4.062628, 9.76435, 4.066422]}, {&quot;id&quot;: &quot;6382&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 451.0, &quot;att&quot;: 0.05263157894736921, &quot;style&quot;: {&quot;color&quot;: &quot;#481467&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710083, 4.063917], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.710083, 4.063917, 9.71287, 4.06688]}, {&quot;id&quot;: &quot;6418&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 451.0, &quot;att&quot;: 0.05555555555555621, &quot;style&quot;: {&quot;color&quot;: &quot;#481668&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710182999999999, 4.064017], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.710182999999999, 4.064017, 9.71297, 4.06698]}, {&quot;id&quot;: &quot;6454&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 924.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79152, 4.065848], [9.799722, 4.06725]]}, &quot;bbox&quot;: [9.79152, 4.065848, 9.799722, 4.06725]}, {&quot;id&quot;: &quot;6490&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 924.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79162, 4.065948], [9.799821999999999, 4.067349999999999]]}, &quot;bbox&quot;: [9.79162, 4.065948, 9.799821999999999, 4.067349999999999]}, {&quot;id&quot;: &quot;6526&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.04166666666666728, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.72547, 4.07139]}, {&quot;id&quot;: &quot;6562&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.72557, 4.07149]}, {&quot;id&quot;: &quot;6598&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 932.0, &quot;att&quot;: 0.20000000000000126, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.722972, 4.065667], [9.729139, 4.071389]]}, &quot;bbox&quot;: [9.722972, 4.065667, 9.729139, 4.071389]}, {&quot;id&quot;: &quot;6634&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 932.0, &quot;att&quot;: 0.1111111111111111, &quot;style&quot;: {&quot;color&quot;: &quot;#482878&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.723072, 4.065767], [9.729239, 4.071489]]}, &quot;bbox&quot;: [9.723072, 4.065767, 9.729239, 4.071489]}, {&quot;id&quot;: &quot;6670&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 535.0, &quot;att&quot;: 0.028571428571428976, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714869, 4.071278], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.71287, 4.06688, 9.714869, 4.071278]}, {&quot;id&quot;: &quot;6706&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 535.0, &quot;att&quot;: 0.08888888888889016, &quot;style&quot;: {&quot;color&quot;: &quot;#482071&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714969, 4.071378], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.71297, 4.06698, 9.714969, 4.071378]}, {&quot;id&quot;: &quot;6742&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 407.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729139, 4.071389], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.72547, 4.071389, 9.729139, 4.07139]}, {&quot;id&quot;: &quot;6778&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 407.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729239, 4.071489], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.72557, 4.071489, 9.729239, 4.07149]}, {&quot;id&quot;: &quot;6814&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 731.0, &quot;att&quot;: 0.08000000000000043, &quot;style&quot;: {&quot;color&quot;: &quot;#481d6f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736111, 4.072222], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.736111, 4.072222, 9.742681, 4.072661]}, {&quot;id&quot;: &quot;6850&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 731.0, &quot;att&quot;: 0.07692307692307797, &quot;style&quot;: {&quot;color&quot;: &quot;#481c6e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736210999999999, 4.072322], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.736210999999999, 4.072322, 9.742780999999999, 4.072761]}, {&quot;id&quot;: &quot;6886&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 561.0, &quot;att&quot;: 0.04347826086956589, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76925, 4.071639], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.76925, 4.071639, 9.774, 4.073367]}, {&quot;id&quot;: &quot;6922&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 561.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76935, 4.071739], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.76935, 4.071739, 9.774099999999999, 4.073467]}, {&quot;id&quot;: &quot;6958&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 0.05000000000000071, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.721058, 4.084075]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.721058, 4.084075]}, {&quot;id&quot;: &quot;6994&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 0.04000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.721157999999999, 4.084175]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.721157999999999, 4.084175]}, {&quot;id&quot;: &quot;7030&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 0.23333333333333428, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4d8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.761667, 4.074778]}, {&quot;id&quot;: &quot;7066&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 0.26923076923077016, &quot;style&quot;: {&quot;color&quot;: &quot;#39568c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.761766999999999, 4.074878]}, {&quot;id&quot;: &quot;7102&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.05882352941176544, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719639, 4.070306], [9.719417, 4.079889]]}, &quot;bbox&quot;: [9.719417, 4.070306, 9.719639, 4.079889]}, {&quot;id&quot;: &quot;7138&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.04000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719739, 4.070406], [9.719517, 4.079988999999999]]}, &quot;bbox&quot;: [9.719517, 4.070406, 9.719739, 4.079988999999999]}, {&quot;id&quot;: &quot;7174&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 0.033333333333333805, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.781778, 4.069972]]}, &quot;bbox&quot;: [9.781778, 4.069972, 9.786083, 4.0817]}, {&quot;id&quot;: &quot;7210&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 0.04166666666666728, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.781877999999999, 4.070072]]}, &quot;bbox&quot;: [9.781877999999999, 4.070072, 9.786183, 4.081799999999999]}, {&quot;id&quot;: &quot;7246&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.07142857142857083, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.75645, 4.07833]]}, &quot;bbox&quot;: [9.75645, 4.074778, 9.761667, 4.07833]}, {&quot;id&quot;: &quot;7282&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.009419152276295155, &quot;style&quot;: {&quot;color&quot;: &quot;#450457&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.756549999999999, 4.07843]]}, &quot;bbox&quot;: [9.756549999999999, 4.074878, 9.761766999999999, 4.07843]}, {&quot;id&quot;: &quot;7318&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 480.0, &quot;att&quot;: 0.13636363636363813, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719417, 4.079889], [9.721778, 4.07625]]}, &quot;bbox&quot;: [9.719417, 4.07625, 9.721778, 4.079889]}, {&quot;id&quot;: &quot;7354&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 480.0, &quot;att&quot;: 0.11999999999999886, &quot;style&quot;: {&quot;color&quot;: &quot;#472a7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719517, 4.079988999999999], [9.721878, 4.07635]]}, &quot;bbox&quot;: [9.719517, 4.07635, 9.721878, 4.079988999999999]}, {&quot;id&quot;: &quot;7390&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 0.44000000000000056, &quot;style&quot;: {&quot;color&quot;: &quot;#26828e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756825, 4.081867], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.756825, 4.081867]}, {&quot;id&quot;: &quot;7426&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 0.4230769230769234, &quot;style&quot;: {&quot;color&quot;: &quot;#277e8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756924999999999, 4.081967], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.756924999999999, 4.081967]}, {&quot;id&quot;: &quot;7462&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1810.0, &quot;att&quot;: -0.03571428571428626, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.801611, 4.076722]]}, &quot;bbox&quot;: [9.786083, 4.076722, 9.801611, 4.0817]}, {&quot;id&quot;: &quot;7498&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 0.04000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.801711, 4.076822]]}, &quot;bbox&quot;: [9.786183, 4.076822, 9.801711, 4.081799999999999]}, {&quot;id&quot;: &quot;7534&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 0.16129032258064507, &quot;style&quot;: {&quot;color&quot;: &quot;#453882&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.742681, 4.072661, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;7570&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 0.08333333333333268, &quot;style&quot;: {&quot;color&quot;: &quot;#481f70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.742780999999999, 4.072761, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;7606&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 0.26086956521739146, &quot;style&quot;: {&quot;color&quot;: &quot;#3a548c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.752944, 4.073367, 9.774, 4.085936]}, {&quot;id&quot;: &quot;7642&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 0.15384615384615594, &quot;style&quot;: {&quot;color&quot;: &quot;#453581&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.753044, 4.073467, 9.774099999999999, 4.086036]}, {&quot;id&quot;: &quot;7678&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080070N-9.789737E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18848.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 888.0, &quot;att&quot;: 0.5, &quot;style&quot;: {&quot;color&quot;: &quot;#21918c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.79339, 4.07844]]}, &quot;bbox&quot;: [9.786083, 4.07844, 9.79339, 4.0817]}, {&quot;id&quot;: &quot;7714&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 0.12500000000000167, &quot;style&quot;: {&quot;color&quot;: &quot;#472d7b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.753278, 4.074861]]}, &quot;bbox&quot;: [9.752944, 4.074861, 9.753278, 4.085936]}, {&quot;id&quot;: &quot;7750&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 0.18181818181818094, &quot;style&quot;: {&quot;color&quot;: &quot;#433e85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.753378, 4.074961]]}, &quot;bbox&quot;: [9.753044, 4.074961, 9.753378, 4.086036]}, {&quot;id&quot;: &quot;7786&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 968.0, &quot;att&quot;: 0.14285714285713996, &quot;style&quot;: {&quot;color&quot;: &quot;#46327e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765535, 4.081441], [9.756825, 4.081867]]}, &quot;bbox&quot;: [9.756825, 4.081441, 9.765535, 4.081867]}, {&quot;id&quot;: &quot;7822&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 968.0, &quot;att&quot;: 0.14999999999999858, &quot;style&quot;: {&quot;color&quot;: &quot;#463480&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765635, 4.081541], [9.756924999999999, 4.081967]]}, &quot;bbox&quot;: [9.756924999999999, 4.081541, 9.765635, 4.081967]}, {&quot;id&quot;: &quot;7858&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 0.04347826086956576, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.7949, 4.08393]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.7949, 4.08393]}, {&quot;id&quot;: &quot;7894&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 0.04347826086956589, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.795, 4.084029999999999]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.795, 4.084029999999999]}, {&quot;id&quot;: &quot;7930&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 895.0, &quot;att&quot;: 0.023255813953487067, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.77848, 4.08438]]}, &quot;bbox&quot;: [9.77848, 4.0817, 9.786083, 4.08438]}, {&quot;id&quot;: &quot;7966&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 895.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.77858, 4.08448]]}, &quot;bbox&quot;: [9.77858, 4.081799999999999, 9.786183, 4.08448]}, {&quot;id&quot;: &quot;8002&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 0.09090909090909208, &quot;style&quot;: {&quot;color&quot;: &quot;#482173&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.751769, 4.093194]]}, &quot;bbox&quot;: [9.751769, 4.074778, 9.761667, 4.093194]}, {&quot;id&quot;: &quot;8038&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 0.05555555555555632, &quot;style&quot;: {&quot;color&quot;: &quot;#481668&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.751869, 4.093294]]}, &quot;bbox&quot;: [9.751869, 4.074878, 9.761766999999999, 4.093294]}, {&quot;id&quot;: &quot;8074&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 0.05882352941176126, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.728889, 4.083056]]}, &quot;bbox&quot;: [9.728889, 4.083056, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8110&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 0.16666666666666535, &quot;style&quot;: {&quot;color&quot;: &quot;#443983&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.728989, 4.083156]]}, &quot;bbox&quot;: [9.728989, 4.083156, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8146&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 0.16666666666666619, &quot;style&quot;: {&quot;color&quot;: &quot;#443983&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.738306, 4.083528]]}, &quot;bbox&quot;: [9.738306, 4.083528, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8182&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 0.07692307692307797, &quot;style&quot;: {&quot;color&quot;: &quot;#481c6e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.738406, 4.083628]]}, &quot;bbox&quot;: [9.738406, 4.083628, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8218&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 947.0, &quot;att&quot;: 0.5714285714285724, &quot;style&quot;: {&quot;color&quot;: &quot;#1fa187&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.783583, 4.089889]]}, &quot;bbox&quot;: [9.783583, 4.0817, 9.786083, 4.089889]}, {&quot;id&quot;: &quot;8254&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 947.0, &quot;att&quot;: 0.6315789473684192, &quot;style&quot;: {&quot;color&quot;: &quot;#29af7f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.783683, 4.089989]]}, &quot;bbox&quot;: [9.783683, 4.081799999999999, 9.786183, 4.089989]}, {&quot;id&quot;: &quot;8290&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 0.4615384615384636, &quot;style&quot;: {&quot;color&quot;: &quot;#24878e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.743333, 4.074778, 9.761667, 4.097333]}, {&quot;id&quot;: &quot;8326&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 0.33333333333333726, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.743433, 4.074878, 9.761766999999999, 4.097433]}, {&quot;id&quot;: &quot;8362&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 0.5454545454545472, &quot;style&quot;: {&quot;color&quot;: &quot;#1e9b8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.76601, 4.08663]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.76601, 4.08663]}, {&quot;id&quot;: &quot;8398&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 0.39534883720930325, &quot;style&quot;: {&quot;color&quot;: &quot;#2a778e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.76611, 4.08673]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.76611, 4.08673]}, {&quot;id&quot;: &quot;8434&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 0.030303030303030696, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.808667, 4.091389]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.808667, 4.091389]}, {&quot;id&quot;: &quot;8470&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.808767, 4.091489]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.808767, 4.091489]}, {&quot;id&quot;: &quot;8506&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 830.0, &quot;att&quot;: 0.2765957446808518, &quot;style&quot;: {&quot;color&quot;: &quot;#38598c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.758611, 4.090833]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.758611, 4.090833]}, {&quot;id&quot;: &quot;8542&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 830.0, &quot;att&quot;: 0.25999999999999945, &quot;style&quot;: {&quot;color&quot;: &quot;#3a548c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.758711, 4.090933]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.758711, 4.090933]}, {&quot;id&quot;: &quot;8578&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 555.0, &quot;att&quot;: -0.06250000000000111, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73381, 4.08679], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.73381, 4.08679, 9.736042, 4.091278]}, {&quot;id&quot;: &quot;8614&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 555.0, &quot;att&quot;: -0.0799999999999983, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73391, 4.0868899999999995], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.73391, 4.0868899999999995, 9.736142, 4.091378]}, {&quot;id&quot;: &quot;8650&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 0.10000000000000142, &quot;style&quot;: {&quot;color&quot;: &quot;#482475&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.744, 4.104861]]}, &quot;bbox&quot;: [9.744, 4.074778, 9.761667, 4.104861]}, {&quot;id&quot;: &quot;8686&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.7441, 4.104960999999999]]}, &quot;bbox&quot;: [9.7441, 4.074878, 9.761766999999999, 4.104960999999999]}, {&quot;id&quot;: &quot;8722&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 889.0, &quot;att&quot;: 0.57142857142857, &quot;style&quot;: {&quot;color&quot;: &quot;#1fa187&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76601, 4.08663], [9.764367, 4.0945]]}, &quot;bbox&quot;: [9.764367, 4.08663, 9.76601, 4.0945]}, {&quot;id&quot;: &quot;8758&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 889.0, &quot;att&quot;: 0.5882352941176485, &quot;style&quot;: {&quot;color&quot;: &quot;#21a585&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76611, 4.08673], [9.764467, 4.0946]]}, &quot;bbox&quot;: [9.764467, 4.08673, 9.76611, 4.0946]}, {&quot;id&quot;: &quot;8794&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 736.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729444, 4.091944], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.729444, 4.091278, 9.736042, 4.091944]}, {&quot;id&quot;: &quot;8830&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 736.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729544, 4.092044], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.729544, 4.091378, 9.736142, 4.092044]}, {&quot;id&quot;: &quot;8866&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 419.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74168, 4.09393], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.74168, 4.09393, 9.743333, 4.097333]}, {&quot;id&quot;: &quot;8902&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 419.0, &quot;att&quot;: 0.04347826086956589, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T19:50:00&quot;, &quot;2019-07-17T19:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74178, 4.09403], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.74178, 4.09403, 9.743433, 4.097433]}, {&quot;id&quot;: &quot;8&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 0.11111111111111258, &quot;style&quot;: {&quot;color&quot;: &quot;#482878&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.791866, 3.97665]]}, &quot;bbox&quot;: [9.787167, 3.97665, 9.791866, 3.992722]}, {&quot;id&quot;: &quot;44&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 0.03571428571428626, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.791966, 3.97675]]}, &quot;bbox&quot;: [9.787267, 3.97675, 9.791966, 3.9928220000000003]}, {&quot;id&quot;: &quot;80&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.2631578947368423, &quot;style&quot;: {&quot;color&quot;: &quot;#39558c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.81613, 3.97866]]}, &quot;bbox&quot;: [9.787167, 3.97866, 9.81613, 3.992722]}, {&quot;id&quot;: &quot;116&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.02185792349726781, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.81623, 3.9787600000000003]]}, &quot;bbox&quot;: [9.787267, 3.9787600000000003, 9.81623, 3.9928220000000003]}, {&quot;id&quot;: &quot;152&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 556.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763806, 3.997361], [9.75885, 3.99663]]}, &quot;bbox&quot;: [9.75885, 3.99663, 9.763806, 3.997361]}, {&quot;id&quot;: &quot;188&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 556.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763906, 3.9974610000000004], [9.75895, 3.9967300000000003]]}, &quot;bbox&quot;: [9.75895, 3.9967300000000003, 9.763906, 3.9974610000000004]}, {&quot;id&quot;: &quot;224&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 402.0, &quot;att&quot;: 0.03921568627450901, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745083, 4.002553], [9.748639, 4.003231]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.748639, 4.003231]}, {&quot;id&quot;: &quot;260&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 402.0, &quot;att&quot;: 0.037037037037037555, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745182999999999, 4.002653], [9.748739, 4.003331]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.748739, 4.003331]}, {&quot;id&quot;: &quot;296&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 774.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76732, 4.003512], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.76732, 4.003512, 9.767719, 4.0105]}, {&quot;id&quot;: &quot;332&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 774.0, &quot;att&quot;: 0.05714285714285593, &quot;style&quot;: {&quot;color&quot;: &quot;#481668&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76742, 4.0036119999999995], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.76742, 4.0036119999999995, 9.767819, 4.0106]}, {&quot;id&quot;: &quot;368&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2535.0, &quot;att&quot;: -0.030303030303032913, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799472, 4.004194], [9.778111, 4.012278]]}, &quot;bbox&quot;: [9.778111, 4.004194, 9.799472, 4.012278]}, {&quot;id&quot;: &quot;404&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 0.07407407407407506, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799572, 4.004294], [9.778211, 4.012378]]}, &quot;bbox&quot;: [9.778211, 4.004294, 9.799572, 4.012378]}, {&quot;id&quot;: &quot;440&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 1.1666666666666679, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.705944, 4.01775], [9.701194, 4.008306]]}, &quot;bbox&quot;: [9.701194, 4.008306, 9.705944, 4.01775]}, {&quot;id&quot;: &quot;476&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 0.09446254071661235, &quot;style&quot;: {&quot;color&quot;: &quot;#482374&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706044, 4.01785], [9.701293999999999, 4.008406]]}, &quot;bbox&quot;: [9.701293999999999, 4.008406, 9.706044, 4.01785]}, {&quot;id&quot;: &quot;512&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 0.02564102564102424, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.763806, 3.997361]]}, &quot;bbox&quot;: [9.763806, 3.997361, 9.767833, 4.029]}, {&quot;id&quot;: &quot;548&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3527.0, &quot;att&quot;: -0.02702702702702744, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.763906, 3.9974610000000004]]}, &quot;bbox&quot;: [9.763906, 3.9974610000000004, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;584&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 0.8441558441558439, &quot;style&quot;: {&quot;color&quot;: &quot;#98d83e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741417, 4.009639], [9.723611, 4.020194]]}, &quot;bbox&quot;: [9.723611, 4.009639, 9.741417, 4.020194]}, {&quot;id&quot;: &quot;620&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 0.8205128205128199, &quot;style&quot;: {&quot;color&quot;: &quot;#89d548&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741517, 4.009739], [9.723711, 4.020294]]}, &quot;bbox&quot;: [9.723711, 4.009739, 9.741517, 4.020294]}, {&quot;id&quot;: &quot;656&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 0.019607843137255204, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.745083, 4.002553]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.767833, 4.029]}, {&quot;id&quot;: &quot;692&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 0.01333333333333447, &quot;style&quot;: {&quot;color&quot;: &quot;#450559&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.745182999999999, 4.002653]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;728&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 466.0, &quot;att&quot;: 2.4599999999999995, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73456, 4.01734]]}, &quot;bbox&quot;: [9.73456, 4.015972, 9.738528, 4.01734]}, {&quot;id&quot;: &quot;764&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 466.0, &quot;att&quot;: 2.155172413793102, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73466, 4.01744]]}, &quot;bbox&quot;: [9.73466, 4.016071999999999, 9.738628, 4.01744]}, {&quot;id&quot;: &quot;800&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8335.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.762056, 4.004472]]}, &quot;bbox&quot;: [9.762056, 4.004472, 9.767833, 4.029]}, {&quot;id&quot;: &quot;836&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8454.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.762156, 4.004572]]}, &quot;bbox&quot;: [9.762156, 4.004572, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;872&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.768083, 4.017917]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.768083, 4.017917]}, {&quot;id&quot;: &quot;908&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 1.170212765957448, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.768183, 4.0180169999999995]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.768183, 4.0180169999999995]}, {&quot;id&quot;: &quot;944&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.7941176470588247, &quot;style&quot;: {&quot;color&quot;: &quot;#77d153&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727083, 4.023444], [9.72629, 4.01048]]}, &quot;bbox&quot;: [9.72629, 4.01048, 9.727083, 4.023444]}, {&quot;id&quot;: &quot;980&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.9729729729729726, &quot;style&quot;: {&quot;color&quot;: &quot;#efe51c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727183, 4.023543999999999], [9.72639, 4.01058]]}, &quot;bbox&quot;: [9.72639, 4.01058, 9.727183, 4.023543999999999]}, {&quot;id&quot;: &quot;1016&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 1.3999999999999975, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.757556, 4.0195]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.757556, 4.0195]}, {&quot;id&quot;: &quot;1052&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 1.2682926829268295, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.757655999999999, 4.0196]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.757655999999999, 4.0196]}, {&quot;id&quot;: &quot;1088&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.756817, 4.008442]]}, &quot;bbox&quot;: [9.756817, 4.008442, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1124&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 0.021505376344086332, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.756917, 4.008541999999999]]}, &quot;bbox&quot;: [9.756917, 4.008541999999999, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1160&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.009787928221859728, &quot;style&quot;: {&quot;color&quot;: &quot;#450457&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744694, 4.014417], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.744694, 4.014417, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1196&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.030612244897959252, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744794, 4.014517], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.744794, 4.014517, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1232&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 0.05882352941176569, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.767719, 4.0105, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1268&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 0.022222222222222573, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.767819, 4.0106, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1304&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 0.5075757575757579, &quot;style&quot;: {&quot;color&quot;: &quot;#20928c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.780278, 4.023889]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.780278, 4.023889]}, {&quot;id&quot;: &quot;1340&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.780377999999999, 4.023988999999999]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.780377999999999, 4.023988999999999]}, {&quot;id&quot;: &quot;1376&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 1.368421052631578, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.721083, 4.0115]]}, &quot;bbox&quot;: [9.696744, 4.0115, 9.721083, 4.029381]}, {&quot;id&quot;: &quot;1412&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 1.2244897959183676, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.721183, 4.0116]]}, &quot;bbox&quot;: [9.696844, 4.0116, 9.721183, 4.029481]}, {&quot;id&quot;: &quot;1448&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 654.0, &quot;att&quot;: 0.3333333333333333, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743889, 4.0194], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.743889, 4.0194, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1484&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 654.0, &quot;att&quot;: 0.7241379310344837, &quot;style&quot;: {&quot;color&quot;: &quot;#50c46a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743989, 4.0195], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.743989, 4.0195, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1520&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024043N-9.680260E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2266.0, &quot;att&quot;: 0.5333333333333339, &quot;style&quot;: {&quot;color&quot;: &quot;#1f988b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.67025, 4.022056], [9.69027, 4.02603]]}, &quot;bbox&quot;: [9.67025, 4.022056, 9.69027, 4.02603]}, {&quot;id&quot;: &quot;1556&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 1.896551724137932, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.72802, 4.03279]]}, &quot;bbox&quot;: [9.72802, 4.015972, 9.738528, 4.03279]}, {&quot;id&quot;: &quot;1592&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 2.749999999999997, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.72812, 4.03289]]}, &quot;bbox&quot;: [9.72812, 4.016071999999999, 9.738628, 4.03289]}, {&quot;id&quot;: &quot;1628&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.5849056603773582, &quot;style&quot;: {&quot;color&quot;: &quot;#20a486&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.69921, 4.02012]]}, &quot;bbox&quot;: [9.696744, 4.02012, 9.69921, 4.029381]}, {&quot;id&quot;: &quot;1664&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.27272727272727254, &quot;style&quot;: {&quot;color&quot;: &quot;#38588c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.69931, 4.02022]]}, &quot;bbox&quot;: [9.696844, 4.02022, 9.69931, 4.029481]}, {&quot;id&quot;: &quot;1700&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18737.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.77399, 4.02125]]}, &quot;bbox&quot;: [9.767833, 4.02125, 9.77399, 4.029]}, {&quot;id&quot;: &quot;1736&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17727.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.77409, 4.02135]]}, &quot;bbox&quot;: [9.767933, 4.02135, 9.77409, 4.0291]}, {&quot;id&quot;: &quot;1772&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14431.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 874.0, &quot;att&quot;: 2.965517241379305, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737194, 4.022139], [9.741992, 4.0284]]}, &quot;bbox&quot;: [9.737194, 4.022139, 9.741992, 4.0284]}, {&quot;id&quot;: &quot;1808&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14921.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 874.0, &quot;att&quot;: 2.9666666666666663, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737294, 4.022239], [9.742092, 4.0285]]}, &quot;bbox&quot;: [9.737294, 4.022239, 9.742092, 4.0285]}, {&quot;id&quot;: &quot;1844&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 1.3999999999999997, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73325, 4.035278]]}, &quot;bbox&quot;: [9.73325, 4.015972, 9.738528, 4.035278]}, {&quot;id&quot;: &quot;1880&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 1.8400000000000005, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73335, 4.035378]]}, &quot;bbox&quot;: [9.73335, 4.016071999999999, 9.738628, 4.035378]}, {&quot;id&quot;: &quot;1916&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.70976, 4.02238]]}, &quot;bbox&quot;: [9.696744, 4.02238, 9.70976, 4.029381]}, {&quot;id&quot;: &quot;1952&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.709859999999999, 4.02248]]}, &quot;bbox&quot;: [9.696844, 4.02248, 9.709859999999999, 4.029481]}, {&quot;id&quot;: &quot;1988&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 755.0, &quot;att&quot;: 0.818181818181818, &quot;style&quot;: {&quot;color&quot;: &quot;#86d549&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.694556, 4.022917]]}, &quot;bbox&quot;: [9.694556, 4.022917, 9.696744, 4.029381]}, {&quot;id&quot;: &quot;2024&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 755.0, &quot;att&quot;: 0.75, &quot;style&quot;: {&quot;color&quot;: &quot;#5ec962&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.694656, 4.023016999999999]]}, &quot;bbox&quot;: [9.694656, 4.023016999999999, 9.696844, 4.029481]}, {&quot;id&quot;: &quot;2060&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 1.8064516129032255, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.72684, 4.01658]]}, &quot;bbox&quot;: [9.72684, 4.01658, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2096&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 2.4883720930232522, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.726939999999999, 4.01668]]}, &quot;bbox&quot;: [9.726939999999999, 4.01668, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2132&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 364.0, &quot;att&quot;: 0.6428571428571425, &quot;style&quot;: {&quot;color&quot;: &quot;#2db27d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.705139, 4.028333]]}, &quot;bbox&quot;: [9.701944, 4.028333, 9.705139, 4.029083]}, {&quot;id&quot;: &quot;2168&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 364.0, &quot;att&quot;: 0.705882352941177, &quot;style&quot;: {&quot;color&quot;: &quot;#46c06f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.705239, 4.028433]]}, &quot;bbox&quot;: [9.702043999999999, 4.028433, 9.705239, 4.029183]}, {&quot;id&quot;: &quot;2204&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 0.34883720930232526, &quot;style&quot;: {&quot;color&quot;: &quot;#2f6c8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.686417, 4.029444]]}, &quot;bbox&quot;: [9.686417, 4.029381, 9.696744, 4.029444]}, {&quot;id&quot;: &quot;2240&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 0.31707317073170704, &quot;style&quot;: {&quot;color&quot;: &quot;#32648e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.686517, 4.029544]]}, &quot;bbox&quot;: [9.686517, 4.029481, 9.696844, 4.029544]}, {&quot;id&quot;: &quot;2276&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 868.0, &quot;att&quot;: 0.3749999999999996, &quot;style&quot;: {&quot;color&quot;: &quot;#2c718e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.709194, 4.032028]]}, &quot;bbox&quot;: [9.701944, 4.029083, 9.709194, 4.032028]}, {&quot;id&quot;: &quot;2312&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 868.0, &quot;att&quot;: 0.4347826086956527, &quot;style&quot;: {&quot;color&quot;: &quot;#26818e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.709294, 4.032128]]}, &quot;bbox&quot;: [9.702043999999999, 4.029183, 9.709294, 4.032128]}, {&quot;id&quot;: &quot;2348&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 666.0, &quot;att&quot;: 0.3333333333333333, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.691575, 4.032433]]}, &quot;bbox&quot;: [9.691575, 4.029381, 9.696744, 4.032433]}, {&quot;id&quot;: &quot;2384&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 666.0, &quot;att&quot;: 0.14814814814814786, &quot;style&quot;: {&quot;color&quot;: &quot;#46337f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.691675, 4.032533]]}, &quot;bbox&quot;: [9.691675, 4.029481, 9.696844, 4.032533]}, {&quot;id&quot;: &quot;2420&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 536.0, &quot;att&quot;: 0.31818181818181906, &quot;style&quot;: {&quot;color&quot;: &quot;#32648e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699417, 4.033417]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699417, 4.033417]}, {&quot;id&quot;: &quot;2456&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 536.0, &quot;att&quot;: 0.3333333333333333, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699517, 4.033517]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699517, 4.033517]}, {&quot;id&quot;: &quot;2492&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 1.27027027027027, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.727083, 4.023444]]}, &quot;bbox&quot;: [9.727083, 4.023444, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2528&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 1.211538461538462, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.727183, 4.023543999999999]]}, &quot;bbox&quot;: [9.727183, 4.023543999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2564&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.19512195121951179, &quot;style&quot;: {&quot;color&quot;: &quot;#424186&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71564, 4.032], [9.71203, 4.03312]]}, &quot;bbox&quot;: [9.71203, 4.032, 9.71564, 4.03312]}, {&quot;id&quot;: &quot;2600&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.127659574468084, &quot;style&quot;: {&quot;color&quot;: &quot;#472d7b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71574, 4.0321], [9.71213, 4.03322]]}, &quot;bbox&quot;: [9.71213, 4.0321, 9.71574, 4.03322]}, {&quot;id&quot;: &quot;2636&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 2.0512820512820484, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.755167, 4.037361]]}, &quot;bbox&quot;: [9.755167, 4.029, 9.767833, 4.037361]}, {&quot;id&quot;: &quot;2672&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 2.2162162162162176, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.755267, 4.0374609999999995]]}, &quot;bbox&quot;: [9.755267, 4.0291, 9.767933, 4.0374609999999995]}, {&quot;id&quot;: &quot;2708&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 323.0, &quot;att&quot;: 0.10000000000000142, &quot;style&quot;: {&quot;color&quot;: &quot;#482475&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691575, 4.032433], [9.691889, 4.035333]]}, &quot;bbox&quot;: [9.691575, 4.032433, 9.691889, 4.035333]}, {&quot;id&quot;: &quot;2744&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 323.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691675, 4.032533], [9.691989, 4.035432999999999]]}, &quot;bbox&quot;: [9.691675, 4.032533, 9.691989, 4.035432999999999]}, {&quot;id&quot;: &quot;2780&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 516.0, &quot;att&quot;: 0.031249999999998265, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774333, 4.033028], [9.77026, 4.03527]]}, &quot;bbox&quot;: [9.77026, 4.033028, 9.774333, 4.03527]}, {&quot;id&quot;: &quot;2816&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 516.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774433, 4.033128], [9.77036, 4.0353699999999995]]}, &quot;bbox&quot;: [9.77036, 4.033128, 9.774433, 4.0353699999999995]}, {&quot;id&quot;: &quot;2852&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 1.1599999999999995, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.725667, 4.028583]]}, &quot;bbox&quot;: [9.725667, 4.028583, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2888&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 1.0980392156862746, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.725767, 4.028683]]}, &quot;bbox&quot;: [9.725767, 4.028683, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2924&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 0.20000000000000284, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699006, 4.040886]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699006, 4.040886]}, {&quot;id&quot;: &quot;2960&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 0.08333333333333268, &quot;style&quot;: {&quot;color&quot;: &quot;#481f70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699106, 4.040986]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699106, 4.040986]}, {&quot;id&quot;: &quot;2996&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17810.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 610.0, &quot;att&quot;: 0.23809523809523875, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4e8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683883, 4.033886], [9.688056, 4.037472]]}, &quot;bbox&quot;: [9.683883, 4.033886, 9.688056, 4.037472]}, {&quot;id&quot;: &quot;3032&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18820.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 610.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683983, 4.033986], [9.688156, 4.037572]]}, &quot;bbox&quot;: [9.683983, 4.033986, 9.688156, 4.037572]}, {&quot;id&quot;: &quot;3068&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 1.0980392156862746, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.766222, 4.046556]]}, &quot;bbox&quot;: [9.766222, 4.029, 9.767833, 4.046556]}, {&quot;id&quot;: &quot;3104&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 1.3137254901960773, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.766322, 4.046656]]}, &quot;bbox&quot;: [9.766322, 4.0291, 9.767933, 4.046656]}, {&quot;id&quot;: &quot;3140&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 433.0, &quot;att&quot;: 0.2307692307692312, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4d8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706106, 4.040083], [9.703794, 4.036926]]}, &quot;bbox&quot;: [9.703794, 4.036926, 9.706106, 4.040083]}, {&quot;id&quot;: &quot;3176&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 433.0, &quot;att&quot;: 0.17857142857142874, &quot;style&quot;: {&quot;color&quot;: &quot;#433d84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706206, 4.040183], [9.703894, 4.037026]]}, &quot;bbox&quot;: [9.703894, 4.037026, 9.706206, 4.040183]}, {&quot;id&quot;: &quot;3212&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 0.27906976744186085, &quot;style&quot;: {&quot;color&quot;: &quot;#375a8c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.711917, 4.037722]]}, &quot;bbox&quot;: [9.711917, 4.037722, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;3248&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 0.23913043478260892, &quot;style&quot;: {&quot;color&quot;: &quot;#3c4f8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.712017, 4.037821999999999]]}, &quot;bbox&quot;: [9.712017, 4.037821999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;3284&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 928.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.741011, 4.038342]]}, &quot;bbox&quot;: [9.733028, 4.038342, 9.741011, 4.040819]}, {&quot;id&quot;: &quot;3320&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 928.0, &quot;att&quot;: 0.9245283018867927, &quot;style&quot;: {&quot;color&quot;: &quot;#cde11d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.741111, 4.038442]]}, &quot;bbox&quot;: [9.733127999999999, 4.038442, 9.741111, 4.040919]}, {&quot;id&quot;: &quot;3356&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 441.0, &quot;att&quot;: 0.1785714285714283, &quot;style&quot;: {&quot;color&quot;: &quot;#433d84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.70265, 4.03931]]}, &quot;bbox&quot;: [9.699006, 4.03931, 9.70265, 4.040886]}, {&quot;id&quot;: &quot;3392&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 441.0, &quot;att&quot;: 0.1785714285714283, &quot;style&quot;: {&quot;color&quot;: &quot;#433d84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.70275, 4.03941]]}, &quot;bbox&quot;: [9.699106, 4.03941, 9.70275, 4.040986]}, {&quot;id&quot;: &quot;3428&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 697.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774, 4.042306], [9.7795, 4.039278]]}, &quot;bbox&quot;: [9.774, 4.039278, 9.7795, 4.042306]}, {&quot;id&quot;: &quot;3464&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 697.0, &quot;att&quot;: 0.009900990099009344, &quot;style&quot;: {&quot;color&quot;: &quot;#450457&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774099999999999, 4.042406], [9.7796, 4.039378]]}, &quot;bbox&quot;: [9.774099999999999, 4.039378, 9.7796, 4.042406]}, {&quot;id&quot;: &quot;3501&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041057N-9.688122E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 387.0, &quot;att&quot;: 0.20833333333333345, &quot;style&quot;: {&quot;color&quot;: &quot;#404688&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.689827, 4.040697]]}, &quot;bbox&quot;: [9.686417, 4.040697, 9.689827, 4.041417]}, {&quot;id&quot;: &quot;3537&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 975.0, &quot;att&quot;: 0.8300000000000004, &quot;style&quot;: {&quot;color&quot;: &quot;#8ed645&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762056, 4.03875], [9.754583, 4.043386]]}, &quot;bbox&quot;: [9.754583, 4.03875, 9.762056, 4.043386]}, {&quot;id&quot;: &quot;3573&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 975.0, &quot;att&quot;: 2.0465116279069773, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762156, 4.03885], [9.754683, 4.043486]]}, &quot;bbox&quot;: [9.754683, 4.03885, 9.762156, 4.043486]}, {&quot;id&quot;: &quot;3609&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.5483870967741942, &quot;style&quot;: {&quot;color&quot;: &quot;#1e9c89&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.728389, 4.041694]]}, &quot;bbox&quot;: [9.728389, 4.040819, 9.733028, 4.041694]}, {&quot;id&quot;: &quot;3645&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.03416856492027335, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.728489, 4.041793999999999]]}, &quot;bbox&quot;: [9.728489, 4.040919, 9.733127999999999, 4.041793999999999]}, {&quot;id&quot;: &quot;3681&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 0.3965517241379315, &quot;style&quot;: {&quot;color&quot;: &quot;#2a778e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.779361, 4.053694]]}, &quot;bbox&quot;: [9.767833, 4.029, 9.779361, 4.053694]}, {&quot;id&quot;: &quot;3717&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 0.366666666666666, &quot;style&quot;: {&quot;color&quot;: &quot;#2d708e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.779461, 4.053794]]}, &quot;bbox&quot;: [9.767933, 4.0291, 9.779461, 4.053794]}, {&quot;id&quot;: &quot;3753&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 0.6136363636363629, &quot;style&quot;: {&quot;color&quot;: &quot;#25ac82&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.747639, 4.043778]]}, &quot;bbox&quot;: [9.733028, 4.040819, 9.747639, 4.043778]}, {&quot;id&quot;: &quot;3789&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 0.47540983606557513, &quot;style&quot;: {&quot;color&quot;: &quot;#238a8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.747739, 4.043877999999999]]}, &quot;bbox&quot;: [9.733127999999999, 4.040919, 9.747739, 4.043877999999999]}, {&quot;id&quot;: &quot;3825&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 0.9574468085106377, &quot;style&quot;: {&quot;color&quot;: &quot;#e5e419&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702978, 4.056559], [9.73025, 4.028444]]}, &quot;bbox&quot;: [9.702978, 4.028444, 9.73025, 4.056559]}, {&quot;id&quot;: &quot;3861&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 0.7045454545454551, &quot;style&quot;: {&quot;color&quot;: &quot;#46c06f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703078, 4.056659], [9.73035, 4.028544]]}, &quot;bbox&quot;: [9.703078, 4.028544, 9.73035, 4.056659]}, {&quot;id&quot;: &quot;3897&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.052631578947369015, &quot;style&quot;: {&quot;color&quot;: &quot;#481467&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.69725, 4.04425]]}, &quot;bbox&quot;: [9.69725, 4.040886, 9.699006, 4.04425]}, {&quot;id&quot;: &quot;3933&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.04545454545454604, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.69735, 4.04435]]}, &quot;bbox&quot;: [9.69735, 4.040986, 9.699106, 4.04435]}, {&quot;id&quot;: &quot;3969&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 431.0, &quot;att&quot;: 0.10810810810810956, &quot;style&quot;: {&quot;color&quot;: &quot;#482677&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704083, 4.04244], [9.707889, 4.043194]]}, &quot;bbox&quot;: [9.704083, 4.04244, 9.707889, 4.043194]}, {&quot;id&quot;: &quot;4005&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 431.0, &quot;att&quot;: 0.10526315789473635, &quot;style&quot;: {&quot;color&quot;: &quot;#482576&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704183, 4.04254], [9.707989, 4.0432939999999995]]}, &quot;bbox&quot;: [9.704183, 4.04254, 9.707989, 4.0432939999999995]}, {&quot;id&quot;: &quot;4043&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043833N-9.687306E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 570.0, &quot;att&quot;: 0.13333333333333286, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.688194, 4.04625]]}, &quot;bbox&quot;: [9.686417, 4.041417, 9.688194, 4.04625]}, {&quot;id&quot;: &quot;4079&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 810.0, &quot;att&quot;: 0.26923076923077016, &quot;style&quot;: {&quot;color&quot;: &quot;#39568c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707889, 4.043194], [9.700739, 4.044661]]}, &quot;bbox&quot;: [9.700739, 4.043194, 9.707889, 4.044661]}, {&quot;id&quot;: &quot;4115&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 810.0, &quot;att&quot;: 0.28000000000000114, &quot;style&quot;: {&quot;color&quot;: &quot;#375a8c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707989, 4.0432939999999995], [9.700839, 4.044760999999999]]}, &quot;bbox&quot;: [9.700839, 4.0432939999999995, 9.707989, 4.044760999999999]}, {&quot;id&quot;: &quot;4151&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 706.0, &quot;att&quot;: 0.20833333333333345, &quot;style&quot;: {&quot;color&quot;: &quot;#404688&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728389, 4.041694], [9.72575, 4.0475]]}, &quot;bbox&quot;: [9.72575, 4.041694, 9.728389, 4.0475]}, {&quot;id&quot;: &quot;4187&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 706.0, &quot;att&quot;: 0.22727272727272735, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4c8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728489, 4.041793999999999], [9.72585, 4.0476]]}, &quot;bbox&quot;: [9.72585, 4.041793999999999, 9.728489, 4.0476]}, {&quot;id&quot;: &quot;4223&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 0.12820512820512825, &quot;style&quot;: {&quot;color&quot;: &quot;#472d7b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.699006, 4.040886, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4259&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 0.24000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#3c4f8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.699106, 4.040986, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4295&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14487.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 611.0, &quot;att&quot;: 0.2413793103448281, &quot;style&quot;: {&quot;color&quot;: &quot;#3c4f8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71598, 4.04642], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.71598, 4.04642, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4331&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14977.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 611.0, &quot;att&quot;: 0.3333333333333325, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71608, 4.04652], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.71608, 4.04652, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4367&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048013N-9.705195E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 822.0, &quot;att&quot;: 0.03636363636363559, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703528, 4.044694], [9.706861, 4.051333]]}, &quot;bbox&quot;: [9.703528, 4.044694, 9.706861, 4.051333]}, {&quot;id&quot;: &quot;4403&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 317.0, &quot;att&quot;: 0.5352112676056336, &quot;style&quot;: {&quot;color&quot;: &quot;#1f998a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698333, 4.049556], [9.698917, 4.04675]]}, &quot;bbox&quot;: [9.698333, 4.04675, 9.698917, 4.049556]}, {&quot;id&quot;: &quot;4439&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 317.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698433, 4.049656], [9.699017, 4.04685]]}, &quot;bbox&quot;: [9.698433, 4.04685, 9.699017, 4.049656]}, {&quot;id&quot;: &quot;4475&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 564.0, &quot;att&quot;: 0.04166666666666716, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706861, 4.051333], [9.708472, 4.0465]]}, &quot;bbox&quot;: [9.706861, 4.0465, 9.708472, 4.051333]}, {&quot;id&quot;: &quot;4511&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 564.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706961, 4.051432999999999], [9.708572, 4.0466]]}, &quot;bbox&quot;: [9.706961, 4.0466, 9.708572, 4.051432999999999]}, {&quot;id&quot;: &quot;4547&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 596.0, &quot;att&quot;: 0.35483870967741815, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6d8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.771911, 4.050192], [9.777253, 4.049658]]}, &quot;bbox&quot;: [9.771911, 4.049658, 9.777253, 4.050192]}, {&quot;id&quot;: &quot;4583&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 596.0, &quot;att&quot;: 0.2812500000000015, &quot;style&quot;: {&quot;color&quot;: &quot;#375b8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.772011, 4.050292], [9.777353, 4.049758]]}, &quot;bbox&quot;: [9.772011, 4.049758, 9.777353, 4.050292]}, {&quot;id&quot;: &quot;4619&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050150N-9.740475E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 454.0, &quot;att&quot;: 1.3225806451612903, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741306, 4.052028], [9.739644, 4.048272]]}, &quot;bbox&quot;: [9.739644, 4.048272, 9.741306, 4.052028]}, {&quot;id&quot;: &quot;4655&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 522.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702389, 4.052444], [9.704556, 4.04825]]}, &quot;bbox&quot;: [9.702389, 4.04825, 9.704556, 4.052444]}, {&quot;id&quot;: &quot;4691&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 522.0, &quot;att&quot;: 0.020000000000000285, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702489, 4.052544], [9.704656, 4.04835]]}, &quot;bbox&quot;: [9.702489, 4.04835, 9.704656, 4.052544]}, {&quot;id&quot;: &quot;4727&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 956.0, &quot;att&quot;: 0.21875000000000028, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4989&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.756833, 4.047389]]}, &quot;bbox&quot;: [9.750917, 4.047389, 9.756833, 4.053667]}, {&quot;id&quot;: &quot;4763&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 956.0, &quot;att&quot;: 0.8, &quot;style&quot;: {&quot;color&quot;: &quot;#7ad151&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.756933, 4.047489]]}, &quot;bbox&quot;: [9.751017, 4.047489, 9.756933, 4.053767]}, {&quot;id&quot;: &quot;4799&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 0.014285714285714488, &quot;style&quot;: {&quot;color&quot;: &quot;#450559&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779361, 4.053694], [9.797806, 4.050472]]}, &quot;bbox&quot;: [9.779361, 4.050472, 9.797806, 4.053694]}, {&quot;id&quot;: &quot;4835&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2079.0, &quot;att&quot;: -0.015873015873016087, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779461, 4.053794], [9.797906, 4.050572]]}, &quot;bbox&quot;: [9.779461, 4.050572, 9.797906, 4.053794]}, {&quot;id&quot;: &quot;4871&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8363.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 0.20833333333333284, &quot;style&quot;: {&quot;color&quot;: &quot;#404688&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.775889, 4.05525]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.775889, 4.05525]}, {&quot;id&quot;: &quot;4907&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8482.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 0.4, &quot;style&quot;: {&quot;color&quot;: &quot;#2a788e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.775989, 4.05535]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.775989, 4.05535]}, {&quot;id&quot;: &quot;4943&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.03398058252427198, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.754444, 4.058167]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.754444, 4.058167]}, {&quot;id&quot;: &quot;4979&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.01372997711670484, &quot;style&quot;: {&quot;color&quot;: &quot;#450559&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.754544, 4.058267]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.754544, 4.058267]}, {&quot;id&quot;: &quot;5015&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 546.0, &quot;att&quot;: 0.2727272727272718, &quot;style&quot;: {&quot;color&quot;: &quot;#38588c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.767556, 4.053639]]}, &quot;bbox&quot;: [9.767556, 4.053639, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5051&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 546.0, &quot;att&quot;: 0.2647058823529424, &quot;style&quot;: {&quot;color&quot;: &quot;#39558c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.767656, 4.053739]]}, &quot;bbox&quot;: [9.767656, 4.053739, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5087&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 879.0, &quot;att&quot;: 0.05769230769230711, &quot;style&quot;: {&quot;color&quot;: &quot;#481668&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738694, 4.058056], [9.745611, 4.054186]]}, &quot;bbox&quot;: [9.738694, 4.054186, 9.745611, 4.058056]}, {&quot;id&quot;: &quot;5123&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 879.0, &quot;att&quot;: 0.06666666666666651, &quot;style&quot;: {&quot;color&quot;: &quot;#481a6c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738794, 4.058155999999999], [9.745711, 4.054285999999999]]}, &quot;bbox&quot;: [9.738794, 4.054285999999999, 9.745711, 4.058155999999999]}, {&quot;id&quot;: &quot;5159&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 0.07692307692307622, &quot;style&quot;: {&quot;color&quot;: &quot;#481c6e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.743528, 4.059611]]}, &quot;bbox&quot;: [9.743528, 4.053667, 9.750917, 4.059611]}, {&quot;id&quot;: &quot;5195&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 0.09375000000000125, &quot;style&quot;: {&quot;color&quot;: &quot;#482374&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.743628, 4.059711]]}, &quot;bbox&quot;: [9.743628, 4.053767, 9.751017, 4.059711]}, {&quot;id&quot;: &quot;5231&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.16129032258064507, &quot;style&quot;: {&quot;color&quot;: &quot;#453882&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726194, 4.060028], [9.750917, 4.053667]]}, &quot;bbox&quot;: [9.726194, 4.053667, 9.750917, 4.060028]}, {&quot;id&quot;: &quot;5267&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.22857142857142979, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4c8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726294, 4.060128], [9.751017, 4.053767]]}, &quot;bbox&quot;: [9.726294, 4.053767, 9.751017, 4.060128]}, {&quot;id&quot;: &quot;5303&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.125, &quot;style&quot;: {&quot;color&quot;: &quot;#472d7b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726393999999999, 4.060228], [9.751116999999999, 4.053867]]}, &quot;bbox&quot;: [9.726393999999999, 4.053867, 9.751116999999999, 4.060228]}, {&quot;id&quot;: &quot;5339&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.19444444444444317, &quot;style&quot;: {&quot;color&quot;: &quot;#424186&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726493999999999, 4.060328], [9.751216999999999, 4.053967]]}, &quot;bbox&quot;: [9.726493999999999, 4.053967, 9.751216999999999, 4.060328]}, {&quot;id&quot;: &quot;5375&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_0&quot;, &quot;frequency&quot;: 12793.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.1428571428571425, &quot;style&quot;: {&quot;color&quot;: &quot;#46327e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726594, 4.060428], [9.751317, 4.054067]]}, &quot;bbox&quot;: [9.726594, 4.054067, 9.751317, 4.060428]}, {&quot;id&quot;: &quot;5411&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_1&quot;, &quot;frequency&quot;: 13059.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.18421052631579002, &quot;style&quot;: {&quot;color&quot;: &quot;#423f85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726694, 4.060528], [9.751417, 4.054167]]}, &quot;bbox&quot;: [9.726694, 4.054167, 9.751417, 4.060528]}, {&quot;id&quot;: &quot;5447&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 0.19444444444444517, &quot;style&quot;: {&quot;color&quot;: &quot;#424186&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.734028, 4.06025]]}, &quot;bbox&quot;: [9.734028, 4.053667, 9.750917, 4.06025]}, {&quot;id&quot;: &quot;5483&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 0.08888888888888871, &quot;style&quot;: {&quot;color&quot;: &quot;#482071&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.734128, 4.06035]]}, &quot;bbox&quot;: [9.734128, 4.053767, 9.751017, 4.06035]}, {&quot;id&quot;: &quot;5519&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 630.0, &quot;att&quot;: 0.24324324324324267, &quot;style&quot;: {&quot;color&quot;: &quot;#3c508b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.763167, 4.056417]]}, &quot;bbox&quot;: [9.763167, 4.056417, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5555&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 630.0, &quot;att&quot;: 0.21739130434782603, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4889&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.763266999999999, 4.0565169999999995]]}, &quot;bbox&quot;: [9.763266999999999, 4.0565169999999995, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5591&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 0.1290322580645169, &quot;style&quot;: {&quot;color&quot;: &quot;#472e7c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.786861, 4.062806]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.786861, 4.062806]}, {&quot;id&quot;: &quot;5627&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 0.1999999999999988, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.786961, 4.062906]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.786961, 4.062906]}, {&quot;id&quot;: &quot;5663&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 0.043478260869568706, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.720853, 4.053242]]}, &quot;bbox&quot;: [9.714664, 4.053242, 9.720853, 4.06425]}, {&quot;id&quot;: &quot;5699&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1398.0, &quot;att&quot;: -0.055555555555552485, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.720953, 4.053342]]}, &quot;bbox&quot;: [9.714764, 4.053342, 9.720953, 4.06435]}, {&quot;id&quot;: &quot;5735&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 0.018867924528300824, &quot;style&quot;: {&quot;color&quot;: &quot;#46075a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.75311, 4.064069]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.75311, 4.064069]}, {&quot;id&quot;: &quot;5771&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1176.0, &quot;att&quot;: -0.01754385964912307, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.75321, 4.064169]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.75321, 4.064169]}, {&quot;id&quot;: &quot;5807&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.062499999999999445, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.767778, 4.064361]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.767778, 4.064361]}, {&quot;id&quot;: &quot;5843&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.06451612903225666, &quot;style&quot;: {&quot;color&quot;: &quot;#48186a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.767878, 4.064461]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.767878, 4.064461]}, {&quot;id&quot;: &quot;5879&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 796.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708444, 4.060333], [9.715412, 4.058638]]}, &quot;bbox&quot;: [9.708444, 4.058638, 9.715412, 4.060333]}, {&quot;id&quot;: &quot;5915&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 796.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708544, 4.060433], [9.715512, 4.058738]]}, &quot;bbox&quot;: [9.708544, 4.058738, 9.715512, 4.060433]}, {&quot;id&quot;: &quot;5951&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 0.03703703703703753, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.759558, 4.066322]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.759558, 4.066322]}, {&quot;id&quot;: &quot;5987&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.759658, 4.066422]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.759658, 4.066422]}, {&quot;id&quot;: &quot;6023&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 0.1785714285714283, &quot;style&quot;: {&quot;color&quot;: &quot;#433d84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.777639, 4.063131]]}, &quot;bbox&quot;: [9.768444, 4.0585, 9.777639, 4.063131]}, {&quot;id&quot;: &quot;6059&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 0.14814814814814786, &quot;style&quot;: {&quot;color&quot;: &quot;#46337f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.777739, 4.063231]]}, &quot;bbox&quot;: [9.768544, 4.0586, 9.777739, 4.063231]}, {&quot;id&quot;: &quot;6095&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 498.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743528, 4.059611], [9.74569, 4.06356]]}, &quot;bbox&quot;: [9.743528, 4.059611, 9.74569, 4.06356]}, {&quot;id&quot;: &quot;6131&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 498.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743628, 4.059711], [9.74579, 4.06366]]}, &quot;bbox&quot;: [9.743628, 4.059711, 9.74579, 4.06366]}, {&quot;id&quot;: &quot;6167&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 741.0, &quot;att&quot;: 0.04166666666666728, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704333, 4.059583], [9.706333, 4.065972]]}, &quot;bbox&quot;: [9.704333, 4.059583, 9.706333, 4.065972]}, {&quot;id&quot;: &quot;6203&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 741.0, &quot;att&quot;: 0.04761904761904826, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704433, 4.059683], [9.706433, 4.066072]]}, &quot;bbox&quot;: [9.704433, 4.059683, 9.706433, 4.066072]}, {&quot;id&quot;: &quot;6239&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 603.0, &quot;att&quot;: 0.27272727272727254, &quot;style&quot;: {&quot;color&quot;: &quot;#38588c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.719389, 4.061556]]}, &quot;bbox&quot;: [9.714664, 4.061556, 9.719389, 4.06425]}, {&quot;id&quot;: &quot;6275&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 603.0, &quot;att&quot;: 0.22580645161290175, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4a89&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.719489, 4.061656]]}, &quot;bbox&quot;: [9.714764, 4.061656, 9.719489, 4.06435]}, {&quot;id&quot;: &quot;6311&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 669.0, &quot;att&quot;: 0.07142857142857234, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759558, 4.066322], [9.76425, 4.062528]]}, &quot;bbox&quot;: [9.759558, 4.062528, 9.76425, 4.066322]}, {&quot;id&quot;: &quot;6347&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 669.0, &quot;att&quot;: 0.08333333333333431, &quot;style&quot;: {&quot;color&quot;: &quot;#481f70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759658, 4.066422], [9.76435, 4.062628]]}, &quot;bbox&quot;: [9.759658, 4.062628, 9.76435, 4.066422]}, {&quot;id&quot;: &quot;6383&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 451.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710083, 4.063917], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.710083, 4.063917, 9.71287, 4.06688]}, {&quot;id&quot;: &quot;6419&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 451.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710182999999999, 4.064017], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.710182999999999, 4.064017, 9.71297, 4.06698]}, {&quot;id&quot;: &quot;6455&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 924.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79152, 4.065848], [9.799722, 4.06725]]}, &quot;bbox&quot;: [9.79152, 4.065848, 9.799722, 4.06725]}, {&quot;id&quot;: &quot;6491&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 924.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79162, 4.065948], [9.799821999999999, 4.067349999999999]]}, &quot;bbox&quot;: [9.79162, 4.065948, 9.799821999999999, 4.067349999999999]}, {&quot;id&quot;: &quot;6527&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.72547, 4.07139]}, {&quot;id&quot;: &quot;6563&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.72557, 4.07149]}, {&quot;id&quot;: &quot;6599&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 932.0, &quot;att&quot;: 0.022222222222224117, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.722972, 4.065667], [9.729139, 4.071389]]}, &quot;bbox&quot;: [9.722972, 4.065667, 9.729139, 4.071389]}, {&quot;id&quot;: &quot;6635&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 932.0, &quot;att&quot;: -0.04444444444444508, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.723072, 4.065767], [9.729239, 4.071489]]}, &quot;bbox&quot;: [9.723072, 4.065767, 9.729239, 4.071489]}, {&quot;id&quot;: &quot;6671&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 535.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714869, 4.071278], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.71287, 4.06688, 9.714869, 4.071278]}, {&quot;id&quot;: &quot;6707&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 535.0, &quot;att&quot;: 0.06666666666666761, &quot;style&quot;: {&quot;color&quot;: &quot;#481a6c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714969, 4.071378], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.71297, 4.06698, 9.714969, 4.071378]}, {&quot;id&quot;: &quot;6743&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 407.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729139, 4.071389], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.72547, 4.071389, 9.729139, 4.07139]}, {&quot;id&quot;: &quot;6779&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 407.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729239, 4.071489], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.72557, 4.071489, 9.729239, 4.07149]}, {&quot;id&quot;: &quot;6815&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 731.0, &quot;att&quot;: 0.13000000000000042, &quot;style&quot;: {&quot;color&quot;: &quot;#472e7c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736111, 4.072222], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.736111, 4.072222, 9.742681, 4.072661]}, {&quot;id&quot;: &quot;6851&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 731.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736210999999999, 4.072322], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.736210999999999, 4.072322, 9.742780999999999, 4.072761]}, {&quot;id&quot;: &quot;6887&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 561.0, &quot;att&quot;: 0.04347826086956589, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76925, 4.071639], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.76925, 4.071639, 9.774, 4.073367]}, {&quot;id&quot;: &quot;6923&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 561.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76935, 4.071739], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.76935, 4.071739, 9.774099999999999, 4.073467]}, {&quot;id&quot;: &quot;6959&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 0.05000000000000071, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.721058, 4.084075]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.721058, 4.084075]}, {&quot;id&quot;: &quot;6995&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 0.04000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.721157999999999, 4.084175]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.721157999999999, 4.084175]}, {&quot;id&quot;: &quot;7031&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 0.20000000000000048, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.761667, 4.074778]}, {&quot;id&quot;: &quot;7067&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 0.07692307692307797, &quot;style&quot;: {&quot;color&quot;: &quot;#481c6e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.761766999999999, 4.074878]}, {&quot;id&quot;: &quot;7103&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.05882352941176544, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719639, 4.070306], [9.719417, 4.079889]]}, &quot;bbox&quot;: [9.719417, 4.070306, 9.719639, 4.079889]}, {&quot;id&quot;: &quot;7139&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.08000000000000114, &quot;style&quot;: {&quot;color&quot;: &quot;#481d6f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719739, 4.070406], [9.719517, 4.079988999999999]]}, &quot;bbox&quot;: [9.719517, 4.070406, 9.719739, 4.079988999999999]}, {&quot;id&quot;: &quot;7175&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 0.06666666666666761, &quot;style&quot;: {&quot;color&quot;: &quot;#481a6c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.781778, 4.069972]]}, &quot;bbox&quot;: [9.781778, 4.069972, 9.786083, 4.0817]}, {&quot;id&quot;: &quot;7211&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 0.04166666666666728, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.781877999999999, 4.070072]]}, &quot;bbox&quot;: [9.781877999999999, 4.070072, 9.786183, 4.081799999999999]}, {&quot;id&quot;: &quot;7247&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.095238095238095, &quot;style&quot;: {&quot;color&quot;: &quot;#482374&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.75645, 4.07833]]}, &quot;bbox&quot;: [9.75645, 4.074778, 9.761667, 4.07833]}, {&quot;id&quot;: &quot;7283&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.007849293563579277, &quot;style&quot;: {&quot;color&quot;: &quot;#450457&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.756549999999999, 4.07843]]}, &quot;bbox&quot;: [9.756549999999999, 4.074878, 9.761766999999999, 4.07843]}, {&quot;id&quot;: &quot;7319&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 480.0, &quot;att&quot;: -0.04545454545454281, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719417, 4.079889], [9.721778, 4.07625]]}, &quot;bbox&quot;: [9.719417, 4.07625, 9.721778, 4.079889]}, {&quot;id&quot;: &quot;7355&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 480.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719517, 4.079988999999999], [9.721878, 4.07635]]}, &quot;bbox&quot;: [9.719517, 4.07635, 9.721878, 4.079988999999999]}, {&quot;id&quot;: &quot;7391&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 0.3200000000000017, &quot;style&quot;: {&quot;color&quot;: &quot;#32648e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756825, 4.081867], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.756825, 4.081867]}, {&quot;id&quot;: &quot;7427&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 0.3461538461538454, &quot;style&quot;: {&quot;color&quot;: &quot;#2f6b8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756924999999999, 4.081967], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.756924999999999, 4.081967]}, {&quot;id&quot;: &quot;7463&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.801611, 4.076722]]}, &quot;bbox&quot;: [9.786083, 4.076722, 9.801611, 4.0817]}, {&quot;id&quot;: &quot;7499&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 0.04000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.801711, 4.076822]]}, &quot;bbox&quot;: [9.786183, 4.076822, 9.801711, 4.081799999999999]}, {&quot;id&quot;: &quot;7535&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 0.1290322580645156, &quot;style&quot;: {&quot;color&quot;: &quot;#472e7c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.742681, 4.072661, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;7571&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 0.055555555555556434, &quot;style&quot;: {&quot;color&quot;: &quot;#481668&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.742780999999999, 4.072761, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;7607&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 0.2173913043478257, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4889&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.752944, 4.073367, 9.774, 4.085936]}, {&quot;id&quot;: &quot;7643&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 0.11538461538461696, &quot;style&quot;: {&quot;color&quot;: &quot;#482979&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.753044, 4.073467, 9.774099999999999, 4.086036]}, {&quot;id&quot;: &quot;7679&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080070N-9.789737E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18848.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 888.0, &quot;att&quot;: 0.5, &quot;style&quot;: {&quot;color&quot;: &quot;#21918c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.79339, 4.07844]]}, &quot;bbox&quot;: [9.786083, 4.07844, 9.79339, 4.0817]}, {&quot;id&quot;: &quot;7715&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 0.12500000000000167, &quot;style&quot;: {&quot;color&quot;: &quot;#472d7b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.753278, 4.074861]]}, &quot;bbox&quot;: [9.752944, 4.074861, 9.753278, 4.085936]}, {&quot;id&quot;: &quot;7751&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 0.18181818181818094, &quot;style&quot;: {&quot;color&quot;: &quot;#433e85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.753378, 4.074961]]}, &quot;bbox&quot;: [9.753044, 4.074961, 9.753378, 4.086036]}, {&quot;id&quot;: &quot;7787&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 968.0, &quot;att&quot;: 0.07142857142856744, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765535, 4.081441], [9.756825, 4.081867]]}, &quot;bbox&quot;: [9.756825, 4.081441, 9.765535, 4.081867]}, {&quot;id&quot;: &quot;7823&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 968.0, &quot;att&quot;: 0.10000000000000142, &quot;style&quot;: {&quot;color&quot;: &quot;#482475&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765635, 4.081541], [9.756924999999999, 4.081967]]}, &quot;bbox&quot;: [9.756924999999999, 4.081541, 9.765635, 4.081967]}, {&quot;id&quot;: &quot;7859&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 0.08695652173913151, &quot;style&quot;: {&quot;color&quot;: &quot;#482071&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.7949, 4.08393]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.7949, 4.08393]}, {&quot;id&quot;: &quot;7895&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 0.08695652173912868, &quot;style&quot;: {&quot;color&quot;: &quot;#482071&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.795, 4.084029999999999]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.795, 4.084029999999999]}, {&quot;id&quot;: &quot;7931&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 895.0, &quot;att&quot;: 0.023255813953487067, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.77848, 4.08438]]}, &quot;bbox&quot;: [9.77848, 4.0817, 9.786083, 4.08438]}, {&quot;id&quot;: &quot;7967&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 895.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.77858, 4.08448]]}, &quot;bbox&quot;: [9.77858, 4.081799999999999, 9.786183, 4.08448]}, {&quot;id&quot;: &quot;8003&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 0.09090909090909208, &quot;style&quot;: {&quot;color&quot;: &quot;#482173&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.751769, 4.093194]]}, &quot;bbox&quot;: [9.751769, 4.074778, 9.761667, 4.093194]}, {&quot;id&quot;: &quot;8039&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 0.02777777777777816, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.751869, 4.093294]]}, &quot;bbox&quot;: [9.751869, 4.074878, 9.761766999999999, 4.093294]}, {&quot;id&quot;: &quot;8075&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 0.05882352941176126, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.728889, 4.083056]]}, &quot;bbox&quot;: [9.728889, 4.083056, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8111&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 0.2222222222222218, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4989&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.728989, 4.083156]]}, &quot;bbox&quot;: [9.728989, 4.083156, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8147&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 0.12499999999999889, &quot;style&quot;: {&quot;color&quot;: &quot;#472c7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.738306, 4.083528]]}, &quot;bbox&quot;: [9.738306, 4.083528, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8183&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.738406, 4.083628]]}, &quot;bbox&quot;: [9.738406, 4.083628, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8219&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 947.0, &quot;att&quot;: 0.8571428571428585, &quot;style&quot;: {&quot;color&quot;: &quot;#a0da39&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.783583, 4.089889]]}, &quot;bbox&quot;: [9.783583, 4.0817, 9.786083, 4.089889]}, {&quot;id&quot;: &quot;8255&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 947.0, &quot;att&quot;: 0.9473684210526307, &quot;style&quot;: {&quot;color&quot;: &quot;#dde318&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.783683, 4.089989]]}, &quot;bbox&quot;: [9.783683, 4.081799999999999, 9.786183, 4.089989]}, {&quot;id&quot;: &quot;8291&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 0.4615384615384636, &quot;style&quot;: {&quot;color&quot;: &quot;#24878e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.743333, 4.074778, 9.761667, 4.097333]}, {&quot;id&quot;: &quot;8327&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 0.33333333333333726, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.743433, 4.074878, 9.761766999999999, 4.097433]}, {&quot;id&quot;: &quot;8363&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 0.21212121212121315, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4788&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.76601, 4.08663]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.76601, 4.08663]}, {&quot;id&quot;: &quot;8399&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 0.20930232558139517, &quot;style&quot;: {&quot;color&quot;: &quot;#404688&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.76611, 4.08673]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.76611, 4.08673]}, {&quot;id&quot;: &quot;8435&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 0.030303030303030696, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.808667, 4.091389]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.808667, 4.091389]}, {&quot;id&quot;: &quot;8471&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.808767, 4.091489]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.808767, 4.091489]}, {&quot;id&quot;: &quot;8507&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 830.0, &quot;att&quot;: 0.14893617021276648, &quot;style&quot;: {&quot;color&quot;: &quot;#463480&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.758611, 4.090833]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.758611, 4.090833]}, {&quot;id&quot;: &quot;8543&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 830.0, &quot;att&quot;: 0.13999999999999915, &quot;style&quot;: {&quot;color&quot;: &quot;#46307e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.758711, 4.090933]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.758711, 4.090933]}, {&quot;id&quot;: &quot;8579&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 555.0, &quot;att&quot;: -0.06250000000000111, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73381, 4.08679], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.73381, 4.08679, 9.736042, 4.091278]}, {&quot;id&quot;: &quot;8615&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 555.0, &quot;att&quot;: -0.11999999999999886, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73391, 4.0868899999999995], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.73391, 4.0868899999999995, 9.736142, 4.091378]}, {&quot;id&quot;: &quot;8651&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 0.05000000000000426, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.744, 4.104861]]}, &quot;bbox&quot;: [9.744, 4.074778, 9.761667, 4.104861]}, {&quot;id&quot;: &quot;8687&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 0.028571428571431006, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.7441, 4.104960999999999]]}, &quot;bbox&quot;: [9.7441, 4.074878, 9.761766999999999, 4.104960999999999]}, {&quot;id&quot;: &quot;8723&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 889.0, &quot;att&quot;: 0.49999999999999745, &quot;style&quot;: {&quot;color&quot;: &quot;#21908d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76601, 4.08663], [9.764367, 4.0945]]}, &quot;bbox&quot;: [9.764367, 4.08663, 9.76601, 4.0945]}, {&quot;id&quot;: &quot;8759&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 889.0, &quot;att&quot;: 0.47058823529411714, &quot;style&quot;: {&quot;color&quot;: &quot;#23898e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76611, 4.08673], [9.764467, 4.0946]]}, &quot;bbox&quot;: [9.764467, 4.08673, 9.76611, 4.0946]}, {&quot;id&quot;: &quot;8795&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 736.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729444, 4.091944], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.729444, 4.091278, 9.736042, 4.091944]}, {&quot;id&quot;: &quot;8831&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 736.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729544, 4.092044], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.729544, 4.091378, 9.736142, 4.092044]}, {&quot;id&quot;: &quot;8867&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 419.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74168, 4.09393], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.74168, 4.09393, 9.743333, 4.097333]}, {&quot;id&quot;: &quot;8903&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 419.0, &quot;att&quot;: 0.04347826086956589, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:05:00&quot;, &quot;2019-07-17T20:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74178, 4.09403], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.74178, 4.09403, 9.743433, 4.097433]}, {&quot;id&quot;: &quot;9&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 0.11111111111111258, &quot;style&quot;: {&quot;color&quot;: &quot;#482878&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.791866, 3.97665]]}, &quot;bbox&quot;: [9.787167, 3.97665, 9.791866, 3.992722]}, {&quot;id&quot;: &quot;45&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 0.03571428571428626, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.791966, 3.97675]]}, &quot;bbox&quot;: [9.787267, 3.97675, 9.791966, 3.9928220000000003]}, {&quot;id&quot;: &quot;81&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.25, &quot;style&quot;: {&quot;color&quot;: &quot;#3b528b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.81613, 3.97866]]}, &quot;bbox&quot;: [9.787167, 3.97866, 9.81613, 3.992722]}, {&quot;id&quot;: &quot;117&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.02185792349726781, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.81623, 3.9787600000000003]]}, &quot;bbox&quot;: [9.787267, 3.9787600000000003, 9.81623, 3.9928220000000003]}, {&quot;id&quot;: &quot;153&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 556.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763806, 3.997361], [9.75885, 3.99663]]}, &quot;bbox&quot;: [9.75885, 3.99663, 9.763806, 3.997361]}, {&quot;id&quot;: &quot;189&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 556.0, &quot;att&quot;: -0.07142857142856708, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763906, 3.9974610000000004], [9.75895, 3.9967300000000003]]}, &quot;bbox&quot;: [9.75895, 3.9967300000000003, 9.763906, 3.9974610000000004]}, {&quot;id&quot;: &quot;225&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 402.0, &quot;att&quot;: 0.03921568627450901, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745083, 4.002553], [9.748639, 4.003231]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.748639, 4.003231]}, {&quot;id&quot;: &quot;261&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 402.0, &quot;att&quot;: 0.037037037037037555, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745182999999999, 4.002653], [9.748739, 4.003331]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.748739, 4.003331]}, {&quot;id&quot;: &quot;297&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 774.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76732, 4.003512], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.76732, 4.003512, 9.767719, 4.0105]}, {&quot;id&quot;: &quot;333&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 774.0, &quot;att&quot;: 0.05714285714285593, &quot;style&quot;: {&quot;color&quot;: &quot;#481668&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76742, 4.0036119999999995], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.76742, 4.0036119999999995, 9.767819, 4.0106]}, {&quot;id&quot;: &quot;369&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799472, 4.004194], [9.778111, 4.012278]]}, &quot;bbox&quot;: [9.778111, 4.004194, 9.799472, 4.012278]}, {&quot;id&quot;: &quot;405&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 0.07407407407407506, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799572, 4.004294], [9.778211, 4.012378]]}, &quot;bbox&quot;: [9.778211, 4.004294, 9.799572, 4.012378]}, {&quot;id&quot;: &quot;441&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 2.444444444444444, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.705944, 4.01775], [9.701194, 4.008306]]}, &quot;bbox&quot;: [9.701194, 4.008306, 9.705944, 4.01775]}, {&quot;id&quot;: &quot;477&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 0.20032573289902278, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706044, 4.01785], [9.701293999999999, 4.008406]]}, &quot;bbox&quot;: [9.701293999999999, 4.008406, 9.706044, 4.01785]}, {&quot;id&quot;: &quot;513&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.763806, 3.997361]]}, &quot;bbox&quot;: [9.763806, 3.997361, 9.767833, 4.029]}, {&quot;id&quot;: &quot;549&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.763906, 3.9974610000000004]]}, &quot;bbox&quot;: [9.763906, 3.9974610000000004, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;585&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 1.9350649350649352, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741417, 4.009639], [9.723611, 4.020194]]}, &quot;bbox&quot;: [9.723611, 4.009639, 9.741417, 4.020194]}, {&quot;id&quot;: &quot;621&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 1.871794871794871, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741517, 4.009739], [9.723711, 4.020294]]}, &quot;bbox&quot;: [9.723711, 4.009739, 9.741517, 4.020294]}, {&quot;id&quot;: &quot;657&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 1.7843137254901968, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.745083, 4.002553]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.767833, 4.029]}, {&quot;id&quot;: &quot;693&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 1.4133333333333344, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.745182999999999, 4.002653]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;729&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 466.0, &quot;att&quot;: 2.6199999999999988, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73456, 4.01734]]}, &quot;bbox&quot;: [9.73456, 4.015972, 9.738528, 4.01734]}, {&quot;id&quot;: &quot;765&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 466.0, &quot;att&quot;: 2.5172413793103443, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73466, 4.01744]]}, &quot;bbox&quot;: [9.73466, 4.016071999999999, 9.738628, 4.01744]}, {&quot;id&quot;: &quot;801&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8335.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 0.9600000000000023, &quot;style&quot;: {&quot;color&quot;: &quot;#e5e419&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.762056, 4.004472]]}, &quot;bbox&quot;: [9.762056, 4.004472, 9.767833, 4.029]}, {&quot;id&quot;: &quot;837&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8454.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 0.7619047619047613, &quot;style&quot;: {&quot;color&quot;: &quot;#65cb5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.762156, 4.004572]]}, &quot;bbox&quot;: [9.762156, 4.004572, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;873&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 2.2499999999999987, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.768083, 4.017917]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.768083, 4.017917]}, {&quot;id&quot;: &quot;909&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 2.7659574468085117, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.768183, 4.0180169999999995]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.768183, 4.0180169999999995]}, {&quot;id&quot;: &quot;945&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 1.8235294117647074, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727083, 4.023444], [9.72629, 4.01048]]}, &quot;bbox&quot;: [9.72629, 4.01048, 9.727083, 4.023444]}, {&quot;id&quot;: &quot;981&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 1.9459459459459434, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727183, 4.023543999999999], [9.72639, 4.01058]]}, &quot;bbox&quot;: [9.72639, 4.01058, 9.727183, 4.023543999999999]}, {&quot;id&quot;: &quot;1017&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 3.4857142857142867, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.757556, 4.0195]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.757556, 4.0195]}, {&quot;id&quot;: &quot;1053&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 3.1219512195121952, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.757655999999999, 4.0196]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.757655999999999, 4.0196]}, {&quot;id&quot;: &quot;1089&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 0.21818181818181806, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4889&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.756817, 4.008442]]}, &quot;bbox&quot;: [9.756817, 4.008442, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1125&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 0.5161290322580644, &quot;style&quot;: {&quot;color&quot;: &quot;#1f948c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.756917, 4.008541999999999]]}, &quot;bbox&quot;: [9.756917, 4.008541999999999, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1161&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.22022838499184327, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4989&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744694, 4.014417], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.744694, 4.014417, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1197&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.6989795918367344, &quot;style&quot;: {&quot;color&quot;: &quot;#42be71&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744794, 4.014517], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.744794, 4.014517, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1233&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.767719, 4.0105, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1269&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 1.1333333333333355, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.767819, 4.0106, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1305&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.780278, 4.023889]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.780278, 4.023889]}, {&quot;id&quot;: &quot;1341&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 2.03174603174603, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.780377999999999, 4.023988999999999]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.780377999999999, 4.023988999999999]}, {&quot;id&quot;: &quot;1377&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 2.026315789473681, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.721083, 4.0115]]}, &quot;bbox&quot;: [9.696744, 4.0115, 9.721083, 4.029381]}, {&quot;id&quot;: &quot;1413&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 1.7755102040816324, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.721183, 4.0116]]}, &quot;bbox&quot;: [9.696844, 4.0116, 9.721183, 4.029481]}, {&quot;id&quot;: &quot;1449&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 654.0, &quot;att&quot;: 1.7000000000000004, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743889, 4.0194], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.743889, 4.0194, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1485&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 654.0, &quot;att&quot;: 3.655172413793106, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743989, 4.0195], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.743989, 4.0195, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1521&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024043N-9.680260E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2266.0, &quot;att&quot;: 1.2222222222222225, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.67025, 4.022056], [9.69027, 4.02603]]}, &quot;bbox&quot;: [9.67025, 4.022056, 9.69027, 4.02603]}, {&quot;id&quot;: &quot;1557&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 0.3793103448275844, &quot;style&quot;: {&quot;color&quot;: &quot;#2c738e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.72802, 4.03279]]}, &quot;bbox&quot;: [9.72802, 4.015972, 9.738528, 4.03279]}, {&quot;id&quot;: &quot;1593&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 3.1874999999999982, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.72812, 4.03289]]}, &quot;bbox&quot;: [9.72812, 4.016071999999999, 9.738628, 4.03289]}, {&quot;id&quot;: &quot;1629&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.8301886792452834, &quot;style&quot;: {&quot;color&quot;: &quot;#8ed645&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.69921, 4.02012]]}, &quot;bbox&quot;: [9.696744, 4.02012, 9.69921, 4.029381]}, {&quot;id&quot;: &quot;1665&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.32167832167832167, &quot;style&quot;: {&quot;color&quot;: &quot;#32658e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.69931, 4.02022]]}, &quot;bbox&quot;: [9.696844, 4.02022, 9.69931, 4.029481]}, {&quot;id&quot;: &quot;1701&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18737.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 0.48484848484848464, &quot;style&quot;: {&quot;color&quot;: &quot;#228d8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.77399, 4.02125]]}, &quot;bbox&quot;: [9.767833, 4.02125, 9.77399, 4.029]}, {&quot;id&quot;: &quot;1737&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17727.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 0.709677419354837, &quot;style&quot;: {&quot;color&quot;: &quot;#48c16e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.77409, 4.02135]]}, &quot;bbox&quot;: [9.767933, 4.02135, 9.77409, 4.0291]}, {&quot;id&quot;: &quot;1773&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14431.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 874.0, &quot;att&quot;: 2.827586206896547, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737194, 4.022139], [9.741992, 4.0284]]}, &quot;bbox&quot;: [9.737194, 4.022139, 9.741992, 4.0284]}, {&quot;id&quot;: &quot;1809&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14921.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 874.0, &quot;att&quot;: 2.866666666666667, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737294, 4.022239], [9.742092, 4.0285]]}, &quot;bbox&quot;: [9.737294, 4.022239, 9.742092, 4.0285]}, {&quot;id&quot;: &quot;1845&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 1.6285714285714294, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73325, 4.035278]]}, &quot;bbox&quot;: [9.73325, 4.015972, 9.738528, 4.035278]}, {&quot;id&quot;: &quot;1881&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 2.120000000000002, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73335, 4.035378]]}, &quot;bbox&quot;: [9.73335, 4.016071999999999, 9.738628, 4.035378]}, {&quot;id&quot;: &quot;1917&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 1.0980392156862746, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.70976, 4.02238]]}, &quot;bbox&quot;: [9.696744, 4.02238, 9.70976, 4.029381]}, {&quot;id&quot;: &quot;1953&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 1.0961538461538463, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.709859999999999, 4.02248]]}, &quot;bbox&quot;: [9.696844, 4.02248, 9.709859999999999, 4.029481]}, {&quot;id&quot;: &quot;1989&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 755.0, &quot;att&quot;: 1.2727272727272698, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.694556, 4.022917]]}, &quot;bbox&quot;: [9.694556, 4.022917, 9.696744, 4.029381]}, {&quot;id&quot;: &quot;2025&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 755.0, &quot;att&quot;: 1.25, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.694656, 4.023016999999999]]}, &quot;bbox&quot;: [9.694656, 4.023016999999999, 9.696844, 4.029481]}, {&quot;id&quot;: &quot;2061&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 2.8064516129032255, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.72684, 4.01658]]}, &quot;bbox&quot;: [9.72684, 4.01658, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2097&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 1.093023255813953, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.726939999999999, 4.01668]]}, &quot;bbox&quot;: [9.726939999999999, 4.01668, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2133&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 364.0, &quot;att&quot;: 0.6428571428571425, &quot;style&quot;: {&quot;color&quot;: &quot;#2db27d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.705139, 4.028333]]}, &quot;bbox&quot;: [9.701944, 4.028333, 9.705139, 4.029083]}, {&quot;id&quot;: &quot;2169&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 364.0, &quot;att&quot;: 0.6470588235294115, &quot;style&quot;: {&quot;color&quot;: &quot;#2eb37c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.705239, 4.028433]]}, &quot;bbox&quot;: [9.702043999999999, 4.028433, 9.705239, 4.029183]}, {&quot;id&quot;: &quot;2205&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 0.5348837209302331, &quot;style&quot;: {&quot;color&quot;: &quot;#1f988b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.686417, 4.029444]]}, &quot;bbox&quot;: [9.686417, 4.029381, 9.696744, 4.029444]}, {&quot;id&quot;: &quot;2241&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 0.5365853658536582, &quot;style&quot;: {&quot;color&quot;: &quot;#1f998a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.686517, 4.029544]]}, &quot;bbox&quot;: [9.686517, 4.029481, 9.696844, 4.029544]}, {&quot;id&quot;: &quot;2277&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 868.0, &quot;att&quot;: 1.0833333333333317, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.709194, 4.032028]]}, &quot;bbox&quot;: [9.701944, 4.029083, 9.709194, 4.032028]}, {&quot;id&quot;: &quot;2313&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 868.0, &quot;att&quot;: 1.0434782608695659, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.709294, 4.032128]]}, &quot;bbox&quot;: [9.702043999999999, 4.029183, 9.709294, 4.032128]}, {&quot;id&quot;: &quot;2349&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 666.0, &quot;att&quot;: 0.6333333333333329, &quot;style&quot;: {&quot;color&quot;: &quot;#2ab07f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.691575, 4.032433]]}, &quot;bbox&quot;: [9.691575, 4.029381, 9.696744, 4.032433]}, {&quot;id&quot;: &quot;2385&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 666.0, &quot;att&quot;: 0.4444444444444436, &quot;style&quot;: {&quot;color&quot;: &quot;#26828e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.691675, 4.032533]]}, &quot;bbox&quot;: [9.691675, 4.029481, 9.696844, 4.032533]}, {&quot;id&quot;: &quot;2421&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 536.0, &quot;att&quot;: 0.681818181818181, &quot;style&quot;: {&quot;color&quot;: &quot;#3bbb75&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699417, 4.033417]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699417, 4.033417]}, {&quot;id&quot;: &quot;2457&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 536.0, &quot;att&quot;: 0.6333333333333329, &quot;style&quot;: {&quot;color&quot;: &quot;#2ab07f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699517, 4.033517]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699517, 4.033517]}, {&quot;id&quot;: &quot;2493&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 1.6486486486486478, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.727083, 4.023444]]}, &quot;bbox&quot;: [9.727083, 4.023444, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2529&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 1.211538461538462, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.727183, 4.023543999999999]]}, &quot;bbox&quot;: [9.727183, 4.023543999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2565&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.5853658536585371, &quot;style&quot;: {&quot;color&quot;: &quot;#20a486&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71564, 4.032], [9.71203, 4.03312]]}, &quot;bbox&quot;: [9.71203, 4.032, 9.71564, 4.03312]}, {&quot;id&quot;: &quot;2601&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.3617021276595739, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6f8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71574, 4.0321], [9.71213, 4.03322]]}, &quot;bbox&quot;: [9.71213, 4.0321, 9.71574, 4.03322]}, {&quot;id&quot;: &quot;2637&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 2.076923076923076, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.755167, 4.037361]]}, &quot;bbox&quot;: [9.755167, 4.029, 9.767833, 4.037361]}, {&quot;id&quot;: &quot;2673&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 2.2162162162162176, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.755267, 4.0374609999999995]]}, &quot;bbox&quot;: [9.755267, 4.0291, 9.767933, 4.0374609999999995]}, {&quot;id&quot;: &quot;2709&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 323.0, &quot;att&quot;: 0.1999999999999993, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691575, 4.032433], [9.691889, 4.035333]]}, &quot;bbox&quot;: [9.691575, 4.032433, 9.691889, 4.035333]}, {&quot;id&quot;: &quot;2745&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 323.0, &quot;att&quot;: 0.05882352941176544, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691675, 4.032533], [9.691989, 4.035432999999999]]}, &quot;bbox&quot;: [9.691675, 4.032533, 9.691989, 4.035432999999999]}, {&quot;id&quot;: &quot;2781&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 516.0, &quot;att&quot;: 1.2500000000000018, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774333, 4.033028], [9.77026, 4.03527]]}, &quot;bbox&quot;: [9.77026, 4.033028, 9.774333, 4.03527]}, {&quot;id&quot;: &quot;2817&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 516.0, &quot;att&quot;: 1.3124999999999998, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774433, 4.033128], [9.77036, 4.0353699999999995]]}, &quot;bbox&quot;: [9.77036, 4.033128, 9.774433, 4.0353699999999995]}, {&quot;id&quot;: &quot;2853&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 1.1799999999999997, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.725667, 4.028583]]}, &quot;bbox&quot;: [9.725667, 4.028583, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2889&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 0.5882352941176477, &quot;style&quot;: {&quot;color&quot;: &quot;#21a585&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.725767, 4.028683]]}, &quot;bbox&quot;: [9.725767, 4.028683, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2925&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 0.1000000000000038, &quot;style&quot;: {&quot;color&quot;: &quot;#482475&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699006, 4.040886]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699006, 4.040886]}, {&quot;id&quot;: &quot;2961&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 0.13888888888888912, &quot;style&quot;: {&quot;color&quot;: &quot;#46307e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699106, 4.040986]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699106, 4.040986]}, {&quot;id&quot;: &quot;2997&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17810.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 610.0, &quot;att&quot;: 0.23809523809523875, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4e8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683883, 4.033886], [9.688056, 4.037472]]}, &quot;bbox&quot;: [9.683883, 4.033886, 9.688056, 4.037472]}, {&quot;id&quot;: &quot;3033&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18820.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 610.0, &quot;att&quot;: -0.07407407407407506, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683983, 4.033986], [9.688156, 4.037572]]}, &quot;bbox&quot;: [9.683983, 4.033986, 9.688156, 4.037572]}, {&quot;id&quot;: &quot;3069&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 1.5882352941176476, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.766222, 4.046556]]}, &quot;bbox&quot;: [9.766222, 4.029, 9.767833, 4.046556]}, {&quot;id&quot;: &quot;3105&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 1.8039215686274497, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.766322, 4.046656]]}, &quot;bbox&quot;: [9.766322, 4.0291, 9.767933, 4.046656]}, {&quot;id&quot;: &quot;3141&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 433.0, &quot;att&quot;: 0.3461538461538454, &quot;style&quot;: {&quot;color&quot;: &quot;#2f6b8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706106, 4.040083], [9.703794, 4.036926]]}, &quot;bbox&quot;: [9.703794, 4.036926, 9.706106, 4.040083]}, {&quot;id&quot;: &quot;3177&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 433.0, &quot;att&quot;: 0.285714285714285, &quot;style&quot;: {&quot;color&quot;: &quot;#365c8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706206, 4.040183], [9.703894, 4.037026]]}, &quot;bbox&quot;: [9.703894, 4.037026, 9.706206, 4.040183]}, {&quot;id&quot;: &quot;3213&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 0.5116279069767443, &quot;style&quot;: {&quot;color&quot;: &quot;#20928c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.711917, 4.037722]]}, &quot;bbox&quot;: [9.711917, 4.037722, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;3249&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 0.5869565217391294, &quot;style&quot;: {&quot;color&quot;: &quot;#21a585&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.712017, 4.037821999999999]]}, &quot;bbox&quot;: [9.712017, 4.037821999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;3285&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 928.0, &quot;att&quot;: 0.34482758620689674, &quot;style&quot;: {&quot;color&quot;: &quot;#2f6b8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.741011, 4.038342]]}, &quot;bbox&quot;: [9.733028, 4.038342, 9.741011, 4.040819]}, {&quot;id&quot;: &quot;3321&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 928.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.741111, 4.038442]]}, &quot;bbox&quot;: [9.733127999999999, 4.038442, 9.741111, 4.040919]}, {&quot;id&quot;: &quot;3357&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 441.0, &quot;att&quot;: 0.14285714285714213, &quot;style&quot;: {&quot;color&quot;: &quot;#46327e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.70265, 4.03931]]}, &quot;bbox&quot;: [9.699006, 4.03931, 9.70265, 4.040886]}, {&quot;id&quot;: &quot;3393&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 441.0, &quot;att&quot;: 0.1071428571428585, &quot;style&quot;: {&quot;color&quot;: &quot;#482677&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.70275, 4.03941]]}, &quot;bbox&quot;: [9.699106, 4.03941, 9.70275, 4.040986]}, {&quot;id&quot;: &quot;3429&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 697.0, &quot;att&quot;: 1.4769230769230772, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774, 4.042306], [9.7795, 4.039278]]}, &quot;bbox&quot;: [9.774, 4.039278, 9.7795, 4.042306]}, {&quot;id&quot;: &quot;3465&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 697.0, &quot;att&quot;: 1.1188118811881191, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774099999999999, 4.042406], [9.7796, 4.039378]]}, &quot;bbox&quot;: [9.774099999999999, 4.039378, 9.7796, 4.042406]}, {&quot;id&quot;: &quot;3502&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041057N-9.688122E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 387.0, &quot;att&quot;: 0.04166666666666728, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.689827, 4.040697]]}, &quot;bbox&quot;: [9.686417, 4.040697, 9.689827, 4.041417]}, {&quot;id&quot;: &quot;3538&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 975.0, &quot;att&quot;: 0.36000000000000015, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6f8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762056, 4.03875], [9.754583, 4.043386]]}, &quot;bbox&quot;: [9.754583, 4.03875, 9.762056, 4.043386]}, {&quot;id&quot;: &quot;3574&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 975.0, &quot;att&quot;: 0.8139534883720936, &quot;style&quot;: {&quot;color&quot;: &quot;#84d44b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762156, 4.03885], [9.754683, 4.043486]]}, &quot;bbox&quot;: [9.754683, 4.03885, 9.762156, 4.043486]}, {&quot;id&quot;: &quot;3610&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.38709677419354915, &quot;style&quot;: {&quot;color&quot;: &quot;#2b758e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.728389, 4.041694]]}, &quot;bbox&quot;: [9.728389, 4.040819, 9.733028, 4.041694]}, {&quot;id&quot;: &quot;3646&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.036446469248291605, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.728489, 4.041793999999999]]}, &quot;bbox&quot;: [9.728489, 4.040919, 9.733127999999999, 4.041793999999999]}, {&quot;id&quot;: &quot;3682&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 1.086206896551724, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.779361, 4.053694]]}, &quot;bbox&quot;: [9.767833, 4.029, 9.779361, 4.053694]}, {&quot;id&quot;: &quot;3718&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 1.1666666666666667, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.779461, 4.053794]]}, &quot;bbox&quot;: [9.767933, 4.0291, 9.779461, 4.053794]}, {&quot;id&quot;: &quot;3754&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 0.43181818181818166, &quot;style&quot;: {&quot;color&quot;: &quot;#27808e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.747639, 4.043778]]}, &quot;bbox&quot;: [9.733028, 4.040819, 9.747639, 4.043778]}, {&quot;id&quot;: &quot;3790&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 0.4262295081967208, &quot;style&quot;: {&quot;color&quot;: &quot;#277f8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.747739, 4.043877999999999]]}, &quot;bbox&quot;: [9.733127999999999, 4.040919, 9.747739, 4.043877999999999]}, {&quot;id&quot;: &quot;3826&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 0.14893617021276648, &quot;style&quot;: {&quot;color&quot;: &quot;#463480&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702978, 4.056559], [9.73025, 4.028444]]}, &quot;bbox&quot;: [9.702978, 4.028444, 9.73025, 4.056559]}, {&quot;id&quot;: &quot;3862&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 0.977272727272727, &quot;style&quot;: {&quot;color&quot;: &quot;#f1e51d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703078, 4.056659], [9.73035, 4.028544]]}, &quot;bbox&quot;: [9.703078, 4.028544, 9.73035, 4.056659]}, {&quot;id&quot;: &quot;3898&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.052631578947369015, &quot;style&quot;: {&quot;color&quot;: &quot;#481467&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.69725, 4.04425]]}, &quot;bbox&quot;: [9.69725, 4.040886, 9.699006, 4.04425]}, {&quot;id&quot;: &quot;3934&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.04545454545454604, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.69735, 4.04435]]}, &quot;bbox&quot;: [9.69735, 4.040986, 9.699106, 4.04435]}, {&quot;id&quot;: &quot;3970&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 431.0, &quot;att&quot;: 0.13513513513513503, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704083, 4.04244], [9.707889, 4.043194]]}, &quot;bbox&quot;: [9.704083, 4.04244, 9.707889, 4.043194]}, {&quot;id&quot;: &quot;4006&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 431.0, &quot;att&quot;: 0.15789473684210545, &quot;style&quot;: {&quot;color&quot;: &quot;#453781&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704183, 4.04254], [9.707989, 4.0432939999999995]]}, &quot;bbox&quot;: [9.704183, 4.04254, 9.707989, 4.0432939999999995]}, {&quot;id&quot;: &quot;4044&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043833N-9.687306E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 570.0, &quot;att&quot;: 0.13333333333333286, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.688194, 4.04625]]}, &quot;bbox&quot;: [9.686417, 4.041417, 9.688194, 4.04625]}, {&quot;id&quot;: &quot;4080&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 810.0, &quot;att&quot;: 0.26923076923077016, &quot;style&quot;: {&quot;color&quot;: &quot;#39568c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707889, 4.043194], [9.700739, 4.044661]]}, &quot;bbox&quot;: [9.700739, 4.043194, 9.707889, 4.044661]}, {&quot;id&quot;: &quot;4116&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 810.0, &quot;att&quot;: 0.31999999999999884, &quot;style&quot;: {&quot;color&quot;: &quot;#32648e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707989, 4.0432939999999995], [9.700839, 4.044760999999999]]}, &quot;bbox&quot;: [9.700839, 4.0432939999999995, 9.707989, 4.044760999999999]}, {&quot;id&quot;: &quot;4152&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 706.0, &quot;att&quot;: 0.20833333333333345, &quot;style&quot;: {&quot;color&quot;: &quot;#404688&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728389, 4.041694], [9.72575, 4.0475]]}, &quot;bbox&quot;: [9.72575, 4.041694, 9.728389, 4.0475]}, {&quot;id&quot;: &quot;4188&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 706.0, &quot;att&quot;: 0.22727272727272735, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4c8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728489, 4.041793999999999], [9.72585, 4.0476]]}, &quot;bbox&quot;: [9.72585, 4.041793999999999, 9.728489, 4.0476]}, {&quot;id&quot;: &quot;4224&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 0.05128205128205203, &quot;style&quot;: {&quot;color&quot;: &quot;#481467&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.699006, 4.040886, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4260&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 0.11999999999999886, &quot;style&quot;: {&quot;color&quot;: &quot;#472a7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.699106, 4.040986, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4296&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14487.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 611.0, &quot;att&quot;: 0.1379310344827603, &quot;style&quot;: {&quot;color&quot;: &quot;#46307e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71598, 4.04642], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.71598, 4.04642, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4332&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14977.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 611.0, &quot;att&quot;: 0.14814814814814747, &quot;style&quot;: {&quot;color&quot;: &quot;#46337f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71608, 4.04652], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.71608, 4.04652, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4368&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048013N-9.705195E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 822.0, &quot;att&quot;: 0.03636363636363559, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703528, 4.044694], [9.706861, 4.051333]]}, &quot;bbox&quot;: [9.703528, 4.044694, 9.706861, 4.051333]}, {&quot;id&quot;: &quot;4404&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 317.0, &quot;att&quot;: 0.26291079812206575, &quot;style&quot;: {&quot;color&quot;: &quot;#39558c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698333, 4.049556], [9.698917, 4.04675]]}, &quot;bbox&quot;: [9.698333, 4.04675, 9.698917, 4.049556]}, {&quot;id&quot;: &quot;4440&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 317.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698433, 4.049656], [9.699017, 4.04685]]}, &quot;bbox&quot;: [9.698433, 4.04685, 9.699017, 4.049656]}, {&quot;id&quot;: &quot;4476&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 564.0, &quot;att&quot;: 0.12500000000000147, &quot;style&quot;: {&quot;color&quot;: &quot;#472d7b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706861, 4.051333], [9.708472, 4.0465]]}, &quot;bbox&quot;: [9.706861, 4.0465, 9.708472, 4.051333]}, {&quot;id&quot;: &quot;4512&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 564.0, &quot;att&quot;: 0.0434782608695628, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706961, 4.051432999999999], [9.708572, 4.0466]]}, &quot;bbox&quot;: [9.706961, 4.0466, 9.708572, 4.051432999999999]}, {&quot;id&quot;: &quot;4548&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 596.0, &quot;att&quot;: 0.7741935483870978, &quot;style&quot;: {&quot;color&quot;: &quot;#6ccd5a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.771911, 4.050192], [9.777253, 4.049658]]}, &quot;bbox&quot;: [9.771911, 4.049658, 9.777253, 4.050192]}, {&quot;id&quot;: &quot;4584&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 596.0, &quot;att&quot;: 0.7187500000000007, &quot;style&quot;: {&quot;color&quot;: &quot;#4ec36b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.772011, 4.050292], [9.777353, 4.049758]]}, &quot;bbox&quot;: [9.772011, 4.049758, 9.777353, 4.050292]}, {&quot;id&quot;: &quot;4620&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050150N-9.740475E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 454.0, &quot;att&quot;: 0.35483870967741965, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6d8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741306, 4.052028], [9.739644, 4.048272]]}, &quot;bbox&quot;: [9.739644, 4.048272, 9.741306, 4.052028]}, {&quot;id&quot;: &quot;4656&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 522.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702389, 4.052444], [9.704556, 4.04825]]}, &quot;bbox&quot;: [9.702389, 4.04825, 9.704556, 4.052444]}, {&quot;id&quot;: &quot;4692&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 522.0, &quot;att&quot;: 0.05999999999999943, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702489, 4.052544], [9.704656, 4.04835]]}, &quot;bbox&quot;: [9.702489, 4.04835, 9.704656, 4.052544]}, {&quot;id&quot;: &quot;4728&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 956.0, &quot;att&quot;: 0.19791666666666663, &quot;style&quot;: {&quot;color&quot;: &quot;#414287&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.756833, 4.047389]]}, &quot;bbox&quot;: [9.750917, 4.047389, 9.756833, 4.053667]}, {&quot;id&quot;: &quot;4764&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 956.0, &quot;att&quot;: 0.2, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.756933, 4.047489]]}, &quot;bbox&quot;: [9.751017, 4.047489, 9.756933, 4.053767]}, {&quot;id&quot;: &quot;4800&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 0.7571428571428568, &quot;style&quot;: {&quot;color&quot;: &quot;#60ca60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779361, 4.053694], [9.797806, 4.050472]]}, &quot;bbox&quot;: [9.779361, 4.050472, 9.797806, 4.053694]}, {&quot;id&quot;: &quot;4836&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 0.8095238095238092, &quot;style&quot;: {&quot;color&quot;: &quot;#81d34d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779461, 4.053794], [9.797906, 4.050572]]}, &quot;bbox&quot;: [9.779461, 4.050572, 9.797906, 4.053794]}, {&quot;id&quot;: &quot;4872&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8363.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 0.24999999999999703, &quot;style&quot;: {&quot;color&quot;: &quot;#3b518b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.775889, 4.05525]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.775889, 4.05525]}, {&quot;id&quot;: &quot;4908&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8482.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 0.9599999999999966, &quot;style&quot;: {&quot;color&quot;: &quot;#e5e419&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.775989, 4.05535]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.775989, 4.05535]}, {&quot;id&quot;: &quot;4944&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.024271844660194174, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.754444, 4.058167]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.754444, 4.058167]}, {&quot;id&quot;: &quot;4980&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.020594965675057177, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.754544, 4.058267]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.754544, 4.058267]}, {&quot;id&quot;: &quot;5016&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 546.0, &quot;att&quot;: 0.1363636363636351, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.767556, 4.053639]]}, &quot;bbox&quot;: [9.767556, 4.053639, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5052&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 546.0, &quot;att&quot;: 0.17647058823529424, &quot;style&quot;: {&quot;color&quot;: &quot;#433d84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.767656, 4.053739]]}, &quot;bbox&quot;: [9.767656, 4.053739, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5088&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 879.0, &quot;att&quot;: 0.019230769230769492, &quot;style&quot;: {&quot;color&quot;: &quot;#46075a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738694, 4.058056], [9.745611, 4.054186]]}, &quot;bbox&quot;: [9.738694, 4.054186, 9.745611, 4.058056]}, {&quot;id&quot;: &quot;5124&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 879.0, &quot;att&quot;: 0.03333333333333266, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738794, 4.058155999999999], [9.745711, 4.054285999999999]]}, &quot;bbox&quot;: [9.738794, 4.054285999999999, 9.745711, 4.058155999999999]}, {&quot;id&quot;: &quot;5160&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 0.15384615384615244, &quot;style&quot;: {&quot;color&quot;: &quot;#453581&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.743528, 4.059611]]}, &quot;bbox&quot;: [9.743528, 4.053667, 9.750917, 4.059611]}, {&quot;id&quot;: &quot;5196&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 0.06250000000000083, &quot;style&quot;: {&quot;color&quot;: &quot;#48186a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.743628, 4.059711]]}, &quot;bbox&quot;: [9.743628, 4.053767, 9.751017, 4.059711]}, {&quot;id&quot;: &quot;5232&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.09677419354838614, &quot;style&quot;: {&quot;color&quot;: &quot;#482374&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726194, 4.060028], [9.750917, 4.053667]]}, &quot;bbox&quot;: [9.726194, 4.053667, 9.750917, 4.060028]}, {&quot;id&quot;: &quot;5268&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.11428571428571388, &quot;style&quot;: {&quot;color&quot;: &quot;#482979&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726294, 4.060128], [9.751017, 4.053767]]}, &quot;bbox&quot;: [9.726294, 4.053767, 9.751017, 4.060128]}, {&quot;id&quot;: &quot;5304&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.07499999999999929, &quot;style&quot;: {&quot;color&quot;: &quot;#481c6e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726393999999999, 4.060228], [9.751116999999999, 4.053867]]}, &quot;bbox&quot;: [9.726393999999999, 4.053867, 9.751116999999999, 4.060228]}, {&quot;id&quot;: &quot;5340&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.19444444444444317, &quot;style&quot;: {&quot;color&quot;: &quot;#424186&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726493999999999, 4.060328], [9.751216999999999, 4.053967]]}, &quot;bbox&quot;: [9.726493999999999, 4.053967, 9.751216999999999, 4.060328]}, {&quot;id&quot;: &quot;5376&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_0&quot;, &quot;frequency&quot;: 12793.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.10714285714285623, &quot;style&quot;: {&quot;color&quot;: &quot;#482677&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726594, 4.060428], [9.751317, 4.054067]]}, &quot;bbox&quot;: [9.726594, 4.054067, 9.751317, 4.060428]}, {&quot;id&quot;: &quot;5412&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_1&quot;, &quot;frequency&quot;: 13059.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.18421052631579002, &quot;style&quot;: {&quot;color&quot;: &quot;#423f85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726694, 4.060528], [9.751417, 4.054167]]}, &quot;bbox&quot;: [9.726694, 4.054167, 9.751417, 4.060528]}, {&quot;id&quot;: &quot;5448&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 0.08333333333333251, &quot;style&quot;: {&quot;color&quot;: &quot;#481f70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.734028, 4.06025]]}, &quot;bbox&quot;: [9.734028, 4.053667, 9.750917, 4.06025]}, {&quot;id&quot;: &quot;5484&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 0.13333333333333386, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.734128, 4.06035]]}, &quot;bbox&quot;: [9.734128, 4.053767, 9.751017, 4.06035]}, {&quot;id&quot;: &quot;5520&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 630.0, &quot;att&quot;: 0.13513513513513503, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.763167, 4.056417]]}, &quot;bbox&quot;: [9.763167, 4.056417, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5556&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 630.0, &quot;att&quot;: 0.13043478260869593, &quot;style&quot;: {&quot;color&quot;: &quot;#472e7c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.763266999999999, 4.0565169999999995]]}, &quot;bbox&quot;: [9.763266999999999, 4.0565169999999995, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5592&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 0.6129032258064527, &quot;style&quot;: {&quot;color&quot;: &quot;#25ab82&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.786861, 4.062806]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.786861, 4.062806]}, {&quot;id&quot;: &quot;5628&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 1.2000000000000008, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.786961, 4.062906]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.786961, 4.062906]}, {&quot;id&quot;: &quot;5664&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 0.043478260869568706, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.720853, 4.053242]]}, &quot;bbox&quot;: [9.714664, 4.053242, 9.720853, 4.06425]}, {&quot;id&quot;: &quot;5700&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1398.0, &quot;att&quot;: -0.055555555555552485, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.720953, 4.053342]]}, &quot;bbox&quot;: [9.714764, 4.053342, 9.720953, 4.06435]}, {&quot;id&quot;: &quot;5736&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 0.07547169811320732, &quot;style&quot;: {&quot;color&quot;: &quot;#481c6e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.75311, 4.064069]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.75311, 4.064069]}, {&quot;id&quot;: &quot;5772&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1176.0, &quot;att&quot;: -0.01754385964912307, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.75321, 4.064169]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.75321, 4.064169]}, {&quot;id&quot;: &quot;5808&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.5624999999999994, &quot;style&quot;: {&quot;color&quot;: &quot;#1f9f88&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.767778, 4.064361]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.767778, 4.064361]}, {&quot;id&quot;: &quot;5844&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.06451612903225666, &quot;style&quot;: {&quot;color&quot;: &quot;#48186a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.767878, 4.064461]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.767878, 4.064461]}, {&quot;id&quot;: &quot;5880&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 796.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708444, 4.060333], [9.715412, 4.058638]]}, &quot;bbox&quot;: [9.708444, 4.058638, 9.715412, 4.060333]}, {&quot;id&quot;: &quot;5916&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 796.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708544, 4.060433], [9.715512, 4.058738]]}, &quot;bbox&quot;: [9.708544, 4.058738, 9.715512, 4.060433]}, {&quot;id&quot;: &quot;5952&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 0.03703703703703753, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.759558, 4.066322]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.759558, 4.066322]}, {&quot;id&quot;: &quot;5988&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.759658, 4.066422]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.759658, 4.066422]}, {&quot;id&quot;: &quot;6024&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 0.14285714285714468, &quot;style&quot;: {&quot;color&quot;: &quot;#46327e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.777639, 4.063131]]}, &quot;bbox&quot;: [9.768444, 4.0585, 9.777639, 4.063131]}, {&quot;id&quot;: &quot;6060&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 0.14814814814814786, &quot;style&quot;: {&quot;color&quot;: &quot;#46337f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.777739, 4.063231]]}, &quot;bbox&quot;: [9.768544, 4.0586, 9.777739, 4.063231]}, {&quot;id&quot;: &quot;6096&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 498.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743528, 4.059611], [9.74569, 4.06356]]}, &quot;bbox&quot;: [9.743528, 4.059611, 9.74569, 4.06356]}, {&quot;id&quot;: &quot;6132&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 498.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743628, 4.059711], [9.74579, 4.06366]]}, &quot;bbox&quot;: [9.743628, 4.059711, 9.74579, 4.06366]}, {&quot;id&quot;: &quot;6168&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 741.0, &quot;att&quot;: 0.04166666666666728, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704333, 4.059583], [9.706333, 4.065972]]}, &quot;bbox&quot;: [9.704333, 4.059583, 9.706333, 4.065972]}, {&quot;id&quot;: &quot;6204&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 741.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704433, 4.059683], [9.706433, 4.066072]]}, &quot;bbox&quot;: [9.704433, 4.059683, 9.706433, 4.066072]}, {&quot;id&quot;: &quot;6240&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 603.0, &quot;att&quot;: 0.5151515151515142, &quot;style&quot;: {&quot;color&quot;: &quot;#20938c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.719389, 4.061556]]}, &quot;bbox&quot;: [9.714664, 4.061556, 9.719389, 4.06425]}, {&quot;id&quot;: &quot;6276&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 603.0, &quot;att&quot;: 0.35483870967741965, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6d8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.719489, 4.061656]]}, &quot;bbox&quot;: [9.714764, 4.061656, 9.719489, 4.06435]}, {&quot;id&quot;: &quot;6312&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 669.0, &quot;att&quot;: 0.07142857142857234, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759558, 4.066322], [9.76425, 4.062528]]}, &quot;bbox&quot;: [9.759558, 4.062528, 9.76425, 4.066322]}, {&quot;id&quot;: &quot;6348&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 669.0, &quot;att&quot;: 0.08333333333333431, &quot;style&quot;: {&quot;color&quot;: &quot;#481f70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759658, 4.066422], [9.76435, 4.062628]]}, &quot;bbox&quot;: [9.759658, 4.062628, 9.76435, 4.066422]}, {&quot;id&quot;: &quot;6384&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 451.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710083, 4.063917], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.710083, 4.063917, 9.71287, 4.06688]}, {&quot;id&quot;: &quot;6420&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 451.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710182999999999, 4.064017], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.710182999999999, 4.064017, 9.71297, 4.06698]}, {&quot;id&quot;: &quot;6456&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 924.0, &quot;att&quot;: 0.3428571428571437, &quot;style&quot;: {&quot;color&quot;: &quot;#306a8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79152, 4.065848], [9.799722, 4.06725]]}, &quot;bbox&quot;: [9.79152, 4.065848, 9.799722, 4.06725]}, {&quot;id&quot;: &quot;6492&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 924.0, &quot;att&quot;: 0.4666666666666662, &quot;style&quot;: {&quot;color&quot;: &quot;#23888e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79162, 4.065948], [9.799821999999999, 4.067349999999999]]}, &quot;bbox&quot;: [9.79162, 4.065948, 9.799821999999999, 4.067349999999999]}, {&quot;id&quot;: &quot;6528&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.72547, 4.07139]}, {&quot;id&quot;: &quot;6564&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.72557, 4.07149]}, {&quot;id&quot;: &quot;6600&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 932.0, &quot;att&quot;: 0.08888888888889016, &quot;style&quot;: {&quot;color&quot;: &quot;#482071&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.722972, 4.065667], [9.729139, 4.071389]]}, &quot;bbox&quot;: [9.722972, 4.065667, 9.729139, 4.071389]}, {&quot;id&quot;: &quot;6636&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 932.0, &quot;att&quot;: 0.02222222222222096, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.723072, 4.065767], [9.729239, 4.071489]]}, &quot;bbox&quot;: [9.723072, 4.065767, 9.729239, 4.071489]}, {&quot;id&quot;: &quot;6672&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 535.0, &quot;att&quot;: 0.028571428571428976, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714869, 4.071278], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.71287, 4.06688, 9.714869, 4.071278]}, {&quot;id&quot;: &quot;6708&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 535.0, &quot;att&quot;: 0.06666666666666761, &quot;style&quot;: {&quot;color&quot;: &quot;#481a6c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714969, 4.071378], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.71297, 4.06698, 9.714969, 4.071378]}, {&quot;id&quot;: &quot;6744&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 407.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729139, 4.071389], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.72547, 4.071389, 9.729139, 4.07139]}, {&quot;id&quot;: &quot;6780&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 407.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729239, 4.071489], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.72557, 4.071489, 9.729239, 4.07149]}, {&quot;id&quot;: &quot;6816&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 731.0, &quot;att&quot;: 0.16000000000000014, &quot;style&quot;: {&quot;color&quot;: &quot;#453781&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736111, 4.072222], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.736111, 4.072222, 9.742681, 4.072661]}, {&quot;id&quot;: &quot;6852&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 731.0, &quot;att&quot;: 0.07692307692307797, &quot;style&quot;: {&quot;color&quot;: &quot;#481c6e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736210999999999, 4.072322], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.736210999999999, 4.072322, 9.742780999999999, 4.072761]}, {&quot;id&quot;: &quot;6888&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 561.0, &quot;att&quot;: -0.04347826086956589, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76925, 4.071639], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.76925, 4.071639, 9.774, 4.073367]}, {&quot;id&quot;: &quot;6924&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 561.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76935, 4.071739], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.76935, 4.071739, 9.774099999999999, 4.073467]}, {&quot;id&quot;: &quot;6960&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 0.05000000000000071, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.721058, 4.084075]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.721058, 4.084075]}, {&quot;id&quot;: &quot;6996&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 0.04000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.721157999999999, 4.084175]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.721157999999999, 4.084175]}, {&quot;id&quot;: &quot;7032&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 0.033333333333333805, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.761667, 4.074778]}, {&quot;id&quot;: &quot;7068&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.761766999999999, 4.074878]}, {&quot;id&quot;: &quot;7104&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.05882352941176544, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719639, 4.070306], [9.719417, 4.079889]]}, &quot;bbox&quot;: [9.719417, 4.070306, 9.719639, 4.079889]}, {&quot;id&quot;: &quot;7140&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.04000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719739, 4.070406], [9.719517, 4.079988999999999]]}, &quot;bbox&quot;: [9.719517, 4.070406, 9.719739, 4.079988999999999]}, {&quot;id&quot;: &quot;7176&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 0.06666666666666761, &quot;style&quot;: {&quot;color&quot;: &quot;#481a6c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.781778, 4.069972]]}, &quot;bbox&quot;: [9.781778, 4.069972, 9.786083, 4.0817]}, {&quot;id&quot;: &quot;7212&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 0.04166666666666728, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.781877999999999, 4.070072]]}, &quot;bbox&quot;: [9.781877999999999, 4.070072, 9.786183, 4.081799999999999]}, {&quot;id&quot;: &quot;7248&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.023809523809524172, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.75645, 4.07833]]}, &quot;bbox&quot;: [9.75645, 4.074778, 9.761667, 4.07833]}, {&quot;id&quot;: &quot;7284&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.004709576138147633, &quot;style&quot;: {&quot;color&quot;: &quot;#440256&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.756549999999999, 4.07843]]}, &quot;bbox&quot;: [9.756549999999999, 4.074878, 9.761766999999999, 4.07843]}, {&quot;id&quot;: &quot;7320&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 480.0, &quot;att&quot;: -0.04545454545454281, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719417, 4.079889], [9.721778, 4.07625]]}, &quot;bbox&quot;: [9.719417, 4.07625, 9.721778, 4.079889]}, {&quot;id&quot;: &quot;7356&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 480.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719517, 4.079988999999999], [9.721878, 4.07635]]}, &quot;bbox&quot;: [9.719517, 4.07635, 9.721878, 4.079988999999999]}, {&quot;id&quot;: &quot;7392&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 0.08000000000000114, &quot;style&quot;: {&quot;color&quot;: &quot;#481d6f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756825, 4.081867], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.756825, 4.081867]}, {&quot;id&quot;: &quot;7428&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 0.07692307692307797, &quot;style&quot;: {&quot;color&quot;: &quot;#481c6e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756924999999999, 4.081967], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.756924999999999, 4.081967]}, {&quot;id&quot;: &quot;7464&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.801611, 4.076722]]}, &quot;bbox&quot;: [9.786083, 4.076722, 9.801611, 4.0817]}, {&quot;id&quot;: &quot;7500&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 0.04000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.801711, 4.076822]]}, &quot;bbox&quot;: [9.786183, 4.076822, 9.801711, 4.081799999999999]}, {&quot;id&quot;: &quot;7536&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.742681, 4.072661, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;7572&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1858.0, &quot;att&quot;: -0.027777777777778217, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.742780999999999, 4.072761, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;7608&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 0.17391304347826303, &quot;style&quot;: {&quot;color&quot;: &quot;#443b84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.752944, 4.073367, 9.774, 4.085936]}, {&quot;id&quot;: &quot;7644&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 0.11538461538461696, &quot;style&quot;: {&quot;color&quot;: &quot;#482979&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.753044, 4.073467, 9.774099999999999, 4.086036]}, {&quot;id&quot;: &quot;7680&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080070N-9.789737E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18848.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 888.0, &quot;att&quot;: 0.16666666666665877, &quot;style&quot;: {&quot;color&quot;: &quot;#443983&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.79339, 4.07844]]}, &quot;bbox&quot;: [9.786083, 4.07844, 9.79339, 4.0817]}, {&quot;id&quot;: &quot;7716&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 0.06250000000000083, &quot;style&quot;: {&quot;color&quot;: &quot;#48186a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.753278, 4.074861]]}, &quot;bbox&quot;: [9.752944, 4.074861, 9.753278, 4.085936]}, {&quot;id&quot;: &quot;7752&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 0.18181818181818094, &quot;style&quot;: {&quot;color&quot;: &quot;#433e85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.753378, 4.074961]]}, &quot;bbox&quot;: [9.753044, 4.074961, 9.753378, 4.086036]}, {&quot;id&quot;: &quot;7788&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 968.0, &quot;att&quot;: 0.07142857142856744, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765535, 4.081441], [9.756825, 4.081867]]}, &quot;bbox&quot;: [9.756825, 4.081441, 9.765535, 4.081867]}, {&quot;id&quot;: &quot;7824&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 968.0, &quot;att&quot;: 0.05000000000000071, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765635, 4.081541], [9.756924999999999, 4.081967]]}, &quot;bbox&quot;: [9.756924999999999, 4.081541, 9.765635, 4.081967]}, {&quot;id&quot;: &quot;7860&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 0.08695652173913151, &quot;style&quot;: {&quot;color&quot;: &quot;#482071&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.7949, 4.08393]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.7949, 4.08393]}, {&quot;id&quot;: &quot;7896&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 0.04347826086956589, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.795, 4.084029999999999]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.795, 4.084029999999999]}, {&quot;id&quot;: &quot;7932&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 895.0, &quot;att&quot;: 0.023255813953487067, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.77848, 4.08438]]}, &quot;bbox&quot;: [9.77848, 4.0817, 9.786083, 4.08438]}, {&quot;id&quot;: &quot;7968&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 895.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.77858, 4.08448]]}, &quot;bbox&quot;: [9.77858, 4.081799999999999, 9.786183, 4.08448]}, {&quot;id&quot;: &quot;8004&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 0.09090909090909208, &quot;style&quot;: {&quot;color&quot;: &quot;#482173&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.751769, 4.093194]]}, &quot;bbox&quot;: [9.751769, 4.074778, 9.761667, 4.093194]}, {&quot;id&quot;: &quot;8040&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 0.02777777777777816, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.751869, 4.093294]]}, &quot;bbox&quot;: [9.751869, 4.074878, 9.761766999999999, 4.093294]}, {&quot;id&quot;: &quot;8076&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 0.05882352941176126, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.728889, 4.083056]]}, &quot;bbox&quot;: [9.728889, 4.083056, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8112&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 0.16666666666666535, &quot;style&quot;: {&quot;color&quot;: &quot;#443983&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.728989, 4.083156]]}, &quot;bbox&quot;: [9.728989, 4.083156, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8148&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 0.20833333333333345, &quot;style&quot;: {&quot;color&quot;: &quot;#404688&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.738306, 4.083528]]}, &quot;bbox&quot;: [9.738306, 4.083528, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8184&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 0.11538461538461696, &quot;style&quot;: {&quot;color&quot;: &quot;#482979&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.738406, 4.083628]]}, &quot;bbox&quot;: [9.738406, 4.083628, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8220&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 947.0, &quot;att&quot;: 0.19047619047619305, &quot;style&quot;: {&quot;color&quot;: &quot;#424086&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.783583, 4.089889]]}, &quot;bbox&quot;: [9.783583, 4.0817, 9.786083, 4.089889]}, {&quot;id&quot;: &quot;8256&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 947.0, &quot;att&quot;: 0.2105263157894731, &quot;style&quot;: {&quot;color&quot;: &quot;#404688&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.783683, 4.089989]]}, &quot;bbox&quot;: [9.783683, 4.081799999999999, 9.786183, 4.089989]}, {&quot;id&quot;: &quot;8292&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 0.4615384615384636, &quot;style&quot;: {&quot;color&quot;: &quot;#24878e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.743333, 4.074778, 9.761667, 4.097333]}, {&quot;id&quot;: &quot;8328&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 0.33333333333333726, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.743433, 4.074878, 9.761766999999999, 4.097433]}, {&quot;id&quot;: &quot;8364&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 0.3636363636363648, &quot;style&quot;: {&quot;color&quot;: &quot;#2d708e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.76601, 4.08663]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.76601, 4.08663]}, {&quot;id&quot;: &quot;8400&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 0.13953488372093065, &quot;style&quot;: {&quot;color&quot;: &quot;#46307e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.76611, 4.08673]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.76611, 4.08673]}, {&quot;id&quot;: &quot;8436&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 0.030303030303030696, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.808667, 4.091389]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.808667, 4.091389]}, {&quot;id&quot;: &quot;8472&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.808767, 4.091489]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.808767, 4.091489]}, {&quot;id&quot;: &quot;8508&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 830.0, &quot;att&quot;: 0.042553191489362284, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.758611, 4.090833]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.758611, 4.090833]}, {&quot;id&quot;: &quot;8544&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 830.0, &quot;att&quot;: 0.03999999999999915, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.758711, 4.090933]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.758711, 4.090933]}, {&quot;id&quot;: &quot;8580&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 555.0, &quot;att&quot;: -0.06250000000000111, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73381, 4.08679], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.73381, 4.08679, 9.736042, 4.091278]}, {&quot;id&quot;: &quot;8616&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 555.0, &quot;att&quot;: -0.0799999999999983, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73391, 4.0868899999999995], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.73391, 4.0868899999999995, 9.736142, 4.091378]}, {&quot;id&quot;: &quot;8652&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 0.10000000000000142, &quot;style&quot;: {&quot;color&quot;: &quot;#482475&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.744, 4.104861]]}, &quot;bbox&quot;: [9.744, 4.074778, 9.761667, 4.104861]}, {&quot;id&quot;: &quot;8688&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.7441, 4.104960999999999]]}, &quot;bbox&quot;: [9.7441, 4.074878, 9.761766999999999, 4.104960999999999]}, {&quot;id&quot;: &quot;8724&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 889.0, &quot;att&quot;: 0.14285714285713996, &quot;style&quot;: {&quot;color&quot;: &quot;#46327e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76601, 4.08663], [9.764367, 4.0945]]}, &quot;bbox&quot;: [9.764367, 4.08663, 9.76601, 4.0945]}, {&quot;id&quot;: &quot;8760&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 889.0, &quot;att&quot;: 0.17647058823529288, &quot;style&quot;: {&quot;color&quot;: &quot;#433d84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76611, 4.08673], [9.764467, 4.0946]]}, &quot;bbox&quot;: [9.764467, 4.08673, 9.76611, 4.0946]}, {&quot;id&quot;: &quot;8796&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 736.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729444, 4.091944], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.729444, 4.091278, 9.736042, 4.091944]}, {&quot;id&quot;: &quot;8832&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 736.0, &quot;att&quot;: 0.04545454545454604, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729544, 4.092044], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.729544, 4.091378, 9.736142, 4.092044]}, {&quot;id&quot;: &quot;8868&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 419.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74168, 4.09393], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.74168, 4.09393, 9.743333, 4.097333]}, {&quot;id&quot;: &quot;8904&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 419.0, &quot;att&quot;: 0.04347826086956589, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:20:00&quot;, &quot;2019-07-17T20:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74178, 4.09403], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.74178, 4.09403, 9.743433, 4.097433]}, {&quot;id&quot;: &quot;10&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 0.11111111111111258, &quot;style&quot;: {&quot;color&quot;: &quot;#482878&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.791866, 3.97665]]}, &quot;bbox&quot;: [9.787167, 3.97665, 9.791866, 3.992722]}, {&quot;id&quot;: &quot;46&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1852.0, &quot;att&quot;: -0.03571428571428626, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.791966, 3.97675]]}, &quot;bbox&quot;: [9.787267, 3.97675, 9.791966, 3.9928220000000003]}, {&quot;id&quot;: &quot;82&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.19736842105263172, &quot;style&quot;: {&quot;color&quot;: &quot;#414287&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.81613, 3.97866]]}, &quot;bbox&quot;: [9.787167, 3.97866, 9.81613, 3.992722]}, {&quot;id&quot;: &quot;118&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.0273224043715847, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.81623, 3.9787600000000003]]}, &quot;bbox&quot;: [9.787267, 3.9787600000000003, 9.81623, 3.9928220000000003]}, {&quot;id&quot;: &quot;154&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 556.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763806, 3.997361], [9.75885, 3.99663]]}, &quot;bbox&quot;: [9.75885, 3.99663, 9.763806, 3.997361]}, {&quot;id&quot;: &quot;190&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 556.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763906, 3.9974610000000004], [9.75895, 3.9967300000000003]]}, &quot;bbox&quot;: [9.75895, 3.9967300000000003, 9.763906, 3.9974610000000004]}, {&quot;id&quot;: &quot;226&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 402.0, &quot;att&quot;: 0.3529411764705881, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6d8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745083, 4.002553], [9.748639, 4.003231]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.748639, 4.003231]}, {&quot;id&quot;: &quot;262&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 402.0, &quot;att&quot;: 0.1728395061728402, &quot;style&quot;: {&quot;color&quot;: &quot;#443b84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745182999999999, 4.002653], [9.748739, 4.003331]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.748739, 4.003331]}, {&quot;id&quot;: &quot;298&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 774.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76732, 4.003512], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.76732, 4.003512, 9.767719, 4.0105]}, {&quot;id&quot;: &quot;334&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 774.0, &quot;att&quot;: 0.05714285714285593, &quot;style&quot;: {&quot;color&quot;: &quot;#481668&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76742, 4.0036119999999995], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.76742, 4.0036119999999995, 9.767819, 4.0106]}, {&quot;id&quot;: &quot;370&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799472, 4.004194], [9.778111, 4.012278]]}, &quot;bbox&quot;: [9.778111, 4.004194, 9.799472, 4.012278]}, {&quot;id&quot;: &quot;406&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 0.07407407407407506, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799572, 4.004294], [9.778211, 4.012378]]}, &quot;bbox&quot;: [9.778211, 4.004294, 9.799572, 4.012378]}, {&quot;id&quot;: &quot;442&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 2.3888888888888893, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.705944, 4.01775], [9.701194, 4.008306]]}, &quot;bbox&quot;: [9.701194, 4.008306, 9.705944, 4.01775]}, {&quot;id&quot;: &quot;478&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 0.17263843648208463, &quot;style&quot;: {&quot;color&quot;: &quot;#443b84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706044, 4.01785], [9.701293999999999, 4.008406]]}, &quot;bbox&quot;: [9.701293999999999, 4.008406, 9.706044, 4.01785]}, {&quot;id&quot;: &quot;514&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 2.6666666666666705, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.763806, 3.997361]]}, &quot;bbox&quot;: [9.763806, 3.997361, 9.767833, 4.029]}, {&quot;id&quot;: &quot;550&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 3.0810810810810842, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.763906, 3.9974610000000004]]}, &quot;bbox&quot;: [9.763906, 3.9974610000000004, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;586&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 1.87012987012987, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741417, 4.009639], [9.723611, 4.020194]]}, &quot;bbox&quot;: [9.723611, 4.009639, 9.741417, 4.020194]}, {&quot;id&quot;: &quot;622&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 1.846153846153845, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741517, 4.009739], [9.723711, 4.020294]]}, &quot;bbox&quot;: [9.723711, 4.009739, 9.741517, 4.020294]}, {&quot;id&quot;: &quot;658&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 2.6078431372549042, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.745083, 4.002553]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.767833, 4.029]}, {&quot;id&quot;: &quot;694&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 1.9333333333333333, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.745182999999999, 4.002653]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;730&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 466.0, &quot;att&quot;: 1.5200000000000002, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73456, 4.01734]]}, &quot;bbox&quot;: [9.73456, 4.015972, 9.738528, 4.01734]}, {&quot;id&quot;: &quot;766&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 466.0, &quot;att&quot;: 1.4310344827586192, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73466, 4.01744]]}, &quot;bbox&quot;: [9.73466, 4.016071999999999, 9.738628, 4.01744]}, {&quot;id&quot;: &quot;802&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8335.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 1.8800000000000012, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.762056, 4.004472]]}, &quot;bbox&quot;: [9.762056, 4.004472, 9.767833, 4.029]}, {&quot;id&quot;: &quot;838&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8454.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 1.857142857142865, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.762156, 4.004572]]}, &quot;bbox&quot;: [9.762156, 4.004572, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;874&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 2.4166666666666656, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.768083, 4.017917]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.768083, 4.017917]}, {&quot;id&quot;: &quot;910&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 2.7659574468085117, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.768183, 4.0180169999999995]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.768183, 4.0180169999999995]}, {&quot;id&quot;: &quot;946&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 1.8235294117647074, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727083, 4.023444], [9.72629, 4.01048]]}, &quot;bbox&quot;: [9.72629, 4.01048, 9.727083, 4.023444]}, {&quot;id&quot;: &quot;982&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 1.6756756756756732, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727183, 4.023543999999999], [9.72639, 4.01058]]}, &quot;bbox&quot;: [9.72639, 4.01058, 9.727183, 4.023543999999999]}, {&quot;id&quot;: &quot;1018&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 4.314285714285712, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.757556, 4.0195]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.757556, 4.0195]}, {&quot;id&quot;: &quot;1054&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 3.6585365853658542, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.757655999999999, 4.0196]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.757655999999999, 4.0196]}, {&quot;id&quot;: &quot;1090&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 0.39999999999999986, &quot;style&quot;: {&quot;color&quot;: &quot;#2a788e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.756817, 4.008442]]}, &quot;bbox&quot;: [9.756817, 4.008442, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1126&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.756917, 4.008541999999999]]}, &quot;bbox&quot;: [9.756917, 4.008541999999999, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1162&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.296900489396411, &quot;style&quot;: {&quot;color&quot;: &quot;#355f8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744694, 4.014417], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.744694, 4.014417, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1198&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.877551020408163, &quot;style&quot;: {&quot;color&quot;: &quot;#addc30&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744794, 4.014517], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.744794, 4.014517, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1234&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 2.5882352941176525, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.767719, 4.0105, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1270&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 1.9555555555555595, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.767819, 4.0106, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1306&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 1.5681818181818183, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.780278, 4.023889]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.780278, 4.023889]}, {&quot;id&quot;: &quot;1342&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 3.1746031746031727, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.780377999999999, 4.023988999999999]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.780377999999999, 4.023988999999999]}, {&quot;id&quot;: &quot;1378&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 1.763157894736841, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.721083, 4.0115]]}, &quot;bbox&quot;: [9.696744, 4.0115, 9.721083, 4.029381]}, {&quot;id&quot;: &quot;1414&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 1.5510204081632646, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.721183, 4.0116]]}, &quot;bbox&quot;: [9.696844, 4.0116, 9.721183, 4.029481]}, {&quot;id&quot;: &quot;1450&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 654.0, &quot;att&quot;: 1.9833333333333332, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743889, 4.0194], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.743889, 4.0194, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1486&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 654.0, &quot;att&quot;: 4.379310344827589, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743989, 4.0195], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.743989, 4.0195, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1522&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024043N-9.680260E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2266.0, &quot;att&quot;: 2.444444444444447, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.67025, 4.022056], [9.69027, 4.02603]]}, &quot;bbox&quot;: [9.67025, 4.022056, 9.69027, 4.02603]}, {&quot;id&quot;: &quot;1558&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 1.896551724137932, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.72802, 4.03279]]}, &quot;bbox&quot;: [9.72802, 4.015972, 9.738528, 4.03279]}, {&quot;id&quot;: &quot;1594&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 0.5624999999999987, &quot;style&quot;: {&quot;color&quot;: &quot;#1f9f88&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.72812, 4.03289]]}, &quot;bbox&quot;: [9.72812, 4.016071999999999, 9.738628, 4.03289]}, {&quot;id&quot;: &quot;1630&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 1.5660377358490563, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.69921, 4.02012]]}, &quot;bbox&quot;: [9.696744, 4.02012, 9.69921, 4.029381]}, {&quot;id&quot;: &quot;1666&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.6223776223776221, &quot;style&quot;: {&quot;color&quot;: &quot;#27ad81&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.69931, 4.02022]]}, &quot;bbox&quot;: [9.696844, 4.02022, 9.69931, 4.029481]}, {&quot;id&quot;: &quot;1702&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18737.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 6.333333333333325, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.77399, 4.02125]]}, &quot;bbox&quot;: [9.767833, 4.02125, 9.77399, 4.029]}, {&quot;id&quot;: &quot;1738&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17727.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 5.999999999999997, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.77409, 4.02135]]}, &quot;bbox&quot;: [9.767933, 4.02135, 9.77409, 4.0291]}, {&quot;id&quot;: &quot;1774&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14431.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 874.0, &quot;att&quot;: 2.793103448275857, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737194, 4.022139], [9.741992, 4.0284]]}, &quot;bbox&quot;: [9.737194, 4.022139, 9.741992, 4.0284]}, {&quot;id&quot;: &quot;1810&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14921.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 874.0, &quot;att&quot;: 2.8333333333333335, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737294, 4.022239], [9.742092, 4.0285]]}, &quot;bbox&quot;: [9.737294, 4.022239, 9.742092, 4.0285]}, {&quot;id&quot;: &quot;1846&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.42857142857142855, &quot;style&quot;: {&quot;color&quot;: &quot;#277f8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73325, 4.035278]]}, &quot;bbox&quot;: [9.73325, 4.015972, 9.738528, 4.035278]}, {&quot;id&quot;: &quot;1882&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.7599999999999995, &quot;style&quot;: {&quot;color&quot;: &quot;#63cb5f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73335, 4.035378]]}, &quot;bbox&quot;: [9.73335, 4.016071999999999, 9.738628, 4.035378]}, {&quot;id&quot;: &quot;1918&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 1.7843137254901968, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.70976, 4.02238]]}, &quot;bbox&quot;: [9.696744, 4.02238, 9.70976, 4.029381]}, {&quot;id&quot;: &quot;1954&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 1.6730769230769245, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.709859999999999, 4.02248]]}, &quot;bbox&quot;: [9.696844, 4.02248, 9.709859999999999, 4.029481]}, {&quot;id&quot;: &quot;1990&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 755.0, &quot;att&quot;: 2.333333333333329, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.694556, 4.022917]]}, &quot;bbox&quot;: [9.694556, 4.022917, 9.696744, 4.029381]}, {&quot;id&quot;: &quot;2026&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 755.0, &quot;att&quot;: 1.9999999999999982, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.694656, 4.023016999999999]]}, &quot;bbox&quot;: [9.694656, 4.023016999999999, 9.696844, 4.029481]}, {&quot;id&quot;: &quot;2062&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.72684, 4.01658]]}, &quot;bbox&quot;: [9.72684, 4.01658, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2098&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 2.3720930232558106, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.726939999999999, 4.01668]]}, &quot;bbox&quot;: [9.726939999999999, 4.01668, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2134&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 364.0, &quot;att&quot;: 1.571428571428575, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.705139, 4.028333]]}, &quot;bbox&quot;: [9.701944, 4.028333, 9.705139, 4.029083]}, {&quot;id&quot;: &quot;2170&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 364.0, &quot;att&quot;: 1.470588235294115, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.705239, 4.028433]]}, &quot;bbox&quot;: [9.702043999999999, 4.028433, 9.705239, 4.029183]}, {&quot;id&quot;: &quot;2206&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 0.8372093023255809, &quot;style&quot;: {&quot;color&quot;: &quot;#93d741&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.686417, 4.029444]]}, &quot;bbox&quot;: [9.686417, 4.029381, 9.696744, 4.029444]}, {&quot;id&quot;: &quot;2242&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 0.7804878048780488, &quot;style&quot;: {&quot;color&quot;: &quot;#6ece58&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.686517, 4.029544]]}, &quot;bbox&quot;: [9.686517, 4.029481, 9.696844, 4.029544]}, {&quot;id&quot;: &quot;2278&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 868.0, &quot;att&quot;: 3.708333333333332, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.709194, 4.032028]]}, &quot;bbox&quot;: [9.701944, 4.029083, 9.709194, 4.032028]}, {&quot;id&quot;: &quot;2314&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 868.0, &quot;att&quot;: 3.695652173913048, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.709294, 4.032128]]}, &quot;bbox&quot;: [9.702043999999999, 4.029183, 9.709294, 4.032128]}, {&quot;id&quot;: &quot;2350&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 666.0, &quot;att&quot;: 1.2666666666666657, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.691575, 4.032433]]}, &quot;bbox&quot;: [9.691575, 4.029381, 9.696744, 4.032433]}, {&quot;id&quot;: &quot;2386&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 666.0, &quot;att&quot;: 1.111111111111113, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.691675, 4.032533]]}, &quot;bbox&quot;: [9.691675, 4.029481, 9.696844, 4.032533]}, {&quot;id&quot;: &quot;2422&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 536.0, &quot;att&quot;: 0.9545454545454539, &quot;style&quot;: {&quot;color&quot;: &quot;#e2e418&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699417, 4.033417]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699417, 4.033417]}, {&quot;id&quot;: &quot;2458&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 536.0, &quot;att&quot;: 0.8666666666666671, &quot;style&quot;: {&quot;color&quot;: &quot;#a5db36&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699517, 4.033517]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699517, 4.033517]}, {&quot;id&quot;: &quot;2494&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 1.4324324324324325, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.727083, 4.023444]]}, &quot;bbox&quot;: [9.727083, 4.023444, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2530&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 1.2307692307692315, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.727183, 4.023543999999999]]}, &quot;bbox&quot;: [9.727183, 4.023543999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2566&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 1.8780487804878065, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71564, 4.032], [9.71203, 4.03312]]}, &quot;bbox&quot;: [9.71203, 4.032, 9.71564, 4.03312]}, {&quot;id&quot;: &quot;2602&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 1.3829787234042565, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71574, 4.0321], [9.71213, 4.03322]]}, &quot;bbox&quot;: [9.71213, 4.0321, 9.71574, 4.03322]}, {&quot;id&quot;: &quot;2638&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 3.8974358974358925, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.755167, 4.037361]]}, &quot;bbox&quot;: [9.755167, 4.029, 9.767833, 4.037361]}, {&quot;id&quot;: &quot;2674&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 4.162162162162167, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.755267, 4.0374609999999995]]}, &quot;bbox&quot;: [9.755267, 4.0291, 9.767933, 4.0374609999999995]}, {&quot;id&quot;: &quot;2710&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 323.0, &quot;att&quot;: 0.4499999999999993, &quot;style&quot;: {&quot;color&quot;: &quot;#25848e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691575, 4.032433], [9.691889, 4.035333]]}, &quot;bbox&quot;: [9.691575, 4.032433, 9.691889, 4.035333]}, {&quot;id&quot;: &quot;2746&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 323.0, &quot;att&quot;: 0.5294117647058806, &quot;style&quot;: {&quot;color&quot;: &quot;#1f978b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691675, 4.032533], [9.691989, 4.035432999999999]]}, &quot;bbox&quot;: [9.691675, 4.032533, 9.691989, 4.035432999999999]}, {&quot;id&quot;: &quot;2782&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 516.0, &quot;att&quot;: 3.062500000000003, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774333, 4.033028], [9.77026, 4.03527]]}, &quot;bbox&quot;: [9.77026, 4.033028, 9.774333, 4.03527]}, {&quot;id&quot;: &quot;2818&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 516.0, &quot;att&quot;: 2.843749999999998, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774433, 4.033128], [9.77036, 4.0353699999999995]]}, &quot;bbox&quot;: [9.77036, 4.033128, 9.774433, 4.0353699999999995]}, {&quot;id&quot;: &quot;2854&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 0.3799999999999997, &quot;style&quot;: {&quot;color&quot;: &quot;#2c738e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.725667, 4.028583]]}, &quot;bbox&quot;: [9.725667, 4.028583, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2890&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.725767, 4.028683]]}, &quot;bbox&quot;: [9.725767, 4.028683, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2926&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 0.20000000000000284, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699006, 4.040886]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699006, 4.040886]}, {&quot;id&quot;: &quot;2962&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 0.2222222222222218, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4989&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699106, 4.040986]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699106, 4.040986]}, {&quot;id&quot;: &quot;2998&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17810.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 610.0, &quot;att&quot;: 2.619047619047626, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683883, 4.033886], [9.688056, 4.037472]]}, &quot;bbox&quot;: [9.683883, 4.033886, 9.688056, 4.037472]}, {&quot;id&quot;: &quot;3034&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18820.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 610.0, &quot;att&quot;: 2.370370370370367, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683983, 4.033986], [9.688156, 4.037572]]}, &quot;bbox&quot;: [9.683983, 4.033986, 9.688156, 4.037572]}, {&quot;id&quot;: &quot;3070&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 3.0980392156862773, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.766222, 4.046556]]}, &quot;bbox&quot;: [9.766222, 4.029, 9.767833, 4.046556]}, {&quot;id&quot;: &quot;3106&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 3.117647058823528, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.766322, 4.046656]]}, &quot;bbox&quot;: [9.766322, 4.0291, 9.767933, 4.046656]}, {&quot;id&quot;: &quot;3142&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 433.0, &quot;att&quot;: 0.6923076923076908, &quot;style&quot;: {&quot;color&quot;: &quot;#40bd72&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706106, 4.040083], [9.703794, 4.036926]]}, &quot;bbox&quot;: [9.703794, 4.036926, 9.706106, 4.040083]}, {&quot;id&quot;: &quot;3178&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 433.0, &quot;att&quot;: 0.7499999999999988, &quot;style&quot;: {&quot;color&quot;: &quot;#5cc863&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706206, 4.040183], [9.703894, 4.037026]]}, &quot;bbox&quot;: [9.703894, 4.037026, 9.706206, 4.040183]}, {&quot;id&quot;: &quot;3214&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 0.7441860465116278, &quot;style&quot;: {&quot;color&quot;: &quot;#5ac864&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.711917, 4.037722]]}, &quot;bbox&quot;: [9.711917, 4.037722, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;3250&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 0.6956521739130423, &quot;style&quot;: {&quot;color&quot;: &quot;#42be71&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.712017, 4.037821999999999]]}, &quot;bbox&quot;: [9.712017, 4.037821999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;3286&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 928.0, &quot;att&quot;: 1.5, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.741011, 4.038342]]}, &quot;bbox&quot;: [9.733028, 4.038342, 9.741011, 4.040819]}, {&quot;id&quot;: &quot;3322&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 928.0, &quot;att&quot;: 0.6981132075471694, &quot;style&quot;: {&quot;color&quot;: &quot;#42be71&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.741111, 4.038442]]}, &quot;bbox&quot;: [9.733127999999999, 4.038442, 9.741111, 4.040919]}, {&quot;id&quot;: &quot;3358&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 441.0, &quot;att&quot;: 0.14285714285714213, &quot;style&quot;: {&quot;color&quot;: &quot;#46327e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.70265, 4.03931]]}, &quot;bbox&quot;: [9.699006, 4.03931, 9.70265, 4.040886]}, {&quot;id&quot;: &quot;3394&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 441.0, &quot;att&quot;: 0.14285714285714213, &quot;style&quot;: {&quot;color&quot;: &quot;#46327e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.70275, 4.03941]]}, &quot;bbox&quot;: [9.699106, 4.03941, 9.70275, 4.040986]}, {&quot;id&quot;: &quot;3430&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 697.0, &quot;att&quot;: 1.6615384615384612, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774, 4.042306], [9.7795, 4.039278]]}, &quot;bbox&quot;: [9.774, 4.039278, 9.7795, 4.042306]}, {&quot;id&quot;: &quot;3466&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 697.0, &quot;att&quot;: 1.2574257425742577, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774099999999999, 4.042406], [9.7796, 4.039378]]}, &quot;bbox&quot;: [9.774099999999999, 4.039378, 9.7796, 4.042406]}, {&quot;id&quot;: &quot;3503&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041057N-9.688122E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 387.0, &quot;att&quot;: 0.3333333333333353, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.689827, 4.040697]]}, &quot;bbox&quot;: [9.686417, 4.040697, 9.689827, 4.041417]}, {&quot;id&quot;: &quot;3539&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 975.0, &quot;att&quot;: 0.8200000000000003, &quot;style&quot;: {&quot;color&quot;: &quot;#86d549&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762056, 4.03875], [9.754583, 4.043386]]}, &quot;bbox&quot;: [9.754583, 4.03875, 9.762056, 4.043386]}, {&quot;id&quot;: &quot;3575&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 975.0, &quot;att&quot;: 1.8837209302325597, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762156, 4.03885], [9.754683, 4.043486]]}, &quot;bbox&quot;: [9.754683, 4.03885, 9.762156, 4.043486]}, {&quot;id&quot;: &quot;3611&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.9677419354838706, &quot;style&quot;: {&quot;color&quot;: &quot;#eae51a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.728389, 4.041694]]}, &quot;bbox&quot;: [9.728389, 4.040819, 9.733028, 4.041694]}, {&quot;id&quot;: &quot;3647&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.027334851936218745, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.728489, 4.041793999999999]]}, &quot;bbox&quot;: [9.728489, 4.040919, 9.733127999999999, 4.041793999999999]}, {&quot;id&quot;: &quot;3683&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 2.29310344827586, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.779361, 4.053694]]}, &quot;bbox&quot;: [9.767833, 4.029, 9.779361, 4.053694]}, {&quot;id&quot;: &quot;3719&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 2.083333333333332, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.779461, 4.053794]]}, &quot;bbox&quot;: [9.767933, 4.0291, 9.779461, 4.053794]}, {&quot;id&quot;: &quot;3755&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 1.9318181818181825, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.747639, 4.043778]]}, &quot;bbox&quot;: [9.733028, 4.040819, 9.747639, 4.043778]}, {&quot;id&quot;: &quot;3791&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 1.4918032786885251, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.747739, 4.043877999999999]]}, &quot;bbox&quot;: [9.733127999999999, 4.040919, 9.747739, 4.043877999999999]}, {&quot;id&quot;: &quot;3827&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 1.7659574468085089, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702978, 4.056559], [9.73025, 4.028444]]}, &quot;bbox&quot;: [9.702978, 4.028444, 9.73025, 4.056559]}, {&quot;id&quot;: &quot;3863&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 0.340909090909091, &quot;style&quot;: {&quot;color&quot;: &quot;#306a8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703078, 4.056659], [9.73035, 4.028544]]}, &quot;bbox&quot;: [9.703078, 4.028544, 9.73035, 4.056659]}, {&quot;id&quot;: &quot;3899&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.15789473684210703, &quot;style&quot;: {&quot;color&quot;: &quot;#453781&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.69725, 4.04425]]}, &quot;bbox&quot;: [9.69725, 4.040886, 9.699006, 4.04425]}, {&quot;id&quot;: &quot;3935&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.18181818181818094, &quot;style&quot;: {&quot;color&quot;: &quot;#433e85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.69735, 4.04435]]}, &quot;bbox&quot;: [9.69735, 4.040986, 9.699106, 4.04435]}, {&quot;id&quot;: &quot;3971&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 431.0, &quot;att&quot;: 0.08108108108108217, &quot;style&quot;: {&quot;color&quot;: &quot;#481d6f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704083, 4.04244], [9.707889, 4.043194]]}, &quot;bbox&quot;: [9.704083, 4.04244, 9.707889, 4.043194]}, {&quot;id&quot;: &quot;4007&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 431.0, &quot;att&quot;: 0.07894736842105367, &quot;style&quot;: {&quot;color&quot;: &quot;#481d6f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704183, 4.04254], [9.707989, 4.0432939999999995]]}, &quot;bbox&quot;: [9.704183, 4.04254, 9.707989, 4.0432939999999995]}, {&quot;id&quot;: &quot;4045&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043833N-9.687306E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 570.0, &quot;att&quot;: 0.7333333333333343, &quot;style&quot;: {&quot;color&quot;: &quot;#54c568&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.688194, 4.04625]]}, &quot;bbox&quot;: [9.686417, 4.041417, 9.688194, 4.04625]}, {&quot;id&quot;: &quot;4081&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 810.0, &quot;att&quot;: 0.1923076923076922, &quot;style&quot;: {&quot;color&quot;: &quot;#424186&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707889, 4.043194], [9.700739, 4.044661]]}, &quot;bbox&quot;: [9.700739, 4.043194, 9.707889, 4.044661]}, {&quot;id&quot;: &quot;4117&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 810.0, &quot;att&quot;: 0.2, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707989, 4.0432939999999995], [9.700839, 4.044760999999999]]}, &quot;bbox&quot;: [9.700839, 4.0432939999999995, 9.707989, 4.044760999999999]}, {&quot;id&quot;: &quot;4153&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 706.0, &quot;att&quot;: 0.20833333333333345, &quot;style&quot;: {&quot;color&quot;: &quot;#404688&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728389, 4.041694], [9.72575, 4.0475]]}, &quot;bbox&quot;: [9.72575, 4.041694, 9.728389, 4.0475]}, {&quot;id&quot;: &quot;4189&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 706.0, &quot;att&quot;: 0.15909090909090817, &quot;style&quot;: {&quot;color&quot;: &quot;#453781&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728489, 4.041793999999999], [9.72585, 4.0476]]}, &quot;bbox&quot;: [9.72585, 4.041793999999999, 9.728489, 4.0476]}, {&quot;id&quot;: &quot;4225&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 0.12820512820512825, &quot;style&quot;: {&quot;color&quot;: &quot;#472d7b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.699006, 4.040886, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4261&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 0.2, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.699106, 4.040986, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4297&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14487.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 611.0, &quot;att&quot;: 0.17241379310344793, &quot;style&quot;: {&quot;color&quot;: &quot;#443b84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71598, 4.04642], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.71598, 4.04642, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4333&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14977.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 611.0, &quot;att&quot;: 0.22222222222222252, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4989&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71608, 4.04652], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.71608, 4.04652, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4369&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048013N-9.705195E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 822.0, &quot;att&quot;: 0.03636363636363559, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703528, 4.044694], [9.706861, 4.051333]]}, &quot;bbox&quot;: [9.703528, 4.044694, 9.706861, 4.051333]}, {&quot;id&quot;: &quot;4405&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 317.0, &quot;att&quot;: 0.5446009389671361, &quot;style&quot;: {&quot;color&quot;: &quot;#1e9b8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698333, 4.049556], [9.698917, 4.04675]]}, &quot;bbox&quot;: [9.698333, 4.04675, 9.698917, 4.049556]}, {&quot;id&quot;: &quot;4441&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 317.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698433, 4.049656], [9.699017, 4.04685]]}, &quot;bbox&quot;: [9.698433, 4.04685, 9.699017, 4.049656]}, {&quot;id&quot;: &quot;4477&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 564.0, &quot;att&quot;: 0.08333333333333431, &quot;style&quot;: {&quot;color&quot;: &quot;#481f70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706861, 4.051333], [9.708472, 4.0465]]}, &quot;bbox&quot;: [9.706861, 4.0465, 9.708472, 4.051333]}, {&quot;id&quot;: &quot;4513&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 564.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706961, 4.051432999999999], [9.708572, 4.0466]]}, &quot;bbox&quot;: [9.706961, 4.0466, 9.708572, 4.051432999999999]}, {&quot;id&quot;: &quot;4549&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 596.0, &quot;att&quot;: 1.7741935483871, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.771911, 4.050192], [9.777253, 4.049658]]}, &quot;bbox&quot;: [9.771911, 4.049658, 9.777253, 4.050192]}, {&quot;id&quot;: &quot;4585&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 596.0, &quot;att&quot;: 1.749999999999999, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.772011, 4.050292], [9.777353, 4.049758]]}, &quot;bbox&quot;: [9.772011, 4.049758, 9.777353, 4.050292]}, {&quot;id&quot;: &quot;4621&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050150N-9.740475E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 454.0, &quot;att&quot;: 0.35483870967741965, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6d8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741306, 4.052028], [9.739644, 4.048272]]}, &quot;bbox&quot;: [9.739644, 4.048272, 9.741306, 4.052028]}, {&quot;id&quot;: &quot;4657&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 522.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702389, 4.052444], [9.704556, 4.04825]]}, &quot;bbox&quot;: [9.702389, 4.04825, 9.704556, 4.052444]}, {&quot;id&quot;: &quot;4693&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 522.0, &quot;att&quot;: 0.05999999999999943, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702489, 4.052544], [9.704656, 4.04835]]}, &quot;bbox&quot;: [9.702489, 4.04835, 9.704656, 4.052544]}, {&quot;id&quot;: &quot;4729&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 956.0, &quot;att&quot;: 0.11458333333333355, &quot;style&quot;: {&quot;color&quot;: &quot;#482979&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.756833, 4.047389]]}, &quot;bbox&quot;: [9.750917, 4.047389, 9.756833, 4.053667]}, {&quot;id&quot;: &quot;4765&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 956.0, &quot;att&quot;: 3.799999999999997, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.756933, 4.047489]]}, &quot;bbox&quot;: [9.751017, 4.047489, 9.756933, 4.053767]}, {&quot;id&quot;: &quot;4801&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 1.6142857142857139, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779361, 4.053694], [9.797806, 4.050472]]}, &quot;bbox&quot;: [9.779361, 4.050472, 9.797806, 4.053694]}, {&quot;id&quot;: &quot;4837&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 1.761904761904761, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779461, 4.053794], [9.797906, 4.050572]]}, &quot;bbox&quot;: [9.779461, 4.050572, 9.797906, 4.053794]}, {&quot;id&quot;: &quot;4873&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8363.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 0.6666666666666627, &quot;style&quot;: {&quot;color&quot;: &quot;#35b779&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.775889, 4.05525]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.775889, 4.05525]}, {&quot;id&quot;: &quot;4909&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8482.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 1.3599999999999965, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.775989, 4.05535]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.775989, 4.05535]}, {&quot;id&quot;: &quot;4945&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.16019417475728176, &quot;style&quot;: {&quot;color&quot;: &quot;#453882&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.754444, 4.058167]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.754444, 4.058167]}, {&quot;id&quot;: &quot;4981&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.17848970251716242, &quot;style&quot;: {&quot;color&quot;: &quot;#433d84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.754544, 4.058267]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.754544, 4.058267]}, {&quot;id&quot;: &quot;5017&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 546.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.767556, 4.053639]]}, &quot;bbox&quot;: [9.767556, 4.053639, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5053&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 546.0, &quot;att&quot;: 1.1176470588235288, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.767656, 4.053739]]}, &quot;bbox&quot;: [9.767656, 4.053739, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5089&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 879.0, &quot;att&quot;: 0.05769230769230711, &quot;style&quot;: {&quot;color&quot;: &quot;#481668&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738694, 4.058056], [9.745611, 4.054186]]}, &quot;bbox&quot;: [9.738694, 4.054186, 9.745611, 4.058056]}, {&quot;id&quot;: &quot;5125&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 879.0, &quot;att&quot;: 0.03333333333333266, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738794, 4.058155999999999], [9.745711, 4.054285999999999]]}, &quot;bbox&quot;: [9.738794, 4.054285999999999, 9.745711, 4.058155999999999]}, {&quot;id&quot;: &quot;5161&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 0.6153846153846152, &quot;style&quot;: {&quot;color&quot;: &quot;#25ac82&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.743528, 4.059611]]}, &quot;bbox&quot;: [9.743528, 4.053667, 9.750917, 4.059611]}, {&quot;id&quot;: &quot;5197&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 1.9687499999999996, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.743628, 4.059711]]}, &quot;bbox&quot;: [9.743628, 4.053767, 9.751017, 4.059711]}, {&quot;id&quot;: &quot;5233&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.2903225806451607, &quot;style&quot;: {&quot;color&quot;: &quot;#365d8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726194, 4.060028], [9.750917, 4.053667]]}, &quot;bbox&quot;: [9.726194, 4.053667, 9.750917, 4.060028]}, {&quot;id&quot;: &quot;5269&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.3428571428571437, &quot;style&quot;: {&quot;color&quot;: &quot;#306a8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726294, 4.060128], [9.751017, 4.053767]]}, &quot;bbox&quot;: [9.726294, 4.053767, 9.751017, 4.060128]}, {&quot;id&quot;: &quot;5305&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.22499999999999964, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4a89&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726393999999999, 4.060228], [9.751116999999999, 4.053867]]}, &quot;bbox&quot;: [9.726393999999999, 4.053867, 9.751116999999999, 4.060228]}, {&quot;id&quot;: &quot;5341&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.33333333333333204, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726493999999999, 4.060328], [9.751216999999999, 4.053967]]}, &quot;bbox&quot;: [9.726493999999999, 4.053967, 9.751216999999999, 4.060328]}, {&quot;id&quot;: &quot;5377&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_0&quot;, &quot;frequency&quot;: 12793.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.285714285714285, &quot;style&quot;: {&quot;color&quot;: &quot;#365c8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726594, 4.060428], [9.751317, 4.054067]]}, &quot;bbox&quot;: [9.726594, 4.054067, 9.751317, 4.060428]}, {&quot;id&quot;: &quot;5413&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_1&quot;, &quot;frequency&quot;: 13059.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.2894736842105264, &quot;style&quot;: {&quot;color&quot;: &quot;#365d8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726694, 4.060528], [9.751417, 4.054167]]}, &quot;bbox&quot;: [9.726694, 4.054167, 9.751417, 4.060528]}, {&quot;id&quot;: &quot;5449&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 0.3055555555555558, &quot;style&quot;: {&quot;color&quot;: &quot;#34618d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.734028, 4.06025]]}, &quot;bbox&quot;: [9.734028, 4.053667, 9.750917, 4.06025]}, {&quot;id&quot;: &quot;5485&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 0.3111111111111113, &quot;style&quot;: {&quot;color&quot;: &quot;#33628d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.734128, 4.06035]]}, &quot;bbox&quot;: [9.734128, 4.053767, 9.751017, 4.06035]}, {&quot;id&quot;: &quot;5521&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 630.0, &quot;att&quot;: 1.3513513513513502, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.763167, 4.056417]]}, &quot;bbox&quot;: [9.763167, 4.056417, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5557&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 630.0, &quot;att&quot;: 1.195652173913043, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.763266999999999, 4.0565169999999995]]}, &quot;bbox&quot;: [9.763266999999999, 4.0565169999999995, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5593&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 1.241935483870968, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.786861, 4.062806]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.786861, 4.062806]}, {&quot;id&quot;: &quot;5629&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 2.6857142857142833, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.786961, 4.062906]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.786961, 4.062906]}, {&quot;id&quot;: &quot;5665&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 0.043478260869568706, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.720853, 4.053242]]}, &quot;bbox&quot;: [9.714664, 4.053242, 9.720853, 4.06425]}, {&quot;id&quot;: &quot;5701&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1398.0, &quot;att&quot;: -0.055555555555552485, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.720953, 4.053342]]}, &quot;bbox&quot;: [9.714764, 4.053342, 9.720953, 4.06435]}, {&quot;id&quot;: &quot;5737&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 0.1698113207547168, &quot;style&quot;: {&quot;color&quot;: &quot;#443a83&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.75311, 4.064069]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.75311, 4.064069]}, {&quot;id&quot;: &quot;5773&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 0.6666666666666666, &quot;style&quot;: {&quot;color&quot;: &quot;#35b779&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.75321, 4.064169]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.75321, 4.064169]}, {&quot;id&quot;: &quot;5809&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 1.2083333333333335, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.767778, 4.064361]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.767778, 4.064361]}, {&quot;id&quot;: &quot;5845&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.767878, 4.064461]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.767878, 4.064461]}, {&quot;id&quot;: &quot;5881&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 796.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708444, 4.060333], [9.715412, 4.058638]]}, &quot;bbox&quot;: [9.708444, 4.058638, 9.715412, 4.060333]}, {&quot;id&quot;: &quot;5917&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 796.0, &quot;att&quot;: 0.0434782608695628, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708544, 4.060433], [9.715512, 4.058738]]}, &quot;bbox&quot;: [9.708544, 4.058738, 9.715512, 4.060433]}, {&quot;id&quot;: &quot;5953&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 0.25925925925926, &quot;style&quot;: {&quot;color&quot;: &quot;#3a548c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.759558, 4.066322]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.759558, 4.066322]}, {&quot;id&quot;: &quot;5989&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 0.2307692307692312, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4d8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.759658, 4.066422]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.759658, 4.066422]}, {&quot;id&quot;: &quot;6025&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 1.5714285714285712, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.777639, 4.063131]]}, &quot;bbox&quot;: [9.768444, 4.0585, 9.777639, 4.063131]}, {&quot;id&quot;: &quot;6061&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 1.4444444444444462, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.777739, 4.063231]]}, &quot;bbox&quot;: [9.768544, 4.0586, 9.777739, 4.063231]}, {&quot;id&quot;: &quot;6097&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 498.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743528, 4.059611], [9.74569, 4.06356]]}, &quot;bbox&quot;: [9.743528, 4.059611, 9.74569, 4.06356]}, {&quot;id&quot;: &quot;6133&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 498.0, &quot;att&quot;: 0.8148148148148145, &quot;style&quot;: {&quot;color&quot;: &quot;#84d44b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743628, 4.059711], [9.74579, 4.06366]]}, &quot;bbox&quot;: [9.743628, 4.059711, 9.74579, 4.06366]}, {&quot;id&quot;: &quot;6169&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 741.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704333, 4.059583], [9.706333, 4.065972]]}, &quot;bbox&quot;: [9.704333, 4.059583, 9.706333, 4.065972]}, {&quot;id&quot;: &quot;6205&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 741.0, &quot;att&quot;: 0.04761904761904826, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704433, 4.059683], [9.706433, 4.066072]]}, &quot;bbox&quot;: [9.704433, 4.059683, 9.706433, 4.066072]}, {&quot;id&quot;: &quot;6241&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 603.0, &quot;att&quot;: 0.33333333333333187, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.719389, 4.061556]]}, &quot;bbox&quot;: [9.714664, 4.061556, 9.719389, 4.06425]}, {&quot;id&quot;: &quot;6277&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 603.0, &quot;att&quot;: 0.19354838709677458, &quot;style&quot;: {&quot;color&quot;: &quot;#424186&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.719489, 4.061656]]}, &quot;bbox&quot;: [9.714764, 4.061656, 9.719489, 4.06435]}, {&quot;id&quot;: &quot;6313&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 669.0, &quot;att&quot;: 0.1071428571428585, &quot;style&quot;: {&quot;color&quot;: &quot;#482677&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759558, 4.066322], [9.76425, 4.062528]]}, &quot;bbox&quot;: [9.759558, 4.062528, 9.76425, 4.066322]}, {&quot;id&quot;: &quot;6349&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 669.0, &quot;att&quot;: 0.16666666666666863, &quot;style&quot;: {&quot;color&quot;: &quot;#443983&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759658, 4.066422], [9.76435, 4.062628]]}, &quot;bbox&quot;: [9.759658, 4.062628, 9.76435, 4.066422]}, {&quot;id&quot;: &quot;6385&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 451.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710083, 4.063917], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.710083, 4.063917, 9.71287, 4.06688]}, {&quot;id&quot;: &quot;6421&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 451.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710182999999999, 4.064017], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.710182999999999, 4.064017, 9.71297, 4.06698]}, {&quot;id&quot;: &quot;6457&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 924.0, &quot;att&quot;: 0.42857142857142855, &quot;style&quot;: {&quot;color&quot;: &quot;#277f8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79152, 4.065848], [9.799722, 4.06725]]}, &quot;bbox&quot;: [9.79152, 4.065848, 9.799722, 4.06725]}, {&quot;id&quot;: &quot;6493&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 924.0, &quot;att&quot;: 0.6000000000000014, &quot;style&quot;: {&quot;color&quot;: &quot;#22a884&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79162, 4.065948], [9.799821999999999, 4.067349999999999]]}, &quot;bbox&quot;: [9.79162, 4.065948, 9.799821999999999, 4.067349999999999]}, {&quot;id&quot;: &quot;6529&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.72547, 4.07139]}, {&quot;id&quot;: &quot;6565&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.72557, 4.07149]}, {&quot;id&quot;: &quot;6601&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 932.0, &quot;att&quot;: -0.04444444444444508, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.722972, 4.065667], [9.729139, 4.071389]]}, &quot;bbox&quot;: [9.722972, 4.065667, 9.729139, 4.071389]}, {&quot;id&quot;: &quot;6637&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 932.0, &quot;att&quot;: -0.04444444444444508, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.723072, 4.065767], [9.729239, 4.071489]]}, &quot;bbox&quot;: [9.723072, 4.065767, 9.729239, 4.071489]}, {&quot;id&quot;: &quot;6673&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 535.0, &quot;att&quot;: 0.028571428571428976, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714869, 4.071278], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.71287, 4.06688, 9.714869, 4.071278]}, {&quot;id&quot;: &quot;6709&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 535.0, &quot;att&quot;: 0.06666666666666761, &quot;style&quot;: {&quot;color&quot;: &quot;#481a6c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714969, 4.071378], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.71297, 4.06698, 9.714969, 4.071378]}, {&quot;id&quot;: &quot;6745&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 407.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729139, 4.071389], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.72547, 4.071389, 9.729139, 4.07139]}, {&quot;id&quot;: &quot;6781&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 407.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729239, 4.071489], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.72557, 4.071489, 9.729239, 4.07149]}, {&quot;id&quot;: &quot;6817&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 731.0, &quot;att&quot;: 2.3299999999999996, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736111, 4.072222], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.736111, 4.072222, 9.742681, 4.072661]}, {&quot;id&quot;: &quot;6853&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 731.0, &quot;att&quot;: 0.8846153846153858, &quot;style&quot;: {&quot;color&quot;: &quot;#b2dd2d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736210999999999, 4.072322], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.736210999999999, 4.072322, 9.742780999999999, 4.072761]}, {&quot;id&quot;: &quot;6889&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 561.0, &quot;att&quot;: 0.04347826086956589, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76925, 4.071639], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.76925, 4.071639, 9.774, 4.073367]}, {&quot;id&quot;: &quot;6925&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 561.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76935, 4.071739], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.76935, 4.071739, 9.774099999999999, 4.073467]}, {&quot;id&quot;: &quot;6961&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.721058, 4.084075]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.721058, 4.084075]}, {&quot;id&quot;: &quot;6997&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 0.04000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.721157999999999, 4.084175]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.721157999999999, 4.084175]}, {&quot;id&quot;: &quot;7033&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 0.033333333333333805, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.761667, 4.074778]}, {&quot;id&quot;: &quot;7069&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.761766999999999, 4.074878]}, {&quot;id&quot;: &quot;7105&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.05882352941176544, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719639, 4.070306], [9.719417, 4.079889]]}, &quot;bbox&quot;: [9.719417, 4.070306, 9.719639, 4.079889]}, {&quot;id&quot;: &quot;7141&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.04000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719739, 4.070406], [9.719517, 4.079988999999999]]}, &quot;bbox&quot;: [9.719517, 4.070406, 9.719739, 4.079988999999999]}, {&quot;id&quot;: &quot;7177&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 0.033333333333333805, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.781778, 4.069972]]}, &quot;bbox&quot;: [9.781778, 4.069972, 9.786083, 4.0817]}, {&quot;id&quot;: &quot;7213&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 0.04166666666666728, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.781877999999999, 4.070072]]}, &quot;bbox&quot;: [9.781877999999999, 4.070072, 9.786183, 4.081799999999999]}, {&quot;id&quot;: &quot;7249&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.04761904761904665, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.75645, 4.07833]]}, &quot;bbox&quot;: [9.75645, 4.074778, 9.761667, 4.07833]}, {&quot;id&quot;: &quot;7285&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.004709576138147633, &quot;style&quot;: {&quot;color&quot;: &quot;#440256&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.756549999999999, 4.07843]]}, &quot;bbox&quot;: [9.756549999999999, 4.074878, 9.761766999999999, 4.07843]}, {&quot;id&quot;: &quot;7321&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 480.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719417, 4.079889], [9.721778, 4.07625]]}, &quot;bbox&quot;: [9.719417, 4.07625, 9.721778, 4.079889]}, {&quot;id&quot;: &quot;7357&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 480.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719517, 4.079988999999999], [9.721878, 4.07635]]}, &quot;bbox&quot;: [9.719517, 4.07635, 9.721878, 4.079988999999999]}, {&quot;id&quot;: &quot;7393&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 0.04000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756825, 4.081867], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.756825, 4.081867]}, {&quot;id&quot;: &quot;7429&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756924999999999, 4.081967], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.756924999999999, 4.081967]}, {&quot;id&quot;: &quot;7465&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1810.0, &quot;att&quot;: -0.03571428571428626, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.801611, 4.076722]]}, &quot;bbox&quot;: [9.786083, 4.076722, 9.801611, 4.0817]}, {&quot;id&quot;: &quot;7501&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 0.04000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.801711, 4.076822]]}, &quot;bbox&quot;: [9.786183, 4.076822, 9.801711, 4.081799999999999]}, {&quot;id&quot;: &quot;7537&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.742681, 4.072661, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;7573&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1858.0, &quot;att&quot;: -0.027777777777778217, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.742780999999999, 4.072761, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;7609&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 0.13043478260869726, &quot;style&quot;: {&quot;color&quot;: &quot;#472e7c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.752944, 4.073367, 9.774, 4.085936]}, {&quot;id&quot;: &quot;7645&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 0.07692307692307797, &quot;style&quot;: {&quot;color&quot;: &quot;#481c6e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.753044, 4.073467, 9.774099999999999, 4.086036]}, {&quot;id&quot;: &quot;7681&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080070N-9.789737E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18848.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 888.0, &quot;att&quot;: 0.16666666666665877, &quot;style&quot;: {&quot;color&quot;: &quot;#443983&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.79339, 4.07844]]}, &quot;bbox&quot;: [9.786083, 4.07844, 9.79339, 4.0817]}, {&quot;id&quot;: &quot;7717&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.753278, 4.074861]]}, &quot;bbox&quot;: [9.752944, 4.074861, 9.753278, 4.085936]}, {&quot;id&quot;: &quot;7753&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 0.13636363636363488, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.753378, 4.074961]]}, &quot;bbox&quot;: [9.753044, 4.074961, 9.753378, 4.086036]}, {&quot;id&quot;: &quot;7789&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 968.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765535, 4.081441], [9.756825, 4.081867]]}, &quot;bbox&quot;: [9.756825, 4.081441, 9.765535, 4.081867]}, {&quot;id&quot;: &quot;7825&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 968.0, &quot;att&quot;: 0.05000000000000071, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765635, 4.081541], [9.756924999999999, 4.081967]]}, &quot;bbox&quot;: [9.756924999999999, 4.081541, 9.765635, 4.081967]}, {&quot;id&quot;: &quot;7861&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 0.08695652173913151, &quot;style&quot;: {&quot;color&quot;: &quot;#482071&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.7949, 4.08393]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.7949, 4.08393]}, {&quot;id&quot;: &quot;7897&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 0.04347826086956589, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.795, 4.084029999999999]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.795, 4.084029999999999]}, {&quot;id&quot;: &quot;7933&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 895.0, &quot;att&quot;: 0.023255813953487067, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.77848, 4.08438]]}, &quot;bbox&quot;: [9.77848, 4.0817, 9.786083, 4.08438]}, {&quot;id&quot;: &quot;7969&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 895.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.77858, 4.08448]]}, &quot;bbox&quot;: [9.77858, 4.081799999999999, 9.786183, 4.08448]}, {&quot;id&quot;: &quot;8005&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 0.09090909090909208, &quot;style&quot;: {&quot;color&quot;: &quot;#482173&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.751769, 4.093194]]}, &quot;bbox&quot;: [9.751769, 4.074778, 9.761667, 4.093194]}, {&quot;id&quot;: &quot;8041&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 0.02777777777777816, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.751869, 4.093294]]}, &quot;bbox&quot;: [9.751869, 4.074878, 9.761766999999999, 4.093294]}, {&quot;id&quot;: &quot;8077&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.728889, 4.083056]]}, &quot;bbox&quot;: [9.728889, 4.083056, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8113&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 0.11111111111110891, &quot;style&quot;: {&quot;color&quot;: &quot;#482878&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.728989, 4.083156]]}, &quot;bbox&quot;: [9.728989, 4.083156, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8149&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 0.16666666666666619, &quot;style&quot;: {&quot;color&quot;: &quot;#443983&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.738306, 4.083528]]}, &quot;bbox&quot;: [9.738306, 4.083528, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8185&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.738406, 4.083628]]}, &quot;bbox&quot;: [9.738406, 4.083628, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8221&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 947.0, &quot;att&quot;: 0.04761904761904826, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.783583, 4.089889]]}, &quot;bbox&quot;: [9.783583, 4.0817, 9.786083, 4.089889]}, {&quot;id&quot;: &quot;8257&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 947.0, &quot;att&quot;: 0.05263157894736547, &quot;style&quot;: {&quot;color&quot;: &quot;#481467&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.783683, 4.089989]]}, &quot;bbox&quot;: [9.783683, 4.081799999999999, 9.786183, 4.089989]}, {&quot;id&quot;: &quot;8293&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 0.4615384615384636, &quot;style&quot;: {&quot;color&quot;: &quot;#24878e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.743333, 4.074778, 9.761667, 4.097333]}, {&quot;id&quot;: &quot;8329&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 0.33333333333333726, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.743433, 4.074878, 9.761766999999999, 4.097433]}, {&quot;id&quot;: &quot;8365&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 0.03030303030303076, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.76601, 4.08663]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.76601, 4.08663]}, {&quot;id&quot;: &quot;8401&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 0.04651162790697744, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.76611, 4.08673]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.76611, 4.08673]}, {&quot;id&quot;: &quot;8437&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.808667, 4.091389]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.808667, 4.091389]}, {&quot;id&quot;: &quot;8473&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2727.0, &quot;att&quot;: -0.03571428571428617, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.808767, 4.091489]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.808767, 4.091489]}, {&quot;id&quot;: &quot;8509&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 830.0, &quot;att&quot;: 0.042553191489362284, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.758611, 4.090833]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.758611, 4.090833]}, {&quot;id&quot;: &quot;8545&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 830.0, &quot;att&quot;: 0.03999999999999915, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.758711, 4.090933]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.758711, 4.090933]}, {&quot;id&quot;: &quot;8581&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 555.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73381, 4.08679], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.73381, 4.08679, 9.736042, 4.091278]}, {&quot;id&quot;: &quot;8617&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 555.0, &quot;att&quot;: -0.04000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73391, 4.0868899999999995], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.73391, 4.0868899999999995, 9.736142, 4.091378]}, {&quot;id&quot;: &quot;8653&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 0.10000000000000142, &quot;style&quot;: {&quot;color&quot;: &quot;#482475&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.744, 4.104861]]}, &quot;bbox&quot;: [9.744, 4.074778, 9.761667, 4.104861]}, {&quot;id&quot;: &quot;8689&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3862.0, &quot;att&quot;: -0.028571428571426947, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.7441, 4.104960999999999]]}, &quot;bbox&quot;: [9.7441, 4.074878, 9.761766999999999, 4.104960999999999]}, {&quot;id&quot;: &quot;8725&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 889.0, &quot;att&quot;: 0.07142857142857252, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76601, 4.08663], [9.764367, 4.0945]]}, &quot;bbox&quot;: [9.764367, 4.08663, 9.76601, 4.0945]}, {&quot;id&quot;: &quot;8761&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 889.0, &quot;att&quot;: 0.05882352941176569, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76611, 4.08673], [9.764467, 4.0946]]}, &quot;bbox&quot;: [9.764467, 4.08673, 9.76611, 4.0946]}, {&quot;id&quot;: &quot;8797&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 736.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729444, 4.091944], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.729444, 4.091278, 9.736042, 4.091944]}, {&quot;id&quot;: &quot;8833&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 736.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729544, 4.092044], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.729544, 4.091378, 9.736142, 4.092044]}, {&quot;id&quot;: &quot;8869&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 419.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74168, 4.09393], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.74168, 4.09393, 9.743333, 4.097333]}, {&quot;id&quot;: &quot;8905&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 419.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:35:00&quot;, &quot;2019-07-17T20:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74178, 4.09403], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.74178, 4.09403, 9.743433, 4.097433]}, {&quot;id&quot;: &quot;11&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 0.1481481481481501, &quot;style&quot;: {&quot;color&quot;: &quot;#46337f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.791866, 3.97665]]}, &quot;bbox&quot;: [9.787167, 3.97665, 9.791866, 3.992722]}, {&quot;id&quot;: &quot;47&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.791966, 3.97675]]}, &quot;bbox&quot;: [9.787267, 3.97675, 9.791966, 3.9928220000000003]}, {&quot;id&quot;: &quot;83&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.15789473684210575, &quot;style&quot;: {&quot;color&quot;: &quot;#453781&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.81613, 3.97866]]}, &quot;bbox&quot;: [9.787167, 3.97866, 9.81613, 3.992722]}, {&quot;id&quot;: &quot;119&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.02367941712204015, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.81623, 3.9787600000000003]]}, &quot;bbox&quot;: [9.787267, 3.9787600000000003, 9.81623, 3.9928220000000003]}, {&quot;id&quot;: &quot;155&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 556.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763806, 3.997361], [9.75885, 3.99663]]}, &quot;bbox&quot;: [9.75885, 3.99663, 9.763806, 3.997361]}, {&quot;id&quot;: &quot;191&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 556.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763906, 3.9974610000000004], [9.75895, 3.9967300000000003]]}, &quot;bbox&quot;: [9.75895, 3.9967300000000003, 9.763906, 3.9974610000000004]}, {&quot;id&quot;: &quot;227&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 402.0, &quot;att&quot;: 1.2549019607843148, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745083, 4.002553], [9.748639, 4.003231]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.748639, 4.003231]}, {&quot;id&quot;: &quot;263&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 402.0, &quot;att&quot;: 0.8271604938271607, &quot;style&quot;: {&quot;color&quot;: &quot;#8bd646&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745182999999999, 4.002653], [9.748739, 4.003331]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.748739, 4.003331]}, {&quot;id&quot;: &quot;299&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 774.0, &quot;att&quot;: 0.2954545454545449, &quot;style&quot;: {&quot;color&quot;: &quot;#355e8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76732, 4.003512], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.76732, 4.003512, 9.767719, 4.0105]}, {&quot;id&quot;: &quot;335&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 774.0, &quot;att&quot;: 0.1999999999999988, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76742, 4.0036119999999995], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.76742, 4.0036119999999995, 9.767819, 4.0106]}, {&quot;id&quot;: &quot;371&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2535.0, &quot;att&quot;: -0.030303030303032913, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799472, 4.004194], [9.778111, 4.012278]]}, &quot;bbox&quot;: [9.778111, 4.004194, 9.799472, 4.012278]}, {&quot;id&quot;: &quot;407&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 0.1111111111111152, &quot;style&quot;: {&quot;color&quot;: &quot;#482878&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799572, 4.004294], [9.778211, 4.012378]]}, &quot;bbox&quot;: [9.778211, 4.004294, 9.799572, 4.012378]}, {&quot;id&quot;: &quot;443&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 2.0555555555555562, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.705944, 4.01775], [9.701194, 4.008306]]}, &quot;bbox&quot;: [9.701194, 4.008306, 9.705944, 4.01775]}, {&quot;id&quot;: &quot;479&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 0.1465798045602606, &quot;style&quot;: {&quot;color&quot;: &quot;#46337f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706044, 4.01785], [9.701293999999999, 4.008406]]}, &quot;bbox&quot;: [9.701293999999999, 4.008406, 9.706044, 4.01785]}, {&quot;id&quot;: &quot;515&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 2.6666666666666705, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.763806, 3.997361]]}, &quot;bbox&quot;: [9.763806, 3.997361, 9.767833, 4.029]}, {&quot;id&quot;: &quot;551&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 2.9189189189189233, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.763906, 3.9974610000000004]]}, &quot;bbox&quot;: [9.763906, 3.9974610000000004, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;587&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 1.8051948051948052, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741417, 4.009639], [9.723611, 4.020194]]}, &quot;bbox&quot;: [9.723611, 4.009639, 9.741417, 4.020194]}, {&quot;id&quot;: &quot;623&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 1.8589743589743588, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741517, 4.009739], [9.723711, 4.020294]]}, &quot;bbox&quot;: [9.723711, 4.009739, 9.741517, 4.020294]}, {&quot;id&quot;: &quot;659&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 2.3725490196078445, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.745083, 4.002553]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.767833, 4.029]}, {&quot;id&quot;: &quot;695&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 1.8933333333333338, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.745182999999999, 4.002653]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;731&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 466.0, &quot;att&quot;: 2.3599999999999994, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73456, 4.01734]]}, &quot;bbox&quot;: [9.73456, 4.015972, 9.738528, 4.01734]}, {&quot;id&quot;: &quot;767&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 466.0, &quot;att&quot;: 2.32758620689655, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73466, 4.01744]]}, &quot;bbox&quot;: [9.73466, 4.016071999999999, 9.738628, 4.01744]}, {&quot;id&quot;: &quot;803&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8335.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 1.8400000000000034, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.762056, 4.004472]]}, &quot;bbox&quot;: [9.762056, 4.004472, 9.767833, 4.029]}, {&quot;id&quot;: &quot;839&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8454.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 1.761904761904768, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.762156, 4.004572]]}, &quot;bbox&quot;: [9.762156, 4.004572, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;875&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 2.4999999999999987, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.768083, 4.017917]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.768083, 4.017917]}, {&quot;id&quot;: &quot;911&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 2.872340425531916, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.768183, 4.0180169999999995]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.768183, 4.0180169999999995]}, {&quot;id&quot;: &quot;947&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 2.617647058823532, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727083, 4.023444], [9.72629, 4.01048]]}, &quot;bbox&quot;: [9.72629, 4.01048, 9.727083, 4.023444]}, {&quot;id&quot;: &quot;983&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 1.8918918918918923, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727183, 4.023543999999999], [9.72639, 4.01058]]}, &quot;bbox&quot;: [9.72639, 4.01058, 9.727183, 4.023543999999999]}, {&quot;id&quot;: &quot;1019&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 3.4285714285714284, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.757556, 4.0195]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.757556, 4.0195]}, {&quot;id&quot;: &quot;1055&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 3.097560975609754, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.757655999999999, 4.0196]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.757655999999999, 4.0196]}, {&quot;id&quot;: &quot;1091&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 0.5363636363636363, &quot;style&quot;: {&quot;color&quot;: &quot;#1f998a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.756817, 4.008442]]}, &quot;bbox&quot;: [9.756817, 4.008442, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1127&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 1.4193548387096782, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.756917, 4.008541999999999]]}, &quot;bbox&quot;: [9.756917, 4.008541999999999, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1163&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.2022838499184339, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744694, 4.014417], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.744694, 4.014417, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1199&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.5459183673469385, &quot;style&quot;: {&quot;color&quot;: &quot;#1e9b8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744794, 4.014517], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.744794, 4.014517, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1235&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 1.8823529411764728, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.767719, 4.0105, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1271&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 1.9111111111111145, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.767819, 4.0106, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1307&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 1.4924242424242427, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.780278, 4.023889]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.780278, 4.023889]}, {&quot;id&quot;: &quot;1343&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 2.9999999999999987, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.780377999999999, 4.023988999999999]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.780377999999999, 4.023988999999999]}, {&quot;id&quot;: &quot;1379&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 3.4736842105263106, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.721083, 4.0115]]}, &quot;bbox&quot;: [9.696744, 4.0115, 9.721083, 4.029381]}, {&quot;id&quot;: &quot;1415&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 3.0408163265306114, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.721183, 4.0116]]}, &quot;bbox&quot;: [9.696844, 4.0116, 9.721183, 4.029481]}, {&quot;id&quot;: &quot;1451&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 654.0, &quot;att&quot;: 1.3500000000000003, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743889, 4.0194], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.743889, 4.0194, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1487&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 654.0, &quot;att&quot;: 2.862068965517244, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743989, 4.0195], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.743989, 4.0195, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1523&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024043N-9.680260E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2266.0, &quot;att&quot;: 3.7555555555555613, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.67025, 4.022056], [9.69027, 4.02603]]}, &quot;bbox&quot;: [9.67025, 4.022056, 9.69027, 4.02603]}, {&quot;id&quot;: &quot;1559&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 1.896551724137932, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.72802, 4.03279]]}, &quot;bbox&quot;: [9.72802, 4.015972, 9.738528, 4.03279]}, {&quot;id&quot;: &quot;1595&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 3.0624999999999964, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.72812, 4.03289]]}, &quot;bbox&quot;: [9.72812, 4.016071999999999, 9.738628, 4.03289]}, {&quot;id&quot;: &quot;1631&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 1.8490566037735843, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.69921, 4.02012]]}, &quot;bbox&quot;: [9.696744, 4.02012, 9.69921, 4.029381]}, {&quot;id&quot;: &quot;1667&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.7342657342657336, &quot;style&quot;: {&quot;color&quot;: &quot;#54c568&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.69931, 4.02022]]}, &quot;bbox&quot;: [9.696844, 4.02022, 9.69931, 4.029481]}, {&quot;id&quot;: &quot;1703&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18737.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 6.454545454545448, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.77399, 4.02125]]}, &quot;bbox&quot;: [9.767833, 4.02125, 9.77399, 4.029]}, {&quot;id&quot;: &quot;1739&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17727.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 6.032258064516125, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.77409, 4.02135]]}, &quot;bbox&quot;: [9.767933, 4.02135, 9.77409, 4.0291]}, {&quot;id&quot;: &quot;1775&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14431.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 874.0, &quot;att&quot;: 2.931034482758615, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737194, 4.022139], [9.741992, 4.0284]]}, &quot;bbox&quot;: [9.737194, 4.022139, 9.741992, 4.0284]}, {&quot;id&quot;: &quot;1811&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14921.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 874.0, &quot;att&quot;: 2.9333333333333322, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737294, 4.022239], [9.742092, 4.0285]]}, &quot;bbox&quot;: [9.737294, 4.022239, 9.742092, 4.0285]}, {&quot;id&quot;: &quot;1847&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 1.7714285714285722, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73325, 4.035278]]}, &quot;bbox&quot;: [9.73325, 4.015972, 9.738528, 4.035278]}, {&quot;id&quot;: &quot;1883&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 2.280000000000001, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73335, 4.035378]]}, &quot;bbox&quot;: [9.73335, 4.016071999999999, 9.738628, 4.035378]}, {&quot;id&quot;: &quot;1919&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 1.8823529411764717, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.70976, 4.02238]]}, &quot;bbox&quot;: [9.696744, 4.02238, 9.70976, 4.029381]}, {&quot;id&quot;: &quot;1955&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 1.80769230769231, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.709859999999999, 4.02248]]}, &quot;bbox&quot;: [9.696844, 4.02248, 9.709859999999999, 4.029481]}, {&quot;id&quot;: &quot;1991&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 755.0, &quot;att&quot;: 2.787878787878783, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.694556, 4.022917]]}, &quot;bbox&quot;: [9.694556, 4.022917, 9.696744, 4.029381]}, {&quot;id&quot;: &quot;2027&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 755.0, &quot;att&quot;: 2.3749999999999982, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.694656, 4.023016999999999]]}, &quot;bbox&quot;: [9.694656, 4.023016999999999, 9.696844, 4.029481]}, {&quot;id&quot;: &quot;2063&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 3.4516129032258056, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.72684, 4.01658]]}, &quot;bbox&quot;: [9.72684, 4.01658, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2099&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 2.4883720930232522, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.726939999999999, 4.01668]]}, &quot;bbox&quot;: [9.726939999999999, 4.01668, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2135&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 364.0, &quot;att&quot;: 1.0714285714285725, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.705139, 4.028333]]}, &quot;bbox&quot;: [9.701944, 4.028333, 9.705139, 4.029083]}, {&quot;id&quot;: &quot;2171&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 364.0, &quot;att&quot;: 1.1176470588235268, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.705239, 4.028433]]}, &quot;bbox&quot;: [9.702043999999999, 4.028433, 9.705239, 4.029183]}, {&quot;id&quot;: &quot;2207&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 3.5813953488372055, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.686417, 4.029444]]}, &quot;bbox&quot;: [9.686417, 4.029381, 9.696744, 4.029444]}, {&quot;id&quot;: &quot;2243&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 3.6341463414634174, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.686517, 4.029544]]}, &quot;bbox&quot;: [9.686517, 4.029481, 9.696844, 4.029544]}, {&quot;id&quot;: &quot;2279&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 868.0, &quot;att&quot;: 2.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.709194, 4.032028]]}, &quot;bbox&quot;: [9.701944, 4.029083, 9.709194, 4.032028]}, {&quot;id&quot;: &quot;2315&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 868.0, &quot;att&quot;: 2.000000000000003, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.709294, 4.032128]]}, &quot;bbox&quot;: [9.702043999999999, 4.029183, 9.709294, 4.032128]}, {&quot;id&quot;: &quot;2351&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 666.0, &quot;att&quot;: 2.5, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.691575, 4.032433]]}, &quot;bbox&quot;: [9.691575, 4.029381, 9.696744, 4.032433]}, {&quot;id&quot;: &quot;2387&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 666.0, &quot;att&quot;: 2.555555555555559, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.691675, 4.032533]]}, &quot;bbox&quot;: [9.691675, 4.029481, 9.696844, 4.032533]}, {&quot;id&quot;: &quot;2423&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 536.0, &quot;att&quot;: 2.727272727272724, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699417, 4.033417]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699417, 4.033417]}, {&quot;id&quot;: &quot;2459&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 536.0, &quot;att&quot;: 2.3333333333333335, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699517, 4.033517]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699517, 4.033517]}, {&quot;id&quot;: &quot;2495&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 2.1081081081081074, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.727083, 4.023444]]}, &quot;bbox&quot;: [9.727083, 4.023444, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2531&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 1.3461538461538474, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.727183, 4.023543999999999]]}, &quot;bbox&quot;: [9.727183, 4.023543999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2567&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 1.3902439024390252, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71564, 4.032], [9.71203, 4.03312]]}, &quot;bbox&quot;: [9.71203, 4.032, 9.71564, 4.03312]}, {&quot;id&quot;: &quot;2603&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 1.085106382978723, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71574, 4.0321], [9.71213, 4.03322]]}, &quot;bbox&quot;: [9.71213, 4.0321, 9.71574, 4.03322]}, {&quot;id&quot;: &quot;2639&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 2.8974358974358925, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.755167, 4.037361]]}, &quot;bbox&quot;: [9.755167, 4.029, 9.767833, 4.037361]}, {&quot;id&quot;: &quot;2675&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 3.1081081081081097, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.755267, 4.0374609999999995]]}, &quot;bbox&quot;: [9.755267, 4.0291, 9.767933, 4.0374609999999995]}, {&quot;id&quot;: &quot;2711&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 323.0, &quot;att&quot;: 3.3500000000000014, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691575, 4.032433], [9.691889, 4.035333]]}, &quot;bbox&quot;: [9.691575, 4.032433, 9.691889, 4.035333]}, {&quot;id&quot;: &quot;2747&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 323.0, &quot;att&quot;: 3.5294117647058765, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691675, 4.032533], [9.691989, 4.035432999999999]]}, &quot;bbox&quot;: [9.691675, 4.032533, 9.691989, 4.035432999999999]}, {&quot;id&quot;: &quot;2783&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 516.0, &quot;att&quot;: 2.8750000000000027, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774333, 4.033028], [9.77026, 4.03527]]}, &quot;bbox&quot;: [9.77026, 4.033028, 9.774333, 4.03527]}, {&quot;id&quot;: &quot;2819&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 516.0, &quot;att&quot;: 2.7187499999999987, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774433, 4.033128], [9.77036, 4.0353699999999995]]}, &quot;bbox&quot;: [9.77036, 4.033128, 9.774433, 4.0353699999999995]}, {&quot;id&quot;: &quot;2855&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 1.8, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.725667, 4.028583]]}, &quot;bbox&quot;: [9.725667, 4.028583, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2891&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 1.8823529411764717, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.725767, 4.028683]]}, &quot;bbox&quot;: [9.725767, 4.028683, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2927&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 3.2333333333333343, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699006, 4.040886]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699006, 4.040886]}, {&quot;id&quot;: &quot;2963&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 3.000000000000004, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699106, 4.040986]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699106, 4.040986]}, {&quot;id&quot;: &quot;2999&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17810.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 610.0, &quot;att&quot;: 8.095238095238118, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683883, 4.033886], [9.688056, 4.037472]]}, &quot;bbox&quot;: [9.683883, 4.033886, 9.688056, 4.037472]}, {&quot;id&quot;: &quot;3035&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18820.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 610.0, &quot;att&quot;: 6.18518518518518, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683983, 4.033986], [9.688156, 4.037572]]}, &quot;bbox&quot;: [9.683983, 4.033986, 9.688156, 4.037572]}, {&quot;id&quot;: &quot;3071&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 3.058823529411767, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.766222, 4.046556]]}, &quot;bbox&quot;: [9.766222, 4.029, 9.767833, 4.046556]}, {&quot;id&quot;: &quot;3107&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 2.941176470588236, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.766322, 4.046656]]}, &quot;bbox&quot;: [9.766322, 4.0291, 9.767933, 4.046656]}, {&quot;id&quot;: &quot;3143&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 433.0, &quot;att&quot;: 1.9999999999999973, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706106, 4.040083], [9.703794, 4.036926]]}, &quot;bbox&quot;: [9.703794, 4.036926, 9.706106, 4.040083]}, {&quot;id&quot;: &quot;3179&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 433.0, &quot;att&quot;: 2.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706206, 4.040183], [9.703894, 4.037026]]}, &quot;bbox&quot;: [9.703894, 4.037026, 9.706206, 4.040183]}, {&quot;id&quot;: &quot;3215&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 0.9767441860465097, &quot;style&quot;: {&quot;color&quot;: &quot;#f1e51d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.711917, 4.037722]]}, &quot;bbox&quot;: [9.711917, 4.037722, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;3251&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 0.9130434782608684, &quot;style&quot;: {&quot;color&quot;: &quot;#c5e021&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.712017, 4.037821999999999]]}, &quot;bbox&quot;: [9.712017, 4.037821999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;3287&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 928.0, &quot;att&quot;: 1.7586206896551726, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.741011, 4.038342]]}, &quot;bbox&quot;: [9.733028, 4.038342, 9.741011, 4.040819]}, {&quot;id&quot;: &quot;3323&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 928.0, &quot;att&quot;: 2.3773584905660394, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.741111, 4.038442]]}, &quot;bbox&quot;: [9.733127999999999, 4.038442, 9.741111, 4.040919]}, {&quot;id&quot;: &quot;3359&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 441.0, &quot;att&quot;: 2.499999999999996, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.70265, 4.03931]]}, &quot;bbox&quot;: [9.699006, 4.03931, 9.70265, 4.040886]}, {&quot;id&quot;: &quot;3395&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 441.0, &quot;att&quot;: 2.2142857142857117, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.70275, 4.03941]]}, &quot;bbox&quot;: [9.699106, 4.03941, 9.70275, 4.040986]}, {&quot;id&quot;: &quot;3431&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 697.0, &quot;att&quot;: 2.292307692307692, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774, 4.042306], [9.7795, 4.039278]]}, &quot;bbox&quot;: [9.774, 4.039278, 9.7795, 4.042306]}, {&quot;id&quot;: &quot;3467&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 697.0, &quot;att&quot;: 1.7029702970297043, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774099999999999, 4.042406], [9.7796, 4.039378]]}, &quot;bbox&quot;: [9.774099999999999, 4.039378, 9.7796, 4.042406]}, {&quot;id&quot;: &quot;3504&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041057N-9.688122E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 387.0, &quot;att&quot;: 4.041666666666667, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.689827, 4.040697]]}, &quot;bbox&quot;: [9.686417, 4.040697, 9.689827, 4.041417]}, {&quot;id&quot;: &quot;3540&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 975.0, &quot;att&quot;: 0.7900000000000006, &quot;style&quot;: {&quot;color&quot;: &quot;#75d054&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762056, 4.03875], [9.754583, 4.043386]]}, &quot;bbox&quot;: [9.754583, 4.03875, 9.762056, 4.043386]}, {&quot;id&quot;: &quot;3576&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 975.0, &quot;att&quot;: 1.790697674418605, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762156, 4.03885], [9.754683, 4.043486]]}, &quot;bbox&quot;: [9.754683, 4.03885, 9.762156, 4.043486]}, {&quot;id&quot;: &quot;3612&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 524.0, &quot;att&quot;: 2.161290322580645, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.728389, 4.041694]]}, &quot;bbox&quot;: [9.728389, 4.040819, 9.733028, 4.041694]}, {&quot;id&quot;: &quot;3648&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.06378132118451035, &quot;style&quot;: {&quot;color&quot;: &quot;#48186a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.728489, 4.041793999999999]]}, &quot;bbox&quot;: [9.728489, 4.040919, 9.733127999999999, 4.041793999999999]}, {&quot;id&quot;: &quot;3684&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 2.5172413793103443, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.779361, 4.053694]]}, &quot;bbox&quot;: [9.767833, 4.029, 9.779361, 4.053694]}, {&quot;id&quot;: &quot;3720&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 2.516666666666667, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.779461, 4.053794]]}, &quot;bbox&quot;: [9.767933, 4.0291, 9.779461, 4.053794]}, {&quot;id&quot;: &quot;3756&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 2.9318181818181808, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.747639, 4.043778]]}, &quot;bbox&quot;: [9.733028, 4.040819, 9.747639, 4.043778]}, {&quot;id&quot;: &quot;3792&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 2.278688524590167, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.747739, 4.043877999999999]]}, &quot;bbox&quot;: [9.733127999999999, 4.040919, 9.747739, 4.043877999999999]}, {&quot;id&quot;: &quot;3828&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 2.404255319148934, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702978, 4.056559], [9.73025, 4.028444]]}, &quot;bbox&quot;: [9.702978, 4.028444, 9.73025, 4.056559]}, {&quot;id&quot;: &quot;3864&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 2.499999999999999, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703078, 4.056659], [9.73035, 4.028544]]}, &quot;bbox&quot;: [9.703078, 4.028544, 9.73035, 4.056659]}, {&quot;id&quot;: &quot;3900&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 4.0526315789473575, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.69725, 4.04425]]}, &quot;bbox&quot;: [9.69725, 4.040886, 9.699006, 4.04425]}, {&quot;id&quot;: &quot;3936&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 3.9090909090909047, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.69735, 4.04435]]}, &quot;bbox&quot;: [9.69735, 4.040986, 9.699106, 4.04435]}, {&quot;id&quot;: &quot;3972&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 431.0, &quot;att&quot;: 1.2432432432432428, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704083, 4.04244], [9.707889, 4.043194]]}, &quot;bbox&quot;: [9.704083, 4.04244, 9.707889, 4.043194]}, {&quot;id&quot;: &quot;4008&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 431.0, &quot;att&quot;: 1.1315789473684208, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704183, 4.04254], [9.707989, 4.0432939999999995]]}, &quot;bbox&quot;: [9.704183, 4.04254, 9.707989, 4.0432939999999995]}, {&quot;id&quot;: &quot;4046&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043833N-9.687306E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 570.0, &quot;att&quot;: 2.766666666666668, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.688194, 4.04625]]}, &quot;bbox&quot;: [9.686417, 4.041417, 9.688194, 4.04625]}, {&quot;id&quot;: &quot;4082&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 810.0, &quot;att&quot;: 2.5384615384615374, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707889, 4.043194], [9.700739, 4.044661]]}, &quot;bbox&quot;: [9.700739, 4.043194, 9.707889, 4.044661]}, {&quot;id&quot;: &quot;4118&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 810.0, &quot;att&quot;: 2.7599999999999993, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707989, 4.0432939999999995], [9.700839, 4.044760999999999]]}, &quot;bbox&quot;: [9.700839, 4.0432939999999995, 9.707989, 4.044760999999999]}, {&quot;id&quot;: &quot;4154&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 706.0, &quot;att&quot;: 0.645833333333334, &quot;style&quot;: {&quot;color&quot;: &quot;#2eb37c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728389, 4.041694], [9.72575, 4.0475]]}, &quot;bbox&quot;: [9.72575, 4.041694, 9.728389, 4.0475]}, {&quot;id&quot;: &quot;4190&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 706.0, &quot;att&quot;: 0.6136363636363629, &quot;style&quot;: {&quot;color&quot;: &quot;#25ac82&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728489, 4.041793999999999], [9.72585, 4.0476]]}, &quot;bbox&quot;: [9.72585, 4.041793999999999, 9.728489, 4.0476]}, {&quot;id&quot;: &quot;4226&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 1.3076923076923086, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.699006, 4.040886, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4262&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 1.9599999999999995, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.699106, 4.040986, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4298&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14487.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 611.0, &quot;att&quot;: 0.6551724137931041, &quot;style&quot;: {&quot;color&quot;: &quot;#31b57b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71598, 4.04642], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.71598, 4.04642, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4334&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14977.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 611.0, &quot;att&quot;: 0.6666666666666675, &quot;style&quot;: {&quot;color&quot;: &quot;#35b779&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71608, 4.04652], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.71608, 4.04652, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4370&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048013N-9.705195E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 822.0, &quot;att&quot;: 1.9272727272727275, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703528, 4.044694], [9.706861, 4.051333]]}, &quot;bbox&quot;: [9.703528, 4.044694, 9.706861, 4.051333]}, {&quot;id&quot;: &quot;4406&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 317.0, &quot;att&quot;: 0.816901408450704, &quot;style&quot;: {&quot;color&quot;: &quot;#86d549&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698333, 4.049556], [9.698917, 4.04675]]}, &quot;bbox&quot;: [9.698333, 4.04675, 9.698917, 4.049556]}, {&quot;id&quot;: &quot;4442&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 317.0, &quot;att&quot;: 3.8750000000000013, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698433, 4.049656], [9.699017, 4.04685]]}, &quot;bbox&quot;: [9.698433, 4.04685, 9.699017, 4.049656]}, {&quot;id&quot;: &quot;4478&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 564.0, &quot;att&quot;: 2.4166666666666625, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706861, 4.051333], [9.708472, 4.0465]]}, &quot;bbox&quot;: [9.706861, 4.0465, 9.708472, 4.051333]}, {&quot;id&quot;: &quot;4514&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 564.0, &quot;att&quot;: 2.4782608695652186, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706961, 4.051432999999999], [9.708572, 4.0466]]}, &quot;bbox&quot;: [9.706961, 4.0466, 9.708572, 4.051432999999999]}, {&quot;id&quot;: &quot;4550&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 596.0, &quot;att&quot;: 1.4193548387096795, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.771911, 4.050192], [9.777253, 4.049658]]}, &quot;bbox&quot;: [9.771911, 4.049658, 9.777253, 4.050192]}, {&quot;id&quot;: &quot;4586&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 596.0, &quot;att&quot;: 2.593749999999999, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.772011, 4.050292], [9.777353, 4.049758]]}, &quot;bbox&quot;: [9.772011, 4.049758, 9.777353, 4.050292]}, {&quot;id&quot;: &quot;4622&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050150N-9.740475E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 454.0, &quot;att&quot;: 1.9032258064516117, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741306, 4.052028], [9.739644, 4.048272]]}, &quot;bbox&quot;: [9.739644, 4.048272, 9.741306, 4.052028]}, {&quot;id&quot;: &quot;4658&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 522.0, &quot;att&quot;: 2.8269230769230758, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702389, 4.052444], [9.704556, 4.04825]]}, &quot;bbox&quot;: [9.702389, 4.04825, 9.704556, 4.052444]}, {&quot;id&quot;: &quot;4694&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 522.0, &quot;att&quot;: 2.9400000000000004, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702489, 4.052544], [9.704656, 4.04835]]}, &quot;bbox&quot;: [9.702489, 4.04835, 9.704656, 4.052544]}, {&quot;id&quot;: &quot;4730&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 956.0, &quot;att&quot;: 1.0625000000000009, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.756833, 4.047389]]}, &quot;bbox&quot;: [9.750917, 4.047389, 9.756833, 4.053667]}, {&quot;id&quot;: &quot;4766&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 956.0, &quot;att&quot;: 3.799999999999997, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.756933, 4.047489]]}, &quot;bbox&quot;: [9.751017, 4.047489, 9.756933, 4.053767]}, {&quot;id&quot;: &quot;4802&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 2.142857142857143, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779361, 4.053694], [9.797806, 4.050472]]}, &quot;bbox&quot;: [9.779361, 4.050472, 9.797806, 4.053694]}, {&quot;id&quot;: &quot;4838&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 2.3492063492063484, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779461, 4.053794], [9.797906, 4.050572]]}, &quot;bbox&quot;: [9.779461, 4.050572, 9.797906, 4.053794]}, {&quot;id&quot;: &quot;4874&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8363.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 1.2916666666666612, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.775889, 4.05525]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.775889, 4.05525]}, {&quot;id&quot;: &quot;4910&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8482.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 1.7599999999999967, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.775989, 4.05535]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.775989, 4.05535]}, {&quot;id&quot;: &quot;4946&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.3252427184466021, &quot;style&quot;: {&quot;color&quot;: &quot;#31668e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.754444, 4.058167]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.754444, 4.058167]}, {&quot;id&quot;: &quot;4982&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.09153318077803205, &quot;style&quot;: {&quot;color&quot;: &quot;#482173&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.754544, 4.058267]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.754544, 4.058267]}, {&quot;id&quot;: &quot;5018&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 546.0, &quot;att&quot;: 1.0681818181818175, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.767556, 4.053639]]}, &quot;bbox&quot;: [9.767556, 4.053639, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5054&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 546.0, &quot;att&quot;: 1.2352941176470575, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.767656, 4.053739]]}, &quot;bbox&quot;: [9.767656, 4.053739, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5090&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 879.0, &quot;att&quot;: 0.9807692307692305, &quot;style&quot;: {&quot;color&quot;: &quot;#f4e61e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738694, 4.058056], [9.745611, 4.054186]]}, &quot;bbox&quot;: [9.738694, 4.054186, 9.745611, 4.058056]}, {&quot;id&quot;: &quot;5126&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 879.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738794, 4.058155999999999], [9.745711, 4.054285999999999]]}, &quot;bbox&quot;: [9.738794, 4.054285999999999, 9.745711, 4.058155999999999]}, {&quot;id&quot;: &quot;5162&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 1.6410256410256394, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.743528, 4.059611]]}, &quot;bbox&quot;: [9.743528, 4.053667, 9.750917, 4.059611]}, {&quot;id&quot;: &quot;5198&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 0.7187500000000007, &quot;style&quot;: {&quot;color&quot;: &quot;#4ec36b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.743628, 4.059711]]}, &quot;bbox&quot;: [9.743628, 4.053767, 9.751017, 4.059711]}, {&quot;id&quot;: &quot;5234&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 2.096774193548386, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726194, 4.060028], [9.750917, 4.053667]]}, &quot;bbox&quot;: [9.726194, 4.053667, 9.750917, 4.060028]}, {&quot;id&quot;: &quot;5270&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 2.0857142857142867, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726294, 4.060128], [9.751017, 4.053767]]}, &quot;bbox&quot;: [9.726294, 4.053767, 9.751017, 4.060128]}, {&quot;id&quot;: &quot;5306&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 1.8499999999999996, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726393999999999, 4.060228], [9.751116999999999, 4.053867]]}, &quot;bbox&quot;: [9.726393999999999, 4.053867, 9.751116999999999, 4.060228]}, {&quot;id&quot;: &quot;5342&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 2.305555555555554, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726493999999999, 4.060328], [9.751216999999999, 4.053967]]}, &quot;bbox&quot;: [9.726493999999999, 4.053967, 9.751216999999999, 4.060328]}, {&quot;id&quot;: &quot;5378&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_0&quot;, &quot;frequency&quot;: 12793.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 2.5714285714285725, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726594, 4.060428], [9.751317, 4.054067]]}, &quot;bbox&quot;: [9.726594, 4.054067, 9.751317, 4.060428]}, {&quot;id&quot;: &quot;5414&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_1&quot;, &quot;frequency&quot;: 13059.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 2.1578947368421035, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726694, 4.060528], [9.751417, 4.054167]]}, &quot;bbox&quot;: [9.726694, 4.054167, 9.751417, 4.060528]}, {&quot;id&quot;: &quot;5450&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 2.1111111111111085, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.734028, 4.06025]]}, &quot;bbox&quot;: [9.734028, 4.053667, 9.750917, 4.06025]}, {&quot;id&quot;: &quot;5486&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 1.777777777777779, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.734128, 4.06035]]}, &quot;bbox&quot;: [9.734128, 4.053767, 9.751017, 4.06035]}, {&quot;id&quot;: &quot;5522&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 630.0, &quot;att&quot;: 1.189189189189188, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.763167, 4.056417]]}, &quot;bbox&quot;: [9.763167, 4.056417, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5558&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 630.0, &quot;att&quot;: 1.0652173913043472, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.763266999999999, 4.0565169999999995]]}, &quot;bbox&quot;: [9.763266999999999, 4.0565169999999995, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5594&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 1.5645161290322585, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.786861, 4.062806]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.786861, 4.062806]}, {&quot;id&quot;: &quot;5630&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 2.5428571428571405, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.786961, 4.062906]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.786961, 4.062906]}, {&quot;id&quot;: &quot;5666&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 0.043478260869568706, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.720853, 4.053242]]}, &quot;bbox&quot;: [9.714664, 4.053242, 9.720853, 4.06425]}, {&quot;id&quot;: &quot;5702&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.720953, 4.053342]]}, &quot;bbox&quot;: [9.714764, 4.053342, 9.720953, 4.06435]}, {&quot;id&quot;: &quot;5738&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 0.8113207547169811, &quot;style&quot;: {&quot;color&quot;: &quot;#81d34d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.75311, 4.064069]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.75311, 4.064069]}, {&quot;id&quot;: &quot;5774&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 0.5087719298245615, &quot;style&quot;: {&quot;color&quot;: &quot;#20928c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.75321, 4.064169]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.75321, 4.064169]}, {&quot;id&quot;: &quot;5810&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 1.1250000000000004, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.767778, 4.064361]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.767778, 4.064361]}, {&quot;id&quot;: &quot;5846&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 2.0322580645161272, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.767878, 4.064461]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.767878, 4.064461]}, {&quot;id&quot;: &quot;5882&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 796.0, &quot;att&quot;: 0.33333333333333237, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708444, 4.060333], [9.715412, 4.058638]]}, &quot;bbox&quot;: [9.708444, 4.058638, 9.715412, 4.060333]}, {&quot;id&quot;: &quot;5918&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 796.0, &quot;att&quot;: 0.39130434782608375, &quot;style&quot;: {&quot;color&quot;: &quot;#2a768e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708544, 4.060433], [9.715512, 4.058738]]}, &quot;bbox&quot;: [9.708544, 4.058738, 9.715512, 4.060433]}, {&quot;id&quot;: &quot;5954&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 1.3333333333333324, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.759558, 4.066322]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.759558, 4.066322]}, {&quot;id&quot;: &quot;5990&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 1.5769230769230766, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.759658, 4.066422]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.759658, 4.066422]}, {&quot;id&quot;: &quot;6026&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 1.1071428571428559, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.777639, 4.063131]]}, &quot;bbox&quot;: [9.768444, 4.0585, 9.777639, 4.063131]}, {&quot;id&quot;: &quot;6062&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 1.1851851851851856, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.777739, 4.063231]]}, &quot;bbox&quot;: [9.768544, 4.0586, 9.777739, 4.063231]}, {&quot;id&quot;: &quot;6098&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 498.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743528, 4.059611], [9.74569, 4.06356]]}, &quot;bbox&quot;: [9.743528, 4.059611, 9.74569, 4.06356]}, {&quot;id&quot;: &quot;6134&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 498.0, &quot;att&quot;: 0.5925925925925914, &quot;style&quot;: {&quot;color&quot;: &quot;#21a685&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743628, 4.059711], [9.74579, 4.06366]]}, &quot;bbox&quot;: [9.743628, 4.059711, 9.74579, 4.06366]}, {&quot;id&quot;: &quot;6170&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 741.0, &quot;att&quot;: 0.2916666666666651, &quot;style&quot;: {&quot;color&quot;: &quot;#365d8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704333, 4.059583], [9.706333, 4.065972]]}, &quot;bbox&quot;: [9.704333, 4.059583, 9.706333, 4.065972]}, {&quot;id&quot;: &quot;6206&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 741.0, &quot;att&quot;: 0.2857142857142862, &quot;style&quot;: {&quot;color&quot;: &quot;#365c8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704433, 4.059683], [9.706433, 4.066072]]}, &quot;bbox&quot;: [9.704433, 4.059683, 9.706433, 4.066072]}, {&quot;id&quot;: &quot;6242&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 603.0, &quot;att&quot;: 0.18181818181818024, &quot;style&quot;: {&quot;color&quot;: &quot;#433e85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.719389, 4.061556]]}, &quot;bbox&quot;: [9.714664, 4.061556, 9.719389, 4.06425]}, {&quot;id&quot;: &quot;6278&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 603.0, &quot;att&quot;: -0.032258064516129475, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.719489, 4.061656]]}, &quot;bbox&quot;: [9.714764, 4.061656, 9.719489, 4.06435]}, {&quot;id&quot;: &quot;6314&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 669.0, &quot;att&quot;: 0.3928571428571428, &quot;style&quot;: {&quot;color&quot;: &quot;#2a768e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759558, 4.066322], [9.76425, 4.062528]]}, &quot;bbox&quot;: [9.759558, 4.062528, 9.76425, 4.066322]}, {&quot;id&quot;: &quot;6350&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 669.0, &quot;att&quot;: 0.4583333333333328, &quot;style&quot;: {&quot;color&quot;: &quot;#24868e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759658, 4.066422], [9.76435, 4.062628]]}, &quot;bbox&quot;: [9.759658, 4.062628, 9.76435, 4.066422]}, {&quot;id&quot;: &quot;6386&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 451.0, &quot;att&quot;: 0.05263157894736921, &quot;style&quot;: {&quot;color&quot;: &quot;#481467&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710083, 4.063917], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.710083, 4.063917, 9.71287, 4.06688]}, {&quot;id&quot;: &quot;6422&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 451.0, &quot;att&quot;: 0.05555555555555621, &quot;style&quot;: {&quot;color&quot;: &quot;#481668&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710182999999999, 4.064017], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.710182999999999, 4.064017, 9.71297, 4.06698]}, {&quot;id&quot;: &quot;6458&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 924.0, &quot;att&quot;: 0.6571428571428564, &quot;style&quot;: {&quot;color&quot;: &quot;#32b67a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79152, 4.065848], [9.799722, 4.06725]]}, &quot;bbox&quot;: [9.79152, 4.065848, 9.799722, 4.06725]}, {&quot;id&quot;: &quot;6494&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 924.0, &quot;att&quot;: 0.766666666666668, &quot;style&quot;: {&quot;color&quot;: &quot;#67cc5c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79162, 4.065948], [9.799821999999999, 4.067349999999999]]}, &quot;bbox&quot;: [9.79162, 4.065948, 9.799821999999999, 4.067349999999999]}, {&quot;id&quot;: &quot;6530&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.04166666666666728, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.72547, 4.07139]}, {&quot;id&quot;: &quot;6566&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.031249999999998265, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.72557, 4.07149]}, {&quot;id&quot;: &quot;6602&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 932.0, &quot;att&quot;: 0.06666666666666604, &quot;style&quot;: {&quot;color&quot;: &quot;#481a6c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.722972, 4.065667], [9.729139, 4.071389]]}, &quot;bbox&quot;: [9.722972, 4.065667, 9.729139, 4.071389]}, {&quot;id&quot;: &quot;6638&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 932.0, &quot;att&quot;: 0.04444444444444192, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.723072, 4.065767], [9.729239, 4.071489]]}, &quot;bbox&quot;: [9.723072, 4.065767, 9.729239, 4.071489]}, {&quot;id&quot;: &quot;6674&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 535.0, &quot;att&quot;: 0.028571428571428976, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714869, 4.071278], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.71287, 4.06688, 9.714869, 4.071278]}, {&quot;id&quot;: &quot;6710&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 535.0, &quot;att&quot;: 0.06666666666666761, &quot;style&quot;: {&quot;color&quot;: &quot;#481a6c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714969, 4.071378], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.71297, 4.06698, 9.714969, 4.071378]}, {&quot;id&quot;: &quot;6746&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 407.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729139, 4.071389], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.72547, 4.071389, 9.729139, 4.07139]}, {&quot;id&quot;: &quot;6782&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 407.0, &quot;att&quot;: -0.03448275862069016, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729239, 4.071489], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.72557, 4.071489, 9.729239, 4.07149]}, {&quot;id&quot;: &quot;6818&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 731.0, &quot;att&quot;: 0.9900000000000005, &quot;style&quot;: {&quot;color&quot;: &quot;#f8e621&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736111, 4.072222], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.736111, 4.072222, 9.742681, 4.072661]}, {&quot;id&quot;: &quot;6854&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 731.0, &quot;att&quot;: 0.2307692307692312, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4d8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736210999999999, 4.072322], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.736210999999999, 4.072322, 9.742780999999999, 4.072761]}, {&quot;id&quot;: &quot;6890&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 561.0, &quot;att&quot;: 0.04347826086956589, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76925, 4.071639], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.76925, 4.071639, 9.774, 4.073367]}, {&quot;id&quot;: &quot;6926&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 561.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76935, 4.071739], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.76935, 4.071739, 9.774099999999999, 4.073467]}, {&quot;id&quot;: &quot;6962&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 0.05000000000000071, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.721058, 4.084075]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.721058, 4.084075]}, {&quot;id&quot;: &quot;6998&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 0.04000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.721157999999999, 4.084175]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.721157999999999, 4.084175]}, {&quot;id&quot;: &quot;7034&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 1.0666666666666675, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.761667, 4.074778]}, {&quot;id&quot;: &quot;7070&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 1.8076923076923077, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.761766999999999, 4.074878]}, {&quot;id&quot;: &quot;7106&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.11764705882353088, &quot;style&quot;: {&quot;color&quot;: &quot;#472a7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719639, 4.070306], [9.719417, 4.079889]]}, &quot;bbox&quot;: [9.719417, 4.070306, 9.719639, 4.079889]}, {&quot;id&quot;: &quot;7142&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719739, 4.070406], [9.719517, 4.079988999999999]]}, &quot;bbox&quot;: [9.719517, 4.070406, 9.719739, 4.079988999999999]}, {&quot;id&quot;: &quot;7178&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 0.033333333333333805, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.781778, 4.069972]]}, &quot;bbox&quot;: [9.781778, 4.069972, 9.786083, 4.0817]}, {&quot;id&quot;: &quot;7214&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 0.04166666666666728, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.781877999999999, 4.070072]]}, &quot;bbox&quot;: [9.781877999999999, 4.070072, 9.786183, 4.081799999999999]}, {&quot;id&quot;: &quot;7250&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.023809523809524172, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.75645, 4.07833]]}, &quot;bbox&quot;: [9.75645, 4.074778, 9.761667, 4.07833]}, {&quot;id&quot;: &quot;7286&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.0031397174254317556, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.756549999999999, 4.07843]]}, &quot;bbox&quot;: [9.756549999999999, 4.074878, 9.761766999999999, 4.07843]}, {&quot;id&quot;: &quot;7322&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 480.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719417, 4.079889], [9.721778, 4.07625]]}, &quot;bbox&quot;: [9.719417, 4.07625, 9.721778, 4.079889]}, {&quot;id&quot;: &quot;7358&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 480.0, &quot;att&quot;: -0.04000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719517, 4.079988999999999], [9.721878, 4.07635]]}, &quot;bbox&quot;: [9.719517, 4.07635, 9.721878, 4.079988999999999]}, {&quot;id&quot;: &quot;7394&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 0.04000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756825, 4.081867], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.756825, 4.081867]}, {&quot;id&quot;: &quot;7430&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756924999999999, 4.081967], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.756924999999999, 4.081967]}, {&quot;id&quot;: &quot;7466&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.801611, 4.076722]]}, &quot;bbox&quot;: [9.786083, 4.076722, 9.801611, 4.0817]}, {&quot;id&quot;: &quot;7502&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 0.04000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.801711, 4.076822]]}, &quot;bbox&quot;: [9.786183, 4.076822, 9.801711, 4.081799999999999]}, {&quot;id&quot;: &quot;7538&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 0.032258064516129475, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.742681, 4.072661, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;7574&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.742780999999999, 4.072761, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;7610&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 0.17391304347826303, &quot;style&quot;: {&quot;color&quot;: &quot;#443b84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.752944, 4.073367, 9.774, 4.085936]}, {&quot;id&quot;: &quot;7646&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 0.11538461538461696, &quot;style&quot;: {&quot;color&quot;: &quot;#482979&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.753044, 4.073467, 9.774099999999999, 4.086036]}, {&quot;id&quot;: &quot;7682&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080070N-9.789737E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18848.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 888.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.79339, 4.07844]]}, &quot;bbox&quot;: [9.786083, 4.07844, 9.79339, 4.0817]}, {&quot;id&quot;: &quot;7718&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 0.06250000000000083, &quot;style&quot;: {&quot;color&quot;: &quot;#48186a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.753278, 4.074861]]}, &quot;bbox&quot;: [9.752944, 4.074861, 9.753278, 4.085936]}, {&quot;id&quot;: &quot;7754&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 0.18181818181818094, &quot;style&quot;: {&quot;color&quot;: &quot;#433e85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.753378, 4.074961]]}, &quot;bbox&quot;: [9.753044, 4.074961, 9.753378, 4.086036]}, {&quot;id&quot;: &quot;7790&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 968.0, &quot;att&quot;: 0.07142857142856744, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765535, 4.081441], [9.756825, 4.081867]]}, &quot;bbox&quot;: [9.756825, 4.081441, 9.765535, 4.081867]}, {&quot;id&quot;: &quot;7826&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 968.0, &quot;att&quot;: 0.10000000000000142, &quot;style&quot;: {&quot;color&quot;: &quot;#482475&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765635, 4.081541], [9.756924999999999, 4.081967]]}, &quot;bbox&quot;: [9.756924999999999, 4.081541, 9.765635, 4.081967]}, {&quot;id&quot;: &quot;7862&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 0.13043478260869726, &quot;style&quot;: {&quot;color&quot;: &quot;#472e7c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.7949, 4.08393]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.7949, 4.08393]}, {&quot;id&quot;: &quot;7898&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 0.13043478260869457, &quot;style&quot;: {&quot;color&quot;: &quot;#472e7c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.795, 4.084029999999999]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.795, 4.084029999999999]}, {&quot;id&quot;: &quot;7934&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 895.0, &quot;att&quot;: 0.023255813953487067, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.77848, 4.08438]]}, &quot;bbox&quot;: [9.77848, 4.0817, 9.786083, 4.08438]}, {&quot;id&quot;: &quot;7970&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 895.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.77858, 4.08448]]}, &quot;bbox&quot;: [9.77858, 4.081799999999999, 9.786183, 4.08448]}, {&quot;id&quot;: &quot;8006&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 0.09090909090909208, &quot;style&quot;: {&quot;color&quot;: &quot;#482173&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.751769, 4.093194]]}, &quot;bbox&quot;: [9.751769, 4.074778, 9.761667, 4.093194]}, {&quot;id&quot;: &quot;8042&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 0.02777777777777816, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.751869, 4.093294]]}, &quot;bbox&quot;: [9.751869, 4.074878, 9.761766999999999, 4.093294]}, {&quot;id&quot;: &quot;8078&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 0.05882352941176126, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.728889, 4.083056]]}, &quot;bbox&quot;: [9.728889, 4.083056, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8114&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 0.055555555555552485, &quot;style&quot;: {&quot;color&quot;: &quot;#481668&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.728989, 4.083156]]}, &quot;bbox&quot;: [9.728989, 4.083156, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8150&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 0.12499999999999889, &quot;style&quot;: {&quot;color&quot;: &quot;#472c7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.738306, 4.083528]]}, &quot;bbox&quot;: [9.738306, 4.083528, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8186&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.738406, 4.083628]]}, &quot;bbox&quot;: [9.738406, 4.083628, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8222&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 947.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.783583, 4.089889]]}, &quot;bbox&quot;: [9.783583, 4.0817, 9.786083, 4.089889]}, {&quot;id&quot;: &quot;8258&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 947.0, &quot;att&quot;: 0.05263157894736547, &quot;style&quot;: {&quot;color&quot;: &quot;#481467&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.783683, 4.089989]]}, &quot;bbox&quot;: [9.783683, 4.081799999999999, 9.786183, 4.089989]}, {&quot;id&quot;: &quot;8294&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 0.4615384615384636, &quot;style&quot;: {&quot;color&quot;: &quot;#24878e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.743333, 4.074778, 9.761667, 4.097333]}, {&quot;id&quot;: &quot;8330&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.743433, 4.074878, 9.761766999999999, 4.097433]}, {&quot;id&quot;: &quot;8366&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 0.15151515151515166, &quot;style&quot;: {&quot;color&quot;: &quot;#463480&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.76601, 4.08663]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.76601, 4.08663]}, {&quot;id&quot;: &quot;8402&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 0.04651162790697744, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.76611, 4.08673]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.76611, 4.08673]}, {&quot;id&quot;: &quot;8438&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 0.3939393939393947, &quot;style&quot;: {&quot;color&quot;: &quot;#2a768e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.808667, 4.091389]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.808667, 4.091389]}, {&quot;id&quot;: &quot;8474&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 0.3928571428571428, &quot;style&quot;: {&quot;color&quot;: &quot;#2a768e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.808767, 4.091489]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.808767, 4.091489]}, {&quot;id&quot;: &quot;8510&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 830.0, &quot;att&quot;: 0.042553191489362284, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.758611, 4.090833]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.758611, 4.090833]}, {&quot;id&quot;: &quot;8546&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 830.0, &quot;att&quot;: 0.03999999999999915, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.758711, 4.090933]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.758711, 4.090933]}, {&quot;id&quot;: &quot;8582&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 555.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73381, 4.08679], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.73381, 4.08679, 9.736042, 4.091278]}, {&quot;id&quot;: &quot;8618&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 555.0, &quot;att&quot;: -0.04000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73391, 4.0868899999999995], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.73391, 4.0868899999999995, 9.736142, 4.091378]}, {&quot;id&quot;: &quot;8654&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 0.5500000000000043, &quot;style&quot;: {&quot;color&quot;: &quot;#1e9c89&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.744, 4.104861]]}, &quot;bbox&quot;: [9.744, 4.074778, 9.761667, 4.104861]}, {&quot;id&quot;: &quot;8690&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 0.2857142857142857, &quot;style&quot;: {&quot;color&quot;: &quot;#365c8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.7441, 4.104960999999999]]}, &quot;bbox&quot;: [9.7441, 4.074878, 9.761766999999999, 4.104960999999999]}, {&quot;id&quot;: &quot;8726&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 889.0, &quot;att&quot;: 0.07142857142857252, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76601, 4.08663], [9.764367, 4.0945]]}, &quot;bbox&quot;: [9.764367, 4.08663, 9.76601, 4.0945]}, {&quot;id&quot;: &quot;8762&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 889.0, &quot;att&quot;: 0.1176470588235272, &quot;style&quot;: {&quot;color&quot;: &quot;#472a7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76611, 4.08673], [9.764467, 4.0946]]}, &quot;bbox&quot;: [9.764467, 4.08673, 9.76611, 4.0946]}, {&quot;id&quot;: &quot;8798&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 736.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729444, 4.091944], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.729444, 4.091278, 9.736042, 4.091944]}, {&quot;id&quot;: &quot;8834&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 736.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729544, 4.092044], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.729544, 4.091378, 9.736142, 4.092044]}, {&quot;id&quot;: &quot;8870&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 419.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74168, 4.09393], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.74168, 4.09393, 9.743333, 4.097333]}, {&quot;id&quot;: &quot;8906&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 419.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T20:50:00&quot;, &quot;2019-07-17T20:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74178, 4.09403], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.74178, 4.09403, 9.743433, 4.097433]}, {&quot;id&quot;: &quot;12&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 0.11111111111111258, &quot;style&quot;: {&quot;color&quot;: &quot;#482878&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.791866, 3.97665]]}, &quot;bbox&quot;: [9.787167, 3.97665, 9.791866, 3.992722]}, {&quot;id&quot;: &quot;48&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1852.0, &quot;att&quot;: -0.03571428571428626, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.791966, 3.97675]]}, &quot;bbox&quot;: [9.787267, 3.97675, 9.791966, 3.9928220000000003]}, {&quot;id&quot;: &quot;84&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.11842105263157884, &quot;style&quot;: {&quot;color&quot;: &quot;#472a7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.81613, 3.97866]]}, &quot;bbox&quot;: [9.787167, 3.97866, 9.81613, 3.992722]}, {&quot;id&quot;: &quot;120&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.02367941712204015, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.81623, 3.9787600000000003]]}, &quot;bbox&quot;: [9.787267, 3.9787600000000003, 9.81623, 3.9928220000000003]}, {&quot;id&quot;: &quot;156&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 556.0, &quot;att&quot;: 0.031250000000000486, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763806, 3.997361], [9.75885, 3.99663]]}, &quot;bbox&quot;: [9.75885, 3.99663, 9.763806, 3.997361]}, {&quot;id&quot;: &quot;192&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 556.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763906, 3.9974610000000004], [9.75895, 3.9967300000000003]]}, &quot;bbox&quot;: [9.75895, 3.9967300000000003, 9.763906, 3.9974610000000004]}, {&quot;id&quot;: &quot;228&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 402.0, &quot;att&quot;: 1.2352941176470595, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745083, 4.002553], [9.748639, 4.003231]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.748639, 4.003231]}, {&quot;id&quot;: &quot;264&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 402.0, &quot;att&quot;: 0.8395061728395066, &quot;style&quot;: {&quot;color&quot;: &quot;#93d741&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745182999999999, 4.002653], [9.748739, 4.003331]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.748739, 4.003331]}, {&quot;id&quot;: &quot;300&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 774.0, &quot;att&quot;: 2.795454545454546, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76732, 4.003512], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.76732, 4.003512, 9.767719, 4.0105]}, {&quot;id&quot;: &quot;336&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 774.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76742, 4.0036119999999995], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.76742, 4.0036119999999995, 9.767819, 4.0106]}, {&quot;id&quot;: &quot;372&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 0.09090909090909012, &quot;style&quot;: {&quot;color&quot;: &quot;#482173&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799472, 4.004194], [9.778111, 4.012278]]}, &quot;bbox&quot;: [9.778111, 4.004194, 9.799472, 4.012278]}, {&quot;id&quot;: &quot;408&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 0.18518518518518498, &quot;style&quot;: {&quot;color&quot;: &quot;#423f85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799572, 4.004294], [9.778211, 4.012378]]}, &quot;bbox&quot;: [9.778211, 4.004294, 9.799572, 4.012378]}, {&quot;id&quot;: &quot;444&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 3.6296296296296306, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.705944, 4.01775], [9.701194, 4.008306]]}, &quot;bbox&quot;: [9.701194, 4.008306, 9.705944, 4.01775]}, {&quot;id&quot;: &quot;480&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 0.30130293159609123, &quot;style&quot;: {&quot;color&quot;: &quot;#34608d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706044, 4.01785], [9.701293999999999, 4.008406]]}, &quot;bbox&quot;: [9.701293999999999, 4.008406, 9.706044, 4.01785]}, {&quot;id&quot;: &quot;516&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 2.8205128205128265, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.763806, 3.997361]]}, &quot;bbox&quot;: [9.763806, 3.997361, 9.767833, 4.029]}, {&quot;id&quot;: &quot;552&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 3.1621621621621645, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.763906, 3.9974610000000004]]}, &quot;bbox&quot;: [9.763906, 3.9974610000000004, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;588&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 1.8311688311688297, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741417, 4.009639], [9.723611, 4.020194]]}, &quot;bbox&quot;: [9.723611, 4.009639, 9.741417, 4.020194]}, {&quot;id&quot;: &quot;624&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 1.820512820512819, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741517, 4.009739], [9.723711, 4.020294]]}, &quot;bbox&quot;: [9.723711, 4.009739, 9.741517, 4.020294]}, {&quot;id&quot;: &quot;660&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 2.2549019607843164, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.745083, 4.002553]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.767833, 4.029]}, {&quot;id&quot;: &quot;696&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 1.6933333333333338, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.745182999999999, 4.002653]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;732&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 466.0, &quot;att&quot;: 2.1199999999999988, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73456, 4.01734]]}, &quot;bbox&quot;: [9.73456, 4.015972, 9.738528, 4.01734]}, {&quot;id&quot;: &quot;768&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 466.0, &quot;att&quot;: 2.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73466, 4.01744]]}, &quot;bbox&quot;: [9.73466, 4.016071999999999, 9.738628, 4.01744]}, {&quot;id&quot;: &quot;804&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8335.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 1.5600000000000023, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.762056, 4.004472]]}, &quot;bbox&quot;: [9.762056, 4.004472, 9.767833, 4.029]}, {&quot;id&quot;: &quot;840&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8454.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 1.4761904761904774, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.762156, 4.004572]]}, &quot;bbox&quot;: [9.762156, 4.004572, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;876&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 2.083333333333332, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.768083, 4.017917]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.768083, 4.017917]}, {&quot;id&quot;: &quot;912&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 2.340425531914894, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.768183, 4.0180169999999995]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.768183, 4.0180169999999995]}, {&quot;id&quot;: &quot;948&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 2.235294117647058, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727083, 4.023444], [9.72629, 4.01048]]}, &quot;bbox&quot;: [9.72629, 4.01048, 9.727083, 4.023444]}, {&quot;id&quot;: &quot;984&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 1.8918918918918923, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727183, 4.023543999999999], [9.72639, 4.01058]]}, &quot;bbox&quot;: [9.72639, 4.01058, 9.727183, 4.023543999999999]}, {&quot;id&quot;: &quot;1020&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 2.142857142857143, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.757556, 4.0195]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.757556, 4.0195]}, {&quot;id&quot;: &quot;1056&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 2.0243902439024395, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.757655999999999, 4.0196]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.757655999999999, 4.0196]}, {&quot;id&quot;: &quot;1092&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 0.559090909090909, &quot;style&quot;: {&quot;color&quot;: &quot;#1f9f88&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.756817, 4.008442]]}, &quot;bbox&quot;: [9.756817, 4.008442, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1128&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 1.4946236559139796, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.756917, 4.008541999999999]]}, &quot;bbox&quot;: [9.756917, 4.008541999999999, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1164&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.12071778140293635, &quot;style&quot;: {&quot;color&quot;: &quot;#472a7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744694, 4.014417], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.744694, 4.014417, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1200&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.3520408163265305, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6d8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744794, 4.014517], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.744794, 4.014517, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1236&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 3.6764705882353033, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.767719, 4.0105, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1272&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 2.3333333333333353, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.767819, 4.0106, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1308&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 1.71969696969697, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.780278, 4.023889]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.780278, 4.023889]}, {&quot;id&quot;: &quot;1344&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 3.6984126984126955, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.780377999999999, 4.023988999999999]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.780377999999999, 4.023988999999999]}, {&quot;id&quot;: &quot;1380&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 2.815789473684206, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.721083, 4.0115]]}, &quot;bbox&quot;: [9.696744, 4.0115, 9.721083, 4.029381]}, {&quot;id&quot;: &quot;1416&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 2.4285714285714275, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.721183, 4.0116]]}, &quot;bbox&quot;: [9.696844, 4.0116, 9.721183, 4.029481]}, {&quot;id&quot;: &quot;1452&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 654.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743889, 4.0194], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.743889, 4.0194, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1488&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 654.0, &quot;att&quot;: 2.1034482758620703, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743989, 4.0195], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.743989, 4.0195, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1524&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024043N-9.680260E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2266.0, &quot;att&quot;: 3.4222222222222274, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.67025, 4.022056], [9.69027, 4.02603]]}, &quot;bbox&quot;: [9.67025, 4.022056, 9.69027, 4.02603]}, {&quot;id&quot;: &quot;1560&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 2.413793103448277, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.72802, 4.03279]]}, &quot;bbox&quot;: [9.72802, 4.015972, 9.738528, 4.03279]}, {&quot;id&quot;: &quot;1596&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 5.812499999999993, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.72812, 4.03289]]}, &quot;bbox&quot;: [9.72812, 4.016071999999999, 9.738628, 4.03289]}, {&quot;id&quot;: &quot;1632&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 2.2641509433962246, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.69921, 4.02012]]}, &quot;bbox&quot;: [9.696744, 4.02012, 9.69921, 4.029381]}, {&quot;id&quot;: &quot;1668&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.846153846153846, &quot;style&quot;: {&quot;color&quot;: &quot;#98d83e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.69931, 4.02022]]}, &quot;bbox&quot;: [9.696844, 4.02022, 9.69931, 4.029481]}, {&quot;id&quot;: &quot;1704&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18737.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 5.060606060606053, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.77399, 4.02125]]}, &quot;bbox&quot;: [9.767833, 4.02125, 9.77399, 4.029]}, {&quot;id&quot;: &quot;1740&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17727.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 4.6774193548387055, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.77409, 4.02135]]}, &quot;bbox&quot;: [9.767933, 4.02135, 9.77409, 4.0291]}, {&quot;id&quot;: &quot;1776&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14431.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 874.0, &quot;att&quot;: 21.41379310344824, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737194, 4.022139], [9.741992, 4.0284]]}, &quot;bbox&quot;: [9.737194, 4.022139, 9.741992, 4.0284]}, {&quot;id&quot;: &quot;1812&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14921.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 874.0, &quot;att&quot;: 2.133333333333333, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737294, 4.022239], [9.742092, 4.0285]]}, &quot;bbox&quot;: [9.737294, 4.022239, 9.742092, 4.0285]}, {&quot;id&quot;: &quot;1848&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 1.3142857142857147, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73325, 4.035278]]}, &quot;bbox&quot;: [9.73325, 4.015972, 9.738528, 4.035278]}, {&quot;id&quot;: &quot;1884&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 1.8, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73335, 4.035378]]}, &quot;bbox&quot;: [9.73335, 4.016071999999999, 9.738628, 4.035378]}, {&quot;id&quot;: &quot;1920&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 2.2549019607843164, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.70976, 4.02238]]}, &quot;bbox&quot;: [9.696744, 4.02238, 9.70976, 4.029381]}, {&quot;id&quot;: &quot;1956&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 2.2500000000000027, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.709859999999999, 4.02248]]}, &quot;bbox&quot;: [9.696844, 4.02248, 9.709859999999999, 4.029481]}, {&quot;id&quot;: &quot;1992&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 755.0, &quot;att&quot;: 2.333333333333329, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.694556, 4.022917]]}, &quot;bbox&quot;: [9.694556, 4.022917, 9.696744, 4.029381]}, {&quot;id&quot;: &quot;2028&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 755.0, &quot;att&quot;: 1.9999999999999982, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.694656, 4.023016999999999]]}, &quot;bbox&quot;: [9.694656, 4.023016999999999, 9.696844, 4.029481]}, {&quot;id&quot;: &quot;2064&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 4.2258064516128995, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.72684, 4.01658]]}, &quot;bbox&quot;: [9.72684, 4.01658, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2100&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 3.8837209302325535, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.726939999999999, 4.01668]]}, &quot;bbox&quot;: [9.726939999999999, 4.01668, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2136&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 364.0, &quot;att&quot;: 1.5000000000000024, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.705139, 4.028333]]}, &quot;bbox&quot;: [9.701944, 4.028333, 9.705139, 4.029083]}, {&quot;id&quot;: &quot;2172&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 364.0, &quot;att&quot;: 1.588235294117646, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.705239, 4.028433]]}, &quot;bbox&quot;: [9.702043999999999, 4.028433, 9.705239, 4.029183]}, {&quot;id&quot;: &quot;2208&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 3.5813953488372055, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.686417, 4.029444]]}, &quot;bbox&quot;: [9.686417, 4.029381, 9.696744, 4.029444]}, {&quot;id&quot;: &quot;2244&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 3.6585365853658587, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.686517, 4.029544]]}, &quot;bbox&quot;: [9.686517, 4.029481, 9.696844, 4.029544]}, {&quot;id&quot;: &quot;2280&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 868.0, &quot;att&quot;: 2.666666666666668, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.709194, 4.032028]]}, &quot;bbox&quot;: [9.701944, 4.029083, 9.709194, 4.032028]}, {&quot;id&quot;: &quot;2316&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 868.0, &quot;att&quot;: 2.5217391304347845, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.709294, 4.032128]]}, &quot;bbox&quot;: [9.702043999999999, 4.029183, 9.709294, 4.032128]}, {&quot;id&quot;: &quot;2352&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 666.0, &quot;att&quot;: 2.699999999999998, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.691575, 4.032433]]}, &quot;bbox&quot;: [9.691575, 4.029381, 9.696744, 4.032433]}, {&quot;id&quot;: &quot;2388&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 666.0, &quot;att&quot;: 2.92592592592593, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.691675, 4.032533]]}, &quot;bbox&quot;: [9.691675, 4.029481, 9.696844, 4.032533]}, {&quot;id&quot;: &quot;2424&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 536.0, &quot;att&quot;: 2.999999999999997, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699417, 4.033417]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699417, 4.033417]}, {&quot;id&quot;: &quot;2460&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 536.0, &quot;att&quot;: 2.7000000000000006, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699517, 4.033517]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699517, 4.033517]}, {&quot;id&quot;: &quot;2496&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 3.9999999999999982, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.727083, 4.023444]]}, &quot;bbox&quot;: [9.727083, 4.023444, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2532&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 1.3461538461538474, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.727183, 4.023543999999999]]}, &quot;bbox&quot;: [9.727183, 4.023543999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2568&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 1.6829268292682946, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71564, 4.032], [9.71203, 4.03312]]}, &quot;bbox&quot;: [9.71203, 4.032, 9.71564, 4.03312]}, {&quot;id&quot;: &quot;2604&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 1.3191489361702131, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71574, 4.0321], [9.71213, 4.03322]]}, &quot;bbox&quot;: [9.71213, 4.0321, 9.71574, 4.03322]}, {&quot;id&quot;: &quot;2640&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 4.256410256410253, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.755167, 4.037361]]}, &quot;bbox&quot;: [9.755167, 4.029, 9.767833, 4.037361]}, {&quot;id&quot;: &quot;2676&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 4.540540540540547, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.755267, 4.0374609999999995]]}, &quot;bbox&quot;: [9.755267, 4.0291, 9.767933, 4.0374609999999995]}, {&quot;id&quot;: &quot;2712&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 323.0, &quot;att&quot;: 3.75, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691575, 4.032433], [9.691889, 4.035333]]}, &quot;bbox&quot;: [9.691575, 4.032433, 9.691889, 4.035333]}, {&quot;id&quot;: &quot;2748&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 323.0, &quot;att&quot;: 3.94117647058823, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691675, 4.032533], [9.691989, 4.035432999999999]]}, &quot;bbox&quot;: [9.691675, 4.032533, 9.691989, 4.035432999999999]}, {&quot;id&quot;: &quot;2784&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 516.0, &quot;att&quot;: 2.8750000000000027, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774333, 4.033028], [9.77026, 4.03527]]}, &quot;bbox&quot;: [9.77026, 4.033028, 9.774333, 4.03527]}, {&quot;id&quot;: &quot;2820&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 516.0, &quot;att&quot;: 2.656249999999998, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774433, 4.033128], [9.77036, 4.0353699999999995]]}, &quot;bbox&quot;: [9.77036, 4.033128, 9.774433, 4.0353699999999995]}, {&quot;id&quot;: &quot;2856&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 1.6799999999999984, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.725667, 4.028583]]}, &quot;bbox&quot;: [9.725667, 4.028583, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2892&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 1.6862745098039222, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.725767, 4.028683]]}, &quot;bbox&quot;: [9.725767, 4.028683, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2928&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 4.333333333333333, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699006, 4.040886]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699006, 4.040886]}, {&quot;id&quot;: &quot;2964&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 3.9444444444444513, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699106, 4.040986]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699106, 4.040986]}, {&quot;id&quot;: &quot;3000&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17810.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 610.0, &quot;att&quot;: 7.047619047619065, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683883, 4.033886], [9.688056, 4.037472]]}, &quot;bbox&quot;: [9.683883, 4.033886, 9.688056, 4.037472]}, {&quot;id&quot;: &quot;3036&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18820.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 610.0, &quot;att&quot;: 5.8148148148148096, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683983, 4.033986], [9.688156, 4.037572]]}, &quot;bbox&quot;: [9.683983, 4.033986, 9.688156, 4.037572]}, {&quot;id&quot;: &quot;3072&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 4.352941176470594, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.766222, 4.046556]]}, &quot;bbox&quot;: [9.766222, 4.029, 9.767833, 4.046556]}, {&quot;id&quot;: &quot;3108&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 4.529411764705881, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.766322, 4.046656]]}, &quot;bbox&quot;: [9.766322, 4.0291, 9.767933, 4.046656]}, {&quot;id&quot;: &quot;3144&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 433.0, &quot;att&quot;: 3.961538461538458, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706106, 4.040083], [9.703794, 4.036926]]}, &quot;bbox&quot;: [9.703794, 4.036926, 9.706106, 4.040083]}, {&quot;id&quot;: &quot;3180&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 433.0, &quot;att&quot;: 3.85714285714286, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706206, 4.040183], [9.703894, 4.037026]]}, &quot;bbox&quot;: [9.703894, 4.037026, 9.706206, 4.040183]}, {&quot;id&quot;: &quot;3216&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 4.604651162790694, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.711917, 4.037722]]}, &quot;bbox&quot;: [9.711917, 4.037722, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;3252&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 4.4347826086956506, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.712017, 4.037821999999999]]}, &quot;bbox&quot;: [9.712017, 4.037821999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;3288&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 928.0, &quot;att&quot;: 2.396551724137932, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.741011, 4.038342]]}, &quot;bbox&quot;: [9.733028, 4.038342, 9.741011, 4.040819]}, {&quot;id&quot;: &quot;3324&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 928.0, &quot;att&quot;: 2.4339622641509444, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.741111, 4.038442]]}, &quot;bbox&quot;: [9.733127999999999, 4.038442, 9.741111, 4.040919]}, {&quot;id&quot;: &quot;3360&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 441.0, &quot;att&quot;: 3.499999999999996, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.70265, 4.03931]]}, &quot;bbox&quot;: [9.699006, 4.03931, 9.70265, 4.040886]}, {&quot;id&quot;: &quot;3396&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 441.0, &quot;att&quot;: 3.1428571428571397, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.70275, 4.03941]]}, &quot;bbox&quot;: [9.699106, 4.03941, 9.70275, 4.040986]}, {&quot;id&quot;: &quot;3432&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 697.0, &quot;att&quot;: 2.2769230769230764, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774, 4.042306], [9.7795, 4.039278]]}, &quot;bbox&quot;: [9.774, 4.039278, 9.7795, 4.042306]}, {&quot;id&quot;: &quot;3468&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 697.0, &quot;att&quot;: 1.663366336633664, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774099999999999, 4.042406], [9.7796, 4.039378]]}, &quot;bbox&quot;: [9.774099999999999, 4.039378, 9.7796, 4.042406]}, {&quot;id&quot;: &quot;3505&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041057N-9.688122E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 387.0, &quot;att&quot;: 4.333333333333336, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.689827, 4.040697]]}, &quot;bbox&quot;: [9.686417, 4.040697, 9.689827, 4.041417]}, {&quot;id&quot;: &quot;3541&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 975.0, &quot;att&quot;: 1.1900000000000006, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762056, 4.03875], [9.754583, 4.043386]]}, &quot;bbox&quot;: [9.754583, 4.03875, 9.762056, 4.043386]}, {&quot;id&quot;: &quot;3577&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 975.0, &quot;att&quot;: 2.651162790697676, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762156, 4.03885], [9.754683, 4.043486]]}, &quot;bbox&quot;: [9.754683, 4.03885, 9.762156, 4.043486]}, {&quot;id&quot;: &quot;3613&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 524.0, &quot;att&quot;: 2.8064516129032255, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.728389, 4.041694]]}, &quot;bbox&quot;: [9.728389, 4.040819, 9.733028, 4.041694]}, {&quot;id&quot;: &quot;3649&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.15489749430523927, &quot;style&quot;: {&quot;color&quot;: &quot;#453581&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.728489, 4.041793999999999]]}, &quot;bbox&quot;: [9.728489, 4.040919, 9.733127999999999, 4.041793999999999]}, {&quot;id&quot;: &quot;3685&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 3.6724137931034453, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.779361, 4.053694]]}, &quot;bbox&quot;: [9.767833, 4.029, 9.779361, 4.053694]}, {&quot;id&quot;: &quot;3721&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 3.5500000000000007, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.779461, 4.053794]]}, &quot;bbox&quot;: [9.767933, 4.0291, 9.779461, 4.053794]}, {&quot;id&quot;: &quot;3757&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 3.3863636363636354, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.747639, 4.043778]]}, &quot;bbox&quot;: [9.733028, 4.040819, 9.747639, 4.043778]}, {&quot;id&quot;: &quot;3793&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 2.5737704918032818, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.747739, 4.043877999999999]]}, &quot;bbox&quot;: [9.733127999999999, 4.040919, 9.747739, 4.043877999999999]}, {&quot;id&quot;: &quot;3829&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 4.340425531914892, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702978, 4.056559], [9.73025, 4.028444]]}, &quot;bbox&quot;: [9.702978, 4.028444, 9.73025, 4.056559]}, {&quot;id&quot;: &quot;3865&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 4.4772727272727275, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703078, 4.056659], [9.73035, 4.028544]]}, &quot;bbox&quot;: [9.703078, 4.028544, 9.73035, 4.056659]}, {&quot;id&quot;: &quot;3901&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 4.1052631578947265, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.69725, 4.04425]]}, &quot;bbox&quot;: [9.69725, 4.040886, 9.699006, 4.04425]}, {&quot;id&quot;: &quot;3937&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 3.999999999999997, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.69735, 4.04435]]}, &quot;bbox&quot;: [9.69735, 4.040986, 9.699106, 4.04435]}, {&quot;id&quot;: &quot;3973&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 431.0, &quot;att&quot;: 3.378378378378376, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704083, 4.04244], [9.707889, 4.043194]]}, &quot;bbox&quot;: [9.704083, 4.04244, 9.707889, 4.043194]}, {&quot;id&quot;: &quot;4009&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 431.0, &quot;att&quot;: 3.473684210526313, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704183, 4.04254], [9.707989, 4.0432939999999995]]}, &quot;bbox&quot;: [9.704183, 4.04254, 9.707989, 4.0432939999999995]}, {&quot;id&quot;: &quot;4047&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043833N-9.687306E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 570.0, &quot;att&quot;: 2.2999999999999994, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.688194, 4.04625]]}, &quot;bbox&quot;: [9.686417, 4.041417, 9.688194, 4.04625]}, {&quot;id&quot;: &quot;4083&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 810.0, &quot;att&quot;: 4.7692307692307665, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707889, 4.043194], [9.700739, 4.044661]]}, &quot;bbox&quot;: [9.700739, 4.043194, 9.707889, 4.044661]}, {&quot;id&quot;: &quot;4119&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 810.0, &quot;att&quot;: 4.880000000000001, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707989, 4.0432939999999995], [9.700839, 4.044760999999999]]}, &quot;bbox&quot;: [9.700839, 4.0432939999999995, 9.707989, 4.044760999999999]}, {&quot;id&quot;: &quot;4155&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 706.0, &quot;att&quot;: 2.3125000000000018, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728389, 4.041694], [9.72575, 4.0475]]}, &quot;bbox&quot;: [9.72575, 4.041694, 9.728389, 4.0475]}, {&quot;id&quot;: &quot;4191&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 706.0, &quot;att&quot;: 2.181818181818183, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728489, 4.041793999999999], [9.72585, 4.0476]]}, &quot;bbox&quot;: [9.72585, 4.041793999999999, 9.728489, 4.0476]}, {&quot;id&quot;: &quot;4227&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 5.333333333333337, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.699006, 4.040886, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4263&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 8.360000000000003, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.699106, 4.040986, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4299&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14487.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 611.0, &quot;att&quot;: 2.6206896551724093, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71598, 4.04642], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.71598, 4.04642, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4335&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14977.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 611.0, &quot;att&quot;: 2.9629629629629597, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71608, 4.04652], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.71608, 4.04652, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4371&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048013N-9.705195E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 822.0, &quot;att&quot;: 2.436363636363636, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703528, 4.044694], [9.706861, 4.051333]]}, &quot;bbox&quot;: [9.703528, 4.044694, 9.706861, 4.051333]}, {&quot;id&quot;: &quot;4407&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 317.0, &quot;att&quot;: 0.9436619718309858, &quot;style&quot;: {&quot;color&quot;: &quot;#dae319&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698333, 4.049556], [9.698917, 4.04675]]}, &quot;bbox&quot;: [9.698333, 4.04675, 9.698917, 4.049556]}, {&quot;id&quot;: &quot;4443&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 317.0, &quot;att&quot;: 3.5000000000000013, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698433, 4.049656], [9.699017, 4.04685]]}, &quot;bbox&quot;: [9.698433, 4.04685, 9.699017, 4.049656]}, {&quot;id&quot;: &quot;4479&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 564.0, &quot;att&quot;: 3.8749999999999925, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706861, 4.051333], [9.708472, 4.0465]]}, &quot;bbox&quot;: [9.706861, 4.0465, 9.708472, 4.051333]}, {&quot;id&quot;: &quot;4515&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 564.0, &quot;att&quot;: 3.9565217391304373, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706961, 4.051432999999999], [9.708572, 4.0466]]}, &quot;bbox&quot;: [9.706961, 4.0466, 9.708572, 4.051432999999999]}, {&quot;id&quot;: &quot;4551&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 596.0, &quot;att&quot;: 2.838709677419359, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.771911, 4.050192], [9.777253, 4.049658]]}, &quot;bbox&quot;: [9.771911, 4.049658, 9.777253, 4.050192]}, {&quot;id&quot;: &quot;4587&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 596.0, &quot;att&quot;: 2.4062499999999987, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.772011, 4.050292], [9.777353, 4.049758]]}, &quot;bbox&quot;: [9.772011, 4.049758, 9.777353, 4.050292]}, {&quot;id&quot;: &quot;4623&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050150N-9.740475E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 454.0, &quot;att&quot;: 1.9032258064516117, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741306, 4.052028], [9.739644, 4.048272]]}, &quot;bbox&quot;: [9.739644, 4.048272, 9.741306, 4.052028]}, {&quot;id&quot;: &quot;4659&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 522.0, &quot;att&quot;: 2.980769230769229, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702389, 4.052444], [9.704556, 4.04825]]}, &quot;bbox&quot;: [9.702389, 4.04825, 9.704556, 4.052444]}, {&quot;id&quot;: &quot;4695&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 522.0, &quot;att&quot;: 2.9400000000000004, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702489, 4.052544], [9.704656, 4.04835]]}, &quot;bbox&quot;: [9.702489, 4.04835, 9.704656, 4.052544]}, {&quot;id&quot;: &quot;4731&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 956.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.756833, 4.047389]]}, &quot;bbox&quot;: [9.750917, 4.047389, 9.756833, 4.053667]}, {&quot;id&quot;: &quot;4767&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 956.0, &quot;att&quot;: 3.599999999999997, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.756933, 4.047489]]}, &quot;bbox&quot;: [9.751017, 4.047489, 9.756933, 4.053767]}, {&quot;id&quot;: &quot;4803&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 2.7999999999999994, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779361, 4.053694], [9.797806, 4.050472]]}, &quot;bbox&quot;: [9.779361, 4.050472, 9.797806, 4.053694]}, {&quot;id&quot;: &quot;4839&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 3.047619047619045, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779461, 4.053794], [9.797906, 4.050572]]}, &quot;bbox&quot;: [9.779461, 4.050572, 9.797906, 4.053794]}, {&quot;id&quot;: &quot;4875&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8363.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 1.499999999999994, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.775889, 4.05525]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.775889, 4.05525]}, {&quot;id&quot;: &quot;4911&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8482.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 2.7599999999999967, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.775989, 4.05535]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.775989, 4.05535]}, {&quot;id&quot;: &quot;4947&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.13106796116504868, &quot;style&quot;: {&quot;color&quot;: &quot;#472e7c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.754444, 4.058167]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.754444, 4.058167]}, {&quot;id&quot;: &quot;4983&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.08009153318077804, &quot;style&quot;: {&quot;color&quot;: &quot;#481d6f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.754544, 4.058267]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.754544, 4.058267]}, {&quot;id&quot;: &quot;5019&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 546.0, &quot;att&quot;: 1.5681818181818183, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.767556, 4.053639]]}, &quot;bbox&quot;: [9.767556, 4.053639, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5055&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 546.0, &quot;att&quot;: 1.7058823529411749, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.767656, 4.053739]]}, &quot;bbox&quot;: [9.767656, 4.053739, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5091&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 879.0, &quot;att&quot;: 0.6923076923076922, &quot;style&quot;: {&quot;color&quot;: &quot;#40bd72&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738694, 4.058056], [9.745611, 4.054186]]}, &quot;bbox&quot;: [9.738694, 4.054186, 9.745611, 4.058056]}, {&quot;id&quot;: &quot;5127&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 879.0, &quot;att&quot;: 0.7500000000000009, &quot;style&quot;: {&quot;color&quot;: &quot;#5ec962&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738794, 4.058155999999999], [9.745711, 4.054285999999999]]}, &quot;bbox&quot;: [9.738794, 4.054285999999999, 9.745711, 4.058155999999999]}, {&quot;id&quot;: &quot;5163&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 0.6153846153846152, &quot;style&quot;: {&quot;color&quot;: &quot;#25ac82&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.743528, 4.059611]]}, &quot;bbox&quot;: [9.743528, 4.053667, 9.750917, 4.059611]}, {&quot;id&quot;: &quot;5199&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 2.874999999999996, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.743628, 4.059711]]}, &quot;bbox&quot;: [9.743628, 4.053767, 9.751017, 4.059711]}, {&quot;id&quot;: &quot;5235&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 1.6774193548387097, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726194, 4.060028], [9.750917, 4.053667]]}, &quot;bbox&quot;: [9.726194, 4.053667, 9.750917, 4.060028]}, {&quot;id&quot;: &quot;5271&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 1.7714285714285722, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726294, 4.060128], [9.751017, 4.053767]]}, &quot;bbox&quot;: [9.726294, 4.053767, 9.751017, 4.060128]}, {&quot;id&quot;: &quot;5307&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 1.4499999999999993, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726393999999999, 4.060228], [9.751116999999999, 4.053867]]}, &quot;bbox&quot;: [9.726393999999999, 4.053867, 9.751116999999999, 4.060228]}, {&quot;id&quot;: &quot;5343&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 1.7777777777777768, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726493999999999, 4.060328], [9.751216999999999, 4.053967]]}, &quot;bbox&quot;: [9.726493999999999, 4.053967, 9.751216999999999, 4.060328]}, {&quot;id&quot;: &quot;5379&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_0&quot;, &quot;frequency&quot;: 12793.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 1.92857142857143, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726594, 4.060428], [9.751317, 4.054067]]}, &quot;bbox&quot;: [9.726594, 4.054067, 9.751317, 4.060428]}, {&quot;id&quot;: &quot;5415&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_1&quot;, &quot;frequency&quot;: 13059.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 1.6052631578947354, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726694, 4.060528], [9.751417, 4.054167]]}, &quot;bbox&quot;: [9.726694, 4.054167, 9.751417, 4.060528]}, {&quot;id&quot;: &quot;5451&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.734028, 4.06025]]}, &quot;bbox&quot;: [9.734028, 4.053667, 9.750917, 4.06025]}, {&quot;id&quot;: &quot;5487&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.734128, 4.06035]]}, &quot;bbox&quot;: [9.734128, 4.053767, 9.751017, 4.06035]}, {&quot;id&quot;: &quot;5523&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 630.0, &quot;att&quot;: 1.3513513513513502, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.763167, 4.056417]]}, &quot;bbox&quot;: [9.763167, 4.056417, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5559&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 630.0, &quot;att&quot;: 1.17391304347826, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.763266999999999, 4.0565169999999995]]}, &quot;bbox&quot;: [9.763266999999999, 4.0565169999999995, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5595&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 1.661290322580647, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.786861, 4.062806]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.786861, 4.062806]}, {&quot;id&quot;: &quot;5631&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 3.828571428571426, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.786961, 4.062906]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.786961, 4.062906]}, {&quot;id&quot;: &quot;5667&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 1.30434782608695, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.720853, 4.053242]]}, &quot;bbox&quot;: [9.714664, 4.053242, 9.720853, 4.06425]}, {&quot;id&quot;: &quot;5703&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 1.2777777777777781, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.720953, 4.053342]]}, &quot;bbox&quot;: [9.714764, 4.053342, 9.720953, 4.06435]}, {&quot;id&quot;: &quot;5739&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 0.6792452830188672, &quot;style&quot;: {&quot;color&quot;: &quot;#3aba76&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.75311, 4.064069]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.75311, 4.064069]}, {&quot;id&quot;: &quot;5775&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 1.6491228070175437, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.75321, 4.064169]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.75321, 4.064169]}, {&quot;id&quot;: &quot;5811&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 1.2291666666666672, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.767778, 4.064361]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.767778, 4.064361]}, {&quot;id&quot;: &quot;5847&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 4.451612903225806, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.767878, 4.064461]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.767878, 4.064461]}, {&quot;id&quot;: &quot;5883&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 796.0, &quot;att&quot;: 1.7916666666666665, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708444, 4.060333], [9.715412, 4.058638]]}, &quot;bbox&quot;: [9.708444, 4.058638, 9.715412, 4.060333]}, {&quot;id&quot;: &quot;5919&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 796.0, &quot;att&quot;: 1.9565217391304373, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708544, 4.060433], [9.715512, 4.058738]]}, &quot;bbox&quot;: [9.708544, 4.058738, 9.715512, 4.060433]}, {&quot;id&quot;: &quot;5955&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 0.9629629629629625, &quot;style&quot;: {&quot;color&quot;: &quot;#e7e419&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.759558, 4.066322]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.759558, 4.066322]}, {&quot;id&quot;: &quot;5991&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 1.1538461538461533, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.759658, 4.066422]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.759658, 4.066422]}, {&quot;id&quot;: &quot;6027&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 2.9642857142857086, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.777639, 4.063131]]}, &quot;bbox&quot;: [9.768444, 4.0585, 9.777639, 4.063131]}, {&quot;id&quot;: &quot;6063&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 3.0000000000000053, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.777739, 4.063231]]}, &quot;bbox&quot;: [9.768544, 4.0586, 9.777739, 4.063231]}, {&quot;id&quot;: &quot;6099&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 498.0, &quot;att&quot;: 1.784313725490196, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743528, 4.059611], [9.74569, 4.06356]]}, &quot;bbox&quot;: [9.743528, 4.059611, 9.74569, 4.06356]}, {&quot;id&quot;: &quot;6135&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 498.0, &quot;att&quot;: 3.074074074074078, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743628, 4.059711], [9.74579, 4.06366]]}, &quot;bbox&quot;: [9.743628, 4.059711, 9.74579, 4.06366]}, {&quot;id&quot;: &quot;6171&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 741.0, &quot;att&quot;: 0.6250000000000003, &quot;style&quot;: {&quot;color&quot;: &quot;#28ae80&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704333, 4.059583], [9.706333, 4.065972]]}, &quot;bbox&quot;: [9.704333, 4.059583, 9.706333, 4.065972]}, {&quot;id&quot;: &quot;6207&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 741.0, &quot;att&quot;: 0.7619047619047621, &quot;style&quot;: {&quot;color&quot;: &quot;#65cb5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704433, 4.059683], [9.706433, 4.066072]]}, &quot;bbox&quot;: [9.704433, 4.059683, 9.706433, 4.066072]}, {&quot;id&quot;: &quot;6243&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 603.0, &quot;att&quot;: 1.0909090909090902, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.719389, 4.061556]]}, &quot;bbox&quot;: [9.714664, 4.061556, 9.719389, 4.06425]}, {&quot;id&quot;: &quot;6279&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 603.0, &quot;att&quot;: 1.1935483870967722, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.719489, 4.061656]]}, &quot;bbox&quot;: [9.714764, 4.061656, 9.719489, 4.06435]}, {&quot;id&quot;: &quot;6315&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 669.0, &quot;att&quot;: 1.4999999999999987, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759558, 4.066322], [9.76425, 4.062528]]}, &quot;bbox&quot;: [9.759558, 4.062528, 9.76425, 4.066322]}, {&quot;id&quot;: &quot;6351&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 669.0, &quot;att&quot;: 1.6249999999999984, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759658, 4.066422], [9.76435, 4.062628]]}, &quot;bbox&quot;: [9.759658, 4.062628, 9.76435, 4.066422]}, {&quot;id&quot;: &quot;6387&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 451.0, &quot;att&quot;: 0.5789473684210538, &quot;style&quot;: {&quot;color&quot;: &quot;#20a386&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710083, 4.063917], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.710083, 4.063917, 9.71287, 4.06688]}, {&quot;id&quot;: &quot;6423&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 451.0, &quot;att&quot;: 0.6666666666666666, &quot;style&quot;: {&quot;color&quot;: &quot;#35b779&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710182999999999, 4.064017], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.710182999999999, 4.064017, 9.71297, 4.06698]}, {&quot;id&quot;: &quot;6459&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 924.0, &quot;att&quot;: 1.1142857142857139, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79152, 4.065848], [9.799722, 4.06725]]}, &quot;bbox&quot;: [9.79152, 4.065848, 9.799722, 4.06725]}, {&quot;id&quot;: &quot;6495&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 924.0, &quot;att&quot;: 1.7000000000000004, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79162, 4.065948], [9.799821999999999, 4.067349999999999]]}, &quot;bbox&quot;: [9.79162, 4.065948, 9.799821999999999, 4.067349999999999]}, {&quot;id&quot;: &quot;6531&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.8333333333333338, &quot;style&quot;: {&quot;color&quot;: &quot;#90d743&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.72547, 4.07139]}, {&quot;id&quot;: &quot;6567&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.7187500000000001, &quot;style&quot;: {&quot;color&quot;: &quot;#4ec36b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.72557, 4.07149]}, {&quot;id&quot;: &quot;6603&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 932.0, &quot;att&quot;: 0.7111111111111117, &quot;style&quot;: {&quot;color&quot;: &quot;#4ac16d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.722972, 4.065667], [9.729139, 4.071389]]}, &quot;bbox&quot;: [9.722972, 4.065667, 9.729139, 4.071389]}, {&quot;id&quot;: &quot;6639&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 932.0, &quot;att&quot;: 0.7777777777777778, &quot;style&quot;: {&quot;color&quot;: &quot;#6ece58&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.723072, 4.065767], [9.729239, 4.071489]]}, &quot;bbox&quot;: [9.723072, 4.065767, 9.729239, 4.071489]}, {&quot;id&quot;: &quot;6675&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 535.0, &quot;att&quot;: 0.3428571428571437, &quot;style&quot;: {&quot;color&quot;: &quot;#306a8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714869, 4.071278], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.71287, 4.06688, 9.714869, 4.071278]}, {&quot;id&quot;: &quot;6711&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 535.0, &quot;att&quot;: 0.35555555555555585, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6e8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714969, 4.071378], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.71297, 4.06698, 9.714969, 4.071378]}, {&quot;id&quot;: &quot;6747&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 407.0, &quot;att&quot;: 0.6896551724137917, &quot;style&quot;: {&quot;color&quot;: &quot;#3fbc73&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729139, 4.071389], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.72547, 4.071389, 9.729139, 4.07139]}, {&quot;id&quot;: &quot;6783&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 407.0, &quot;att&quot;: 0.586206896551723, &quot;style&quot;: {&quot;color&quot;: &quot;#21a585&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729239, 4.071489], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.72557, 4.071489, 9.729239, 4.07149]}, {&quot;id&quot;: &quot;6819&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 731.0, &quot;att&quot;: 0.2, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736111, 4.072222], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.736111, 4.072222, 9.742681, 4.072661]}, {&quot;id&quot;: &quot;6855&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 731.0, &quot;att&quot;: 0.6153846153846156, &quot;style&quot;: {&quot;color&quot;: &quot;#25ac82&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736210999999999, 4.072322], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.736210999999999, 4.072322, 9.742780999999999, 4.072761]}, {&quot;id&quot;: &quot;6891&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 561.0, &quot;att&quot;: 1.6521739130434792, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76925, 4.071639], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.76925, 4.071639, 9.774, 4.073367]}, {&quot;id&quot;: &quot;6927&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 561.0, &quot;att&quot;: 1.4999999999999987, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76935, 4.071739], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.76935, 4.071739, 9.774099999999999, 4.073467]}, {&quot;id&quot;: &quot;6963&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 0.05000000000000071, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.721058, 4.084075]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.721058, 4.084075]}, {&quot;id&quot;: &quot;6999&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 0.08000000000000114, &quot;style&quot;: {&quot;color&quot;: &quot;#481d6f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.721157999999999, 4.084175]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.721157999999999, 4.084175]}, {&quot;id&quot;: &quot;7035&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 4.4333333333333345, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.761667, 4.074778]}, {&quot;id&quot;: &quot;7071&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 3.3461538461538454, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.761766999999999, 4.074878]}, {&quot;id&quot;: &quot;7107&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.11764705882353088, &quot;style&quot;: {&quot;color&quot;: &quot;#472a7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719639, 4.070306], [9.719417, 4.079889]]}, &quot;bbox&quot;: [9.719417, 4.070306, 9.719639, 4.079889]}, {&quot;id&quot;: &quot;7143&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.08000000000000114, &quot;style&quot;: {&quot;color&quot;: &quot;#481d6f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719739, 4.070406], [9.719517, 4.079988999999999]]}, &quot;bbox&quot;: [9.719517, 4.070406, 9.719739, 4.079988999999999]}, {&quot;id&quot;: &quot;7179&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 0.4666666666666662, &quot;style&quot;: {&quot;color&quot;: &quot;#23888e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.781778, 4.069972]]}, &quot;bbox&quot;: [9.781778, 4.069972, 9.786083, 4.0817]}, {&quot;id&quot;: &quot;7215&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 0.5416666666666659, &quot;style&quot;: {&quot;color&quot;: &quot;#1f9a8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.781877999999999, 4.070072]]}, &quot;bbox&quot;: [9.781877999999999, 4.070072, 9.786183, 4.081799999999999]}, {&quot;id&quot;: &quot;7251&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.5952380952380958, &quot;style&quot;: {&quot;color&quot;: &quot;#22a785&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.75645, 4.07833]]}, &quot;bbox&quot;: [9.75645, 4.074778, 9.761667, 4.07833]}, {&quot;id&quot;: &quot;7287&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.04709576138147566, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.756549999999999, 4.07843]]}, &quot;bbox&quot;: [9.756549999999999, 4.074878, 9.761766999999999, 4.07843]}, {&quot;id&quot;: &quot;7323&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 480.0, &quot;att&quot;: 0.04545454545454604, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719417, 4.079889], [9.721778, 4.07625]]}, &quot;bbox&quot;: [9.719417, 4.07625, 9.721778, 4.079889]}, {&quot;id&quot;: &quot;7359&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 480.0, &quot;att&quot;: 0.039999999999997725, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719517, 4.079988999999999], [9.721878, 4.07635]]}, &quot;bbox&quot;: [9.719517, 4.07635, 9.721878, 4.079988999999999]}, {&quot;id&quot;: &quot;7395&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 0.3200000000000017, &quot;style&quot;: {&quot;color&quot;: &quot;#32648e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756825, 4.081867], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.756825, 4.081867]}, {&quot;id&quot;: &quot;7431&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 0.30769230769230915, &quot;style&quot;: {&quot;color&quot;: &quot;#34618d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756924999999999, 4.081967], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.756924999999999, 4.081967]}, {&quot;id&quot;: &quot;7467&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 1.1071428571428588, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.801611, 4.076722]]}, &quot;bbox&quot;: [9.786083, 4.076722, 9.801611, 4.0817]}, {&quot;id&quot;: &quot;7503&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 1.2, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.801711, 4.076822]]}, &quot;bbox&quot;: [9.786183, 4.076822, 9.801711, 4.081799999999999]}, {&quot;id&quot;: &quot;7539&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 3.258064516129029, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.742681, 4.072661, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;7575&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 2.722222222222226, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.742780999999999, 4.072761, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;7611&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.752944, 4.073367, 9.774, 4.085936]}, {&quot;id&quot;: &quot;7647&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.753044, 4.073467, 9.774099999999999, 4.086036]}, {&quot;id&quot;: &quot;7683&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080070N-9.789737E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18848.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 888.0, &quot;att&quot;: 0.5, &quot;style&quot;: {&quot;color&quot;: &quot;#21918c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.79339, 4.07844]]}, &quot;bbox&quot;: [9.786083, 4.07844, 9.79339, 4.0817]}, {&quot;id&quot;: &quot;7719&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 1.1249999999999973, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.753278, 4.074861]]}, &quot;bbox&quot;: [9.752944, 4.074861, 9.753278, 4.085936]}, {&quot;id&quot;: &quot;7755&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 0.8181818181818158, &quot;style&quot;: {&quot;color&quot;: &quot;#86d549&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.753378, 4.074961]]}, &quot;bbox&quot;: [9.753044, 4.074961, 9.753378, 4.086036]}, {&quot;id&quot;: &quot;7791&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 968.0, &quot;att&quot;: 0.21428571428571247, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4788&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765535, 4.081441], [9.756825, 4.081867]]}, &quot;bbox&quot;: [9.756825, 4.081441, 9.765535, 4.081867]}, {&quot;id&quot;: &quot;7827&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 968.0, &quot;att&quot;: 0.1999999999999993, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765635, 4.081541], [9.756924999999999, 4.081967]]}, &quot;bbox&quot;: [9.756924999999999, 4.081541, 9.765635, 4.081967]}, {&quot;id&quot;: &quot;7863&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 0.7826086956521743, &quot;style&quot;: {&quot;color&quot;: &quot;#70cf57&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.7949, 4.08393]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.7949, 4.08393]}, {&quot;id&quot;: &quot;7899&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 0.8695652173913054, &quot;style&quot;: {&quot;color&quot;: &quot;#a8db34&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.795, 4.084029999999999]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.795, 4.084029999999999]}, {&quot;id&quot;: &quot;7935&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 895.0, &quot;att&quot;: 0.20930232558139517, &quot;style&quot;: {&quot;color&quot;: &quot;#404688&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.77848, 4.08438]]}, &quot;bbox&quot;: [9.77848, 4.0817, 9.786083, 4.08438]}, {&quot;id&quot;: &quot;7971&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 895.0, &quot;att&quot;: 0.3333333333333333, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.77858, 4.08448]]}, &quot;bbox&quot;: [9.77858, 4.081799999999999, 9.786183, 4.08448]}, {&quot;id&quot;: &quot;8007&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 4.54545454545454, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.751769, 4.093194]]}, &quot;bbox&quot;: [9.751769, 4.074778, 9.761667, 4.093194]}, {&quot;id&quot;: &quot;8043&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 1.3055555555555558, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.751869, 4.093294]]}, &quot;bbox&quot;: [9.751869, 4.074878, 9.761766999999999, 4.093294]}, {&quot;id&quot;: &quot;8079&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 2.882352941176461, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.728889, 4.083056]]}, &quot;bbox&quot;: [9.728889, 4.083056, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8115&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 2.722222222222222, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.728989, 4.083156]]}, &quot;bbox&quot;: [9.728989, 4.083156, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8151&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 2.166666666666669, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.738306, 4.083528]]}, &quot;bbox&quot;: [9.738306, 4.083528, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8187&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 2.2307692307692286, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.738406, 4.083628]]}, &quot;bbox&quot;: [9.738406, 4.083628, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8223&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 947.0, &quot;att&quot;: 0.5238095238095242, &quot;style&quot;: {&quot;color&quot;: &quot;#1f968b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.783583, 4.089889]]}, &quot;bbox&quot;: [9.783583, 4.0817, 9.786083, 4.089889]}, {&quot;id&quot;: &quot;8259&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 947.0, &quot;att&quot;: 0.6315789473684192, &quot;style&quot;: {&quot;color&quot;: &quot;#29af7f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.783683, 4.089989]]}, &quot;bbox&quot;: [9.783683, 4.081799999999999, 9.786183, 4.089989]}, {&quot;id&quot;: &quot;8295&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 0.9230769230769218, &quot;style&quot;: {&quot;color&quot;: &quot;#cde11d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.743333, 4.074778, 9.761667, 4.097333]}, {&quot;id&quot;: &quot;8331&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 2.3333333333333313, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.743433, 4.074878, 9.761766999999999, 4.097433]}, {&quot;id&quot;: &quot;8367&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 0.3939393939393956, &quot;style&quot;: {&quot;color&quot;: &quot;#2a768e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.76601, 4.08663]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.76601, 4.08663]}, {&quot;id&quot;: &quot;8403&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 0.20930232558139517, &quot;style&quot;: {&quot;color&quot;: &quot;#404688&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.76611, 4.08673]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.76611, 4.08673]}, {&quot;id&quot;: &quot;8439&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 0.36363636363636404, &quot;style&quot;: {&quot;color&quot;: &quot;#2d708e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.808667, 4.091389]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.808667, 4.091389]}, {&quot;id&quot;: &quot;8475&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 0.3571428571428566, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6e8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.808767, 4.091489]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.808767, 4.091489]}, {&quot;id&quot;: &quot;8511&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 830.0, &quot;att&quot;: 1.2978723404255315, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.758611, 4.090833]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.758611, 4.090833]}, {&quot;id&quot;: &quot;8547&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 830.0, &quot;att&quot;: 1.3200000000000003, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.758711, 4.090933]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.758711, 4.090933]}, {&quot;id&quot;: &quot;8583&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 555.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73381, 4.08679], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.73381, 4.08679, 9.736042, 4.091278]}, {&quot;id&quot;: &quot;8619&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 555.0, &quot;att&quot;: -0.0799999999999983, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73391, 4.0868899999999995], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.73391, 4.0868899999999995, 9.736142, 4.091378]}, {&quot;id&quot;: &quot;8655&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 2.75, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.744, 4.104861]]}, &quot;bbox&quot;: [9.744, 4.074778, 9.761667, 4.104861]}, {&quot;id&quot;: &quot;8691&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 0.5714285714285714, &quot;style&quot;: {&quot;color&quot;: &quot;#1fa187&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.7441, 4.104960999999999]]}, &quot;bbox&quot;: [9.7441, 4.074878, 9.761766999999999, 4.104960999999999]}, {&quot;id&quot;: &quot;8727&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 889.0, &quot;att&quot;: 0.49999999999999745, &quot;style&quot;: {&quot;color&quot;: &quot;#21908d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76601, 4.08663], [9.764367, 4.0945]]}, &quot;bbox&quot;: [9.764367, 4.08663, 9.76601, 4.0945]}, {&quot;id&quot;: &quot;8763&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 889.0, &quot;att&quot;: 0.47058823529411714, &quot;style&quot;: {&quot;color&quot;: &quot;#23898e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76611, 4.08673], [9.764467, 4.0946]]}, &quot;bbox&quot;: [9.764467, 4.08673, 9.76611, 4.0946]}, {&quot;id&quot;: &quot;8799&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 736.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729444, 4.091944], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.729444, 4.091278, 9.736042, 4.091944]}, {&quot;id&quot;: &quot;8835&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 736.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729544, 4.092044], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.729544, 4.091378, 9.736142, 4.092044]}, {&quot;id&quot;: &quot;8871&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 419.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74168, 4.09393], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.74168, 4.09393, 9.743333, 4.097333]}, {&quot;id&quot;: &quot;8907&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 419.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:05:00&quot;, &quot;2019-07-17T21:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74178, 4.09403], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.74178, 4.09403, 9.743433, 4.097433]}, {&quot;id&quot;: &quot;13&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 0.1481481481481501, &quot;style&quot;: {&quot;color&quot;: &quot;#46337f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.791866, 3.97665]]}, &quot;bbox&quot;: [9.787167, 3.97665, 9.791866, 3.992722]}, {&quot;id&quot;: &quot;49&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.791966, 3.97675]]}, &quot;bbox&quot;: [9.787267, 3.97675, 9.791966, 3.9928220000000003]}, {&quot;id&quot;: &quot;85&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.14473684210526344, &quot;style&quot;: {&quot;color&quot;: &quot;#46337f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.81613, 3.97866]]}, &quot;bbox&quot;: [9.787167, 3.97866, 9.81613, 3.992722]}, {&quot;id&quot;: &quot;121&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.02550091074681236, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.81623, 3.9787600000000003]]}, &quot;bbox&quot;: [9.787267, 3.9787600000000003, 9.81623, 3.9928220000000003]}, {&quot;id&quot;: &quot;157&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 556.0, &quot;att&quot;: 3.6562500000000036, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763806, 3.997361], [9.75885, 3.99663]]}, &quot;bbox&quot;: [9.75885, 3.99663, 9.763806, 3.997361]}, {&quot;id&quot;: &quot;193&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 556.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763906, 3.9974610000000004], [9.75895, 3.9967300000000003]]}, &quot;bbox&quot;: [9.75895, 3.9967300000000003, 9.763906, 3.9974610000000004]}, {&quot;id&quot;: &quot;229&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 402.0, &quot;att&quot;: 1.5294117647058836, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745083, 4.002553], [9.748639, 4.003231]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.748639, 4.003231]}, {&quot;id&quot;: &quot;265&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 402.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745182999999999, 4.002653], [9.748739, 4.003331]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.748739, 4.003331]}, {&quot;id&quot;: &quot;301&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 774.0, &quot;att&quot;: 3.0000000000000018, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76732, 4.003512], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.76732, 4.003512, 9.767719, 4.0105]}, {&quot;id&quot;: &quot;337&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 774.0, &quot;att&quot;: 3.4857142857142844, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76742, 4.0036119999999995], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.76742, 4.0036119999999995, 9.767819, 4.0106]}, {&quot;id&quot;: &quot;373&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 1.4848484848484835, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799472, 4.004194], [9.778111, 4.012278]]}, &quot;bbox&quot;: [9.778111, 4.004194, 9.799472, 4.012278]}, {&quot;id&quot;: &quot;409&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 1.8518518518518499, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799572, 4.004294], [9.778211, 4.012378]]}, &quot;bbox&quot;: [9.778211, 4.004294, 9.799572, 4.012378]}, {&quot;id&quot;: &quot;445&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 3.166666666666668, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.705944, 4.01775], [9.701194, 4.008306]]}, &quot;bbox&quot;: [9.701194, 4.008306, 9.705944, 4.01775]}, {&quot;id&quot;: &quot;481&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 0.262214983713355, &quot;style&quot;: {&quot;color&quot;: &quot;#39558c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706044, 4.01785], [9.701293999999999, 4.008406]]}, &quot;bbox&quot;: [9.701293999999999, 4.008406, 9.706044, 4.01785]}, {&quot;id&quot;: &quot;517&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 2.8205128205128265, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.763806, 3.997361]]}, &quot;bbox&quot;: [9.763806, 3.997361, 9.767833, 4.029]}, {&quot;id&quot;: &quot;553&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 5.459459459459465, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.763906, 3.9974610000000004]]}, &quot;bbox&quot;: [9.763906, 3.9974610000000004, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;589&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 2.5844155844155843, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741417, 4.009639], [9.723611, 4.020194]]}, &quot;bbox&quot;: [9.723611, 4.009639, 9.741417, 4.020194]}, {&quot;id&quot;: &quot;625&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 2.3717948717948714, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741517, 4.009739], [9.723711, 4.020294]]}, &quot;bbox&quot;: [9.723711, 4.009739, 9.741517, 4.020294]}, {&quot;id&quot;: &quot;661&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 2.7450980392156894, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.745083, 4.002553]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.767833, 4.029]}, {&quot;id&quot;: &quot;697&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 2.053333333333334, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.745182999999999, 4.002653]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;733&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 466.0, &quot;att&quot;: 3.780000000000001, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73456, 4.01734]]}, &quot;bbox&quot;: [9.73456, 4.015972, 9.738528, 4.01734]}, {&quot;id&quot;: &quot;769&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 466.0, &quot;att&quot;: 3.6379310344827576, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73466, 4.01744]]}, &quot;bbox&quot;: [9.73466, 4.016071999999999, 9.738628, 4.01744]}, {&quot;id&quot;: &quot;805&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8335.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 2.1600000000000024, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.762056, 4.004472]]}, &quot;bbox&quot;: [9.762056, 4.004472, 9.767833, 4.029]}, {&quot;id&quot;: &quot;841&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8454.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 2.1428571428571486, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.762156, 4.004572]]}, &quot;bbox&quot;: [9.762156, 4.004572, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;877&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 3.4666666666666672, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.768083, 4.017917]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.768083, 4.017917]}, {&quot;id&quot;: &quot;913&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 4.021276595744684, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.768183, 4.0180169999999995]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.768183, 4.0180169999999995]}, {&quot;id&quot;: &quot;949&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 2.235294117647058, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727083, 4.023444], [9.72629, 4.01048]]}, &quot;bbox&quot;: [9.72629, 4.01048, 9.727083, 4.023444]}, {&quot;id&quot;: &quot;985&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 3.270270270270268, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727183, 4.023543999999999], [9.72639, 4.01058]]}, &quot;bbox&quot;: [9.72639, 4.01058, 9.727183, 4.023543999999999]}, {&quot;id&quot;: &quot;1021&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 2.142857142857143, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.757556, 4.0195]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.757556, 4.0195]}, {&quot;id&quot;: &quot;1057&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 2.9268292682926838, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.757655999999999, 4.0196]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.757655999999999, 4.0196]}, {&quot;id&quot;: &quot;1093&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 0.6363636363636364, &quot;style&quot;: {&quot;color&quot;: &quot;#2ab07f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.756817, 4.008442]]}, &quot;bbox&quot;: [9.756817, 4.008442, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1129&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 1.6344086021505384, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.756917, 4.008541999999999]]}, &quot;bbox&quot;: [9.756917, 4.008541999999999, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1165&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.14518760195758562, &quot;style&quot;: {&quot;color&quot;: &quot;#46337f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744694, 4.014417], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.744694, 4.014417, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1201&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.5561224489795917, &quot;style&quot;: {&quot;color&quot;: &quot;#1f9e89&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744794, 4.014517], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.744794, 4.014517, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1237&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 3.7647058823529496, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.767719, 4.0105, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1273&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 2.933333333333337, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.767819, 4.0106, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1309&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 1.8939393939393951, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.780278, 4.023889]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.780278, 4.023889]}, {&quot;id&quot;: &quot;1345&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 3.9206349206349183, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.780377999999999, 4.023988999999999]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.780377999999999, 4.023988999999999]}, {&quot;id&quot;: &quot;1381&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 5.9210526315789425, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.721083, 4.0115]]}, &quot;bbox&quot;: [9.696744, 4.0115, 9.721083, 4.029381]}, {&quot;id&quot;: &quot;1417&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 4.857142857142858, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.721183, 4.0116]]}, &quot;bbox&quot;: [9.696844, 4.0116, 9.721183, 4.029481]}, {&quot;id&quot;: &quot;1453&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 654.0, &quot;att&quot;: 1.3166666666666664, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743889, 4.0194], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.743889, 4.0194, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1489&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 654.0, &quot;att&quot;: 2.8275862068965543, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743989, 4.0195], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.743989, 4.0195, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1525&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024043N-9.680260E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2266.0, &quot;att&quot;: 1.9111111111111145, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.67025, 4.022056], [9.69027, 4.02603]]}, &quot;bbox&quot;: [9.67025, 4.022056, 9.69027, 4.02603]}, {&quot;id&quot;: &quot;1561&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 3.758620689655174, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.72802, 4.03279]]}, &quot;bbox&quot;: [9.72802, 4.015972, 9.738528, 4.03279]}, {&quot;id&quot;: &quot;1597&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 5.999999999999996, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.72812, 4.03289]]}, &quot;bbox&quot;: [9.72812, 4.016071999999999, 9.738628, 4.03289]}, {&quot;id&quot;: &quot;1633&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 2.754716981132075, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.69921, 4.02012]]}, &quot;bbox&quot;: [9.696744, 4.02012, 9.69921, 4.029381]}, {&quot;id&quot;: &quot;1669&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 1.0139860139860133, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.69931, 4.02022]]}, &quot;bbox&quot;: [9.696844, 4.02022, 9.69931, 4.029481]}, {&quot;id&quot;: &quot;1705&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18737.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 5.060606060606053, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.77399, 4.02125]]}, &quot;bbox&quot;: [9.767833, 4.02125, 9.77399, 4.029]}, {&quot;id&quot;: &quot;1741&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17727.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 4.5161290322580605, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.77409, 4.02135]]}, &quot;bbox&quot;: [9.767933, 4.02135, 9.77409, 4.0291]}, {&quot;id&quot;: &quot;1777&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14431.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 874.0, &quot;att&quot;: 3.137931034482753, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737194, 4.022139], [9.741992, 4.0284]]}, &quot;bbox&quot;: [9.737194, 4.022139, 9.741992, 4.0284]}, {&quot;id&quot;: &quot;1813&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14921.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 874.0, &quot;att&quot;: 3.2000000000000006, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737294, 4.022239], [9.742092, 4.0285]]}, &quot;bbox&quot;: [9.737294, 4.022239, 9.742092, 4.0285]}, {&quot;id&quot;: &quot;1849&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 2.6285714285714294, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73325, 4.035278]]}, &quot;bbox&quot;: [9.73325, 4.015972, 9.738528, 4.035278]}, {&quot;id&quot;: &quot;1885&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 3.520000000000002, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73335, 4.035378]]}, &quot;bbox&quot;: [9.73335, 4.016071999999999, 9.738628, 4.035378]}, {&quot;id&quot;: &quot;1921&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 2.6666666666666687, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.70976, 4.02238]]}, &quot;bbox&quot;: [9.696744, 4.02238, 9.70976, 4.029381]}, {&quot;id&quot;: &quot;1957&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 2.634615384615388, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.709859999999999, 4.02248]]}, &quot;bbox&quot;: [9.696844, 4.02248, 9.709859999999999, 4.029481]}, {&quot;id&quot;: &quot;1993&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 755.0, &quot;att&quot;: 2.939393939393934, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.694556, 4.022917]]}, &quot;bbox&quot;: [9.694556, 4.022917, 9.696744, 4.029381]}, {&quot;id&quot;: &quot;2029&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 755.0, &quot;att&quot;: 2.3749999999999982, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.694656, 4.023016999999999]]}, &quot;bbox&quot;: [9.694656, 4.023016999999999, 9.696844, 4.029481]}, {&quot;id&quot;: &quot;2065&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 5.5161290322580605, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.72684, 4.01658]]}, &quot;bbox&quot;: [9.72684, 4.01658, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2101&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 4.604651162790694, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.726939999999999, 4.01668]]}, &quot;bbox&quot;: [9.726939999999999, 4.01668, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2137&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 364.0, &quot;att&quot;: 2.142857142857145, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.705139, 4.028333]]}, &quot;bbox&quot;: [9.701944, 4.028333, 9.705139, 4.029083]}, {&quot;id&quot;: &quot;2173&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 364.0, &quot;att&quot;: 1.882352941176469, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.705239, 4.028433]]}, &quot;bbox&quot;: [9.702043999999999, 4.028433, 9.705239, 4.029183]}, {&quot;id&quot;: &quot;2209&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 3.0930232558139514, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.686417, 4.029444]]}, &quot;bbox&quot;: [9.686417, 4.029381, 9.696744, 4.029444]}, {&quot;id&quot;: &quot;2245&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 3.0243902439024413, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.686517, 4.029544]]}, &quot;bbox&quot;: [9.686517, 4.029481, 9.696844, 4.029544]}, {&quot;id&quot;: &quot;2281&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 868.0, &quot;att&quot;: 4.124999999999999, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.709194, 4.032028]]}, &quot;bbox&quot;: [9.701944, 4.029083, 9.709194, 4.032028]}, {&quot;id&quot;: &quot;2317&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 868.0, &quot;att&quot;: 4.347826086956527, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.709294, 4.032128]]}, &quot;bbox&quot;: [9.702043999999999, 4.029183, 9.709294, 4.032128]}, {&quot;id&quot;: &quot;2353&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 666.0, &quot;att&quot;: 2.099999999999999, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.691575, 4.032433]]}, &quot;bbox&quot;: [9.691575, 4.029381, 9.696744, 4.032433]}, {&quot;id&quot;: &quot;2389&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 666.0, &quot;att&quot;: 2.2962962962962985, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.691675, 4.032533]]}, &quot;bbox&quot;: [9.691675, 4.029481, 9.696844, 4.032533]}, {&quot;id&quot;: &quot;2425&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 536.0, &quot;att&quot;: 3.136363636363632, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699417, 4.033417]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699417, 4.033417]}, {&quot;id&quot;: &quot;2461&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 536.0, &quot;att&quot;: 2.633333333333333, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699517, 4.033517]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699517, 4.033517]}, {&quot;id&quot;: &quot;2497&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 4.270270270270268, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.727083, 4.023444]]}, &quot;bbox&quot;: [9.727083, 4.023444, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2533&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 3.1730769230769256, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.727183, 4.023543999999999]]}, &quot;bbox&quot;: [9.727183, 4.023543999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2569&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 2.390243902439027, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71564, 4.032], [9.71203, 4.03312]]}, &quot;bbox&quot;: [9.71203, 4.032, 9.71564, 4.03312]}, {&quot;id&quot;: &quot;2605&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 1.872340425531916, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71574, 4.0321], [9.71213, 4.03322]]}, &quot;bbox&quot;: [9.71213, 4.0321, 9.71574, 4.03322]}, {&quot;id&quot;: &quot;2641&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 3.435897435897432, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.755167, 4.037361]]}, &quot;bbox&quot;: [9.755167, 4.029, 9.767833, 4.037361]}, {&quot;id&quot;: &quot;2677&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 3.729729729729735, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.755267, 4.0374609999999995]]}, &quot;bbox&quot;: [9.755267, 4.0291, 9.767933, 4.0374609999999995]}, {&quot;id&quot;: &quot;2713&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 323.0, &quot;att&quot;: 2.6999999999999993, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691575, 4.032433], [9.691889, 4.035333]]}, &quot;bbox&quot;: [9.691575, 4.032433, 9.691889, 4.035333]}, {&quot;id&quot;: &quot;2749&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 323.0, &quot;att&quot;: 2.882352941176465, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691675, 4.032533], [9.691989, 4.035432999999999]]}, &quot;bbox&quot;: [9.691675, 4.032533, 9.691989, 4.035432999999999]}, {&quot;id&quot;: &quot;2785&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 516.0, &quot;att&quot;: 3.0937500000000036, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774333, 4.033028], [9.77026, 4.03527]]}, &quot;bbox&quot;: [9.77026, 4.033028, 9.774333, 4.03527]}, {&quot;id&quot;: &quot;2821&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 516.0, &quot;att&quot;: 2.781249999999997, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774433, 4.033128], [9.77036, 4.0353699999999995]]}, &quot;bbox&quot;: [9.77036, 4.033128, 9.774433, 4.0353699999999995]}, {&quot;id&quot;: &quot;2857&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 2.7799999999999985, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.725667, 4.028583]]}, &quot;bbox&quot;: [9.725667, 4.028583, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2893&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 3.196078431372552, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.725767, 4.028683]]}, &quot;bbox&quot;: [9.725767, 4.028683, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2929&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 4.400000000000001, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699006, 4.040886]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699006, 4.040886]}, {&quot;id&quot;: &quot;2965&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 3.9166666666666714, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699106, 4.040986]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699106, 4.040986]}, {&quot;id&quot;: &quot;3001&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17810.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 610.0, &quot;att&quot;: 3.5238095238095326, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683883, 4.033886], [9.688056, 4.037472]]}, &quot;bbox&quot;: [9.683883, 4.033886, 9.688056, 4.037472]}, {&quot;id&quot;: &quot;3037&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18820.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 610.0, &quot;att&quot;: 3.148148148148145, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683983, 4.033986], [9.688156, 4.037572]]}, &quot;bbox&quot;: [9.683983, 4.033986, 9.688156, 4.037572]}, {&quot;id&quot;: &quot;3073&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 2.686274509803925, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.766222, 4.046556]]}, &quot;bbox&quot;: [9.766222, 4.029, 9.767833, 4.046556]}, {&quot;id&quot;: &quot;3109&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 2.7058823529411766, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.766322, 4.046656]]}, &quot;bbox&quot;: [9.766322, 4.0291, 9.767933, 4.046656]}, {&quot;id&quot;: &quot;3145&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 433.0, &quot;att&quot;: 3.846153846153844, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706106, 4.040083], [9.703794, 4.036926]]}, &quot;bbox&quot;: [9.703794, 4.036926, 9.706106, 4.040083]}, {&quot;id&quot;: &quot;3181&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 433.0, &quot;att&quot;: 3.7857142857142874, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706206, 4.040183], [9.703894, 4.037026]]}, &quot;bbox&quot;: [9.703894, 4.037026, 9.706206, 4.040183]}, {&quot;id&quot;: &quot;3217&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 4.95348837209302, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.711917, 4.037722]]}, &quot;bbox&quot;: [9.711917, 4.037722, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;3253&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 4.76086956521739, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.712017, 4.037821999999999]]}, &quot;bbox&quot;: [9.712017, 4.037821999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;3289&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 928.0, &quot;att&quot;: 2.3275862068965516, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.741011, 4.038342]]}, &quot;bbox&quot;: [9.733028, 4.038342, 9.741011, 4.040819]}, {&quot;id&quot;: &quot;3325&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 928.0, &quot;att&quot;: 2.5094339622641533, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.741111, 4.038442]]}, &quot;bbox&quot;: [9.733127999999999, 4.038442, 9.741111, 4.040919]}, {&quot;id&quot;: &quot;3361&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 441.0, &quot;att&quot;: 3.571428571428566, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.70265, 4.03931]]}, &quot;bbox&quot;: [9.699006, 4.03931, 9.70265, 4.040886]}, {&quot;id&quot;: &quot;3397&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 441.0, &quot;att&quot;: 3.178571428571423, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.70275, 4.03941]]}, &quot;bbox&quot;: [9.699106, 4.03941, 9.70275, 4.040986]}, {&quot;id&quot;: &quot;3433&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 697.0, &quot;att&quot;: 2.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774, 4.042306], [9.7795, 4.039278]]}, &quot;bbox&quot;: [9.774, 4.039278, 9.7795, 4.042306]}, {&quot;id&quot;: &quot;3469&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 697.0, &quot;att&quot;: 1.5346534653465356, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774099999999999, 4.042406], [9.7796, 4.039378]]}, &quot;bbox&quot;: [9.774099999999999, 4.039378, 9.7796, 4.042406]}, {&quot;id&quot;: &quot;3506&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041057N-9.688122E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 387.0, &quot;att&quot;: 1.9583333333333328, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.689827, 4.040697]]}, &quot;bbox&quot;: [9.686417, 4.040697, 9.689827, 4.041417]}, {&quot;id&quot;: &quot;3542&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 975.0, &quot;att&quot;: 0.8300000000000004, &quot;style&quot;: {&quot;color&quot;: &quot;#8ed645&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762056, 4.03875], [9.754583, 4.043386]]}, &quot;bbox&quot;: [9.754583, 4.03875, 9.762056, 4.043386]}, {&quot;id&quot;: &quot;3578&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 975.0, &quot;att&quot;: 1.9069767441860468, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762156, 4.03885], [9.754683, 4.043486]]}, &quot;bbox&quot;: [9.754683, 4.03885, 9.762156, 4.043486]}, {&quot;id&quot;: &quot;3614&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 524.0, &quot;att&quot;: 3.1290322580645156, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.728389, 4.041694]]}, &quot;bbox&quot;: [9.728389, 4.040819, 9.733028, 4.041694]}, {&quot;id&quot;: &quot;3650&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.20273348519362183, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.728489, 4.041793999999999]]}, &quot;bbox&quot;: [9.728489, 4.040919, 9.733127999999999, 4.041793999999999]}, {&quot;id&quot;: &quot;3686&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 2.913793103448275, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.779361, 4.053694]]}, &quot;bbox&quot;: [9.767833, 4.029, 9.779361, 4.053694]}, {&quot;id&quot;: &quot;3722&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 2.866666666666666, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.779461, 4.053794]]}, &quot;bbox&quot;: [9.767933, 4.0291, 9.779461, 4.053794]}, {&quot;id&quot;: &quot;3758&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 3.9772727272727284, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.747639, 4.043778]]}, &quot;bbox&quot;: [9.733028, 4.040819, 9.747639, 4.043778]}, {&quot;id&quot;: &quot;3794&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 3.000000000000002, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.747739, 4.043877999999999]]}, &quot;bbox&quot;: [9.733127999999999, 4.040919, 9.747739, 4.043877999999999]}, {&quot;id&quot;: &quot;3830&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 6.680851063829785, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702978, 4.056559], [9.73025, 4.028444]]}, &quot;bbox&quot;: [9.702978, 4.028444, 9.73025, 4.056559]}, {&quot;id&quot;: &quot;3866&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 4.56818181818182, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703078, 4.056659], [9.73035, 4.028544]]}, &quot;bbox&quot;: [9.703078, 4.028544, 9.73035, 4.056659]}, {&quot;id&quot;: &quot;3902&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 2.4736842105263097, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.69725, 4.04425]]}, &quot;bbox&quot;: [9.69725, 4.040886, 9.699006, 4.04425]}, {&quot;id&quot;: &quot;3938&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 2.499999999999997, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.69735, 4.04435]]}, &quot;bbox&quot;: [9.69735, 4.040986, 9.699106, 4.04435]}, {&quot;id&quot;: &quot;3974&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 431.0, &quot;att&quot;: 3.1081081081081057, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704083, 4.04244], [9.707889, 4.043194]]}, &quot;bbox&quot;: [9.704083, 4.04244, 9.707889, 4.043194]}, {&quot;id&quot;: &quot;4010&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 431.0, &quot;att&quot;: 3.4999999999999973, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704183, 4.04254], [9.707989, 4.0432939999999995]]}, &quot;bbox&quot;: [9.704183, 4.04254, 9.707989, 4.0432939999999995]}, {&quot;id&quot;: &quot;4048&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043833N-9.687306E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 570.0, &quot;att&quot;: 1.1000000000000014, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.688194, 4.04625]]}, &quot;bbox&quot;: [9.686417, 4.041417, 9.688194, 4.04625]}, {&quot;id&quot;: &quot;4084&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 810.0, &quot;att&quot;: 4.307692307692307, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707889, 4.043194], [9.700739, 4.044661]]}, &quot;bbox&quot;: [9.700739, 4.043194, 9.707889, 4.044661]}, {&quot;id&quot;: &quot;4120&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 810.0, &quot;att&quot;: 4.280000000000001, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707989, 4.0432939999999995], [9.700839, 4.044760999999999]]}, &quot;bbox&quot;: [9.700839, 4.0432939999999995, 9.707989, 4.044760999999999]}, {&quot;id&quot;: &quot;4156&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 706.0, &quot;att&quot;: 3.2708333333333357, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728389, 4.041694], [9.72575, 4.0475]]}, &quot;bbox&quot;: [9.72575, 4.041694, 9.728389, 4.0475]}, {&quot;id&quot;: &quot;4192&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 706.0, &quot;att&quot;: 3.4772727272727293, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728489, 4.041793999999999], [9.72585, 4.0476]]}, &quot;bbox&quot;: [9.72585, 4.041793999999999, 9.728489, 4.0476]}, {&quot;id&quot;: &quot;4228&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 4.666666666666667, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.699006, 4.040886, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4264&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 7.639999999999998, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.699106, 4.040986, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4300&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14487.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 611.0, &quot;att&quot;: 2.6206896551724093, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71598, 4.04642], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.71598, 4.04642, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4336&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14977.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 611.0, &quot;att&quot;: 3.111111111111107, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71608, 4.04652], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.71608, 4.04652, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4372&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048013N-9.705195E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 822.0, &quot;att&quot;: 1.49090909090909, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703528, 4.044694], [9.706861, 4.051333]]}, &quot;bbox&quot;: [9.703528, 4.044694, 9.706861, 4.051333]}, {&quot;id&quot;: &quot;4408&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 317.0, &quot;att&quot;: 0.6807511737089204, &quot;style&quot;: {&quot;color&quot;: &quot;#3bbb75&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698333, 4.049556], [9.698917, 4.04675]]}, &quot;bbox&quot;: [9.698333, 4.04675, 9.698917, 4.049556]}, {&quot;id&quot;: &quot;4444&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 317.0, &quot;att&quot;: 1.7916666666666665, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698433, 4.049656], [9.699017, 4.04685]]}, &quot;bbox&quot;: [9.698433, 4.04685, 9.699017, 4.049656]}, {&quot;id&quot;: &quot;4480&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 564.0, &quot;att&quot;: 2.3333333333333286, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706861, 4.051333], [9.708472, 4.0465]]}, &quot;bbox&quot;: [9.706861, 4.0465, 9.708472, 4.051333]}, {&quot;id&quot;: &quot;4516&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 564.0, &quot;att&quot;: 2.4782608695652186, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706961, 4.051432999999999], [9.708572, 4.0466]]}, &quot;bbox&quot;: [9.706961, 4.0466, 9.708572, 4.051432999999999]}, {&quot;id&quot;: &quot;4552&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 596.0, &quot;att&quot;: 2.9032258064516183, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.771911, 4.050192], [9.777253, 4.049658]]}, &quot;bbox&quot;: [9.771911, 4.049658, 9.777253, 4.050192]}, {&quot;id&quot;: &quot;4588&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 596.0, &quot;att&quot;: 2.6874999999999982, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.772011, 4.050292], [9.777353, 4.049758]]}, &quot;bbox&quot;: [9.772011, 4.049758, 9.777353, 4.050292]}, {&quot;id&quot;: &quot;4624&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050150N-9.740475E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 454.0, &quot;att&quot;: 1.9032258064516117, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741306, 4.052028], [9.739644, 4.048272]]}, &quot;bbox&quot;: [9.739644, 4.048272, 9.741306, 4.052028]}, {&quot;id&quot;: &quot;4660&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 522.0, &quot;att&quot;: 1.4807692307692306, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702389, 4.052444], [9.704556, 4.04825]]}, &quot;bbox&quot;: [9.702389, 4.04825, 9.704556, 4.052444]}, {&quot;id&quot;: &quot;4696&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 522.0, &quot;att&quot;: 1.3200000000000003, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702489, 4.052544], [9.704656, 4.04835]]}, &quot;bbox&quot;: [9.702489, 4.04835, 9.704656, 4.052544]}, {&quot;id&quot;: &quot;4732&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 956.0, &quot;att&quot;: 0.9583333333333341, &quot;style&quot;: {&quot;color&quot;: &quot;#e5e419&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.756833, 4.047389]]}, &quot;bbox&quot;: [9.750917, 4.047389, 9.756833, 4.053667]}, {&quot;id&quot;: &quot;4768&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 956.0, &quot;att&quot;: 4.640000000000001, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.756933, 4.047489]]}, &quot;bbox&quot;: [9.751017, 4.047489, 9.756933, 4.053767]}, {&quot;id&quot;: &quot;4804&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 1.8857142857142861, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779361, 4.053694], [9.797806, 4.050472]]}, &quot;bbox&quot;: [9.779361, 4.050472, 9.797806, 4.053694]}, {&quot;id&quot;: &quot;4840&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 2.047619047619046, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779461, 4.053794], [9.797906, 4.050572]]}, &quot;bbox&quot;: [9.779461, 4.050572, 9.797906, 4.053794]}, {&quot;id&quot;: &quot;4876&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8363.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 2.541666666666658, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.775889, 4.05525]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.775889, 4.05525]}, {&quot;id&quot;: &quot;4912&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8482.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 2.5599999999999965, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.775989, 4.05535]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.775989, 4.05535]}, {&quot;id&quot;: &quot;4948&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.3009708737864079, &quot;style&quot;: {&quot;color&quot;: &quot;#34608d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.754444, 4.058167]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.754444, 4.058167]}, {&quot;id&quot;: &quot;4984&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.08009153318077804, &quot;style&quot;: {&quot;color&quot;: &quot;#481d6f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.754544, 4.058267]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.754544, 4.058267]}, {&quot;id&quot;: &quot;5020&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 546.0, &quot;att&quot;: 1.9090909090909094, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.767556, 4.053639]]}, &quot;bbox&quot;: [9.767556, 4.053639, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5056&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 546.0, &quot;att&quot;: 2.1470588235294095, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.767656, 4.053739]]}, &quot;bbox&quot;: [9.767656, 4.053739, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5092&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 879.0, &quot;att&quot;: 2.2307692307692286, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738694, 4.058056], [9.745611, 4.054186]]}, &quot;bbox&quot;: [9.738694, 4.054186, 9.745611, 4.058056]}, {&quot;id&quot;: &quot;5128&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 879.0, &quot;att&quot;: 1.9333333333333358, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738794, 4.058155999999999], [9.745711, 4.054285999999999]]}, &quot;bbox&quot;: [9.738794, 4.054285999999999, 9.745711, 4.058155999999999]}, {&quot;id&quot;: &quot;5164&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 2.564102564102565, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.743528, 4.059611]]}, &quot;bbox&quot;: [9.743528, 4.053667, 9.750917, 4.059611]}, {&quot;id&quot;: &quot;5200&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 3.812499999999995, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.743628, 4.059711]]}, &quot;bbox&quot;: [9.743628, 4.053767, 9.751017, 4.059711]}, {&quot;id&quot;: &quot;5236&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 4.0645161290322545, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726194, 4.060028], [9.750917, 4.053667]]}, &quot;bbox&quot;: [9.726194, 4.053667, 9.750917, 4.060028]}, {&quot;id&quot;: &quot;5272&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 3.714285714285716, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726294, 4.060128], [9.751017, 4.053767]]}, &quot;bbox&quot;: [9.726294, 4.053767, 9.751017, 4.060128]}, {&quot;id&quot;: &quot;5308&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 3.4999999999999982, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726393999999999, 4.060228], [9.751116999999999, 4.053867]]}, &quot;bbox&quot;: [9.726393999999999, 4.053867, 9.751116999999999, 4.060228]}, {&quot;id&quot;: &quot;5344&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 4.166666666666663, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726493999999999, 4.060328], [9.751216999999999, 4.053967]]}, &quot;bbox&quot;: [9.726493999999999, 4.053967, 9.751216999999999, 4.060328]}, {&quot;id&quot;: &quot;5380&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_0&quot;, &quot;frequency&quot;: 12793.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 4.964285714285716, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726594, 4.060428], [9.751317, 4.054067]]}, &quot;bbox&quot;: [9.726594, 4.054067, 9.751317, 4.060428]}, {&quot;id&quot;: &quot;5416&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_1&quot;, &quot;frequency&quot;: 13059.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 3.9999999999999942, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726694, 4.060528], [9.751417, 4.054167]]}, &quot;bbox&quot;: [9.726694, 4.054167, 9.751417, 4.060528]}, {&quot;id&quot;: &quot;5452&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 3.805555555555555, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.734028, 4.06025]]}, &quot;bbox&quot;: [9.734028, 4.053667, 9.750917, 4.06025]}, {&quot;id&quot;: &quot;5488&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 3.000000000000003, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.734128, 4.06035]]}, &quot;bbox&quot;: [9.734128, 4.053767, 9.751017, 4.06035]}, {&quot;id&quot;: &quot;5524&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 630.0, &quot;att&quot;: 2.7567567567567552, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.763167, 4.056417]]}, &quot;bbox&quot;: [9.763167, 4.056417, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5560&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 630.0, &quot;att&quot;: 2.217391304347826, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.763266999999999, 4.0565169999999995]]}, &quot;bbox&quot;: [9.763266999999999, 4.0565169999999995, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5596&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 2.5161290322580663, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.786861, 4.062806]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.786861, 4.062806]}, {&quot;id&quot;: &quot;5632&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 3.857142857142857, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.786961, 4.062906]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.786961, 4.062906]}, {&quot;id&quot;: &quot;5668&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 1.7391304347826002, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.720853, 4.053242]]}, &quot;bbox&quot;: [9.714664, 4.053242, 9.720853, 4.06425]}, {&quot;id&quot;: &quot;5704&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 1.8333333333333346, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.720953, 4.053342]]}, &quot;bbox&quot;: [9.714764, 4.053342, 9.720953, 4.06435]}, {&quot;id&quot;: &quot;5740&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 1.9433962264150948, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.75311, 4.064069]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.75311, 4.064069]}, {&quot;id&quot;: &quot;5776&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 1.4912280701754397, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.75321, 4.064169]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.75321, 4.064169]}, {&quot;id&quot;: &quot;5812&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 2.7916666666666665, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.767778, 4.064361]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.767778, 4.064361]}, {&quot;id&quot;: &quot;5848&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 3.5483870967741917, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.767878, 4.064461]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.767878, 4.064461]}, {&quot;id&quot;: &quot;5884&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 796.0, &quot;att&quot;: 1.2083333333333335, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708444, 4.060333], [9.715412, 4.058638]]}, &quot;bbox&quot;: [9.708444, 4.058638, 9.715412, 4.060333]}, {&quot;id&quot;: &quot;5920&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 796.0, &quot;att&quot;: 1.2608695652173891, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708544, 4.060433], [9.715512, 4.058738]]}, &quot;bbox&quot;: [9.708544, 4.058738, 9.715512, 4.060433]}, {&quot;id&quot;: &quot;5956&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 3.4814814814814774, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.759558, 4.066322]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.759558, 4.066322]}, {&quot;id&quot;: &quot;5992&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 3.653846153846152, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.759658, 4.066422]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.759658, 4.066422]}, {&quot;id&quot;: &quot;6028&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 3.46428571428571, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.777639, 4.063131]]}, &quot;bbox&quot;: [9.768444, 4.0585, 9.777639, 4.063131]}, {&quot;id&quot;: &quot;6064&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 3.629629629629637, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.777739, 4.063231]]}, &quot;bbox&quot;: [9.768544, 4.0586, 9.777739, 4.063231]}, {&quot;id&quot;: &quot;6100&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 498.0, &quot;att&quot;: 1.2745098039215683, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743528, 4.059611], [9.74569, 4.06356]]}, &quot;bbox&quot;: [9.743528, 4.059611, 9.74569, 4.06356]}, {&quot;id&quot;: &quot;6136&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 498.0, &quot;att&quot;: 2.0740740740740753, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743628, 4.059711], [9.74579, 4.06366]]}, &quot;bbox&quot;: [9.743628, 4.059711, 9.74579, 4.06366]}, {&quot;id&quot;: &quot;6172&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 741.0, &quot;att&quot;: 0.7499999999999992, &quot;style&quot;: {&quot;color&quot;: &quot;#5cc863&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704333, 4.059583], [9.706333, 4.065972]]}, &quot;bbox&quot;: [9.704333, 4.059583, 9.706333, 4.065972]}, {&quot;id&quot;: &quot;6208&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 741.0, &quot;att&quot;: 0.7142857142857139, &quot;style&quot;: {&quot;color&quot;: &quot;#4ac16d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704433, 4.059683], [9.706433, 4.066072]]}, &quot;bbox&quot;: [9.704433, 4.059683, 9.706433, 4.066072]}, {&quot;id&quot;: &quot;6244&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 603.0, &quot;att&quot;: 1.0606060606060614, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.719389, 4.061556]]}, &quot;bbox&quot;: [9.714664, 4.061556, 9.719389, 4.06425]}, {&quot;id&quot;: &quot;6280&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 603.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.719489, 4.061656]]}, &quot;bbox&quot;: [9.714764, 4.061656, 9.719489, 4.06435]}, {&quot;id&quot;: &quot;6316&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 669.0, &quot;att&quot;: 2.9285714285714253, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759558, 4.066322], [9.76425, 4.062528]]}, &quot;bbox&quot;: [9.759558, 4.062528, 9.76425, 4.066322]}, {&quot;id&quot;: &quot;6352&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 669.0, &quot;att&quot;: 3.208333333333327, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759658, 4.066422], [9.76435, 4.062628]]}, &quot;bbox&quot;: [9.759658, 4.062628, 9.76435, 4.066422]}, {&quot;id&quot;: &quot;6388&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 451.0, &quot;att&quot;: 0.7894736842105269, &quot;style&quot;: {&quot;color&quot;: &quot;#75d054&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710083, 4.063917], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.710083, 4.063917, 9.71287, 4.06688]}, {&quot;id&quot;: &quot;6424&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 451.0, &quot;att&quot;: 0.9444444444444438, &quot;style&quot;: {&quot;color&quot;: &quot;#dae319&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710182999999999, 4.064017], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.710182999999999, 4.064017, 9.71297, 4.06698]}, {&quot;id&quot;: &quot;6460&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 924.0, &quot;att&quot;: 1.5714285714285714, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79152, 4.065848], [9.799722, 4.06725]]}, &quot;bbox&quot;: [9.79152, 4.065848, 9.799722, 4.06725]}, {&quot;id&quot;: &quot;6496&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 924.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79162, 4.065948], [9.799821999999999, 4.067349999999999]]}, &quot;bbox&quot;: [9.79162, 4.065948, 9.799821999999999, 4.067349999999999]}, {&quot;id&quot;: &quot;6532&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 1.0416666666666672, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.72547, 4.07139]}, {&quot;id&quot;: &quot;6568&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.8437499999999998, &quot;style&quot;: {&quot;color&quot;: &quot;#95d840&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.72557, 4.07149]}, {&quot;id&quot;: &quot;6604&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 932.0, &quot;att&quot;: 0.6444444444444457, &quot;style&quot;: {&quot;color&quot;: &quot;#2db27d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.722972, 4.065667], [9.729139, 4.071389]]}, &quot;bbox&quot;: [9.722972, 4.065667, 9.729139, 4.071389]}, {&quot;id&quot;: &quot;6640&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 932.0, &quot;att&quot;: 0.7777777777777778, &quot;style&quot;: {&quot;color&quot;: &quot;#6ece58&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.723072, 4.065767], [9.729239, 4.071489]]}, &quot;bbox&quot;: [9.723072, 4.065767, 9.729239, 4.071489]}, {&quot;id&quot;: &quot;6676&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 535.0, &quot;att&quot;: 0.5428571428571425, &quot;style&quot;: {&quot;color&quot;: &quot;#1f9a8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714869, 4.071278], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.71287, 4.06688, 9.714869, 4.071278]}, {&quot;id&quot;: &quot;6712&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 535.0, &quot;att&quot;: 0.48888888888888954, &quot;style&quot;: {&quot;color&quot;: &quot;#218e8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714969, 4.071378], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.71297, 4.06698, 9.714969, 4.071378]}, {&quot;id&quot;: &quot;6748&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 407.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729139, 4.071389], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.72547, 4.071389, 9.729139, 4.07139]}, {&quot;id&quot;: &quot;6784&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 407.0, &quot;att&quot;: 0.8620689655172418, &quot;style&quot;: {&quot;color&quot;: &quot;#a2da37&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729239, 4.071489], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.72557, 4.071489, 9.729239, 4.07149]}, {&quot;id&quot;: &quot;6820&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 731.0, &quot;att&quot;: 0.5300000000000005, &quot;style&quot;: {&quot;color&quot;: &quot;#1f978b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736111, 4.072222], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.736111, 4.072222, 9.742681, 4.072661]}, {&quot;id&quot;: &quot;6856&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 731.0, &quot;att&quot;: 2.3846153846153846, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736210999999999, 4.072322], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.736210999999999, 4.072322, 9.742780999999999, 4.072761]}, {&quot;id&quot;: &quot;6892&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 561.0, &quot;att&quot;: 2.043478260869569, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76925, 4.071639], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.76925, 4.071639, 9.774, 4.073367]}, {&quot;id&quot;: &quot;6928&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 561.0, &quot;att&quot;: 2.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76935, 4.071739], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.76935, 4.071739, 9.774099999999999, 4.073467]}, {&quot;id&quot;: &quot;6964&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 0.4499999999999993, &quot;style&quot;: {&quot;color&quot;: &quot;#25848e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.721058, 4.084075]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.721058, 4.084075]}, {&quot;id&quot;: &quot;7000&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 0.6400000000000006, &quot;style&quot;: {&quot;color&quot;: &quot;#2cb17e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.721157999999999, 4.084175]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.721157999999999, 4.084175]}, {&quot;id&quot;: &quot;7036&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 1.6000000000000014, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.761667, 4.074778]}, {&quot;id&quot;: &quot;7072&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 4.846153846153841, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.761766999999999, 4.074878]}, {&quot;id&quot;: &quot;7108&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 1.6470588235294115, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719639, 4.070306], [9.719417, 4.079889]]}, &quot;bbox&quot;: [9.719417, 4.070306, 9.719639, 4.079889]}, {&quot;id&quot;: &quot;7144&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 1.2400000000000007, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719739, 4.070406], [9.719517, 4.079988999999999]]}, &quot;bbox&quot;: [9.719517, 4.070406, 9.719739, 4.079988999999999]}, {&quot;id&quot;: &quot;7180&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 2.2000000000000006, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.781778, 4.069972]]}, &quot;bbox&quot;: [9.781778, 4.069972, 9.786083, 4.0817]}, {&quot;id&quot;: &quot;7216&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 1.583333333333333, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.781877999999999, 4.070072]]}, &quot;bbox&quot;: [9.781877999999999, 4.070072, 9.786183, 4.081799999999999]}, {&quot;id&quot;: &quot;7252&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 700.0, &quot;att&quot;: 2.04761904761905, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.75645, 4.07833]]}, &quot;bbox&quot;: [9.75645, 4.074778, 9.761667, 4.07833]}, {&quot;id&quot;: &quot;7288&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.15070643642072215, &quot;style&quot;: {&quot;color&quot;: &quot;#463480&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.756549999999999, 4.07843]]}, &quot;bbox&quot;: [9.756549999999999, 4.074878, 9.761766999999999, 4.07843]}, {&quot;id&quot;: &quot;7324&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 480.0, &quot;att&quot;: 1.272727272727273, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719417, 4.079889], [9.721778, 4.07625]]}, &quot;bbox&quot;: [9.719417, 4.07625, 9.721778, 4.079889]}, {&quot;id&quot;: &quot;7360&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 480.0, &quot;att&quot;: 1.4, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719517, 4.079988999999999], [9.721878, 4.07635]]}, &quot;bbox&quot;: [9.719517, 4.07635, 9.721878, 4.079988999999999]}, {&quot;id&quot;: &quot;7396&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 3.7200000000000015, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756825, 4.081867], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.756825, 4.081867]}, {&quot;id&quot;: &quot;7432&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 3.7307692307692273, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756924999999999, 4.081967], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.756924999999999, 4.081967]}, {&quot;id&quot;: &quot;7468&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 0.8214285714285713, &quot;style&quot;: {&quot;color&quot;: &quot;#89d548&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.801611, 4.076722]]}, &quot;bbox&quot;: [9.786083, 4.076722, 9.801611, 4.0817]}, {&quot;id&quot;: &quot;7504&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 0.7599999999999995, &quot;style&quot;: {&quot;color&quot;: &quot;#63cb5f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.801711, 4.076822]]}, &quot;bbox&quot;: [9.786183, 4.076822, 9.801711, 4.081799999999999]}, {&quot;id&quot;: &quot;7540&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 4.5483870967741895, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.742681, 4.072661, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;7576&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 3.9722222222222276, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.742780999999999, 4.072761, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;7612&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 2.7391304347826053, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.752944, 4.073367, 9.774, 4.085936]}, {&quot;id&quot;: &quot;7648&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 2.4230769230769234, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.753044, 4.073467, 9.774099999999999, 4.086036]}, {&quot;id&quot;: &quot;7684&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080070N-9.789737E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18848.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 888.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.79339, 4.07844]]}, &quot;bbox&quot;: [9.786083, 4.07844, 9.79339, 4.0817]}, {&quot;id&quot;: &quot;7720&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 2.3124999999999996, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.753278, 4.074861]]}, &quot;bbox&quot;: [9.752944, 4.074861, 9.753278, 4.085936]}, {&quot;id&quot;: &quot;7756&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 2.0454545454545427, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.753378, 4.074961]]}, &quot;bbox&quot;: [9.753044, 4.074961, 9.753378, 4.086036]}, {&quot;id&quot;: &quot;7792&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 968.0, &quot;att&quot;: 2.85714285714286, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765535, 4.081441], [9.756825, 4.081867]]}, &quot;bbox&quot;: [9.756825, 4.081441, 9.765535, 4.081867]}, {&quot;id&quot;: &quot;7828&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 968.0, &quot;att&quot;: 2.3000000000000007, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765635, 4.081541], [9.756924999999999, 4.081967]]}, &quot;bbox&quot;: [9.756924999999999, 4.081541, 9.765635, 4.081967]}, {&quot;id&quot;: &quot;7864&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.7949, 4.08393]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.7949, 4.08393]}, {&quot;id&quot;: &quot;7900&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 1.0869565217391317, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.795, 4.084029999999999]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.795, 4.084029999999999]}, {&quot;id&quot;: &quot;7936&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 895.0, &quot;att&quot;: 1.4186046511627903, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.77848, 4.08438]]}, &quot;bbox&quot;: [9.77848, 4.0817, 9.786083, 4.08438]}, {&quot;id&quot;: &quot;7972&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 895.0, &quot;att&quot;: 1.8888888888888897, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.77858, 4.08448]]}, &quot;bbox&quot;: [9.77858, 4.081799999999999, 9.786183, 4.08448]}, {&quot;id&quot;: &quot;8008&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 7.181818181818171, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.751769, 4.093194]]}, &quot;bbox&quot;: [9.751769, 4.074778, 9.761667, 4.093194]}, {&quot;id&quot;: &quot;8044&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 2.305555555555556, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.751869, 4.093294]]}, &quot;bbox&quot;: [9.751869, 4.074878, 9.761766999999999, 4.093294]}, {&quot;id&quot;: &quot;8080&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 3.1764705882352837, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.728889, 4.083056]]}, &quot;bbox&quot;: [9.728889, 4.083056, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8116&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 3.5555555555555562, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.728989, 4.083156]]}, &quot;bbox&quot;: [9.728989, 4.083156, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8152&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 4.375000000000003, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.738306, 4.083528]]}, &quot;bbox&quot;: [9.738306, 4.083528, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8188&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 3.6153846153846154, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.738406, 4.083628]]}, &quot;bbox&quot;: [9.738406, 4.083628, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8224&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 947.0, &quot;att&quot;: 2.19047619047619, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.783583, 4.089889]]}, &quot;bbox&quot;: [9.783583, 4.0817, 9.786083, 4.089889]}, {&quot;id&quot;: &quot;8260&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 947.0, &quot;att&quot;: 2.3157894736842115, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.783683, 4.089989]]}, &quot;bbox&quot;: [9.783683, 4.081799999999999, 9.786183, 4.089989]}, {&quot;id&quot;: &quot;8296&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 2.076923076923078, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.743333, 4.074778, 9.761667, 4.097333]}, {&quot;id&quot;: &quot;8332&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 0.750000000000003, &quot;style&quot;: {&quot;color&quot;: &quot;#5ec962&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.743433, 4.074878, 9.761766999999999, 4.097433]}, {&quot;id&quot;: &quot;8368&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 2.333333333333336, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.76601, 4.08663]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.76601, 4.08663]}, {&quot;id&quot;: &quot;8404&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 1.9302325581395354, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.76611, 4.08673]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.76611, 4.08673]}, {&quot;id&quot;: &quot;8440&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 0.5757575757575746, &quot;style&quot;: {&quot;color&quot;: &quot;#1fa287&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.808667, 4.091389]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.808667, 4.091389]}, {&quot;id&quot;: &quot;8476&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 0.5714285714285711, &quot;style&quot;: {&quot;color&quot;: &quot;#1fa187&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.808767, 4.091489]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.808767, 4.091489]}, {&quot;id&quot;: &quot;8512&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 830.0, &quot;att&quot;: 2.4468085106382964, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.758611, 4.090833]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.758611, 4.090833]}, {&quot;id&quot;: &quot;8548&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 830.0, &quot;att&quot;: 2.439999999999999, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.758711, 4.090933]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.758711, 4.090933]}, {&quot;id&quot;: &quot;8584&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 555.0, &quot;att&quot;: 2.0625000000000058, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73381, 4.08679], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.73381, 4.08679, 9.736042, 4.091278]}, {&quot;id&quot;: &quot;8620&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 555.0, &quot;att&quot;: 1.8, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73391, 4.0868899999999995], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.73391, 4.0868899999999995, 9.736142, 4.091378]}, {&quot;id&quot;: &quot;8656&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.744, 4.104861]]}, &quot;bbox&quot;: [9.744, 4.074778, 9.761667, 4.104861]}, {&quot;id&quot;: &quot;8692&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 1.8000000000000032, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.7441, 4.104960999999999]]}, &quot;bbox&quot;: [9.7441, 4.074878, 9.761766999999999, 4.104960999999999]}, {&quot;id&quot;: &quot;8728&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 889.0, &quot;att&quot;: 5.428571428571435, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76601, 4.08663], [9.764367, 4.0945]]}, &quot;bbox&quot;: [9.764367, 4.08663, 9.76601, 4.0945]}, {&quot;id&quot;: &quot;8764&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 889.0, &quot;att&quot;: 4.823529411764715, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76611, 4.08673], [9.764467, 4.0946]]}, &quot;bbox&quot;: [9.764467, 4.08673, 9.76611, 4.0946]}, {&quot;id&quot;: &quot;8800&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 736.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729444, 4.091944], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.729444, 4.091278, 9.736042, 4.091944]}, {&quot;id&quot;: &quot;8836&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 736.0, &quot;att&quot;: 0.8636363636363619, &quot;style&quot;: {&quot;color&quot;: &quot;#a5db36&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729544, 4.092044], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.729544, 4.091378, 9.736142, 4.092044]}, {&quot;id&quot;: &quot;8872&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 419.0, &quot;att&quot;: 1.8076923076923077, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74168, 4.09393], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.74168, 4.09393, 9.743333, 4.097333]}, {&quot;id&quot;: &quot;8908&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 419.0, &quot;att&quot;: 2.000000000000003, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:20:00&quot;, &quot;2019-07-17T21:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74178, 4.09403], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.74178, 4.09403, 9.743433, 4.097433]}, {&quot;id&quot;: &quot;14&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 0.48148148148148256, &quot;style&quot;: {&quot;color&quot;: &quot;#228c8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.791866, 3.97665]]}, &quot;bbox&quot;: [9.787167, 3.97665, 9.791866, 3.992722]}, {&quot;id&quot;: &quot;50&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 0.285714285714285, &quot;style&quot;: {&quot;color&quot;: &quot;#365c8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.791966, 3.97675]]}, &quot;bbox&quot;: [9.787267, 3.97675, 9.791966, 3.9928220000000003]}, {&quot;id&quot;: &quot;86&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.44736842105263175, &quot;style&quot;: {&quot;color&quot;: &quot;#25838e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.81613, 3.97866]]}, &quot;bbox&quot;: [9.787167, 3.97866, 9.81613, 3.992722]}, {&quot;id&quot;: &quot;122&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.04553734061930784, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.81623, 3.9787600000000003]]}, &quot;bbox&quot;: [9.787267, 3.9787600000000003, 9.81623, 3.9928220000000003]}, {&quot;id&quot;: &quot;158&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 556.0, &quot;att&quot;: 3.6562500000000036, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763806, 3.997361], [9.75885, 3.99663]]}, &quot;bbox&quot;: [9.75885, 3.99663, 9.763806, 3.997361]}, {&quot;id&quot;: &quot;194&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 556.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763906, 3.9974610000000004], [9.75895, 3.9967300000000003]]}, &quot;bbox&quot;: [9.75895, 3.9967300000000003, 9.763906, 3.9974610000000004]}, {&quot;id&quot;: &quot;230&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 402.0, &quot;att&quot;: 1.5294117647058836, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745083, 4.002553], [9.748639, 4.003231]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.748639, 4.003231]}, {&quot;id&quot;: &quot;266&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 402.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745182999999999, 4.002653], [9.748739, 4.003331]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.748739, 4.003331]}, {&quot;id&quot;: &quot;302&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 774.0, &quot;att&quot;: 3.0000000000000018, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76732, 4.003512], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.76732, 4.003512, 9.767719, 4.0105]}, {&quot;id&quot;: &quot;338&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 774.0, &quot;att&quot;: 3.4857142857142844, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76742, 4.0036119999999995], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.76742, 4.0036119999999995, 9.767819, 4.0106]}, {&quot;id&quot;: &quot;374&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 5.9090909090909145, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799472, 4.004194], [9.778111, 4.012278]]}, &quot;bbox&quot;: [9.778111, 4.004194, 9.799472, 4.012278]}, {&quot;id&quot;: &quot;410&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 2.22222222222222, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799572, 4.004294], [9.778211, 4.012378]]}, &quot;bbox&quot;: [9.778211, 4.004294, 9.799572, 4.012378]}, {&quot;id&quot;: &quot;446&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 3.14814814814815, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.705944, 4.01775], [9.701194, 4.008306]]}, &quot;bbox&quot;: [9.701194, 4.008306, 9.705944, 4.01775]}, {&quot;id&quot;: &quot;482&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 0.25244299674267107, &quot;style&quot;: {&quot;color&quot;: &quot;#3b528b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706044, 4.01785], [9.701293999999999, 4.008406]]}, &quot;bbox&quot;: [9.701293999999999, 4.008406, 9.706044, 4.01785]}, {&quot;id&quot;: &quot;518&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 2.8205128205128265, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.763806, 3.997361]]}, &quot;bbox&quot;: [9.763806, 3.997361, 9.767833, 4.029]}, {&quot;id&quot;: &quot;554&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 9.891891891891904, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.763906, 3.9974610000000004]]}, &quot;bbox&quot;: [9.763906, 3.9974610000000004, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;590&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 2.4025974025974017, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741417, 4.009639], [9.723611, 4.020194]]}, &quot;bbox&quot;: [9.723611, 4.009639, 9.741417, 4.020194]}, {&quot;id&quot;: &quot;626&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 2.3205128205128194, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741517, 4.009739], [9.723711, 4.020294]]}, &quot;bbox&quot;: [9.723711, 4.009739, 9.741517, 4.020294]}, {&quot;id&quot;: &quot;662&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 2.7450980392156894, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.745083, 4.002553]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.767833, 4.029]}, {&quot;id&quot;: &quot;698&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 4.040000000000002, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.745182999999999, 4.002653]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;734&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 466.0, &quot;att&quot;: 3.1400000000000006, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73456, 4.01734]]}, &quot;bbox&quot;: [9.73456, 4.015972, 9.738528, 4.01734]}, {&quot;id&quot;: &quot;770&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 466.0, &quot;att&quot;: 3.034482758620689, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73466, 4.01744]]}, &quot;bbox&quot;: [9.73466, 4.016071999999999, 9.738628, 4.01744]}, {&quot;id&quot;: &quot;806&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8335.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 3.919999999999999, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.762056, 4.004472]]}, &quot;bbox&quot;: [9.762056, 4.004472, 9.767833, 4.029]}, {&quot;id&quot;: &quot;842&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8454.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 4.095238095238104, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.762156, 4.004572]]}, &quot;bbox&quot;: [9.762156, 4.004572, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;878&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 3.4666666666666672, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.768083, 4.017917]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.768083, 4.017917]}, {&quot;id&quot;: &quot;914&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 5.361702127659578, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.768183, 4.0180169999999995]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.768183, 4.0180169999999995]}, {&quot;id&quot;: &quot;950&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 3.794117647058827, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727083, 4.023444], [9.72629, 4.01048]]}, &quot;bbox&quot;: [9.72629, 4.01048, 9.727083, 4.023444]}, {&quot;id&quot;: &quot;986&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 2.594594594594593, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727183, 4.023543999999999], [9.72639, 4.01058]]}, &quot;bbox&quot;: [9.72639, 4.01058, 9.727183, 4.023543999999999]}, {&quot;id&quot;: &quot;1022&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 2.142857142857143, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.757556, 4.0195]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.757556, 4.0195]}, {&quot;id&quot;: &quot;1058&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 3.463414634146339, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.757655999999999, 4.0196]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.757655999999999, 4.0196]}, {&quot;id&quot;: &quot;1094&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 1.25, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.756817, 4.008442]]}, &quot;bbox&quot;: [9.756817, 4.008442, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1130&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 2.9139784946236578, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.756917, 4.008541999999999]]}, &quot;bbox&quot;: [9.756917, 4.008541999999999, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1166&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.23817292006525287, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4e8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744694, 4.014417], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.744694, 4.014417, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1202&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.7142857142857146, &quot;style&quot;: {&quot;color&quot;: &quot;#4ac16d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744794, 4.014517], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.744794, 4.014517, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1238&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 3.7647058823529496, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.767719, 4.0105, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1274&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 4.733333333333341, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.767819, 4.0106, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1310&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 1.8939393939393951, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.780278, 4.023889]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.780278, 4.023889]}, {&quot;id&quot;: &quot;1346&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 5.317460317460314, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.780377999999999, 4.023988999999999]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.780377999999999, 4.023988999999999]}, {&quot;id&quot;: &quot;1382&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 5.815789473684204, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.721083, 4.0115]]}, &quot;bbox&quot;: [9.696744, 4.0115, 9.721083, 4.029381]}, {&quot;id&quot;: &quot;1418&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 4.775510204081632, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.721183, 4.0116]]}, &quot;bbox&quot;: [9.696844, 4.0116, 9.721183, 4.029481]}, {&quot;id&quot;: &quot;1454&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 654.0, &quot;att&quot;: 8.916666666666666, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743889, 4.0194], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.743889, 4.0194, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1490&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 654.0, &quot;att&quot;: 2.8275862068965543, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743989, 4.0195], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.743989, 4.0195, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1526&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024043N-9.680260E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2266.0, &quot;att&quot;: 1.2222222222222225, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.67025, 4.022056], [9.69027, 4.02603]]}, &quot;bbox&quot;: [9.67025, 4.022056, 9.69027, 4.02603]}, {&quot;id&quot;: &quot;1562&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 3.6206896551724155, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.72802, 4.03279]]}, &quot;bbox&quot;: [9.72802, 4.015972, 9.738528, 4.03279]}, {&quot;id&quot;: &quot;1598&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 9.749999999999988, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.72812, 4.03289]]}, &quot;bbox&quot;: [9.72812, 4.016071999999999, 9.738628, 4.03289]}, {&quot;id&quot;: &quot;1634&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 2.7169811320754707, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.69921, 4.02012]]}, &quot;bbox&quot;: [9.696744, 4.02012, 9.69921, 4.029381]}, {&quot;id&quot;: &quot;1670&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 1.0979020979020973, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.69931, 4.02022]]}, &quot;bbox&quot;: [9.696844, 4.02022, 9.69931, 4.029481]}, {&quot;id&quot;: &quot;1706&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18737.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 7.696969696969687, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.77399, 4.02125]]}, &quot;bbox&quot;: [9.767833, 4.02125, 9.77399, 4.029]}, {&quot;id&quot;: &quot;1742&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17727.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 7.193548387096772, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.77409, 4.02135]]}, &quot;bbox&quot;: [9.767933, 4.02135, 9.77409, 4.0291]}, {&quot;id&quot;: &quot;1778&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14431.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 874.0, &quot;att&quot;: 2.758620689655167, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737194, 4.022139], [9.741992, 4.0284]]}, &quot;bbox&quot;: [9.737194, 4.022139, 9.741992, 4.0284]}, {&quot;id&quot;: &quot;1814&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14921.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 874.0, &quot;att&quot;: 2.866666666666667, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737294, 4.022239], [9.742092, 4.0285]]}, &quot;bbox&quot;: [9.737294, 4.022239, 9.742092, 4.0285]}, {&quot;id&quot;: &quot;1850&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 2.4571428571428577, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73325, 4.035278]]}, &quot;bbox&quot;: [9.73325, 4.015972, 9.738528, 4.035278]}, {&quot;id&quot;: &quot;1886&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 3.280000000000001, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73335, 4.035378]]}, &quot;bbox&quot;: [9.73335, 4.016071999999999, 9.738628, 4.035378]}, {&quot;id&quot;: &quot;1922&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 2.82352941176471, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.70976, 4.02238]]}, &quot;bbox&quot;: [9.696744, 4.02238, 9.70976, 4.029381]}, {&quot;id&quot;: &quot;1958&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 2.7115384615384666, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.709859999999999, 4.02248]]}, &quot;bbox&quot;: [9.696844, 4.02248, 9.709859999999999, 4.029481]}, {&quot;id&quot;: &quot;1994&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 755.0, &quot;att&quot;: 2.969696969696967, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.694556, 4.022917]]}, &quot;bbox&quot;: [9.694556, 4.022917, 9.696744, 4.029381]}, {&quot;id&quot;: &quot;2030&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 755.0, &quot;att&quot;: 2.1249999999999982, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.694656, 4.023016999999999]]}, &quot;bbox&quot;: [9.694656, 4.023016999999999, 9.696844, 4.029481]}, {&quot;id&quot;: &quot;2066&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 9.032258064516125, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.72684, 4.01658]]}, &quot;bbox&quot;: [9.72684, 4.01658, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2102&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 4.255813953488369, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.726939999999999, 4.01668]]}, &quot;bbox&quot;: [9.726939999999999, 4.01668, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2138&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 364.0, &quot;att&quot;: 1.85714285714286, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.705139, 4.028333]]}, &quot;bbox&quot;: [9.701944, 4.028333, 9.705139, 4.029083]}, {&quot;id&quot;: &quot;2174&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 364.0, &quot;att&quot;: 1.588235294117646, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.705239, 4.028433]]}, &quot;bbox&quot;: [9.702043999999999, 4.028433, 9.705239, 4.029183]}, {&quot;id&quot;: &quot;2210&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 1.7209302325581375, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.686417, 4.029444]]}, &quot;bbox&quot;: [9.686417, 4.029381, 9.696744, 4.029444]}, {&quot;id&quot;: &quot;2246&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 1.7073170731707341, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.686517, 4.029544]]}, &quot;bbox&quot;: [9.686517, 4.029481, 9.696844, 4.029544]}, {&quot;id&quot;: &quot;2282&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 868.0, &quot;att&quot;: 4.124999999999999, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.709194, 4.032028]]}, &quot;bbox&quot;: [9.701944, 4.029083, 9.709194, 4.032028]}, {&quot;id&quot;: &quot;2318&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 868.0, &quot;att&quot;: 3.8695652173913087, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.709294, 4.032128]]}, &quot;bbox&quot;: [9.702043999999999, 4.029183, 9.709294, 4.032128]}, {&quot;id&quot;: &quot;2354&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 666.0, &quot;att&quot;: 1.2333333333333318, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.691575, 4.032433]]}, &quot;bbox&quot;: [9.691575, 4.029381, 9.696744, 4.032433]}, {&quot;id&quot;: &quot;2390&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 666.0, &quot;att&quot;: 1.1481481481481506, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.691675, 4.032533]]}, &quot;bbox&quot;: [9.691675, 4.029481, 9.696844, 4.032533]}, {&quot;id&quot;: &quot;2426&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 536.0, &quot;att&quot;: 2.636363636363635, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699417, 4.033417]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699417, 4.033417]}, {&quot;id&quot;: &quot;2462&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 536.0, &quot;att&quot;: 2.2000000000000006, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699517, 4.033517]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699517, 4.033517]}, {&quot;id&quot;: &quot;2498&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 4.675675675675674, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.727083, 4.023444]]}, &quot;bbox&quot;: [9.727083, 4.023444, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2534&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 5.442307692307696, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.727183, 4.023543999999999]]}, &quot;bbox&quot;: [9.727183, 4.023543999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2570&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 2.6341463414634174, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71564, 4.032], [9.71203, 4.03312]]}, &quot;bbox&quot;: [9.71203, 4.032, 9.71564, 4.03312]}, {&quot;id&quot;: &quot;2606&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 2.0638297872340434, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71574, 4.0321], [9.71213, 4.03322]]}, &quot;bbox&quot;: [9.71213, 4.0321, 9.71574, 4.03322]}, {&quot;id&quot;: &quot;2642&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 3.128205128205124, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.755167, 4.037361]]}, &quot;bbox&quot;: [9.755167, 4.029, 9.767833, 4.037361]}, {&quot;id&quot;: &quot;2678&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 3.351351351351355, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.755267, 4.0374609999999995]]}, &quot;bbox&quot;: [9.755267, 4.0291, 9.767933, 4.0374609999999995]}, {&quot;id&quot;: &quot;2714&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 323.0, &quot;att&quot;: 1.0500000000000007, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691575, 4.032433], [9.691889, 4.035333]]}, &quot;bbox&quot;: [9.691575, 4.032433, 9.691889, 4.035333]}, {&quot;id&quot;: &quot;2750&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 323.0, &quot;att&quot;: 1.1764705882352922, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691675, 4.032533], [9.691989, 4.035432999999999]]}, &quot;bbox&quot;: [9.691675, 4.032533, 9.691989, 4.035432999999999]}, {&quot;id&quot;: &quot;2786&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 516.0, &quot;att&quot;: 2.8750000000000027, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774333, 4.033028], [9.77026, 4.03527]]}, &quot;bbox&quot;: [9.77026, 4.033028, 9.774333, 4.03527]}, {&quot;id&quot;: &quot;2822&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 516.0, &quot;att&quot;: 2.749999999999999, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774433, 4.033128], [9.77036, 4.0353699999999995]]}, &quot;bbox&quot;: [9.77036, 4.033128, 9.774433, 4.0353699999999995]}, {&quot;id&quot;: &quot;2858&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 3.0799999999999983, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.725667, 4.028583]]}, &quot;bbox&quot;: [9.725667, 4.028583, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2894&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 4.882352941176477, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.725767, 4.028683]]}, &quot;bbox&quot;: [9.725767, 4.028683, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2930&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 1.533333333333336, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699006, 4.040886]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699006, 4.040886]}, {&quot;id&quot;: &quot;2966&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 1.4722222222222237, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699106, 4.040986]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699106, 4.040986]}, {&quot;id&quot;: &quot;3002&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17810.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 610.0, &quot;att&quot;: 1.1904761904761938, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683883, 4.033886], [9.688056, 4.037472]]}, &quot;bbox&quot;: [9.683883, 4.033886, 9.688056, 4.037472]}, {&quot;id&quot;: &quot;3038&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18820.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 610.0, &quot;att&quot;: 1.11111111111111, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683983, 4.033986], [9.688156, 4.037572]]}, &quot;bbox&quot;: [9.683983, 4.033986, 9.688156, 4.037572]}, {&quot;id&quot;: &quot;3074&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 2.5882352941176503, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.766222, 4.046556]]}, &quot;bbox&quot;: [9.766222, 4.029, 9.767833, 4.046556]}, {&quot;id&quot;: &quot;3110&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 2.68627450980392, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.766322, 4.046656]]}, &quot;bbox&quot;: [9.766322, 4.0291, 9.767933, 4.046656]}, {&quot;id&quot;: &quot;3146&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 433.0, &quot;att&quot;: 2.2307692307692286, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706106, 4.040083], [9.703794, 4.036926]]}, &quot;bbox&quot;: [9.703794, 4.036926, 9.706106, 4.040083]}, {&quot;id&quot;: &quot;3182&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 433.0, &quot;att&quot;: 2.214285714285715, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706206, 4.040183], [9.703894, 4.037026]]}, &quot;bbox&quot;: [9.703894, 4.037026, 9.706206, 4.040183]}, {&quot;id&quot;: &quot;3218&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 7.046511627906971, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.711917, 4.037722]]}, &quot;bbox&quot;: [9.711917, 4.037722, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;3254&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 6.521739130434782, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.712017, 4.037821999999999]]}, &quot;bbox&quot;: [9.712017, 4.037821999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;3290&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 928.0, &quot;att&quot;: 2.7931034482758625, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.741011, 4.038342]]}, &quot;bbox&quot;: [9.733028, 4.038342, 9.741011, 4.040819]}, {&quot;id&quot;: &quot;3326&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 928.0, &quot;att&quot;: 2.6037735849056625, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.741111, 4.038442]]}, &quot;bbox&quot;: [9.733127999999999, 4.038442, 9.741111, 4.040919]}, {&quot;id&quot;: &quot;3362&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 441.0, &quot;att&quot;: 1.3214285714285705, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.70265, 4.03931]]}, &quot;bbox&quot;: [9.699006, 4.03931, 9.70265, 4.040886]}, {&quot;id&quot;: &quot;3398&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 441.0, &quot;att&quot;: 1.1785714285714284, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.70275, 4.03941]]}, &quot;bbox&quot;: [9.699106, 4.03941, 9.70275, 4.040986]}, {&quot;id&quot;: &quot;3434&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 697.0, &quot;att&quot;: 1.8307692307692305, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774, 4.042306], [9.7795, 4.039278]]}, &quot;bbox&quot;: [9.774, 4.039278, 9.7795, 4.042306]}, {&quot;id&quot;: &quot;3470&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 697.0, &quot;att&quot;: 1.4257425742574263, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774099999999999, 4.042406], [9.7796, 4.039378]]}, &quot;bbox&quot;: [9.774099999999999, 4.039378, 9.7796, 4.042406]}, {&quot;id&quot;: &quot;3507&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041057N-9.688122E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 387.0, &quot;att&quot;: 1.5000000000000016, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.689827, 4.040697]]}, &quot;bbox&quot;: [9.686417, 4.040697, 9.689827, 4.041417]}, {&quot;id&quot;: &quot;3543&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 975.0, &quot;att&quot;: 0.9, &quot;style&quot;: {&quot;color&quot;: &quot;#bddf26&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762056, 4.03875], [9.754583, 4.043386]]}, &quot;bbox&quot;: [9.754583, 4.03875, 9.762056, 4.043386]}, {&quot;id&quot;: &quot;3579&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 975.0, &quot;att&quot;: 2.093023255813955, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762156, 4.03885], [9.754683, 4.043486]]}, &quot;bbox&quot;: [9.754683, 4.03885, 9.762156, 4.043486]}, {&quot;id&quot;: &quot;3615&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 524.0, &quot;att&quot;: 3.8387096774193528, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.728389, 4.041694]]}, &quot;bbox&quot;: [9.728389, 4.040819, 9.733028, 4.041694]}, {&quot;id&quot;: &quot;3651&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.223234624145786, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4a89&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.728489, 4.041793999999999]]}, &quot;bbox&quot;: [9.728489, 4.040919, 9.733127999999999, 4.041793999999999]}, {&quot;id&quot;: &quot;3687&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 2.7758620689655165, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.779361, 4.053694]]}, &quot;bbox&quot;: [9.767833, 4.029, 9.779361, 4.053694]}, {&quot;id&quot;: &quot;3723&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 2.733333333333333, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.779461, 4.053794]]}, &quot;bbox&quot;: [9.767933, 4.0291, 9.779461, 4.053794]}, {&quot;id&quot;: &quot;3759&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 4.909090909090909, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.747639, 4.043778]]}, &quot;bbox&quot;: [9.733028, 4.040819, 9.747639, 4.043778]}, {&quot;id&quot;: &quot;3795&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 3.786885245901642, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.747739, 4.043877999999999]]}, &quot;bbox&quot;: [9.733127999999999, 4.040919, 9.747739, 4.043877999999999]}, {&quot;id&quot;: &quot;3831&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 6.680851063829785, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702978, 4.056559], [9.73025, 4.028444]]}, &quot;bbox&quot;: [9.702978, 4.028444, 9.73025, 4.056559]}, {&quot;id&quot;: &quot;3867&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 6.750000000000001, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703078, 4.056659], [9.73035, 4.028544]]}, &quot;bbox&quot;: [9.703078, 4.028544, 9.73035, 4.056659]}, {&quot;id&quot;: &quot;3903&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 1.3684210526315757, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.69725, 4.04425]]}, &quot;bbox&quot;: [9.69725, 4.040886, 9.699006, 4.04425]}, {&quot;id&quot;: &quot;3939&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 1.363636363636362, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.69735, 4.04435]]}, &quot;bbox&quot;: [9.69735, 4.040986, 9.699106, 4.04435]}, {&quot;id&quot;: &quot;3975&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 431.0, &quot;att&quot;: 2.783783783783783, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704083, 4.04244], [9.707889, 4.043194]]}, &quot;bbox&quot;: [9.704083, 4.04244, 9.707889, 4.043194]}, {&quot;id&quot;: &quot;4011&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 431.0, &quot;att&quot;: 2.815789473684208, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704183, 4.04254], [9.707989, 4.0432939999999995]]}, &quot;bbox&quot;: [9.704183, 4.04254, 9.707989, 4.0432939999999995]}, {&quot;id&quot;: &quot;4049&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043833N-9.687306E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 570.0, &quot;att&quot;: 1.2333333333333343, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.688194, 4.04625]]}, &quot;bbox&quot;: [9.686417, 4.041417, 9.688194, 4.04625]}, {&quot;id&quot;: &quot;4085&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 810.0, &quot;att&quot;: 3.1538461538461533, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707889, 4.043194], [9.700739, 4.044661]]}, &quot;bbox&quot;: [9.700739, 4.043194, 9.707889, 4.044661]}, {&quot;id&quot;: &quot;4121&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 810.0, &quot;att&quot;: 3.5199999999999987, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707989, 4.0432939999999995], [9.700839, 4.044760999999999]]}, &quot;bbox&quot;: [9.700839, 4.0432939999999995, 9.707989, 4.044760999999999]}, {&quot;id&quot;: &quot;4157&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 706.0, &quot;att&quot;: 3.2708333333333357, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728389, 4.041694], [9.72575, 4.0475]]}, &quot;bbox&quot;: [9.72575, 4.041694, 9.728389, 4.0475]}, {&quot;id&quot;: &quot;4193&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 706.0, &quot;att&quot;: 3.4772727272727293, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728489, 4.041793999999999], [9.72585, 4.0476]]}, &quot;bbox&quot;: [9.72585, 4.041793999999999, 9.728489, 4.0476]}, {&quot;id&quot;: &quot;4229&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 4.30769230769231, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.699006, 4.040886, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4265&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 7.2399999999999975, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.699106, 4.040986, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4301&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14487.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 611.0, &quot;att&quot;: 3.034482758620685, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71598, 4.04642], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.71598, 4.04642, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4337&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14977.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 611.0, &quot;att&quot;: 3.5185185185185146, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71608, 4.04652], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.71608, 4.04652, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4373&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048013N-9.705195E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 822.0, &quot;att&quot;: 1.8545454545454538, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703528, 4.044694], [9.706861, 4.051333]]}, &quot;bbox&quot;: [9.703528, 4.044694, 9.706861, 4.051333]}, {&quot;id&quot;: &quot;4409&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 317.0, &quot;att&quot;: 0.7183098591549296, &quot;style&quot;: {&quot;color&quot;: &quot;#4cc26c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698333, 4.049556], [9.698917, 4.04675]]}, &quot;bbox&quot;: [9.698333, 4.04675, 9.698917, 4.049556]}, {&quot;id&quot;: &quot;4445&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 317.0, &quot;att&quot;: 1.416666666666667, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698433, 4.049656], [9.699017, 4.04685]]}, &quot;bbox&quot;: [9.698433, 4.04685, 9.699017, 4.049656]}, {&quot;id&quot;: &quot;4481&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 564.0, &quot;att&quot;: 4.583333333333322, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706861, 4.051333], [9.708472, 4.0465]]}, &quot;bbox&quot;: [9.706861, 4.0465, 9.708472, 4.051333]}, {&quot;id&quot;: &quot;4517&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 564.0, &quot;att&quot;: 4.652173913043482, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706961, 4.051432999999999], [9.708572, 4.0466]]}, &quot;bbox&quot;: [9.706961, 4.0466, 9.708572, 4.051432999999999]}, {&quot;id&quot;: &quot;4553&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 596.0, &quot;att&quot;: 2.9032258064516183, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.771911, 4.050192], [9.777253, 4.049658]]}, &quot;bbox&quot;: [9.771911, 4.049658, 9.777253, 4.050192]}, {&quot;id&quot;: &quot;4589&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 596.0, &quot;att&quot;: 2.6874999999999982, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.772011, 4.050292], [9.777353, 4.049758]]}, &quot;bbox&quot;: [9.772011, 4.049758, 9.777353, 4.050292]}, {&quot;id&quot;: &quot;4625&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050150N-9.740475E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 454.0, &quot;att&quot;: 1.9032258064516117, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741306, 4.052028], [9.739644, 4.048272]]}, &quot;bbox&quot;: [9.739644, 4.048272, 9.741306, 4.052028]}, {&quot;id&quot;: &quot;4661&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 522.0, &quot;att&quot;: 1.4807692307692306, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702389, 4.052444], [9.704556, 4.04825]]}, &quot;bbox&quot;: [9.702389, 4.04825, 9.704556, 4.052444]}, {&quot;id&quot;: &quot;4697&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 522.0, &quot;att&quot;: 1.3400000000000005, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702489, 4.052544], [9.704656, 4.04835]]}, &quot;bbox&quot;: [9.702489, 4.04835, 9.704656, 4.052544]}, {&quot;id&quot;: &quot;4733&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 956.0, &quot;att&quot;: 1.2708333333333344, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.756833, 4.047389]]}, &quot;bbox&quot;: [9.750917, 4.047389, 9.756833, 4.053667]}, {&quot;id&quot;: &quot;4769&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 956.0, &quot;att&quot;: 4.399999999999997, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.756933, 4.047489]]}, &quot;bbox&quot;: [9.751017, 4.047489, 9.756933, 4.053767]}, {&quot;id&quot;: &quot;4805&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 1.8428571428571436, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779361, 4.053694], [9.797806, 4.050472]]}, &quot;bbox&quot;: [9.779361, 4.050472, 9.797806, 4.053694]}, {&quot;id&quot;: &quot;4841&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 1.999999999999999, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779461, 4.053794], [9.797906, 4.050572]]}, &quot;bbox&quot;: [9.779461, 4.050572, 9.797906, 4.053794]}, {&quot;id&quot;: &quot;4877&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8363.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 2.3333333333333255, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.775889, 4.05525]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.775889, 4.05525]}, {&quot;id&quot;: &quot;4913&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8482.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 2.7599999999999967, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.775989, 4.05535]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.775989, 4.05535]}, {&quot;id&quot;: &quot;4949&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.4271844660194177, &quot;style&quot;: {&quot;color&quot;: &quot;#277f8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.754444, 4.058167]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.754444, 4.058167]}, {&quot;id&quot;: &quot;4985&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.1510297482837529, &quot;style&quot;: {&quot;color&quot;: &quot;#463480&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.754544, 4.058267]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.754544, 4.058267]}, {&quot;id&quot;: &quot;5021&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 546.0, &quot;att&quot;: 1.681818181818182, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.767556, 4.053639]]}, &quot;bbox&quot;: [9.767556, 4.053639, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5057&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 546.0, &quot;att&quot;: 1.999999999999998, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.767656, 4.053739]]}, &quot;bbox&quot;: [9.767656, 4.053739, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5093&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 879.0, &quot;att&quot;: 1.961538461538461, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738694, 4.058056], [9.745611, 4.054186]]}, &quot;bbox&quot;: [9.738694, 4.054186, 9.745611, 4.058056]}, {&quot;id&quot;: &quot;5129&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 879.0, &quot;att&quot;: 2.200000000000002, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738794, 4.058155999999999], [9.745711, 4.054285999999999]]}, &quot;bbox&quot;: [9.738794, 4.054285999999999, 9.745711, 4.058155999999999]}, {&quot;id&quot;: &quot;5165&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 2.923076923076922, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.743528, 4.059611]]}, &quot;bbox&quot;: [9.743528, 4.053667, 9.750917, 4.059611]}, {&quot;id&quot;: &quot;5201&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 2.281249999999999, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.743628, 4.059711]]}, &quot;bbox&quot;: [9.743628, 4.053767, 9.751017, 4.059711]}, {&quot;id&quot;: &quot;5237&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 5.5161290322580605, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726194, 4.060028], [9.750917, 4.053667]]}, &quot;bbox&quot;: [9.726194, 4.053667, 9.750917, 4.060028]}, {&quot;id&quot;: &quot;5273&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 5.199999999999998, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726294, 4.060128], [9.751017, 4.053767]]}, &quot;bbox&quot;: [9.726294, 4.053767, 9.751017, 4.060128]}, {&quot;id&quot;: &quot;5309&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 4.374999999999998, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726393999999999, 4.060228], [9.751116999999999, 4.053867]]}, &quot;bbox&quot;: [9.726393999999999, 4.053867, 9.751116999999999, 4.060228]}, {&quot;id&quot;: &quot;5345&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 5.33333333333333, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726493999999999, 4.060328], [9.751216999999999, 4.053967]]}, &quot;bbox&quot;: [9.726493999999999, 4.053967, 9.751216999999999, 4.060328]}, {&quot;id&quot;: &quot;5381&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_0&quot;, &quot;frequency&quot;: 12793.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 6.250000000000006, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726594, 4.060428], [9.751317, 4.054067]]}, &quot;bbox&quot;: [9.726594, 4.054067, 9.751317, 4.060428]}, {&quot;id&quot;: &quot;5417&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_1&quot;, &quot;frequency&quot;: 13059.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 4.9999999999999964, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726694, 4.060528], [9.751417, 4.054167]]}, &quot;bbox&quot;: [9.726694, 4.054167, 9.751417, 4.060528]}, {&quot;id&quot;: &quot;5453&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 4.611111111111108, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.734028, 4.06025]]}, &quot;bbox&quot;: [9.734028, 4.053667, 9.750917, 4.06025]}, {&quot;id&quot;: &quot;5489&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 3.73333333333334, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.734128, 4.06035]]}, &quot;bbox&quot;: [9.734128, 4.053767, 9.751017, 4.06035]}, {&quot;id&quot;: &quot;5525&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 630.0, &quot;att&quot;: 2.0270270270270254, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.763167, 4.056417]]}, &quot;bbox&quot;: [9.763167, 4.056417, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5561&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 630.0, &quot;att&quot;: 1.673913043478261, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.763266999999999, 4.0565169999999995]]}, &quot;bbox&quot;: [9.763266999999999, 4.0565169999999995, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5597&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 2.2258064516129052, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.786861, 4.062806]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.786861, 4.062806]}, {&quot;id&quot;: &quot;5633&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 4.371428571428571, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.786961, 4.062906]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.786961, 4.062906]}, {&quot;id&quot;: &quot;5669&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 1.43478260869565, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.720853, 4.053242]]}, &quot;bbox&quot;: [9.714664, 4.053242, 9.720853, 4.06425]}, {&quot;id&quot;: &quot;5705&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 1.8333333333333346, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.720953, 4.053342]]}, &quot;bbox&quot;: [9.714764, 4.053342, 9.720953, 4.06435]}, {&quot;id&quot;: &quot;5741&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 1.7924528301886802, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.75311, 4.064069]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.75311, 4.064069]}, {&quot;id&quot;: &quot;5777&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 1.5964912280701757, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.75321, 4.064169]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.75321, 4.064169]}, {&quot;id&quot;: &quot;5813&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 2.062500000000001, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.767778, 4.064361]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.767778, 4.064361]}, {&quot;id&quot;: &quot;5849&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 3.3870967741935467, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.767878, 4.064461]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.767878, 4.064461]}, {&quot;id&quot;: &quot;5885&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 796.0, &quot;att&quot;: 1.4583333333333341, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708444, 4.060333], [9.715412, 4.058638]]}, &quot;bbox&quot;: [9.708444, 4.058638, 9.715412, 4.060333]}, {&quot;id&quot;: &quot;5921&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 796.0, &quot;att&quot;: 1.5652173913043472, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708544, 4.060433], [9.715512, 4.058738]]}, &quot;bbox&quot;: [9.708544, 4.058738, 9.715512, 4.060433]}, {&quot;id&quot;: &quot;5957&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 2.2592592592592573, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.759558, 4.066322]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.759558, 4.066322]}, {&quot;id&quot;: &quot;5993&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 2.6153846153846128, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.759658, 4.066422]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.759658, 4.066422]}, {&quot;id&quot;: &quot;6029&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 3.142857142857137, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.777639, 4.063131]]}, &quot;bbox&quot;: [9.768444, 4.0585, 9.777639, 4.063131]}, {&quot;id&quot;: &quot;6065&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 3.0000000000000053, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.777739, 4.063231]]}, &quot;bbox&quot;: [9.768544, 4.0586, 9.777739, 4.063231]}, {&quot;id&quot;: &quot;6101&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 498.0, &quot;att&quot;: 1.784313725490196, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743528, 4.059611], [9.74569, 4.06356]]}, &quot;bbox&quot;: [9.743528, 4.059611, 9.74569, 4.06356]}, {&quot;id&quot;: &quot;6137&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 498.0, &quot;att&quot;: 3.0370370370370403, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743628, 4.059711], [9.74579, 4.06366]]}, &quot;bbox&quot;: [9.743628, 4.059711, 9.74579, 4.06366]}, {&quot;id&quot;: &quot;6173&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 741.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704333, 4.059583], [9.706333, 4.065972]]}, &quot;bbox&quot;: [9.704333, 4.059583, 9.706333, 4.065972]}, {&quot;id&quot;: &quot;6209&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 741.0, &quot;att&quot;: 0.9047619047619069, &quot;style&quot;: {&quot;color&quot;: &quot;#c0df25&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704433, 4.059683], [9.706433, 4.066072]]}, &quot;bbox&quot;: [9.704433, 4.059683, 9.706433, 4.066072]}, {&quot;id&quot;: &quot;6245&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 603.0, &quot;att&quot;: 1.3333333333333341, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.719389, 4.061556]]}, &quot;bbox&quot;: [9.714664, 4.061556, 9.719389, 4.06425]}, {&quot;id&quot;: &quot;6281&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 603.0, &quot;att&quot;: 1.4516129032258058, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.719489, 4.061656]]}, &quot;bbox&quot;: [9.714764, 4.061656, 9.719489, 4.06435]}, {&quot;id&quot;: &quot;6317&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 669.0, &quot;att&quot;: 1.785714285714283, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759558, 4.066322], [9.76425, 4.062528]]}, &quot;bbox&quot;: [9.759558, 4.062528, 9.76425, 4.066322]}, {&quot;id&quot;: &quot;6353&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 669.0, &quot;att&quot;: 1.9999999999999971, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759658, 4.066422], [9.76435, 4.062628]]}, &quot;bbox&quot;: [9.759658, 4.062628, 9.76435, 4.066422]}, {&quot;id&quot;: &quot;6389&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 451.0, &quot;att&quot;: 1.3157894736842115, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710083, 4.063917], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.710083, 4.063917, 9.71287, 4.06688]}, {&quot;id&quot;: &quot;6425&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 451.0, &quot;att&quot;: 1.4444444444444418, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710182999999999, 4.064017], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.710182999999999, 4.064017, 9.71297, 4.06698]}, {&quot;id&quot;: &quot;6461&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 924.0, &quot;att&quot;: 0.9142857142857151, &quot;style&quot;: {&quot;color&quot;: &quot;#c8e020&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79152, 4.065848], [9.799722, 4.06725]]}, &quot;bbox&quot;: [9.79152, 4.065848, 9.799722, 4.06725]}, {&quot;id&quot;: &quot;6497&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 924.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79162, 4.065948], [9.799821999999999, 4.067349999999999]]}, &quot;bbox&quot;: [9.79162, 4.065948, 9.799821999999999, 4.067349999999999]}, {&quot;id&quot;: &quot;6533&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 1.124999999999999, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.72547, 4.07139]}, {&quot;id&quot;: &quot;6569&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.72557, 4.07149]}, {&quot;id&quot;: &quot;6605&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 932.0, &quot;att&quot;: 0.7555555555555569, &quot;style&quot;: {&quot;color&quot;: &quot;#60ca60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.722972, 4.065667], [9.729139, 4.071389]]}, &quot;bbox&quot;: [9.722972, 4.065667, 9.729139, 4.071389]}, {&quot;id&quot;: &quot;6641&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 932.0, &quot;att&quot;: 0.8666666666666648, &quot;style&quot;: {&quot;color&quot;: &quot;#a5db36&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.723072, 4.065767], [9.729239, 4.071489]]}, &quot;bbox&quot;: [9.723072, 4.065767, 9.729239, 4.071489]}, {&quot;id&quot;: &quot;6677&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 535.0, &quot;att&quot;: 0.5142857142857135, &quot;style&quot;: {&quot;color&quot;: &quot;#20938c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714869, 4.071278], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.71287, 4.06688, 9.714869, 4.071278]}, {&quot;id&quot;: &quot;6713&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 535.0, &quot;att&quot;: 0.466666666666667, &quot;style&quot;: {&quot;color&quot;: &quot;#23888e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714969, 4.071378], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.71297, 4.06698, 9.714969, 4.071378]}, {&quot;id&quot;: &quot;6749&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 407.0, &quot;att&quot;: 0.9310344827586199, &quot;style&quot;: {&quot;color&quot;: &quot;#d2e21b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729139, 4.071389], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.72547, 4.071389, 9.729139, 4.07139]}, {&quot;id&quot;: &quot;6785&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 407.0, &quot;att&quot;: 0.8620689655172418, &quot;style&quot;: {&quot;color&quot;: &quot;#a2da37&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729239, 4.071489], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.72557, 4.071489, 9.729239, 4.07149]}, {&quot;id&quot;: &quot;6821&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 731.0, &quot;att&quot;: 0.13000000000000042, &quot;style&quot;: {&quot;color&quot;: &quot;#472e7c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736111, 4.072222], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.736111, 4.072222, 9.742681, 4.072661]}, {&quot;id&quot;: &quot;6857&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 731.0, &quot;att&quot;: 1.2307692307692313, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736210999999999, 4.072322], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.736210999999999, 4.072322, 9.742780999999999, 4.072761]}, {&quot;id&quot;: &quot;6893&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 561.0, &quot;att&quot;: 2.695652173913048, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76925, 4.071639], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.76925, 4.071639, 9.774, 4.073367]}, {&quot;id&quot;: &quot;6929&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 561.0, &quot;att&quot;: 2.6153846153846128, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76935, 4.071739], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.76935, 4.071739, 9.774099999999999, 4.073467]}, {&quot;id&quot;: &quot;6965&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 1.25, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.721058, 4.084075]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.721058, 4.084075]}, {&quot;id&quot;: &quot;7001&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 1.0400000000000005, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.721157999999999, 4.084175]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.721157999999999, 4.084175]}, {&quot;id&quot;: &quot;7037&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 1.2000000000000004, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.761667, 4.074778]}, {&quot;id&quot;: &quot;7073&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 1.0769230769230753, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.761766999999999, 4.074878]}, {&quot;id&quot;: &quot;7109&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 1.294117647058823, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719639, 4.070306], [9.719417, 4.079889]]}, &quot;bbox&quot;: [9.719417, 4.070306, 9.719639, 4.079889]}, {&quot;id&quot;: &quot;7145&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719739, 4.070406], [9.719517, 4.079988999999999]]}, &quot;bbox&quot;: [9.719517, 4.070406, 9.719739, 4.079988999999999]}, {&quot;id&quot;: &quot;7181&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 2.2000000000000006, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.781778, 4.069972]]}, &quot;bbox&quot;: [9.781778, 4.069972, 9.786083, 4.0817]}, {&quot;id&quot;: &quot;7217&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 2.750000000000002, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.781877999999999, 4.070072]]}, &quot;bbox&quot;: [9.781877999999999, 4.070072, 9.786183, 4.081799999999999]}, {&quot;id&quot;: &quot;7253&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.7380952380952391, &quot;style&quot;: {&quot;color&quot;: &quot;#56c667&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.75645, 4.07833]]}, &quot;bbox&quot;: [9.75645, 4.074778, 9.761667, 4.07833]}, {&quot;id&quot;: &quot;7289&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.0643642072213501, &quot;style&quot;: {&quot;color&quot;: &quot;#48186a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.756549999999999, 4.07843]]}, &quot;bbox&quot;: [9.756549999999999, 4.074878, 9.761766999999999, 4.07843]}, {&quot;id&quot;: &quot;7325&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 480.0, &quot;att&quot;: 1.045454545454546, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719417, 4.079889], [9.721778, 4.07625]]}, &quot;bbox&quot;: [9.719417, 4.07625, 9.721778, 4.079889]}, {&quot;id&quot;: &quot;7361&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 480.0, &quot;att&quot;: 1.2, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719517, 4.079988999999999], [9.721878, 4.07635]]}, &quot;bbox&quot;: [9.719517, 4.07635, 9.721878, 4.079988999999999]}, {&quot;id&quot;: &quot;7397&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 1.680000000000001, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756825, 4.081867], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.756825, 4.081867]}, {&quot;id&quot;: &quot;7433&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 1.7307692307692297, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756924999999999, 4.081967], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.756924999999999, 4.081967]}, {&quot;id&quot;: &quot;7469&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 0.9642857142857137, &quot;style&quot;: {&quot;color&quot;: &quot;#e7e419&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.801611, 4.076722]]}, &quot;bbox&quot;: [9.786083, 4.076722, 9.801611, 4.0817]}, {&quot;id&quot;: &quot;7505&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.801711, 4.076822]]}, &quot;bbox&quot;: [9.786183, 4.076822, 9.801711, 4.081799999999999]}, {&quot;id&quot;: &quot;7541&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 1.3225806451612878, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.742681, 4.072661, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;7577&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 1.2777777777777781, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.742780999999999, 4.072761, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;7613&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 1.6086956521739113, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.752944, 4.073367, 9.774, 4.085936]}, {&quot;id&quot;: &quot;7649&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 1.6153846153846156, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.753044, 4.073467, 9.774099999999999, 4.086036]}, {&quot;id&quot;: &quot;7685&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080070N-9.789737E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18848.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 888.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.79339, 4.07844]]}, &quot;bbox&quot;: [9.786083, 4.07844, 9.79339, 4.0817]}, {&quot;id&quot;: &quot;7721&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 1.0625000000000009, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.753278, 4.074861]]}, &quot;bbox&quot;: [9.752944, 4.074861, 9.753278, 4.085936]}, {&quot;id&quot;: &quot;7757&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 1.0909090909090888, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.753378, 4.074961]]}, &quot;bbox&quot;: [9.753044, 4.074961, 9.753378, 4.086036]}, {&quot;id&quot;: &quot;7793&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 968.0, &quot;att&quot;: 1.57142857142857, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765535, 4.081441], [9.756825, 4.081867]]}, &quot;bbox&quot;: [9.756825, 4.081441, 9.765535, 4.081867]}, {&quot;id&quot;: &quot;7829&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 968.0, &quot;att&quot;: 1.5500000000000007, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765635, 4.081541], [9.756924999999999, 4.081967]]}, &quot;bbox&quot;: [9.756924999999999, 4.081541, 9.765635, 4.081967]}, {&quot;id&quot;: &quot;7865&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 2.3043478260869543, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.7949, 4.08393]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.7949, 4.08393]}, {&quot;id&quot;: &quot;7901&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 2.1739130434782634, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.795, 4.084029999999999]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.795, 4.084029999999999]}, {&quot;id&quot;: &quot;7937&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 895.0, &quot;att&quot;: 1.8837209302325582, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.77848, 4.08438]]}, &quot;bbox&quot;: [9.77848, 4.0817, 9.786083, 4.08438]}, {&quot;id&quot;: &quot;7973&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 895.0, &quot;att&quot;: 2.5925925925925966, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.77858, 4.08448]]}, &quot;bbox&quot;: [9.77858, 4.081799999999999, 9.786183, 4.08448]}, {&quot;id&quot;: &quot;8009&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 4.727272727272717, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.751769, 4.093194]]}, &quot;bbox&quot;: [9.751769, 4.074778, 9.761667, 4.093194]}, {&quot;id&quot;: &quot;8045&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 0.333333333333334, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.751869, 4.093294]]}, &quot;bbox&quot;: [9.751869, 4.074878, 9.761766999999999, 4.093294]}, {&quot;id&quot;: &quot;8081&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 0.7647058823529382, &quot;style&quot;: {&quot;color&quot;: &quot;#65cb5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.728889, 4.083056]]}, &quot;bbox&quot;: [9.728889, 4.083056, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8117&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.728989, 4.083156]]}, &quot;bbox&quot;: [9.728989, 4.083156, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8153&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 1.166666666666666, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.738306, 4.083528]]}, &quot;bbox&quot;: [9.738306, 4.083528, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8189&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.738406, 4.083628]]}, &quot;bbox&quot;: [9.738406, 4.083628, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8225&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 947.0, &quot;att&quot;: 2.9047619047619033, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.783583, 4.089889]]}, &quot;bbox&quot;: [9.783583, 4.0817, 9.786083, 4.089889]}, {&quot;id&quot;: &quot;8261&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 947.0, &quot;att&quot;: 3.052631578947369, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.783683, 4.089989]]}, &quot;bbox&quot;: [9.783683, 4.081799999999999, 9.786183, 4.089989]}, {&quot;id&quot;: &quot;8297&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 0.8461538461538491, &quot;style&quot;: {&quot;color&quot;: &quot;#98d83e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.743333, 4.074778, 9.761667, 4.097333]}, {&quot;id&quot;: &quot;8333&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 0.5, &quot;style&quot;: {&quot;color&quot;: &quot;#21918c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.743433, 4.074878, 9.761766999999999, 4.097433]}, {&quot;id&quot;: &quot;8369&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 1.8787878787878813, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.76601, 4.08663]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.76601, 4.08663]}, {&quot;id&quot;: &quot;8405&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 1.5813953488372097, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.76611, 4.08673]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.76611, 4.08673]}, {&quot;id&quot;: &quot;8441&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 1.7272727272727237, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.808667, 4.091389]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.808667, 4.091389]}, {&quot;id&quot;: &quot;8477&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 2.035714285714281, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.808767, 4.091489]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.808767, 4.091489]}, {&quot;id&quot;: &quot;8513&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 830.0, &quot;att&quot;: 1.3617021276595733, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.758611, 4.090833]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.758611, 4.090833]}, {&quot;id&quot;: &quot;8549&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 830.0, &quot;att&quot;: 1.3599999999999994, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.758711, 4.090933]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.758711, 4.090933]}, {&quot;id&quot;: &quot;8585&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 555.0, &quot;att&quot;: 1.062500000000001, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73381, 4.08679], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.73381, 4.08679, 9.736042, 4.091278]}, {&quot;id&quot;: &quot;8621&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 555.0, &quot;att&quot;: 1.0400000000000005, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73391, 4.0868899999999995], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.73391, 4.0868899999999995, 9.736142, 4.091378]}, {&quot;id&quot;: &quot;8657&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 0.6500000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#2fb47c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.744, 4.104861]]}, &quot;bbox&quot;: [9.744, 4.074778, 9.761667, 4.104861]}, {&quot;id&quot;: &quot;8693&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 0.45714285714285957, &quot;style&quot;: {&quot;color&quot;: &quot;#24868e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.7441, 4.104960999999999]]}, &quot;bbox&quot;: [9.7441, 4.074878, 9.761766999999999, 4.104960999999999]}, {&quot;id&quot;: &quot;8729&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 889.0, &quot;att&quot;: 4.071428571428573, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76601, 4.08663], [9.764367, 4.0945]]}, &quot;bbox&quot;: [9.764367, 4.08663, 9.76601, 4.0945]}, {&quot;id&quot;: &quot;8765&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 889.0, &quot;att&quot;: 3.588235294117657, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76611, 4.08673], [9.764467, 4.0946]]}, &quot;bbox&quot;: [9.764467, 4.08673, 9.76611, 4.0946]}, {&quot;id&quot;: &quot;8801&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 736.0, &quot;att&quot;: 0.6666666666666666, &quot;style&quot;: {&quot;color&quot;: &quot;#35b779&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729444, 4.091944], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.729444, 4.091278, 9.736042, 4.091944]}, {&quot;id&quot;: &quot;8837&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 736.0, &quot;att&quot;: 0.6363636363636349, &quot;style&quot;: {&quot;color&quot;: &quot;#2ab07f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729544, 4.092044], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.729544, 4.091378, 9.736142, 4.092044]}, {&quot;id&quot;: &quot;8873&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 419.0, &quot;att&quot;: 0.961538461538461, &quot;style&quot;: {&quot;color&quot;: &quot;#e7e419&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74168, 4.09393], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.74168, 4.09393, 9.743333, 4.097333]}, {&quot;id&quot;: &quot;8909&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 419.0, &quot;att&quot;: 2.000000000000003, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:35:00&quot;, &quot;2019-07-17T21:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74178, 4.09403], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.74178, 4.09403, 9.743433, 4.097433]}, {&quot;id&quot;: &quot;15&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 1.74074074074074, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.791866, 3.97665]]}, &quot;bbox&quot;: [9.787167, 3.97665, 9.791866, 3.992722]}, {&quot;id&quot;: &quot;51&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 1.5357142857142863, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.791966, 3.97675]]}, &quot;bbox&quot;: [9.787267, 3.97675, 9.791966, 3.9928220000000003]}, {&quot;id&quot;: &quot;87&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 1.1447368421052644, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.81613, 3.97866]]}, &quot;bbox&quot;: [9.787167, 3.97866, 9.81613, 3.992722]}, {&quot;id&quot;: &quot;123&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.1256830601092896, &quot;style&quot;: {&quot;color&quot;: &quot;#472d7b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.81623, 3.9787600000000003]]}, &quot;bbox&quot;: [9.787267, 3.9787600000000003, 9.81623, 3.9928220000000003]}, {&quot;id&quot;: &quot;159&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 556.0, &quot;att&quot;: 3.6562500000000036, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763806, 3.997361], [9.75885, 3.99663]]}, &quot;bbox&quot;: [9.75885, 3.99663, 9.763806, 3.997361]}, {&quot;id&quot;: &quot;195&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 556.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763906, 3.9974610000000004], [9.75895, 3.9967300000000003]]}, &quot;bbox&quot;: [9.75895, 3.9967300000000003, 9.763906, 3.9974610000000004]}, {&quot;id&quot;: &quot;231&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 402.0, &quot;att&quot;: 1.5294117647058836, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745083, 4.002553], [9.748639, 4.003231]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.748639, 4.003231]}, {&quot;id&quot;: &quot;267&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 402.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745182999999999, 4.002653], [9.748739, 4.003331]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.748739, 4.003331]}, {&quot;id&quot;: &quot;303&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 774.0, &quot;att&quot;: 4.022727272727274, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76732, 4.003512], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.76732, 4.003512, 9.767719, 4.0105]}, {&quot;id&quot;: &quot;339&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 774.0, &quot;att&quot;: 5.17142857142857, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76742, 4.0036119999999995], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.76742, 4.0036119999999995, 9.767819, 4.0106]}, {&quot;id&quot;: &quot;375&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 9.121212121212128, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799472, 4.004194], [9.778111, 4.012278]]}, &quot;bbox&quot;: [9.778111, 4.004194, 9.799472, 4.012278]}, {&quot;id&quot;: &quot;411&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 2.22222222222222, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799572, 4.004294], [9.778211, 4.012378]]}, &quot;bbox&quot;: [9.778211, 4.004294, 9.799572, 4.012378]}, {&quot;id&quot;: &quot;447&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 3.537037037037038, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.705944, 4.01775], [9.701194, 4.008306]]}, &quot;bbox&quot;: [9.701194, 4.008306, 9.705944, 4.01775]}, {&quot;id&quot;: &quot;483&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 0.2915309446254071, &quot;style&quot;: {&quot;color&quot;: &quot;#365d8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706044, 4.01785], [9.701293999999999, 4.008406]]}, &quot;bbox&quot;: [9.701293999999999, 4.008406, 9.706044, 4.01785]}, {&quot;id&quot;: &quot;519&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 2.8205128205128265, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.763806, 3.997361]]}, &quot;bbox&quot;: [9.763806, 3.997361, 9.767833, 4.029]}, {&quot;id&quot;: &quot;555&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 10.837837837837851, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.763906, 3.9974610000000004]]}, &quot;bbox&quot;: [9.763906, 3.9974610000000004, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;591&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 3.3896103896103877, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741417, 4.009639], [9.723611, 4.020194]]}, &quot;bbox&quot;: [9.723611, 4.009639, 9.741417, 4.020194]}, {&quot;id&quot;: &quot;627&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 3.2307692307692286, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741517, 4.009739], [9.723711, 4.020294]]}, &quot;bbox&quot;: [9.723711, 4.009739, 9.741517, 4.020294]}, {&quot;id&quot;: &quot;663&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 2.7450980392156894, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.745083, 4.002553]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.767833, 4.029]}, {&quot;id&quot;: &quot;699&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 4.8, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.745182999999999, 4.002653]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;735&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 466.0, &quot;att&quot;: 4.959999999999999, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73456, 4.01734]]}, &quot;bbox&quot;: [9.73456, 4.015972, 9.738528, 4.01734]}, {&quot;id&quot;: &quot;771&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 466.0, &quot;att&quot;: 4.672413793103447, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73466, 4.01744]]}, &quot;bbox&quot;: [9.73466, 4.016071999999999, 9.738628, 4.01744]}, {&quot;id&quot;: &quot;807&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8335.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 4.119999999999999, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.762056, 4.004472]]}, &quot;bbox&quot;: [9.762056, 4.004472, 9.767833, 4.029]}, {&quot;id&quot;: &quot;843&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8454.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 4.80952380952382, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.762156, 4.004572]]}, &quot;bbox&quot;: [9.762156, 4.004572, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;879&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 5.916666666666665, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.768083, 4.017917]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.768083, 4.017917]}, {&quot;id&quot;: &quot;915&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 7.148936170212773, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.768183, 4.0180169999999995]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.768183, 4.0180169999999995]}, {&quot;id&quot;: &quot;951&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 4.764705882352944, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727083, 4.023444], [9.72629, 4.01048]]}, &quot;bbox&quot;: [9.72629, 4.01048, 9.727083, 4.023444]}, {&quot;id&quot;: &quot;987&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 4.162162162162159, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727183, 4.023543999999999], [9.72639, 4.01058]]}, &quot;bbox&quot;: [9.72639, 4.01058, 9.727183, 4.023543999999999]}, {&quot;id&quot;: &quot;1023&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 2.142857142857143, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.757556, 4.0195]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.757556, 4.0195]}, {&quot;id&quot;: &quot;1059&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 4.7560975609756095, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.757655999999999, 4.0196]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.757655999999999, 4.0196]}, {&quot;id&quot;: &quot;1095&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 1.25, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.756817, 4.008442]]}, &quot;bbox&quot;: [9.756817, 4.008442, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1131&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 3.311827956989248, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.756917, 4.008541999999999]]}, &quot;bbox&quot;: [9.756917, 4.008541999999999, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1167&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.23817292006525287, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4e8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744694, 4.014417], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.744694, 4.014417, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1203&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.7908163265306125, &quot;style&quot;: {&quot;color&quot;: &quot;#75d054&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744794, 4.014517], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.744794, 4.014517, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1239&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 6.735294117647073, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.767719, 4.0105, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1275&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 5.111111111111118, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.767819, 4.0106, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1311&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 3.5303030303030316, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.780278, 4.023889]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.780278, 4.023889]}, {&quot;id&quot;: &quot;1347&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 7.0793650793650755, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.780377999999999, 4.023988999999999]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.780377999999999, 4.023988999999999]}, {&quot;id&quot;: &quot;1383&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 6.97368421052631, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.721083, 4.0115]]}, &quot;bbox&quot;: [9.696744, 4.0115, 9.721083, 4.029381]}, {&quot;id&quot;: &quot;1419&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 5.795918367346939, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.721183, 4.0116]]}, &quot;bbox&quot;: [9.696844, 4.0116, 9.721183, 4.029481]}, {&quot;id&quot;: &quot;1455&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 654.0, &quot;att&quot;: 9.35, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743889, 4.0194], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.743889, 4.0194, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1491&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 654.0, &quot;att&quot;: 3.793103448275864, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743989, 4.0195], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.743989, 4.0195, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1527&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024043N-9.680260E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2266.0, &quot;att&quot;: 1.9111111111111145, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.67025, 4.022056], [9.69027, 4.02603]]}, &quot;bbox&quot;: [9.67025, 4.022056, 9.69027, 4.02603]}, {&quot;id&quot;: &quot;1563&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 5.689655172413796, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.72802, 4.03279]]}, &quot;bbox&quot;: [9.72802, 4.015972, 9.738528, 4.03279]}, {&quot;id&quot;: &quot;1599&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 8.937499999999991, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.72812, 4.03289]]}, &quot;bbox&quot;: [9.72812, 4.016071999999999, 9.738628, 4.03289]}, {&quot;id&quot;: &quot;1635&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 2.5094339622641484, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.69921, 4.02012]]}, &quot;bbox&quot;: [9.696744, 4.02012, 9.69921, 4.029381]}, {&quot;id&quot;: &quot;1671&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.9230769230769225, &quot;style&quot;: {&quot;color&quot;: &quot;#cde11d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.69931, 4.02022]]}, &quot;bbox&quot;: [9.696844, 4.02022, 9.69931, 4.029481]}, {&quot;id&quot;: &quot;1707&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18737.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 8.515151515151505, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.77399, 4.02125]]}, &quot;bbox&quot;: [9.767833, 4.02125, 9.77399, 4.029]}, {&quot;id&quot;: &quot;1743&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17727.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 8.096774193548384, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.77409, 4.02135]]}, &quot;bbox&quot;: [9.767933, 4.02135, 9.77409, 4.0291]}, {&quot;id&quot;: &quot;1779&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14431.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 874.0, &quot;att&quot;: 3.517241379310339, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737194, 4.022139], [9.741992, 4.0284]]}, &quot;bbox&quot;: [9.737194, 4.022139, 9.741992, 4.0284]}, {&quot;id&quot;: &quot;1815&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14921.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 874.0, &quot;att&quot;: 3.599999999999999, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737294, 4.022239], [9.742092, 4.0285]]}, &quot;bbox&quot;: [9.737294, 4.022239, 9.742092, 4.0285]}, {&quot;id&quot;: &quot;1851&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 3.6285714285714294, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73325, 4.035278]]}, &quot;bbox&quot;: [9.73325, 4.015972, 9.738528, 4.035278]}, {&quot;id&quot;: &quot;1887&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 4.7200000000000015, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73335, 4.035378]]}, &quot;bbox&quot;: [9.73335, 4.016071999999999, 9.738628, 4.035378]}, {&quot;id&quot;: &quot;1923&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 2.8823529411764746, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.70976, 4.02238]]}, &quot;bbox&quot;: [9.696744, 4.02238, 9.70976, 4.029381]}, {&quot;id&quot;: &quot;1959&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 2.884615384615391, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.709859999999999, 4.02248]]}, &quot;bbox&quot;: [9.696844, 4.02248, 9.709859999999999, 4.029481]}, {&quot;id&quot;: &quot;1995&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 755.0, &quot;att&quot;: 2.636363636363632, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.694556, 4.022917]]}, &quot;bbox&quot;: [9.694556, 4.022917, 9.696744, 4.029381]}, {&quot;id&quot;: &quot;2031&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 755.0, &quot;att&quot;: 2.1500000000000004, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.694656, 4.023016999999999]]}, &quot;bbox&quot;: [9.694656, 4.023016999999999, 9.696844, 4.029481]}, {&quot;id&quot;: &quot;2067&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 9.870967741935477, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.72684, 4.01658]]}, &quot;bbox&quot;: [9.72684, 4.01658, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2103&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 6.906976744186038, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.726939999999999, 4.01668]]}, &quot;bbox&quot;: [9.726939999999999, 4.01668, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2139&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 364.0, &quot;att&quot;: 2.28571428571429, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.705139, 4.028333]]}, &quot;bbox&quot;: [9.701944, 4.028333, 9.705139, 4.029083]}, {&quot;id&quot;: &quot;2175&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 364.0, &quot;att&quot;: 2.0588235294117614, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.705239, 4.028433]]}, &quot;bbox&quot;: [9.702043999999999, 4.028433, 9.705239, 4.029183]}, {&quot;id&quot;: &quot;2211&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 2.3488372093023235, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.686417, 4.029444]]}, &quot;bbox&quot;: [9.686417, 4.029381, 9.696744, 4.029444]}, {&quot;id&quot;: &quot;2247&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 2.195121951219515, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.686517, 4.029544]]}, &quot;bbox&quot;: [9.686517, 4.029481, 9.696844, 4.029544]}, {&quot;id&quot;: &quot;2283&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 868.0, &quot;att&quot;: 5.000000000000003, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.709194, 4.032028]]}, &quot;bbox&quot;: [9.701944, 4.029083, 9.709194, 4.032028]}, {&quot;id&quot;: &quot;2319&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 868.0, &quot;att&quot;: 5.260869565217399, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.709294, 4.032128]]}, &quot;bbox&quot;: [9.702043999999999, 4.029183, 9.709294, 4.032128]}, {&quot;id&quot;: &quot;2355&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 666.0, &quot;att&quot;: 1.9333333333333325, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.691575, 4.032433]]}, &quot;bbox&quot;: [9.691575, 4.029381, 9.696744, 4.032433]}, {&quot;id&quot;: &quot;2391&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 666.0, &quot;att&quot;: 1.962962962962965, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.691675, 4.032533]]}, &quot;bbox&quot;: [9.691675, 4.029481, 9.696844, 4.032533]}, {&quot;id&quot;: &quot;2427&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 536.0, &quot;att&quot;: 2.590909090909089, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699417, 4.033417]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699417, 4.033417]}, {&quot;id&quot;: &quot;2463&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 536.0, &quot;att&quot;: 2.2999999999999994, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699517, 4.033517]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699517, 4.033517]}, {&quot;id&quot;: &quot;2499&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 7.270270270270264, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.727083, 4.023444]]}, &quot;bbox&quot;: [9.727083, 4.023444, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2535&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 5.230769230769235, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.727183, 4.023543999999999]]}, &quot;bbox&quot;: [9.727183, 4.023543999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2571&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 4.365853658536591, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71564, 4.032], [9.71203, 4.03312]]}, &quot;bbox&quot;: [9.71203, 4.032, 9.71564, 4.03312]}, {&quot;id&quot;: &quot;2607&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 3.8936170212765986, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71574, 4.0321], [9.71213, 4.03322]]}, &quot;bbox&quot;: [9.71213, 4.0321, 9.71574, 4.03322]}, {&quot;id&quot;: &quot;2643&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 4.615384615384609, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.755167, 4.037361]]}, &quot;bbox&quot;: [9.755167, 4.029, 9.767833, 4.037361]}, {&quot;id&quot;: &quot;2679&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 5.027027027027033, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.755267, 4.0374609999999995]]}, &quot;bbox&quot;: [9.755267, 4.0291, 9.767933, 4.0374609999999995]}, {&quot;id&quot;: &quot;2715&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 323.0, &quot;att&quot;: 2.0500000000000007, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691575, 4.032433], [9.691889, 4.035333]]}, &quot;bbox&quot;: [9.691575, 4.032433, 9.691889, 4.035333]}, {&quot;id&quot;: &quot;2751&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 323.0, &quot;att&quot;: 2.3529411764705843, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691675, 4.032533], [9.691989, 4.035432999999999]]}, &quot;bbox&quot;: [9.691675, 4.032533, 9.691989, 4.035432999999999]}, {&quot;id&quot;: &quot;2787&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 516.0, &quot;att&quot;: 3.7187500000000044, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774333, 4.033028], [9.77026, 4.03527]]}, &quot;bbox&quot;: [9.77026, 4.033028, 9.774333, 4.03527]}, {&quot;id&quot;: &quot;2823&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 516.0, &quot;att&quot;: 3.3749999999999982, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774433, 4.033128], [9.77036, 4.0353699999999995]]}, &quot;bbox&quot;: [9.77036, 4.033128, 9.774433, 4.0353699999999995]}, {&quot;id&quot;: &quot;2859&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 4.719999999999999, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.725667, 4.028583]]}, &quot;bbox&quot;: [9.725667, 4.028583, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2895&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 5.019607843137259, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.725767, 4.028683]]}, &quot;bbox&quot;: [9.725767, 4.028683, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2931&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 2.5333333333333363, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699006, 4.040886]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699006, 4.040886]}, {&quot;id&quot;: &quot;2967&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 2.388888888888891, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699106, 4.040986]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699106, 4.040986]}, {&quot;id&quot;: &quot;3003&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17810.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 610.0, &quot;att&quot;: 1.523809523809526, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683883, 4.033886], [9.688056, 4.037472]]}, &quot;bbox&quot;: [9.683883, 4.033886, 9.688056, 4.037472]}, {&quot;id&quot;: &quot;3039&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18820.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 610.0, &quot;att&quot;: 1.4074074074074048, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683983, 4.033986], [9.688156, 4.037572]]}, &quot;bbox&quot;: [9.683983, 4.033986, 9.688156, 4.037572]}, {&quot;id&quot;: &quot;3075&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 4.000000000000005, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.766222, 4.046556]]}, &quot;bbox&quot;: [9.766222, 4.029, 9.767833, 4.046556]}, {&quot;id&quot;: &quot;3111&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 4.156862745098037, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.766322, 4.046656]]}, &quot;bbox&quot;: [9.766322, 4.0291, 9.767933, 4.046656]}, {&quot;id&quot;: &quot;3147&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 433.0, &quot;att&quot;: 3.038461538461536, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706106, 4.040083], [9.703794, 4.036926]]}, &quot;bbox&quot;: [9.703794, 4.036926, 9.706106, 4.040083]}, {&quot;id&quot;: &quot;3183&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 433.0, &quot;att&quot;: 3.0714285714285725, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706206, 4.040183], [9.703894, 4.037026]]}, &quot;bbox&quot;: [9.703894, 4.037026, 9.706206, 4.040183]}, {&quot;id&quot;: &quot;3219&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 7.046511627906971, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.711917, 4.037722]]}, &quot;bbox&quot;: [9.711917, 4.037722, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;3255&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 7.891304347826085, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.712017, 4.037821999999999]]}, &quot;bbox&quot;: [9.712017, 4.037821999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;3291&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 928.0, &quot;att&quot;: 3.2241379310344835, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.741011, 4.038342]]}, &quot;bbox&quot;: [9.733028, 4.038342, 9.741011, 4.040819]}, {&quot;id&quot;: &quot;3327&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 928.0, &quot;att&quot;: 3.18867924528302, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.741111, 4.038442]]}, &quot;bbox&quot;: [9.733127999999999, 4.038442, 9.741111, 4.040919]}, {&quot;id&quot;: &quot;3363&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 441.0, &quot;att&quot;: 2.4285714285714266, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.70265, 4.03931]]}, &quot;bbox&quot;: [9.699006, 4.03931, 9.70265, 4.040886]}, {&quot;id&quot;: &quot;3399&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 441.0, &quot;att&quot;: 2.2142857142857117, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.70275, 4.03941]]}, &quot;bbox&quot;: [9.699106, 4.03941, 9.70275, 4.040986]}, {&quot;id&quot;: &quot;3435&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 697.0, &quot;att&quot;: 1.8923076923076918, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774, 4.042306], [9.7795, 4.039278]]}, &quot;bbox&quot;: [9.774, 4.039278, 9.7795, 4.042306]}, {&quot;id&quot;: &quot;3471&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 697.0, &quot;att&quot;: 1.485148514851486, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774099999999999, 4.042406], [9.7796, 4.039378]]}, &quot;bbox&quot;: [9.774099999999999, 4.039378, 9.7796, 4.042406]}, {&quot;id&quot;: &quot;3508&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041057N-9.688122E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 387.0, &quot;att&quot;: 1.3333333333333353, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.689827, 4.040697]]}, &quot;bbox&quot;: [9.686417, 4.040697, 9.689827, 4.041417]}, {&quot;id&quot;: &quot;3544&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 975.0, &quot;att&quot;: 1.5299999999999998, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762056, 4.03875], [9.754583, 4.043386]]}, &quot;bbox&quot;: [9.754583, 4.03875, 9.762056, 4.043386]}, {&quot;id&quot;: &quot;3580&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 975.0, &quot;att&quot;: 3.4418604651162825, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762156, 4.03885], [9.754683, 4.043486]]}, &quot;bbox&quot;: [9.754683, 4.03885, 9.762156, 4.043486]}, {&quot;id&quot;: &quot;3616&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 524.0, &quot;att&quot;: 4.225806451612902, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.728389, 4.041694]]}, &quot;bbox&quot;: [9.728389, 4.040819, 9.733028, 4.041694]}, {&quot;id&quot;: &quot;3652&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.32346241457858776, &quot;style&quot;: {&quot;color&quot;: &quot;#32658e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.728489, 4.041793999999999]]}, &quot;bbox&quot;: [9.728489, 4.040919, 9.733127999999999, 4.041793999999999]}, {&quot;id&quot;: &quot;3688&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 3.3793103448275854, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.779361, 4.053694]]}, &quot;bbox&quot;: [9.767833, 4.029, 9.779361, 4.053694]}, {&quot;id&quot;: &quot;3724&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 3.333333333333332, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.779461, 4.053794]]}, &quot;bbox&quot;: [9.767933, 4.0291, 9.779461, 4.053794]}, {&quot;id&quot;: &quot;3760&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 5.272727272727275, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.747639, 4.043778]]}, &quot;bbox&quot;: [9.733028, 4.040819, 9.747639, 4.043778]}, {&quot;id&quot;: &quot;3796&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 4.049180327868856, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.747739, 4.043877999999999]]}, &quot;bbox&quot;: [9.733127999999999, 4.040919, 9.747739, 4.043877999999999]}, {&quot;id&quot;: &quot;3832&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 8.85106382978723, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702978, 4.056559], [9.73025, 4.028444]]}, &quot;bbox&quot;: [9.702978, 4.028444, 9.73025, 4.056559]}, {&quot;id&quot;: &quot;3868&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 6.795454545454548, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703078, 4.056659], [9.73035, 4.028544]]}, &quot;bbox&quot;: [9.703078, 4.028544, 9.73035, 4.056659]}, {&quot;id&quot;: &quot;3904&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 4.0526315789473575, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.69725, 4.04425]]}, &quot;bbox&quot;: [9.69725, 4.040886, 9.699006, 4.04425]}, {&quot;id&quot;: &quot;3940&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 3.9545454545454506, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.69735, 4.04435]]}, &quot;bbox&quot;: [9.69735, 4.040986, 9.699106, 4.04435]}, {&quot;id&quot;: &quot;3976&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 431.0, &quot;att&quot;: 4.108108108108106, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704083, 4.04244], [9.707889, 4.043194]]}, &quot;bbox&quot;: [9.704083, 4.04244, 9.707889, 4.043194]}, {&quot;id&quot;: &quot;4012&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 431.0, &quot;att&quot;: 4.184210526315784, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704183, 4.04254], [9.707989, 4.0432939999999995]]}, &quot;bbox&quot;: [9.704183, 4.04254, 9.707989, 4.0432939999999995]}, {&quot;id&quot;: &quot;4050&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043833N-9.687306E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 570.0, &quot;att&quot;: 0.9000000000000009, &quot;style&quot;: {&quot;color&quot;: &quot;#bddf26&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.688194, 4.04625]]}, &quot;bbox&quot;: [9.686417, 4.041417, 9.688194, 4.04625]}, {&quot;id&quot;: &quot;4086&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 810.0, &quot;att&quot;: 5.730769230769227, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707889, 4.043194], [9.700739, 4.044661]]}, &quot;bbox&quot;: [9.700739, 4.043194, 9.707889, 4.044661]}, {&quot;id&quot;: &quot;4122&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 810.0, &quot;att&quot;: 6.360000000000002, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707989, 4.0432939999999995], [9.700839, 4.044760999999999]]}, &quot;bbox&quot;: [9.700839, 4.0432939999999995, 9.707989, 4.044760999999999]}, {&quot;id&quot;: &quot;4158&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 706.0, &quot;att&quot;: 4.333333333333336, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728389, 4.041694], [9.72575, 4.0475]]}, &quot;bbox&quot;: [9.72575, 4.041694, 9.728389, 4.0475]}, {&quot;id&quot;: &quot;4194&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 706.0, &quot;att&quot;: 3.681818181818182, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728489, 4.041793999999999], [9.72585, 4.0476]]}, &quot;bbox&quot;: [9.72585, 4.041793999999999, 9.728489, 4.0476]}, {&quot;id&quot;: &quot;4230&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 6.282051282051286, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.699006, 4.040886, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4266&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 10.560000000000002, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.699106, 4.040986, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4302&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14487.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 611.0, &quot;att&quot;: 3.379310344827581, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71598, 4.04642], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.71598, 4.04642, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4338&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14977.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 611.0, &quot;att&quot;: 4.222222222222217, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71608, 4.04652], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.71608, 4.04652, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4374&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048013N-9.705195E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 822.0, &quot;att&quot;: 2.5090909090909097, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703528, 4.044694], [9.706861, 4.051333]]}, &quot;bbox&quot;: [9.703528, 4.044694, 9.706861, 4.051333]}, {&quot;id&quot;: &quot;4410&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 317.0, &quot;att&quot;: 0.7089201877934271, &quot;style&quot;: {&quot;color&quot;: &quot;#48c16e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698333, 4.049556], [9.698917, 4.04675]]}, &quot;bbox&quot;: [9.698333, 4.04675, 9.698917, 4.049556]}, {&quot;id&quot;: &quot;4446&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 317.0, &quot;att&quot;: 3.416666666666667, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698433, 4.049656], [9.699017, 4.04685]]}, &quot;bbox&quot;: [9.698433, 4.04685, 9.699017, 4.049656]}, {&quot;id&quot;: &quot;4482&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 564.0, &quot;att&quot;: 3.791666666666658, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706861, 4.051333], [9.708472, 4.0465]]}, &quot;bbox&quot;: [9.706861, 4.0465, 9.708472, 4.051333]}, {&quot;id&quot;: &quot;4518&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 564.0, &quot;att&quot;: 3.9130434782608745, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706961, 4.051432999999999], [9.708572, 4.0466]]}, &quot;bbox&quot;: [9.706961, 4.0466, 9.708572, 4.051432999999999]}, {&quot;id&quot;: &quot;4554&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 596.0, &quot;att&quot;: 3.064516129032264, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.771911, 4.050192], [9.777253, 4.049658]]}, &quot;bbox&quot;: [9.771911, 4.049658, 9.777253, 4.050192]}, {&quot;id&quot;: &quot;4590&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 596.0, &quot;att&quot;: 2.093749999999999, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.772011, 4.050292], [9.777353, 4.049758]]}, &quot;bbox&quot;: [9.772011, 4.049758, 9.777353, 4.050292]}, {&quot;id&quot;: &quot;4626&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050150N-9.740475E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 454.0, &quot;att&quot;: 1.9032258064516117, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741306, 4.052028], [9.739644, 4.048272]]}, &quot;bbox&quot;: [9.739644, 4.048272, 9.741306, 4.052028]}, {&quot;id&quot;: &quot;4662&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 522.0, &quot;att&quot;: 1.884615384615383, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702389, 4.052444], [9.704556, 4.04825]]}, &quot;bbox&quot;: [9.702389, 4.04825, 9.704556, 4.052444]}, {&quot;id&quot;: &quot;4698&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 522.0, &quot;att&quot;: 1.7200000000000002, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702489, 4.052544], [9.704656, 4.04835]]}, &quot;bbox&quot;: [9.702489, 4.04835, 9.704656, 4.052544]}, {&quot;id&quot;: &quot;4734&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 956.0, &quot;att&quot;: 1.15625, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.756833, 4.047389]]}, &quot;bbox&quot;: [9.750917, 4.047389, 9.756833, 4.053667]}, {&quot;id&quot;: &quot;4770&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 956.0, &quot;att&quot;: 3.199999999999997, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.756933, 4.047489]]}, &quot;bbox&quot;: [9.751017, 4.047489, 9.756933, 4.053767]}, {&quot;id&quot;: &quot;4806&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 1.2142857142857142, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779361, 4.053694], [9.797806, 4.050472]]}, &quot;bbox&quot;: [9.779361, 4.050472, 9.797806, 4.053694]}, {&quot;id&quot;: &quot;4842&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 1.2698412698412702, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779461, 4.053794], [9.797906, 4.050572]]}, &quot;bbox&quot;: [9.779461, 4.050572, 9.797906, 4.053794]}, {&quot;id&quot;: &quot;4878&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8363.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 2.541666666666658, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.775889, 4.05525]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.775889, 4.05525]}, {&quot;id&quot;: &quot;4914&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8482.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 2.3599999999999968, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.775989, 4.05535]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.775989, 4.05535]}, {&quot;id&quot;: &quot;4950&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.33009708737864096, &quot;style&quot;: {&quot;color&quot;: &quot;#31678e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.754444, 4.058167]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.754444, 4.058167]}, {&quot;id&quot;: &quot;4986&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.1395881006864989, &quot;style&quot;: {&quot;color&quot;: &quot;#46307e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.754544, 4.058267]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.754544, 4.058267]}, {&quot;id&quot;: &quot;5022&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 546.0, &quot;att&quot;: 1.5454545454545454, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.767556, 4.053639]]}, &quot;bbox&quot;: [9.767556, 4.053639, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5058&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 546.0, &quot;att&quot;: 1.999999999999998, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.767656, 4.053739]]}, &quot;bbox&quot;: [9.767656, 4.053739, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5094&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 879.0, &quot;att&quot;: 2.0961538461538463, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738694, 4.058056], [9.745611, 4.054186]]}, &quot;bbox&quot;: [9.738694, 4.054186, 9.745611, 4.058056]}, {&quot;id&quot;: &quot;5130&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 879.0, &quot;att&quot;: 2.200000000000002, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738794, 4.058155999999999], [9.745711, 4.054285999999999]]}, &quot;bbox&quot;: [9.738794, 4.054285999999999, 9.745711, 4.058155999999999]}, {&quot;id&quot;: &quot;5166&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 1.7692307692307676, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.743528, 4.059611]]}, &quot;bbox&quot;: [9.743528, 4.053667, 9.750917, 4.059611]}, {&quot;id&quot;: &quot;5202&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 3.5312499999999982, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.743628, 4.059711]]}, &quot;bbox&quot;: [9.743628, 4.053767, 9.751017, 4.059711]}, {&quot;id&quot;: &quot;5238&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 3.322580645161288, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726194, 4.060028], [9.750917, 4.053667]]}, &quot;bbox&quot;: [9.726194, 4.053667, 9.750917, 4.060028]}, {&quot;id&quot;: &quot;5274&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 3.199999999999999, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726294, 4.060128], [9.751017, 4.053767]]}, &quot;bbox&quot;: [9.726294, 4.053767, 9.751017, 4.060128]}, {&quot;id&quot;: &quot;5310&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 2.7499999999999982, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726393999999999, 4.060228], [9.751116999999999, 4.053867]]}, &quot;bbox&quot;: [9.726393999999999, 4.053867, 9.751116999999999, 4.060228]}, {&quot;id&quot;: &quot;5346&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 3.3611111111111103, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726493999999999, 4.060328], [9.751216999999999, 4.053967]]}, &quot;bbox&quot;: [9.726493999999999, 4.053967, 9.751216999999999, 4.060328]}, {&quot;id&quot;: &quot;5382&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_0&quot;, &quot;frequency&quot;: 12793.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 3.85714285714286, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726594, 4.060428], [9.751317, 4.054067]]}, &quot;bbox&quot;: [9.726594, 4.054067, 9.751317, 4.060428]}, {&quot;id&quot;: &quot;5418&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_1&quot;, &quot;frequency&quot;: 13059.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 3.1315789473684172, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726694, 4.060528], [9.751417, 4.054167]]}, &quot;bbox&quot;: [9.726694, 4.054167, 9.751417, 4.060528]}, {&quot;id&quot;: &quot;5454&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 3.222222222222219, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.734028, 4.06025]]}, &quot;bbox&quot;: [9.734028, 4.053667, 9.750917, 4.06025]}, {&quot;id&quot;: &quot;5490&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 2.8000000000000047, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.734128, 4.06035]]}, &quot;bbox&quot;: [9.734128, 4.053767, 9.751017, 4.06035]}, {&quot;id&quot;: &quot;5526&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 630.0, &quot;att&quot;: 2.054054054054053, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.763167, 4.056417]]}, &quot;bbox&quot;: [9.763167, 4.056417, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5562&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 630.0, &quot;att&quot;: 1.695652173913044, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.763266999999999, 4.0565169999999995]]}, &quot;bbox&quot;: [9.763266999999999, 4.0565169999999995, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5598&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 2.3387096774193576, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.786861, 4.062806]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.786861, 4.062806]}, {&quot;id&quot;: &quot;5634&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 3.828571428571426, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.786961, 4.062906]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.786961, 4.062906]}, {&quot;id&quot;: &quot;5670&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 1.5217391304347752, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.720853, 4.053242]]}, &quot;bbox&quot;: [9.714664, 4.053242, 9.720853, 4.06425]}, {&quot;id&quot;: &quot;5706&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 1.888888888888895, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.720953, 4.053342]]}, &quot;bbox&quot;: [9.714764, 4.053342, 9.720953, 4.06435]}, {&quot;id&quot;: &quot;5742&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 1.8867924528301896, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.75311, 4.064069]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.75311, 4.064069]}, {&quot;id&quot;: &quot;5778&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 1.92982456140351, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.75321, 4.064169]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.75321, 4.064169]}, {&quot;id&quot;: &quot;5814&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 1.9583333333333341, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.767778, 4.064361]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.767778, 4.064361]}, {&quot;id&quot;: &quot;5850&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 3.5483870967741917, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.767878, 4.064461]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.767878, 4.064461]}, {&quot;id&quot;: &quot;5886&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 796.0, &quot;att&quot;: 2.6250000000000004, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708444, 4.060333], [9.715412, 4.058638]]}, &quot;bbox&quot;: [9.708444, 4.058638, 9.715412, 4.060333]}, {&quot;id&quot;: &quot;5922&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 796.0, &quot;att&quot;: 2.782608695652174, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708544, 4.060433], [9.715512, 4.058738]]}, &quot;bbox&quot;: [9.708544, 4.058738, 9.715512, 4.060433]}, {&quot;id&quot;: &quot;5958&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 3.7407407407407374, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.759558, 4.066322]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.759558, 4.066322]}, {&quot;id&quot;: &quot;5994&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 3.846153846153844, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.759658, 4.066422]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.759658, 4.066422]}, {&quot;id&quot;: &quot;6030&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 1.4285714285714264, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.777639, 4.063131]]}, &quot;bbox&quot;: [9.768444, 4.0585, 9.777639, 4.063131]}, {&quot;id&quot;: &quot;6066&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 1.7407407407407418, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.777739, 4.063231]]}, &quot;bbox&quot;: [9.768544, 4.0586, 9.777739, 4.063231]}, {&quot;id&quot;: &quot;6102&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 498.0, &quot;att&quot;: 2.2156862745098027, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743528, 4.059611], [9.74569, 4.06356]]}, &quot;bbox&quot;: [9.743528, 4.059611, 9.74569, 4.06356]}, {&quot;id&quot;: &quot;6138&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 498.0, &quot;att&quot;: 3.7407407407407445, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743628, 4.059711], [9.74579, 4.06366]]}, &quot;bbox&quot;: [9.743628, 4.059711, 9.74579, 4.06366]}, {&quot;id&quot;: &quot;6174&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 741.0, &quot;att&quot;: 0.4583333333333342, &quot;style&quot;: {&quot;color&quot;: &quot;#24868e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704333, 4.059583], [9.706333, 4.065972]]}, &quot;bbox&quot;: [9.704333, 4.059583, 9.706333, 4.065972]}, {&quot;id&quot;: &quot;6210&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 741.0, &quot;att&quot;: 0.4761904761904759, &quot;style&quot;: {&quot;color&quot;: &quot;#238a8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704433, 4.059683], [9.706433, 4.066072]]}, &quot;bbox&quot;: [9.704433, 4.059683, 9.706433, 4.066072]}, {&quot;id&quot;: &quot;6246&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 603.0, &quot;att&quot;: 1.1212121212121209, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.719389, 4.061556]]}, &quot;bbox&quot;: [9.714664, 4.061556, 9.719389, 4.06425]}, {&quot;id&quot;: &quot;6282&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 603.0, &quot;att&quot;: 1.2580645161290311, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.719489, 4.061656]]}, &quot;bbox&quot;: [9.714764, 4.061656, 9.719489, 4.06435]}, {&quot;id&quot;: &quot;6318&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 669.0, &quot;att&quot;: 1.8571428571428554, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759558, 4.066322], [9.76425, 4.062528]]}, &quot;bbox&quot;: [9.759558, 4.062528, 9.76425, 4.066322]}, {&quot;id&quot;: &quot;6354&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 669.0, &quot;att&quot;: 2.1249999999999956, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759658, 4.066422], [9.76435, 4.062628]]}, &quot;bbox&quot;: [9.759658, 4.062628, 9.76435, 4.066422]}, {&quot;id&quot;: &quot;6390&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 451.0, &quot;att&quot;: 0.7894736842105269, &quot;style&quot;: {&quot;color&quot;: &quot;#75d054&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710083, 4.063917], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.710083, 4.063917, 9.71287, 4.06688]}, {&quot;id&quot;: &quot;6426&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 451.0, &quot;att&quot;: 0.8333333333333314, &quot;style&quot;: {&quot;color&quot;: &quot;#90d743&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710182999999999, 4.064017], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.710182999999999, 4.064017, 9.71297, 4.06698]}, {&quot;id&quot;: &quot;6462&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 924.0, &quot;att&quot;: 1.2000000000000008, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79152, 4.065848], [9.799722, 4.06725]]}, &quot;bbox&quot;: [9.79152, 4.065848, 9.799722, 4.06725]}, {&quot;id&quot;: &quot;6498&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 924.0, &quot;att&quot;: 1.3333333333333333, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79162, 4.065948], [9.799821999999999, 4.067349999999999]]}, &quot;bbox&quot;: [9.79162, 4.065948, 9.799821999999999, 4.067349999999999]}, {&quot;id&quot;: &quot;6534&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.72547, 4.07139]}, {&quot;id&quot;: &quot;6570&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.8437499999999998, &quot;style&quot;: {&quot;color&quot;: &quot;#95d840&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.72557, 4.07149]}, {&quot;id&quot;: &quot;6606&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 932.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.722972, 4.065667], [9.729139, 4.071389]]}, &quot;bbox&quot;: [9.722972, 4.065667, 9.729139, 4.071389]}, {&quot;id&quot;: &quot;6642&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 932.0, &quot;att&quot;: 0.9333333333333308, &quot;style&quot;: {&quot;color&quot;: &quot;#d2e21b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.723072, 4.065767], [9.729239, 4.071489]]}, &quot;bbox&quot;: [9.723072, 4.065767, 9.729239, 4.071489]}, {&quot;id&quot;: &quot;6678&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 535.0, &quot;att&quot;: 0.3714285714285706, &quot;style&quot;: {&quot;color&quot;: &quot;#2c718e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714869, 4.071278], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.71287, 4.06688, 9.714869, 4.071278]}, {&quot;id&quot;: &quot;6714&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 535.0, &quot;att&quot;: 0.3333333333333333, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714969, 4.071378], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.71297, 4.06698, 9.714969, 4.071378]}, {&quot;id&quot;: &quot;6750&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 407.0, &quot;att&quot;: 0.827586206896552, &quot;style&quot;: {&quot;color&quot;: &quot;#8bd646&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729139, 4.071389], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.72547, 4.071389, 9.729139, 4.07139]}, {&quot;id&quot;: &quot;6786&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 407.0, &quot;att&quot;: 0.7931034482758614, &quot;style&quot;: {&quot;color&quot;: &quot;#77d153&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729239, 4.071489], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.72557, 4.071489, 9.729239, 4.07149]}, {&quot;id&quot;: &quot;6822&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 731.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736111, 4.072222], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.736111, 4.072222, 9.742681, 4.072661]}, {&quot;id&quot;: &quot;6858&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 731.0, &quot;att&quot;: 4.576923076923074, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736210999999999, 4.072322], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.736210999999999, 4.072322, 9.742780999999999, 4.072761]}, {&quot;id&quot;: &quot;6894&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 561.0, &quot;att&quot;: 2.5217391304347845, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76925, 4.071639], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.76925, 4.071639, 9.774, 4.073367]}, {&quot;id&quot;: &quot;6930&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 561.0, &quot;att&quot;: 2.4999999999999987, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76935, 4.071739], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.76935, 4.071739, 9.774099999999999, 4.073467]}, {&quot;id&quot;: &quot;6966&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 0.4499999999999993, &quot;style&quot;: {&quot;color&quot;: &quot;#25848e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.721058, 4.084075]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.721058, 4.084075]}, {&quot;id&quot;: &quot;7002&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 0.5199999999999989, &quot;style&quot;: {&quot;color&quot;: &quot;#1f958b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.721157999999999, 4.084175]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.721157999999999, 4.084175]}, {&quot;id&quot;: &quot;7038&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.761667, 4.074778]}, {&quot;id&quot;: &quot;7074&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 1.2692307692307674, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.761766999999999, 4.074878]}, {&quot;id&quot;: &quot;7110&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.5882352941176461, &quot;style&quot;: {&quot;color&quot;: &quot;#21a585&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719639, 4.070306], [9.719417, 4.079889]]}, &quot;bbox&quot;: [9.719417, 4.070306, 9.719639, 4.079889]}, {&quot;id&quot;: &quot;7146&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.44000000000000056, &quot;style&quot;: {&quot;color&quot;: &quot;#26828e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719739, 4.070406], [9.719517, 4.079988999999999]]}, &quot;bbox&quot;: [9.719517, 4.070406, 9.719739, 4.079988999999999]}, {&quot;id&quot;: &quot;7182&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 1.7999999999999996, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.781778, 4.069972]]}, &quot;bbox&quot;: [9.781778, 4.069972, 9.786083, 4.0817]}, {&quot;id&quot;: &quot;7218&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 2.291666666666668, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.781877999999999, 4.070072]]}, &quot;bbox&quot;: [9.781877999999999, 4.070072, 9.786183, 4.081799999999999]}, {&quot;id&quot;: &quot;7254&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.30952380952380915, &quot;style&quot;: {&quot;color&quot;: &quot;#33628d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.75645, 4.07833]]}, &quot;bbox&quot;: [9.75645, 4.074778, 9.761667, 4.07833]}, {&quot;id&quot;: &quot;7290&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.021978021978022066, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.756549999999999, 4.07843]]}, &quot;bbox&quot;: [9.756549999999999, 4.074878, 9.761766999999999, 4.07843]}, {&quot;id&quot;: &quot;7326&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 480.0, &quot;att&quot;: 0.3636363636363651, &quot;style&quot;: {&quot;color&quot;: &quot;#2d708e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719417, 4.079889], [9.721778, 4.07625]]}, &quot;bbox&quot;: [9.719417, 4.07625, 9.721778, 4.079889]}, {&quot;id&quot;: &quot;7362&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 480.0, &quot;att&quot;: 0.4, &quot;style&quot;: {&quot;color&quot;: &quot;#2a788e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719517, 4.079988999999999], [9.721878, 4.07635]]}, &quot;bbox&quot;: [9.719517, 4.07635, 9.721878, 4.079988999999999]}, {&quot;id&quot;: &quot;7398&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 1.3200000000000016, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756825, 4.081867], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.756825, 4.081867]}, {&quot;id&quot;: &quot;7434&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 1.2692307692307703, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756924999999999, 4.081967], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.756924999999999, 4.081967]}, {&quot;id&quot;: &quot;7470&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 2.464285714285716, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.801611, 4.076722]]}, &quot;bbox&quot;: [9.786083, 4.076722, 9.801611, 4.0817]}, {&quot;id&quot;: &quot;7506&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 2.4400000000000004, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.801711, 4.076822]]}, &quot;bbox&quot;: [9.786183, 4.076822, 9.801711, 4.081799999999999]}, {&quot;id&quot;: &quot;7542&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 3.258064516129029, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.742681, 4.072661, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;7578&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 2.388888888888891, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.742780999999999, 4.072761, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;7614&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 2.3478260869565197, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.752944, 4.073367, 9.774, 4.085936]}, {&quot;id&quot;: &quot;7650&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 2.3076923076923066, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.753044, 4.073467, 9.774099999999999, 4.086036]}, {&quot;id&quot;: &quot;7686&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080070N-9.789737E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18848.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 888.0, &quot;att&quot;: 0.8333333333333413, &quot;style&quot;: {&quot;color&quot;: &quot;#90d743&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.79339, 4.07844]]}, &quot;bbox&quot;: [9.786083, 4.07844, 9.79339, 4.0817]}, {&quot;id&quot;: &quot;7722&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 0.6249999999999994, &quot;style&quot;: {&quot;color&quot;: &quot;#27ad81&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.753278, 4.074861]]}, &quot;bbox&quot;: [9.752944, 4.074861, 9.753278, 4.085936]}, {&quot;id&quot;: &quot;7758&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 0.5909090909090888, &quot;style&quot;: {&quot;color&quot;: &quot;#21a685&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.753378, 4.074961]]}, &quot;bbox&quot;: [9.753044, 4.074961, 9.753378, 4.086036]}, {&quot;id&quot;: &quot;7794&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 968.0, &quot;att&quot;: 1.0714285714285725, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765535, 4.081441], [9.756825, 4.081867]]}, &quot;bbox&quot;: [9.756825, 4.081441, 9.765535, 4.081867]}, {&quot;id&quot;: &quot;7830&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 968.0, &quot;att&quot;: 1.1000000000000014, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765635, 4.081541], [9.756924999999999, 4.081967]]}, &quot;bbox&quot;: [9.756924999999999, 4.081541, 9.765635, 4.081967]}, {&quot;id&quot;: &quot;7866&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 2.7391304347826053, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.7949, 4.08393]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.7949, 4.08393]}, {&quot;id&quot;: &quot;7902&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 2.608695652173916, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.795, 4.084029999999999]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.795, 4.084029999999999]}, {&quot;id&quot;: &quot;7938&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 895.0, &quot;att&quot;: 1.860465116279071, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.77848, 4.08438]]}, &quot;bbox&quot;: [9.77848, 4.0817, 9.786083, 4.08438]}, {&quot;id&quot;: &quot;7974&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 895.0, &quot;att&quot;: 2.5925925925925966, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.77858, 4.08448]]}, &quot;bbox&quot;: [9.77858, 4.081799999999999, 9.786183, 4.08448]}, {&quot;id&quot;: &quot;8010&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 0.909090909090908, &quot;style&quot;: {&quot;color&quot;: &quot;#c2df23&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.751769, 4.093194]]}, &quot;bbox&quot;: [9.751769, 4.074778, 9.761667, 4.093194]}, {&quot;id&quot;: &quot;8046&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 0.333333333333334, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.751869, 4.093294]]}, &quot;bbox&quot;: [9.751869, 4.074878, 9.761766999999999, 4.093294]}, {&quot;id&quot;: &quot;8082&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 0.8823529411764691, &quot;style&quot;: {&quot;color&quot;: &quot;#b0dd2f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.728889, 4.083056]]}, &quot;bbox&quot;: [9.728889, 4.083056, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8118&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.728989, 4.083156]]}, &quot;bbox&quot;: [9.728989, 4.083156, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8154&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 0.6250000000000003, &quot;style&quot;: {&quot;color&quot;: &quot;#28ae80&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.738306, 4.083528]]}, &quot;bbox&quot;: [9.738306, 4.083528, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8190&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 0.5000000000000013, &quot;style&quot;: {&quot;color&quot;: &quot;#21918c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.738406, 4.083628]]}, &quot;bbox&quot;: [9.738406, 4.083628, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8226&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 947.0, &quot;att&quot;: 2.8571428571428554, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.783583, 4.089889]]}, &quot;bbox&quot;: [9.783583, 4.0817, 9.786083, 4.089889]}, {&quot;id&quot;: &quot;8262&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 947.0, &quot;att&quot;: 3.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.783683, 4.089989]]}, &quot;bbox&quot;: [9.783683, 4.081799999999999, 9.786183, 4.089989]}, {&quot;id&quot;: &quot;8298&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 0.6153846153846145, &quot;style&quot;: {&quot;color&quot;: &quot;#25ac82&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.743333, 4.074778, 9.761667, 4.097333]}, {&quot;id&quot;: &quot;8334&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 0.5833333333333344, &quot;style&quot;: {&quot;color&quot;: &quot;#20a486&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.743433, 4.074878, 9.761766999999999, 4.097433]}, {&quot;id&quot;: &quot;8370&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 0.6363636363636374, &quot;style&quot;: {&quot;color&quot;: &quot;#2ab07f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.76601, 4.08663]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.76601, 4.08663]}, {&quot;id&quot;: &quot;8406&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 0.5813953488372097, &quot;style&quot;: {&quot;color&quot;: &quot;#20a386&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.76611, 4.08673]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.76611, 4.08673]}, {&quot;id&quot;: &quot;8442&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 2.1818181818181777, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.808667, 4.091389]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.808667, 4.091389]}, {&quot;id&quot;: &quot;8478&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 2.2142857142857095, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.808767, 4.091489]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.808767, 4.091489]}, {&quot;id&quot;: &quot;8514&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 830.0, &quot;att&quot;: 0.3617021276595749, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6f8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.758611, 4.090833]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.758611, 4.090833]}, {&quot;id&quot;: &quot;8550&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 830.0, &quot;att&quot;: 0.42000000000000026, &quot;style&quot;: {&quot;color&quot;: &quot;#287d8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.758711, 4.090933]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.758711, 4.090933]}, {&quot;id&quot;: &quot;8586&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 555.0, &quot;att&quot;: 0.12499999999999778, &quot;style&quot;: {&quot;color&quot;: &quot;#472c7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73381, 4.08679], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.73381, 4.08679, 9.736042, 4.091278]}, {&quot;id&quot;: &quot;8622&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 555.0, &quot;att&quot;: 0.3200000000000017, &quot;style&quot;: {&quot;color&quot;: &quot;#32648e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73391, 4.0868899999999995], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.73391, 4.0868899999999995, 9.736142, 4.091378]}, {&quot;id&quot;: &quot;8658&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 0.15000000000000568, &quot;style&quot;: {&quot;color&quot;: &quot;#463480&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.744, 4.104861]]}, &quot;bbox&quot;: [9.744, 4.074778, 9.761667, 4.104861]}, {&quot;id&quot;: &quot;8694&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 0.5428571428571445, &quot;style&quot;: {&quot;color&quot;: &quot;#1f9a8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.7441, 4.104960999999999]]}, &quot;bbox&quot;: [9.7441, 4.074878, 9.761766999999999, 4.104960999999999]}, {&quot;id&quot;: &quot;8730&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 889.0, &quot;att&quot;: 0.42857142857143005, &quot;style&quot;: {&quot;color&quot;: &quot;#277f8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76601, 4.08663], [9.764367, 4.0945]]}, &quot;bbox&quot;: [9.764367, 4.08663, 9.76601, 4.0945]}, {&quot;id&quot;: &quot;8766&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 889.0, &quot;att&quot;: 0.4117647058823515, &quot;style&quot;: {&quot;color&quot;: &quot;#297b8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76611, 4.08673], [9.764467, 4.0946]]}, &quot;bbox&quot;: [9.764467, 4.08673, 9.76611, 4.0946]}, {&quot;id&quot;: &quot;8802&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 736.0, &quot;att&quot;: 0.06666666666666761, &quot;style&quot;: {&quot;color&quot;: &quot;#481a6c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729444, 4.091944], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.729444, 4.091278, 9.736042, 4.091944]}, {&quot;id&quot;: &quot;8838&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 736.0, &quot;att&quot;: 0.09090909090909208, &quot;style&quot;: {&quot;color&quot;: &quot;#482173&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729544, 4.092044], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.729544, 4.091378, 9.736142, 4.092044]}, {&quot;id&quot;: &quot;8874&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 419.0, &quot;att&quot;: 0.2307692307692312, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4d8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74168, 4.09393], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.74168, 4.09393, 9.743333, 4.097333]}, {&quot;id&quot;: &quot;8910&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 419.0, &quot;att&quot;: 0.8695652173913054, &quot;style&quot;: {&quot;color&quot;: &quot;#a8db34&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T21:50:00&quot;, &quot;2019-07-17T21:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74178, 4.09403], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.74178, 4.09403, 9.743433, 4.097433]}, {&quot;id&quot;: &quot;16&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 3.629629629629625, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.791866, 3.97665]]}, &quot;bbox&quot;: [9.787167, 3.97665, 9.791866, 3.992722]}, {&quot;id&quot;: &quot;52&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 3.42857142857143, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.791966, 3.97675]]}, &quot;bbox&quot;: [9.787267, 3.97675, 9.791966, 3.9928220000000003]}, {&quot;id&quot;: &quot;88&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 3.973684210526319, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.81613, 3.97866]]}, &quot;bbox&quot;: [9.787167, 3.97866, 9.81613, 3.992722]}, {&quot;id&quot;: &quot;124&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.5446265938069217, &quot;style&quot;: {&quot;color&quot;: &quot;#1e9b8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.81623, 3.9787600000000003]]}, &quot;bbox&quot;: [9.787267, 3.9787600000000003, 9.81623, 3.9928220000000003]}, {&quot;id&quot;: &quot;160&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 556.0, &quot;att&quot;: 5.000000000000007, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763806, 3.997361], [9.75885, 3.99663]]}, &quot;bbox&quot;: [9.75885, 3.99663, 9.763806, 3.997361]}, {&quot;id&quot;: &quot;196&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 556.0, &quot;att&quot;: 9.571428571428537, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763906, 3.9974610000000004], [9.75895, 3.9967300000000003]]}, &quot;bbox&quot;: [9.75895, 3.9967300000000003, 9.763906, 3.9974610000000004]}, {&quot;id&quot;: &quot;232&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 402.0, &quot;att&quot;: 2.3333333333333357, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745083, 4.002553], [9.748639, 4.003231]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.748639, 4.003231]}, {&quot;id&quot;: &quot;268&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 402.0, &quot;att&quot;: 1.4567901234567904, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745182999999999, 4.002653], [9.748739, 4.003331]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.748739, 4.003331]}, {&quot;id&quot;: &quot;304&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 774.0, &quot;att&quot;: 4.2954545454545485, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76732, 4.003512], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.76732, 4.003512, 9.767719, 4.0105]}, {&quot;id&quot;: &quot;340&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 774.0, &quot;att&quot;: 4.714285714285714, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76742, 4.0036119999999995], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.76742, 4.0036119999999995, 9.767819, 4.0106]}, {&quot;id&quot;: &quot;376&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 7.636363636363644, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799472, 4.004194], [9.778111, 4.012278]]}, &quot;bbox&quot;: [9.778111, 4.004194, 9.799472, 4.012278]}, {&quot;id&quot;: &quot;412&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 9.592592592592585, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799572, 4.004294], [9.778211, 4.012378]]}, &quot;bbox&quot;: [9.778211, 4.004294, 9.799572, 4.012378]}, {&quot;id&quot;: &quot;448&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 4.092592592592594, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.705944, 4.01775], [9.701194, 4.008306]]}, &quot;bbox&quot;: [9.701194, 4.008306, 9.705944, 4.01775]}, {&quot;id&quot;: &quot;484&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 0.35667752442996736, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6e8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706044, 4.01785], [9.701293999999999, 4.008406]]}, &quot;bbox&quot;: [9.701293999999999, 4.008406, 9.706044, 4.01785]}, {&quot;id&quot;: &quot;520&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 9.282051282051302, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.763806, 3.997361]]}, &quot;bbox&quot;: [9.763806, 3.997361, 9.767833, 4.029]}, {&quot;id&quot;: &quot;556&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 10.37837837837839, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.763906, 3.9974610000000004]]}, &quot;bbox&quot;: [9.763906, 3.9974610000000004, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;592&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 3.558441558441558, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741417, 4.009639], [9.723611, 4.020194]]}, &quot;bbox&quot;: [9.723611, 4.009639, 9.741417, 4.020194]}, {&quot;id&quot;: &quot;628&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 3.3461538461538445, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741517, 4.009739], [9.723711, 4.020294]]}, &quot;bbox&quot;: [9.723711, 4.009739, 9.741517, 4.020294]}, {&quot;id&quot;: &quot;664&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 6.117647058823537, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.745083, 4.002553]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.767833, 4.029]}, {&quot;id&quot;: &quot;700&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 4.466666666666667, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.745182999999999, 4.002653]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;736&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 466.0, &quot;att&quot;: 5.119999999999999, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73456, 4.01734]]}, &quot;bbox&quot;: [9.73456, 4.015972, 9.738528, 4.01734]}, {&quot;id&quot;: &quot;772&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 466.0, &quot;att&quot;: 4.844827586206894, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73466, 4.01744]]}, &quot;bbox&quot;: [9.73466, 4.016071999999999, 9.738628, 4.01744]}, {&quot;id&quot;: &quot;808&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8335.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 3.719999999999999, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.762056, 4.004472]]}, &quot;bbox&quot;: [9.762056, 4.004472, 9.767833, 4.029]}, {&quot;id&quot;: &quot;844&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8454.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 4.333333333333342, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.762156, 4.004572]]}, &quot;bbox&quot;: [9.762156, 4.004572, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;880&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 5.8999999999999995, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.768083, 4.017917]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.768083, 4.017917]}, {&quot;id&quot;: &quot;916&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 7.063829787234048, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.768183, 4.0180169999999995]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.768183, 4.0180169999999995]}, {&quot;id&quot;: &quot;952&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 4.764705882352944, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727083, 4.023444], [9.72629, 4.01048]]}, &quot;bbox&quot;: [9.72629, 4.01048, 9.727083, 4.023444]}, {&quot;id&quot;: &quot;988&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 4.837837837837834, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727183, 4.023543999999999], [9.72639, 4.01058]]}, &quot;bbox&quot;: [9.72639, 4.01058, 9.727183, 4.023543999999999]}, {&quot;id&quot;: &quot;1024&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 7.2571428571428545, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.757556, 4.0195]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.757556, 4.0195]}, {&quot;id&quot;: &quot;1060&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 5.853658536585366, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.757655999999999, 4.0196]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.757655999999999, 4.0196]}, {&quot;id&quot;: &quot;1096&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 1.25, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.756817, 4.008442]]}, &quot;bbox&quot;: [9.756817, 4.008442, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1132&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 3.118279569892474, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.756917, 4.008541999999999]]}, &quot;bbox&quot;: [9.756917, 4.008541999999999, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1168&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.28221859706362157, &quot;style&quot;: {&quot;color&quot;: &quot;#375b8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744694, 4.014417], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.744694, 4.014417, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1204&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.8520408163265303, &quot;style&quot;: {&quot;color&quot;: &quot;#9dd93b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744794, 4.014517], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.744794, 4.014517, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1240&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 6.411764705882368, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.767719, 4.0105, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1276&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 4.888888888888895, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.767819, 4.0106, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1312&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 3.462121212121213, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.780278, 4.023889]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.780278, 4.023889]}, {&quot;id&quot;: &quot;1348&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 6.952380952380947, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.780377999999999, 4.023988999999999]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.780377999999999, 4.023988999999999]}, {&quot;id&quot;: &quot;1384&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 9.421052631578938, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.721083, 4.0115]]}, &quot;bbox&quot;: [9.696744, 4.0115, 9.721083, 4.029381]}, {&quot;id&quot;: &quot;1420&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 7.775510204081634, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.721183, 4.0116]]}, &quot;bbox&quot;: [9.696844, 4.0116, 9.721183, 4.029481]}, {&quot;id&quot;: &quot;1456&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 654.0, &quot;att&quot;: 10.266666666666666, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743889, 4.0194], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.743889, 4.0194, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1492&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 654.0, &quot;att&quot;: 4.379310344827589, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743989, 4.0195], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.743989, 4.0195, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1528&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024043N-9.680260E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2266.0, &quot;att&quot;: 3.222222222222226, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.67025, 4.022056], [9.69027, 4.02603]]}, &quot;bbox&quot;: [9.67025, 4.022056, 9.69027, 4.02603]}, {&quot;id&quot;: &quot;1564&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 5.137931034482758, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.72802, 4.03279]]}, &quot;bbox&quot;: [9.72802, 4.015972, 9.738528, 4.03279]}, {&quot;id&quot;: &quot;1600&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 5.3749999999999964, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.72812, 4.03289]]}, &quot;bbox&quot;: [9.72812, 4.016071999999999, 9.738628, 4.03289]}, {&quot;id&quot;: &quot;1636&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 4.584905660377355, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.69921, 4.02012]]}, &quot;bbox&quot;: [9.696744, 4.02012, 9.69921, 4.029381]}, {&quot;id&quot;: &quot;1672&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 1.8181818181818172, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.69931, 4.02022]]}, &quot;bbox&quot;: [9.696844, 4.02022, 9.69931, 4.029481]}, {&quot;id&quot;: &quot;1708&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18737.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 7.303030303030294, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.77399, 4.02125]]}, &quot;bbox&quot;: [9.767833, 4.02125, 9.77399, 4.029]}, {&quot;id&quot;: &quot;1744&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17727.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 6.8387096774193505, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.77409, 4.02135]]}, &quot;bbox&quot;: [9.767933, 4.02135, 9.77409, 4.0291]}, {&quot;id&quot;: &quot;1780&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14431.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 874.0, &quot;att&quot;: 21.482758620689612, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737194, 4.022139], [9.741992, 4.0284]]}, &quot;bbox&quot;: [9.737194, 4.022139, 9.741992, 4.0284]}, {&quot;id&quot;: &quot;1816&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14921.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 874.0, &quot;att&quot;: 3.7333333333333343, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737294, 4.022239], [9.742092, 4.0285]]}, &quot;bbox&quot;: [9.737294, 4.022239, 9.742092, 4.0285]}, {&quot;id&quot;: &quot;1852&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 3.4857142857142867, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73325, 4.035278]]}, &quot;bbox&quot;: [9.73325, 4.015972, 9.738528, 4.035278]}, {&quot;id&quot;: &quot;1888&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 4.520000000000001, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73335, 4.035378]]}, &quot;bbox&quot;: [9.73335, 4.016071999999999, 9.738628, 4.035378]}, {&quot;id&quot;: &quot;1924&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 5.137254901960791, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.70976, 4.02238]]}, &quot;bbox&quot;: [9.696744, 4.02238, 9.70976, 4.029381]}, {&quot;id&quot;: &quot;1960&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 5.096153846153857, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.709859999999999, 4.02248]]}, &quot;bbox&quot;: [9.696844, 4.02248, 9.709859999999999, 4.029481]}, {&quot;id&quot;: &quot;1996&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 755.0, &quot;att&quot;: 5.363636363636355, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.694556, 4.022917]]}, &quot;bbox&quot;: [9.694556, 4.022917, 9.696744, 4.029381]}, {&quot;id&quot;: &quot;2032&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 755.0, &quot;att&quot;: 4.325000000000001, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.694656, 4.023016999999999]]}, &quot;bbox&quot;: [9.694656, 4.023016999999999, 9.696844, 4.029481]}, {&quot;id&quot;: &quot;2068&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 5.0967741935483835, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.72684, 4.01658]]}, &quot;bbox&quot;: [9.72684, 4.01658, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2104&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 7.534883720930225, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.726939999999999, 4.01668]]}, &quot;bbox&quot;: [9.726939999999999, 4.01668, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2140&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 364.0, &quot;att&quot;: 4.214285714285718, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.705139, 4.028333]]}, &quot;bbox&quot;: [9.701944, 4.028333, 9.705139, 4.029083]}, {&quot;id&quot;: &quot;2176&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 364.0, &quot;att&quot;: 3.470588235294111, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.705239, 4.028433]]}, &quot;bbox&quot;: [9.702043999999999, 4.028433, 9.705239, 4.029183]}, {&quot;id&quot;: &quot;2212&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 3.8604651162790664, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.686417, 4.029444]]}, &quot;bbox&quot;: [9.686417, 4.029381, 9.696744, 4.029444]}, {&quot;id&quot;: &quot;2248&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 4.170731707317078, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.686517, 4.029544]]}, &quot;bbox&quot;: [9.686517, 4.029481, 9.696844, 4.029544]}, {&quot;id&quot;: &quot;2284&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 868.0, &quot;att&quot;: 7.875000000000001, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.709194, 4.032028]]}, &quot;bbox&quot;: [9.701944, 4.029083, 9.709194, 4.032028]}, {&quot;id&quot;: &quot;2320&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 868.0, &quot;att&quot;: 7.782608695652183, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.709294, 4.032128]]}, &quot;bbox&quot;: [9.702043999999999, 4.029183, 9.709294, 4.032128]}, {&quot;id&quot;: &quot;2356&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 666.0, &quot;att&quot;: 4.0666666666666655, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.691575, 4.032433]]}, &quot;bbox&quot;: [9.691575, 4.029381, 9.696744, 4.032433]}, {&quot;id&quot;: &quot;2392&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 666.0, &quot;att&quot;: 5.666666666666678, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.691675, 4.032533]]}, &quot;bbox&quot;: [9.691675, 4.029481, 9.696844, 4.032533]}, {&quot;id&quot;: &quot;2428&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 536.0, &quot;att&quot;: 6.72727272727272, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699417, 4.033417]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699417, 4.033417]}, {&quot;id&quot;: &quot;2464&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 536.0, &quot;att&quot;: 5.5666666666666655, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699517, 4.033517]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699517, 4.033517]}, {&quot;id&quot;: &quot;2500&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 6.189189189189184, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.727083, 4.023444]]}, &quot;bbox&quot;: [9.727083, 4.023444, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2536&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 3.1538461538461546, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.727183, 4.023543999999999]]}, &quot;bbox&quot;: [9.727183, 4.023543999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2572&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 4.585365853658542, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71564, 4.032], [9.71203, 4.03312]]}, &quot;bbox&quot;: [9.71203, 4.032, 9.71564, 4.03312]}, {&quot;id&quot;: &quot;2608&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 4.17021276595745, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71574, 4.0321], [9.71213, 4.03322]]}, &quot;bbox&quot;: [9.71213, 4.0321, 9.71574, 4.03322]}, {&quot;id&quot;: &quot;2644&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 3.9743589743589687, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.755167, 4.037361]]}, &quot;bbox&quot;: [9.755167, 4.029, 9.767833, 4.037361]}, {&quot;id&quot;: &quot;2680&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 4.4054054054054115, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.755267, 4.0374609999999995]]}, &quot;bbox&quot;: [9.755267, 4.0291, 9.767933, 4.0374609999999995]}, {&quot;id&quot;: &quot;2716&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 323.0, &quot;att&quot;: 4.050000000000001, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691575, 4.032433], [9.691889, 4.035333]]}, &quot;bbox&quot;: [9.691575, 4.032433, 9.691889, 4.035333]}, {&quot;id&quot;: &quot;2752&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 323.0, &quot;att&quot;: 4.705882352941169, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691675, 4.032533], [9.691989, 4.035432999999999]]}, &quot;bbox&quot;: [9.691675, 4.032533, 9.691989, 4.035432999999999]}, {&quot;id&quot;: &quot;2788&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 516.0, &quot;att&quot;: 3.0312500000000027, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774333, 4.033028], [9.77026, 4.03527]]}, &quot;bbox&quot;: [9.77026, 4.033028, 9.774333, 4.03527]}, {&quot;id&quot;: &quot;2824&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 516.0, &quot;att&quot;: 2.781249999999997, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774433, 4.033128], [9.77036, 4.0353699999999995]]}, &quot;bbox&quot;: [9.77036, 4.033128, 9.774433, 4.0353699999999995]}, {&quot;id&quot;: &quot;2860&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 4.879999999999998, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.725667, 4.028583]]}, &quot;bbox&quot;: [9.725667, 4.028583, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2896&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 2.9607843137254926, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.725767, 4.028683]]}, &quot;bbox&quot;: [9.725767, 4.028683, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2932&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 6.033333333333336, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699006, 4.040886]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699006, 4.040886]}, {&quot;id&quot;: &quot;2968&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 5.527777777777788, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699106, 4.040986]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699106, 4.040986]}, {&quot;id&quot;: &quot;3004&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17810.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 610.0, &quot;att&quot;: 4.714285714285726, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683883, 4.033886], [9.688056, 4.037472]]}, &quot;bbox&quot;: [9.683883, 4.033886, 9.688056, 4.037472]}, {&quot;id&quot;: &quot;3040&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18820.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 610.0, &quot;att&quot;: 4.148148148148145, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683983, 4.033986], [9.688156, 4.037572]]}, &quot;bbox&quot;: [9.683983, 4.033986, 9.688156, 4.037572]}, {&quot;id&quot;: &quot;3076&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 2.6666666666666687, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.766222, 4.046556]]}, &quot;bbox&quot;: [9.766222, 4.029, 9.767833, 4.046556]}, {&quot;id&quot;: &quot;3112&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 2.7843137254901946, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.766322, 4.046656]]}, &quot;bbox&quot;: [9.766322, 4.0291, 9.767933, 4.046656]}, {&quot;id&quot;: &quot;3148&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 433.0, &quot;att&quot;: 4.576923076923074, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706106, 4.040083], [9.703794, 4.036926]]}, &quot;bbox&quot;: [9.703794, 4.036926, 9.706106, 4.040083]}, {&quot;id&quot;: &quot;3184&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 433.0, &quot;att&quot;: 4.464285714285719, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706206, 4.040183], [9.703894, 4.037026]]}, &quot;bbox&quot;: [9.703894, 4.037026, 9.706206, 4.040183]}, {&quot;id&quot;: &quot;3220&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 9.790697674418595, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.711917, 4.037722]]}, &quot;bbox&quot;: [9.711917, 4.037722, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;3256&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 9.391304347826082, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.712017, 4.037821999999999]]}, &quot;bbox&quot;: [9.712017, 4.037821999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;3292&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 928.0, &quot;att&quot;: 3.1206896551724155, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.741011, 4.038342]]}, &quot;bbox&quot;: [9.733028, 4.038342, 9.741011, 4.040819]}, {&quot;id&quot;: &quot;3328&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 928.0, &quot;att&quot;: 3.3584905660377387, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.741111, 4.038442]]}, &quot;bbox&quot;: [9.733127999999999, 4.038442, 9.741111, 4.040919]}, {&quot;id&quot;: &quot;3364&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 441.0, &quot;att&quot;: 3.7857142857142803, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.70265, 4.03931]]}, &quot;bbox&quot;: [9.699006, 4.03931, 9.70265, 4.040886]}, {&quot;id&quot;: &quot;3400&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 441.0, &quot;att&quot;: 3.392857142857138, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.70275, 4.03941]]}, &quot;bbox&quot;: [9.699106, 4.03941, 9.70275, 4.040986]}, {&quot;id&quot;: &quot;3436&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 697.0, &quot;att&quot;: 2.0153846153846158, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774, 4.042306], [9.7795, 4.039278]]}, &quot;bbox&quot;: [9.774, 4.039278, 9.7795, 4.042306]}, {&quot;id&quot;: &quot;3472&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 697.0, &quot;att&quot;: 1.5049504950495054, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774099999999999, 4.042406], [9.7796, 4.039378]]}, &quot;bbox&quot;: [9.774099999999999, 4.039378, 9.7796, 4.042406]}, {&quot;id&quot;: &quot;3509&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041057N-9.688122E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 387.0, &quot;att&quot;: 2.291666666666671, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.689827, 4.040697]]}, &quot;bbox&quot;: [9.686417, 4.040697, 9.689827, 4.041417]}, {&quot;id&quot;: &quot;3545&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 975.0, &quot;att&quot;: 1.0800000000000005, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762056, 4.03875], [9.754583, 4.043386]]}, &quot;bbox&quot;: [9.754583, 4.03875, 9.762056, 4.043386]}, {&quot;id&quot;: &quot;3581&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 975.0, &quot;att&quot;: 2.395348837209303, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762156, 4.03885], [9.754683, 4.043486]]}, &quot;bbox&quot;: [9.754683, 4.03885, 9.762156, 4.043486]}, {&quot;id&quot;: &quot;3617&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 524.0, &quot;att&quot;: 3.0322580645161272, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.728389, 4.041694]]}, &quot;bbox&quot;: [9.728389, 4.040819, 9.733028, 4.041694]}, {&quot;id&quot;: &quot;3653&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.29157175398633267, &quot;style&quot;: {&quot;color&quot;: &quot;#365d8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.728489, 4.041793999999999]]}, &quot;bbox&quot;: [9.728489, 4.040919, 9.733127999999999, 4.041793999999999]}, {&quot;id&quot;: &quot;3689&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 3.120689655172413, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.779361, 4.053694]]}, &quot;bbox&quot;: [9.767833, 4.029, 9.779361, 4.053694]}, {&quot;id&quot;: &quot;3725&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 3.083333333333332, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.779461, 4.053794]]}, &quot;bbox&quot;: [9.767933, 4.0291, 9.779461, 4.053794]}, {&quot;id&quot;: &quot;3761&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 3.6363636363636376, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.747639, 4.043778]]}, &quot;bbox&quot;: [9.733028, 4.040819, 9.747639, 4.043778]}, {&quot;id&quot;: &quot;3797&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 2.7377049180327897, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.747739, 4.043877999999999]]}, &quot;bbox&quot;: [9.733127999999999, 4.040919, 9.747739, 4.043877999999999]}, {&quot;id&quot;: &quot;3833&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 8.127659574468082, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702978, 4.056559], [9.73025, 4.028444]]}, &quot;bbox&quot;: [9.702978, 4.028444, 9.73025, 4.056559]}, {&quot;id&quot;: &quot;3869&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 8.772727272727275, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703078, 4.056659], [9.73035, 4.028544]]}, &quot;bbox&quot;: [9.703078, 4.028544, 9.73035, 4.056659]}, {&quot;id&quot;: &quot;3905&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 3.7368421052631473, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.69725, 4.04425]]}, &quot;bbox&quot;: [9.69725, 4.040886, 9.699006, 4.04425]}, {&quot;id&quot;: &quot;3941&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 3.5909090909090855, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.69735, 4.04435]]}, &quot;bbox&quot;: [9.69735, 4.040986, 9.699106, 4.04435]}, {&quot;id&quot;: &quot;3977&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 431.0, &quot;att&quot;: 3.8918918918918903, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704083, 4.04244], [9.707889, 4.043194]]}, &quot;bbox&quot;: [9.704083, 4.04244, 9.707889, 4.043194]}, {&quot;id&quot;: &quot;4013&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 431.0, &quot;att&quot;: 4.105263157894733, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704183, 4.04254], [9.707989, 4.0432939999999995]]}, &quot;bbox&quot;: [9.704183, 4.04254, 9.707989, 4.0432939999999995]}, {&quot;id&quot;: &quot;4051&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043833N-9.687306E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 570.0, &quot;att&quot;: 1.3666666666666671, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.688194, 4.04625]]}, &quot;bbox&quot;: [9.686417, 4.041417, 9.688194, 4.04625]}, {&quot;id&quot;: &quot;4087&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 810.0, &quot;att&quot;: 5.230769230769228, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707889, 4.043194], [9.700739, 4.044661]]}, &quot;bbox&quot;: [9.700739, 4.043194, 9.707889, 4.044661]}, {&quot;id&quot;: &quot;4123&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 810.0, &quot;att&quot;: 5.639999999999998, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707989, 4.0432939999999995], [9.700839, 4.044760999999999]]}, &quot;bbox&quot;: [9.700839, 4.0432939999999995, 9.707989, 4.044760999999999]}, {&quot;id&quot;: &quot;4159&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 706.0, &quot;att&quot;: 4.333333333333336, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728389, 4.041694], [9.72575, 4.0475]]}, &quot;bbox&quot;: [9.72575, 4.041694, 9.728389, 4.0475]}, {&quot;id&quot;: &quot;4195&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 706.0, &quot;att&quot;: 4.454545454545456, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728489, 4.041793999999999], [9.72585, 4.0476]]}, &quot;bbox&quot;: [9.72585, 4.041793999999999, 9.728489, 4.0476]}, {&quot;id&quot;: &quot;4231&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 6.948717948717952, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.699006, 4.040886, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4267&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 11.6, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.699106, 4.040986, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4303&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14487.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 611.0, &quot;att&quot;: 4.275862068965511, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71598, 4.04642], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.71598, 4.04642, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4339&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14977.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 611.0, &quot;att&quot;: 5.481481481481477, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71608, 4.04652], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.71608, 4.04652, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4375&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048013N-9.705195E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 822.0, &quot;att&quot;: 2.3636363636363624, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703528, 4.044694], [9.706861, 4.051333]]}, &quot;bbox&quot;: [9.703528, 4.044694, 9.706861, 4.051333]}, {&quot;id&quot;: &quot;4411&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 317.0, &quot;att&quot;: 0.9859154929577466, &quot;style&quot;: {&quot;color&quot;: &quot;#f6e620&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698333, 4.049556], [9.698917, 4.04675]]}, &quot;bbox&quot;: [9.698333, 4.04675, 9.698917, 4.049556]}, {&quot;id&quot;: &quot;4447&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 317.0, &quot;att&quot;: 2.8750000000000013, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698433, 4.049656], [9.699017, 4.04685]]}, &quot;bbox&quot;: [9.698433, 4.04685, 9.699017, 4.049656]}, {&quot;id&quot;: &quot;4483&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 564.0, &quot;att&quot;: 4.624999999999989, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706861, 4.051333], [9.708472, 4.0465]]}, &quot;bbox&quot;: [9.706861, 4.0465, 9.708472, 4.051333]}, {&quot;id&quot;: &quot;4519&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 564.0, &quot;att&quot;: 4.869565217391308, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706961, 4.051432999999999], [9.708572, 4.0466]]}, &quot;bbox&quot;: [9.706961, 4.0466, 9.708572, 4.051432999999999]}, {&quot;id&quot;: &quot;4555&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 596.0, &quot;att&quot;: 2.1290322580645182, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.771911, 4.050192], [9.777253, 4.049658]]}, &quot;bbox&quot;: [9.771911, 4.049658, 9.777253, 4.050192]}, {&quot;id&quot;: &quot;4591&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 596.0, &quot;att&quot;: 2.093749999999999, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.772011, 4.050292], [9.777353, 4.049758]]}, &quot;bbox&quot;: [9.772011, 4.049758, 9.777353, 4.050292]}, {&quot;id&quot;: &quot;4627&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050150N-9.740475E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 454.0, &quot;att&quot;: 1.9032258064516117, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741306, 4.052028], [9.739644, 4.048272]]}, &quot;bbox&quot;: [9.739644, 4.048272, 9.741306, 4.052028]}, {&quot;id&quot;: &quot;4663&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 522.0, &quot;att&quot;: 2.1538461538461533, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702389, 4.052444], [9.704556, 4.04825]]}, &quot;bbox&quot;: [9.702389, 4.04825, 9.704556, 4.052444]}, {&quot;id&quot;: &quot;4699&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 522.0, &quot;att&quot;: 2.12, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702489, 4.052544], [9.704656, 4.04835]]}, &quot;bbox&quot;: [9.702489, 4.04835, 9.704656, 4.052544]}, {&quot;id&quot;: &quot;4735&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 956.0, &quot;att&quot;: 0.8437499999999999, &quot;style&quot;: {&quot;color&quot;: &quot;#95d840&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.756833, 4.047389]]}, &quot;bbox&quot;: [9.750917, 4.047389, 9.756833, 4.053667]}, {&quot;id&quot;: &quot;4771&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 956.0, &quot;att&quot;: 3.199999999999997, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.756933, 4.047489]]}, &quot;bbox&quot;: [9.751017, 4.047489, 9.756933, 4.053767]}, {&quot;id&quot;: &quot;4807&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 1.942857142857142, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779361, 4.053694], [9.797806, 4.050472]]}, &quot;bbox&quot;: [9.779361, 4.050472, 9.797806, 4.053694]}, {&quot;id&quot;: &quot;4843&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 2.047619047619046, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779461, 4.053794], [9.797906, 4.050572]]}, &quot;bbox&quot;: [9.779461, 4.050572, 9.797906, 4.053794]}, {&quot;id&quot;: &quot;4879&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8363.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 2.1249999999999925, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.775889, 4.05525]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.775889, 4.05525]}, {&quot;id&quot;: &quot;4915&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8482.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 2.5599999999999965, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.775989, 4.05535]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.775989, 4.05535]}, {&quot;id&quot;: &quot;4951&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.3543689320388351, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6d8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.754444, 4.058167]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.754444, 4.058167]}, {&quot;id&quot;: &quot;4987&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.14187643020594956, &quot;style&quot;: {&quot;color&quot;: &quot;#46327e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.754544, 4.058267]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.754544, 4.058267]}, {&quot;id&quot;: &quot;5023&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 546.0, &quot;att&quot;: 1.4545454545454546, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.767556, 4.053639]]}, &quot;bbox&quot;: [9.767556, 4.053639, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5059&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 546.0, &quot;att&quot;: 1.7058823529411749, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.767656, 4.053739]]}, &quot;bbox&quot;: [9.767656, 4.053739, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5095&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 879.0, &quot;att&quot;: 3.653846153846152, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738694, 4.058056], [9.745611, 4.054186]]}, &quot;bbox&quot;: [9.738694, 4.054186, 9.745611, 4.058056]}, {&quot;id&quot;: &quot;5131&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 879.0, &quot;att&quot;: 3.350000000000004, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738794, 4.058155999999999], [9.745711, 4.054285999999999]]}, &quot;bbox&quot;: [9.738794, 4.054285999999999, 9.745711, 4.058155999999999]}, {&quot;id&quot;: &quot;5167&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 2.6923076923076934, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.743528, 4.059611]]}, &quot;bbox&quot;: [9.743528, 4.053667, 9.750917, 4.059611]}, {&quot;id&quot;: &quot;5203&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 4.468749999999997, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.743628, 4.059711]]}, &quot;bbox&quot;: [9.743628, 4.053767, 9.751017, 4.059711]}, {&quot;id&quot;: &quot;5239&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 7.19354838709677, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726194, 4.060028], [9.750917, 4.053667]]}, &quot;bbox&quot;: [9.726194, 4.053667, 9.750917, 4.060028]}, {&quot;id&quot;: &quot;5275&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 6.6000000000000005, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726294, 4.060128], [9.751017, 4.053767]]}, &quot;bbox&quot;: [9.726294, 4.053767, 9.751017, 4.060128]}, {&quot;id&quot;: &quot;5311&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 6.124999999999998, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726393999999999, 4.060228], [9.751116999999999, 4.053867]]}, &quot;bbox&quot;: [9.726393999999999, 4.053867, 9.751116999999999, 4.060228]}, {&quot;id&quot;: &quot;5347&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 7.138888888888885, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726493999999999, 4.060328], [9.751216999999999, 4.053967]]}, &quot;bbox&quot;: [9.726493999999999, 4.053967, 9.751216999999999, 4.060328]}, {&quot;id&quot;: &quot;5383&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_0&quot;, &quot;frequency&quot;: 12793.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 8.71428571428572, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726594, 4.060428], [9.751317, 4.054067]]}, &quot;bbox&quot;: [9.726594, 4.054067, 9.751317, 4.060428]}, {&quot;id&quot;: &quot;5419&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_1&quot;, &quot;frequency&quot;: 13059.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 6.73684210526315, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726694, 4.060528], [9.751417, 4.054167]]}, &quot;bbox&quot;: [9.726694, 4.054167, 9.751417, 4.060528]}, {&quot;id&quot;: &quot;5455&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 5.916666666666663, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.734028, 4.06025]]}, &quot;bbox&quot;: [9.734028, 4.053667, 9.750917, 4.06025]}, {&quot;id&quot;: &quot;5491&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 4.800000000000008, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.734128, 4.06035]]}, &quot;bbox&quot;: [9.734128, 4.053767, 9.751017, 4.06035]}, {&quot;id&quot;: &quot;5527&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 630.0, &quot;att&quot;: 1.5135135135135127, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.763167, 4.056417]]}, &quot;bbox&quot;: [9.763167, 4.056417, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5563&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 630.0, &quot;att&quot;: 1.326086956521739, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.763266999999999, 4.0565169999999995]]}, &quot;bbox&quot;: [9.763266999999999, 4.0565169999999995, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5599&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 2.2258064516129052, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.786861, 4.062806]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.786861, 4.062806]}, {&quot;id&quot;: &quot;5635&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 4.371428571428571, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.786961, 4.062906]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.786961, 4.062906]}, {&quot;id&quot;: &quot;5671&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 3.91304347826085, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.720853, 4.053242]]}, &quot;bbox&quot;: [9.714664, 4.053242, 9.720853, 4.06425]}, {&quot;id&quot;: &quot;5707&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 4.388888888888899, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.720953, 4.053342]]}, &quot;bbox&quot;: [9.714764, 4.053342, 9.720953, 4.06435]}, {&quot;id&quot;: &quot;5743&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 2.132075471698114, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.75311, 4.064069]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.75311, 4.064069]}, {&quot;id&quot;: &quot;5779&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 2.7017543859649127, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.75321, 4.064169]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.75321, 4.064169]}, {&quot;id&quot;: &quot;5815&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 2.0833333333333344, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.767778, 4.064361]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.767778, 4.064361]}, {&quot;id&quot;: &quot;5851&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 4.999999999999996, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.767878, 4.064461]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.767878, 4.064461]}, {&quot;id&quot;: &quot;5887&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 796.0, &quot;att&quot;: 5.458333333333334, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708444, 4.060333], [9.715412, 4.058638]]}, &quot;bbox&quot;: [9.708444, 4.058638, 9.715412, 4.060333]}, {&quot;id&quot;: &quot;5923&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 796.0, &quot;att&quot;: 5.478260869565221, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708544, 4.060433], [9.715512, 4.058738]]}, &quot;bbox&quot;: [9.708544, 4.058738, 9.715512, 4.060433]}, {&quot;id&quot;: &quot;5959&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 3.33333333333333, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.759558, 4.066322]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.759558, 4.066322]}, {&quot;id&quot;: &quot;5995&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 3.653846153846152, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.759658, 4.066422]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.759658, 4.066422]}, {&quot;id&quot;: &quot;6031&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 1.8571428571428554, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.777639, 4.063131]]}, &quot;bbox&quot;: [9.768444, 4.0585, 9.777639, 4.063131]}, {&quot;id&quot;: &quot;6067&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 2.0000000000000027, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.777739, 4.063231]]}, &quot;bbox&quot;: [9.768544, 4.0586, 9.777739, 4.063231]}, {&quot;id&quot;: &quot;6103&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 498.0, &quot;att&quot;: 2.5294117647058814, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743528, 4.059611], [9.74569, 4.06356]]}, &quot;bbox&quot;: [9.743528, 4.059611, 9.74569, 4.06356]}, {&quot;id&quot;: &quot;6139&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 498.0, &quot;att&quot;: 4.481481481481486, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743628, 4.059711], [9.74579, 4.06366]]}, &quot;bbox&quot;: [9.743628, 4.059711, 9.74579, 4.06366]}, {&quot;id&quot;: &quot;6175&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 741.0, &quot;att&quot;: 1.6666666666666676, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704333, 4.059583], [9.706333, 4.065972]]}, &quot;bbox&quot;: [9.704333, 4.059583, 9.706333, 4.065972]}, {&quot;id&quot;: &quot;6211&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 741.0, &quot;att&quot;: 1.7142857142857137, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704433, 4.059683], [9.706433, 4.066072]]}, &quot;bbox&quot;: [9.704433, 4.059683, 9.706433, 4.066072]}, {&quot;id&quot;: &quot;6247&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 603.0, &quot;att&quot;: 3.333333333333336, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.719389, 4.061556]]}, &quot;bbox&quot;: [9.714664, 4.061556, 9.719389, 4.06425]}, {&quot;id&quot;: &quot;6283&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 603.0, &quot;att&quot;: 3.6129032258064484, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.719489, 4.061656]]}, &quot;bbox&quot;: [9.714764, 4.061656, 9.719489, 4.06435]}, {&quot;id&quot;: &quot;6319&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 669.0, &quot;att&quot;: 1.749999999999997, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759558, 4.066322], [9.76425, 4.062528]]}, &quot;bbox&quot;: [9.759558, 4.062528, 9.76425, 4.066322]}, {&quot;id&quot;: &quot;6355&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 669.0, &quot;att&quot;: 1.9166666666666627, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759658, 4.066422], [9.76435, 4.062628]]}, &quot;bbox&quot;: [9.759658, 4.062628, 9.76435, 4.066422]}, {&quot;id&quot;: &quot;6391&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 451.0, &quot;att&quot;: 1.6842105263157923, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710083, 4.063917], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.710083, 4.063917, 9.71287, 4.06688]}, {&quot;id&quot;: &quot;6427&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 451.0, &quot;att&quot;: 1.7777777777777752, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710182999999999, 4.064017], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.710182999999999, 4.064017, 9.71297, 4.06698]}, {&quot;id&quot;: &quot;6463&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 924.0, &quot;att&quot;: 3.3999999999999995, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79152, 4.065848], [9.799722, 4.06725]]}, &quot;bbox&quot;: [9.79152, 4.065848, 9.799722, 4.06725]}, {&quot;id&quot;: &quot;6499&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 924.0, &quot;att&quot;: 3.933333333333335, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79162, 4.065948], [9.799821999999999, 4.067349999999999]]}, &quot;bbox&quot;: [9.79162, 4.065948, 9.799821999999999, 4.067349999999999]}, {&quot;id&quot;: &quot;6535&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 3.583333333333336, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.72547, 4.07139]}, {&quot;id&quot;: &quot;6571&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 2.968750000000004, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.72557, 4.07149]}, {&quot;id&quot;: &quot;6607&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 932.0, &quot;att&quot;: 2.7333333333333325, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.722972, 4.065667], [9.729139, 4.071389]]}, &quot;bbox&quot;: [9.722972, 4.065667, 9.729139, 4.071389]}, {&quot;id&quot;: &quot;6643&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 932.0, &quot;att&quot;: 2.7555555555555538, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.723072, 4.065767], [9.729239, 4.071489]]}, &quot;bbox&quot;: [9.723072, 4.065767, 9.729239, 4.071489]}, {&quot;id&quot;: &quot;6679&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 535.0, &quot;att&quot;: 1.2000000000000008, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714869, 4.071278], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.71287, 4.06688, 9.714869, 4.071278]}, {&quot;id&quot;: &quot;6715&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 535.0, &quot;att&quot;: 1.2222222222222223, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714969, 4.071378], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.71297, 4.06698, 9.714969, 4.071378]}, {&quot;id&quot;: &quot;6751&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 407.0, &quot;att&quot;: 2.3793103448275836, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729139, 4.071389], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.72547, 4.071389, 9.729139, 4.07139]}, {&quot;id&quot;: &quot;6787&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 407.0, &quot;att&quot;: 2.03448275862069, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729239, 4.071489], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.72557, 4.071489, 9.729239, 4.07149]}, {&quot;id&quot;: &quot;6823&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 731.0, &quot;att&quot;: 2.1100000000000008, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736111, 4.072222], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.736111, 4.072222, 9.742681, 4.072661]}, {&quot;id&quot;: &quot;6859&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 731.0, &quot;att&quot;: 6.076923076923075, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736210999999999, 4.072322], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.736210999999999, 4.072322, 9.742780999999999, 4.072761]}, {&quot;id&quot;: &quot;6895&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 561.0, &quot;att&quot;: 2.000000000000003, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76925, 4.071639], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.76925, 4.071639, 9.774, 4.073367]}, {&quot;id&quot;: &quot;6931&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 561.0, &quot;att&quot;: 2.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76935, 4.071739], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.76935, 4.071739, 9.774099999999999, 4.073467]}, {&quot;id&quot;: &quot;6967&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 1.25, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.721058, 4.084075]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.721058, 4.084075]}, {&quot;id&quot;: &quot;7003&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 1.0400000000000005, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.721157999999999, 4.084175]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.721157999999999, 4.084175]}, {&quot;id&quot;: &quot;7039&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 1.2666666666666682, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.761667, 4.074778]}, {&quot;id&quot;: &quot;7075&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 1.7692307692307687, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.761766999999999, 4.074878]}, {&quot;id&quot;: &quot;7111&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 1.2352941176470575, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719639, 4.070306], [9.719417, 4.079889]]}, &quot;bbox&quot;: [9.719417, 4.070306, 9.719639, 4.079889]}, {&quot;id&quot;: &quot;7147&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719739, 4.070406], [9.719517, 4.079988999999999]]}, &quot;bbox&quot;: [9.719517, 4.070406, 9.719739, 4.079988999999999]}, {&quot;id&quot;: &quot;7183&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 1.6666666666666667, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.781778, 4.069972]]}, &quot;bbox&quot;: [9.781778, 4.069972, 9.786083, 4.0817]}, {&quot;id&quot;: &quot;7219&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 2.0833333333333344, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.781877999999999, 4.070072]]}, &quot;bbox&quot;: [9.781877999999999, 4.070072, 9.786183, 4.081799999999999]}, {&quot;id&quot;: &quot;7255&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.30952380952380915, &quot;style&quot;: {&quot;color&quot;: &quot;#33628d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.75645, 4.07833]]}, &quot;bbox&quot;: [9.75645, 4.074778, 9.761667, 4.07833]}, {&quot;id&quot;: &quot;7291&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.021978021978022066, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.756549999999999, 4.07843]]}, &quot;bbox&quot;: [9.756549999999999, 4.074878, 9.761766999999999, 4.07843]}, {&quot;id&quot;: &quot;7327&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 480.0, &quot;att&quot;: 0.6363636363636381, &quot;style&quot;: {&quot;color&quot;: &quot;#2ab07f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719417, 4.079889], [9.721778, 4.07625]]}, &quot;bbox&quot;: [9.719417, 4.07625, 9.721778, 4.079889]}, {&quot;id&quot;: &quot;7363&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 480.0, &quot;att&quot;: 0.7599999999999995, &quot;style&quot;: {&quot;color&quot;: &quot;#63cb5f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719517, 4.079988999999999], [9.721878, 4.07635]]}, &quot;bbox&quot;: [9.719517, 4.07635, 9.721878, 4.079988999999999]}, {&quot;id&quot;: &quot;7399&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 1.5200000000000018, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756825, 4.081867], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.756825, 4.081867]}, {&quot;id&quot;: &quot;7435&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 1.4615384615384623, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756924999999999, 4.081967], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.756924999999999, 4.081967]}, {&quot;id&quot;: &quot;7471&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 2.8928571428571463, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.801611, 4.076722]]}, &quot;bbox&quot;: [9.786083, 4.076722, 9.801611, 4.0817]}, {&quot;id&quot;: &quot;7507&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 2.8800000000000012, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.801711, 4.076822]]}, &quot;bbox&quot;: [9.786183, 4.076822, 9.801711, 4.081799999999999]}, {&quot;id&quot;: &quot;7543&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 3.935483870967741, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.742681, 4.072661, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;7579&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 3.138888888888893, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.742780999999999, 4.072761, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;7615&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 1.4347826086956514, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.752944, 4.073367, 9.774, 4.085936]}, {&quot;id&quot;: &quot;7651&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 1.6538461538461546, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.753044, 4.073467, 9.774099999999999, 4.086036]}, {&quot;id&quot;: &quot;7687&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080070N-9.789737E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18848.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 888.0, &quot;att&quot;: 0.8333333333333413, &quot;style&quot;: {&quot;color&quot;: &quot;#90d743&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.79339, 4.07844]]}, &quot;bbox&quot;: [9.786083, 4.07844, 9.79339, 4.0817]}, {&quot;id&quot;: &quot;7723&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 0.8749999999999983, &quot;style&quot;: {&quot;color&quot;: &quot;#aadc32&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.753278, 4.074861]]}, &quot;bbox&quot;: [9.752944, 4.074861, 9.753278, 4.085936]}, {&quot;id&quot;: &quot;7759&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 0.8181818181818158, &quot;style&quot;: {&quot;color&quot;: &quot;#86d549&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.753378, 4.074961]]}, &quot;bbox&quot;: [9.753044, 4.074961, 9.753378, 4.086036]}, {&quot;id&quot;: &quot;7795&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 968.0, &quot;att&quot;: 1.14285714285714, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765535, 4.081441], [9.756825, 4.081867]]}, &quot;bbox&quot;: [9.756825, 4.081441, 9.765535, 4.081867]}, {&quot;id&quot;: &quot;7831&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 968.0, &quot;att&quot;: 1.1499999999999986, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765635, 4.081541], [9.756924999999999, 4.081967]]}, &quot;bbox&quot;: [9.756924999999999, 4.081541, 9.765635, 4.081967]}, {&quot;id&quot;: &quot;7867&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 1.6521739130434772, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.7949, 4.08393]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.7949, 4.08393]}, {&quot;id&quot;: &quot;7903&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 1.5217391304347845, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.795, 4.084029999999999]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.795, 4.084029999999999]}, {&quot;id&quot;: &quot;7939&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 895.0, &quot;att&quot;: 0.8139534883720936, &quot;style&quot;: {&quot;color&quot;: &quot;#84d44b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.77848, 4.08438]]}, &quot;bbox&quot;: [9.77848, 4.0817, 9.786083, 4.08438]}, {&quot;id&quot;: &quot;7975&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 895.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.77858, 4.08448]]}, &quot;bbox&quot;: [9.77858, 4.081799999999999, 9.786183, 4.08448]}, {&quot;id&quot;: &quot;8011&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 0.7272727272727237, &quot;style&quot;: {&quot;color&quot;: &quot;#52c569&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.751769, 4.093194]]}, &quot;bbox&quot;: [9.751769, 4.074778, 9.761667, 4.093194]}, {&quot;id&quot;: &quot;8047&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 0.8055555555555568, &quot;style&quot;: {&quot;color&quot;: &quot;#7fd34e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.751869, 4.093294]]}, &quot;bbox&quot;: [9.751869, 4.074878, 9.761766999999999, 4.093294]}, {&quot;id&quot;: &quot;8083&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 0.6470588235294074, &quot;style&quot;: {&quot;color&quot;: &quot;#2eb37c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.728889, 4.083056]]}, &quot;bbox&quot;: [9.728889, 4.083056, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8119&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 1.0555555555555525, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.728989, 4.083156]]}, &quot;bbox&quot;: [9.728989, 4.083156, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8155&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 0.583333333333333, &quot;style&quot;: {&quot;color&quot;: &quot;#20a486&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.738306, 4.083528]]}, &quot;bbox&quot;: [9.738306, 4.083528, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8191&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 0.4230769230769234, &quot;style&quot;: {&quot;color&quot;: &quot;#277e8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.738406, 4.083628]]}, &quot;bbox&quot;: [9.738406, 4.083628, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8227&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 947.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.783583, 4.089889]]}, &quot;bbox&quot;: [9.783583, 4.0817, 9.786083, 4.089889]}, {&quot;id&quot;: &quot;8263&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 947.0, &quot;att&quot;: 1.0526315789473693, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.783683, 4.089989]]}, &quot;bbox&quot;: [9.783683, 4.081799999999999, 9.786183, 4.089989]}, {&quot;id&quot;: &quot;8299&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 0.6153846153846145, &quot;style&quot;: {&quot;color&quot;: &quot;#25ac82&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.743333, 4.074778, 9.761667, 4.097333]}, {&quot;id&quot;: &quot;8335&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.743433, 4.074878, 9.761766999999999, 4.097433]}, {&quot;id&quot;: &quot;8371&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 0.4545454545454549, &quot;style&quot;: {&quot;color&quot;: &quot;#25858e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.76601, 4.08663]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.76601, 4.08663]}, {&quot;id&quot;: &quot;8407&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 0.3488372093023258, &quot;style&quot;: {&quot;color&quot;: &quot;#2f6c8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.76611, 4.08673]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.76611, 4.08673]}, {&quot;id&quot;: &quot;8443&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.808667, 4.091389]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.808667, 4.091389]}, {&quot;id&quot;: &quot;8479&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 0.785714285714283, &quot;style&quot;: {&quot;color&quot;: &quot;#73d056&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.808767, 4.091489]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.808767, 4.091489]}, {&quot;id&quot;: &quot;8515&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 830.0, &quot;att&quot;: 0.5106382978723398, &quot;style&quot;: {&quot;color&quot;: &quot;#20928c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.758611, 4.090833]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.758611, 4.090833]}, {&quot;id&quot;: &quot;8551&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 830.0, &quot;att&quot;: 0.5200000000000002, &quot;style&quot;: {&quot;color&quot;: &quot;#1f958b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.758711, 4.090933]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.758711, 4.090933]}, {&quot;id&quot;: &quot;8587&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 555.0, &quot;att&quot;: 0.06249999999999667, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73381, 4.08679], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.73381, 4.08679, 9.736042, 4.091278]}, {&quot;id&quot;: &quot;8623&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 555.0, &quot;att&quot;: 0.24000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#3c4f8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73391, 4.0868899999999995], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.73391, 4.0868899999999995, 9.736142, 4.091378]}, {&quot;id&quot;: &quot;8659&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 2.5500000000000043, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.744, 4.104861]]}, &quot;bbox&quot;: [9.744, 4.074778, 9.761667, 4.104861]}, {&quot;id&quot;: &quot;8695&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 0.6285714285714293, &quot;style&quot;: {&quot;color&quot;: &quot;#28ae80&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.7441, 4.104960999999999]]}, &quot;bbox&quot;: [9.7441, 4.074878, 9.761766999999999, 4.104960999999999]}, {&quot;id&quot;: &quot;8731&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 889.0, &quot;att&quot;: 0.285714285714285, &quot;style&quot;: {&quot;color&quot;: &quot;#365c8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76601, 4.08663], [9.764367, 4.0945]]}, &quot;bbox&quot;: [9.764367, 4.08663, 9.76601, 4.0945]}, {&quot;id&quot;: &quot;8767&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 889.0, &quot;att&quot;: 0.29411764705882426, &quot;style&quot;: {&quot;color&quot;: &quot;#355e8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76611, 4.08673], [9.764467, 4.0946]]}, &quot;bbox&quot;: [9.764467, 4.08673, 9.76611, 4.0946]}, {&quot;id&quot;: &quot;8803&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 736.0, &quot;att&quot;: -0.06666666666666761, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729444, 4.091944], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.729444, 4.091278, 9.736042, 4.091944]}, {&quot;id&quot;: &quot;8839&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 736.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729544, 4.092044], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.729544, 4.091378, 9.736142, 4.092044]}, {&quot;id&quot;: &quot;8875&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 419.0, &quot;att&quot;: 0.1923076923076922, &quot;style&quot;: {&quot;color&quot;: &quot;#424186&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74168, 4.09393], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.74168, 4.09393, 9.743333, 4.097333]}, {&quot;id&quot;: &quot;8911&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 419.0, &quot;att&quot;: 0.17391304347826048, &quot;style&quot;: {&quot;color&quot;: &quot;#443b84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:05:00&quot;, &quot;2019-07-17T22:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74178, 4.09403], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.74178, 4.09403, 9.743433, 4.097433]}, {&quot;id&quot;: &quot;17&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 5.481481481481475, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.791866, 3.97665]]}, &quot;bbox&quot;: [9.787167, 3.97665, 9.791866, 3.992722]}, {&quot;id&quot;: &quot;53&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 5.071428571428577, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.791966, 3.97675]]}, &quot;bbox&quot;: [9.787267, 3.97675, 9.791966, 3.9928220000000003]}, {&quot;id&quot;: &quot;89&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 4.750000000000003, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.81613, 3.97866]]}, &quot;bbox&quot;: [9.787167, 3.97866, 9.81613, 3.992722]}, {&quot;id&quot;: &quot;125&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.6885245901639345, &quot;style&quot;: {&quot;color&quot;: &quot;#3fbc73&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.81623, 3.9787600000000003]]}, &quot;bbox&quot;: [9.787267, 3.9787600000000003, 9.81623, 3.9928220000000003]}, {&quot;id&quot;: &quot;161&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 556.0, &quot;att&quot;: 4.156250000000004, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763806, 3.997361], [9.75885, 3.99663]]}, &quot;bbox&quot;: [9.75885, 3.99663, 9.763806, 3.997361]}, {&quot;id&quot;: &quot;197&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 556.0, &quot;att&quot;: 9.571428571428537, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763906, 3.9974610000000004], [9.75895, 3.9967300000000003]]}, &quot;bbox&quot;: [9.75895, 3.9967300000000003, 9.763906, 3.9974610000000004]}, {&quot;id&quot;: &quot;233&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 402.0, &quot;att&quot;: 2.117647058823531, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745083, 4.002553], [9.748639, 4.003231]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.748639, 4.003231]}, {&quot;id&quot;: &quot;269&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 402.0, &quot;att&quot;: 1.308641975308642, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745182999999999, 4.002653], [9.748739, 4.003331]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.748739, 4.003331]}, {&quot;id&quot;: &quot;305&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 774.0, &quot;att&quot;: 3.613636363636366, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76732, 4.003512], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.76732, 4.003512, 9.767719, 4.0105]}, {&quot;id&quot;: &quot;341&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 774.0, &quot;att&quot;: 4.314285714285712, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76742, 4.0036119999999995], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.76742, 4.0036119999999995, 9.767819, 4.0106]}, {&quot;id&quot;: &quot;377&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 5.515151515151521, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799472, 4.004194], [9.778111, 4.012278]]}, &quot;bbox&quot;: [9.778111, 4.004194, 9.799472, 4.012278]}, {&quot;id&quot;: &quot;413&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 6.8148148148148096, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799572, 4.004294], [9.778211, 4.012378]]}, &quot;bbox&quot;: [9.778211, 4.004294, 9.799572, 4.012378]}, {&quot;id&quot;: &quot;449&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 3.166666666666668, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.705944, 4.01775], [9.701194, 4.008306]]}, &quot;bbox&quot;: [9.701194, 4.008306, 9.705944, 4.01775]}, {&quot;id&quot;: &quot;485&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 0.2605863192182411, &quot;style&quot;: {&quot;color&quot;: &quot;#3a548c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706044, 4.01785], [9.701293999999999, 4.008406]]}, &quot;bbox&quot;: [9.701293999999999, 4.008406, 9.706044, 4.01785]}, {&quot;id&quot;: &quot;521&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 9.282051282051302, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.763806, 3.997361]]}, &quot;bbox&quot;: [9.763806, 3.997361, 9.767833, 4.029]}, {&quot;id&quot;: &quot;557&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 8.972972972972983, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.763906, 3.9974610000000004]]}, &quot;bbox&quot;: [9.763906, 3.9974610000000004, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;593&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 2.4545454545454546, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741417, 4.009639], [9.723611, 4.020194]]}, &quot;bbox&quot;: [9.723611, 4.009639, 9.741417, 4.020194]}, {&quot;id&quot;: &quot;629&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 2.3461538461538454, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741517, 4.009739], [9.723711, 4.020294]]}, &quot;bbox&quot;: [9.723711, 4.009739, 9.741517, 4.020294]}, {&quot;id&quot;: &quot;665&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 3.2352941176470624, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.745083, 4.002553]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.767833, 4.029]}, {&quot;id&quot;: &quot;701&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 3.920000000000001, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.745182999999999, 4.002653]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;737&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 466.0, &quot;att&quot;: 3.319999999999999, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73456, 4.01734]]}, &quot;bbox&quot;: [9.73456, 4.015972, 9.738528, 4.01734]}, {&quot;id&quot;: &quot;773&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 466.0, &quot;att&quot;: 3.172413793103447, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73466, 4.01744]]}, &quot;bbox&quot;: [9.73466, 4.016071999999999, 9.738628, 4.01744]}, {&quot;id&quot;: &quot;809&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8335.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 3.0400000000000036, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.762056, 4.004472]]}, &quot;bbox&quot;: [9.762056, 4.004472, 9.767833, 4.029]}, {&quot;id&quot;: &quot;845&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8454.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 3.1904761904762005, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.762156, 4.004572]]}, &quot;bbox&quot;: [9.762156, 4.004572, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;881&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 3.733333333333333, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.768083, 4.017917]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.768083, 4.017917]}, {&quot;id&quot;: &quot;917&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 4.404255319148939, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.768183, 4.0180169999999995]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.768183, 4.0180169999999995]}, {&quot;id&quot;: &quot;953&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 5.588235294117649, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727083, 4.023444], [9.72629, 4.01048]]}, &quot;bbox&quot;: [9.72629, 4.01048, 9.727083, 4.023444]}, {&quot;id&quot;: &quot;989&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 2.864864864864863, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727183, 4.023543999999999], [9.72639, 4.01058]]}, &quot;bbox&quot;: [9.72639, 4.01058, 9.727183, 4.023543999999999]}, {&quot;id&quot;: &quot;1025&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 4.399999999999998, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.757556, 4.0195]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.757556, 4.0195]}, {&quot;id&quot;: &quot;1061&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 3.926829268292682, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.757655999999999, 4.0196]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.757655999999999, 4.0196]}, {&quot;id&quot;: &quot;1097&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 1.25, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.756817, 4.008442]]}, &quot;bbox&quot;: [9.756817, 4.008442, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1133&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 2.6774193548387113, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.756917, 4.008541999999999]]}, &quot;bbox&quot;: [9.756917, 4.008541999999999, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1169&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.21207177814029352, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4788&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744694, 4.014417], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.744694, 4.014417, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1205&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.5918367346938775, &quot;style&quot;: {&quot;color&quot;: &quot;#21a685&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744794, 4.014517], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.744794, 4.014517, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1241&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 4.11764705882354, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.767719, 4.0105, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1277&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 3.5111111111111177, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.767819, 4.0106, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1313&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 1.71969696969697, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.780278, 4.023889]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.780278, 4.023889]}, {&quot;id&quot;: &quot;1349&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 2.8888888888888875, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.780377999999999, 4.023988999999999]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.780377999999999, 4.023988999999999]}, {&quot;id&quot;: &quot;1385&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 7.763157894736835, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.721083, 4.0115]]}, &quot;bbox&quot;: [9.696744, 4.0115, 9.721083, 4.029381]}, {&quot;id&quot;: &quot;1421&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 6.551020408163266, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.721183, 4.0116]]}, &quot;bbox&quot;: [9.696844, 4.0116, 9.721183, 4.029481]}, {&quot;id&quot;: &quot;1457&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 654.0, &quot;att&quot;: 10.266666666666666, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743889, 4.0194], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.743889, 4.0194, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1493&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 654.0, &quot;att&quot;: 2.793103448275864, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743989, 4.0195], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.743989, 4.0195, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1529&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024043N-9.680260E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2266.0, &quot;att&quot;: 6.244444444444454, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.67025, 4.022056], [9.69027, 4.02603]]}, &quot;bbox&quot;: [9.67025, 4.022056, 9.69027, 4.02603]}, {&quot;id&quot;: &quot;1565&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 2.6206896551724133, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.72802, 4.03279]]}, &quot;bbox&quot;: [9.72802, 4.015972, 9.738528, 4.03279]}, {&quot;id&quot;: &quot;1601&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 3.8124999999999973, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.72812, 4.03289]]}, &quot;bbox&quot;: [9.72812, 4.016071999999999, 9.738628, 4.03289]}, {&quot;id&quot;: &quot;1637&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 4.641509433962262, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.69921, 4.02012]]}, &quot;bbox&quot;: [9.696744, 4.02012, 9.69921, 4.029381]}, {&quot;id&quot;: &quot;1673&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 1.8461538461538456, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.69931, 4.02022]]}, &quot;bbox&quot;: [9.696844, 4.02022, 9.69931, 4.029481]}, {&quot;id&quot;: &quot;1709&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18737.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 7.1515151515151425, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.77399, 4.02125]]}, &quot;bbox&quot;: [9.767833, 4.02125, 9.77399, 4.029]}, {&quot;id&quot;: &quot;1745&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17727.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 6.483870967741933, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.77409, 4.02135]]}, &quot;bbox&quot;: [9.767933, 4.02135, 9.77409, 4.0291]}, {&quot;id&quot;: &quot;1781&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14431.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 874.0, &quot;att&quot;: 2.7241379310344795, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737194, 4.022139], [9.741992, 4.0284]]}, &quot;bbox&quot;: [9.737194, 4.022139, 9.741992, 4.0284]}, {&quot;id&quot;: &quot;1817&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14921.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 874.0, &quot;att&quot;: 2.8333333333333335, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737294, 4.022239], [9.742092, 4.0285]]}, &quot;bbox&quot;: [9.737294, 4.022239, 9.742092, 4.0285]}, {&quot;id&quot;: &quot;1853&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 2.1714285714285717, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73325, 4.035278]]}, &quot;bbox&quot;: [9.73325, 4.015972, 9.738528, 4.035278]}, {&quot;id&quot;: &quot;1889&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 2.9599999999999995, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73335, 4.035378]]}, &quot;bbox&quot;: [9.73335, 4.016071999999999, 9.738628, 4.035378]}, {&quot;id&quot;: &quot;1925&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 4.764705882352946, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.70976, 4.02238]]}, &quot;bbox&quot;: [9.696744, 4.02238, 9.70976, 4.029381]}, {&quot;id&quot;: &quot;1961&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 4.846153846153855, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.709859999999999, 4.02248]]}, &quot;bbox&quot;: [9.696844, 4.02248, 9.709859999999999, 4.029481]}, {&quot;id&quot;: &quot;1997&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 755.0, &quot;att&quot;: 5.393939393939388, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.694556, 4.022917]]}, &quot;bbox&quot;: [9.694556, 4.022917, 9.696744, 4.029381]}, {&quot;id&quot;: &quot;2033&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 755.0, &quot;att&quot;: 4.35, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.694656, 4.023016999999999]]}, &quot;bbox&quot;: [9.694656, 4.023016999999999, 9.696844, 4.029481]}, {&quot;id&quot;: &quot;2069&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 4.8709677419354795, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.72684, 4.01658]]}, &quot;bbox&quot;: [9.72684, 4.01658, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2105&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 2.6511627906976716, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.726939999999999, 4.01668]]}, &quot;bbox&quot;: [9.726939999999999, 4.01668, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2141&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 364.0, &quot;att&quot;: 3.28571428571429, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.705139, 4.028333]]}, &quot;bbox&quot;: [9.701944, 4.028333, 9.705139, 4.029083]}, {&quot;id&quot;: &quot;2177&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 364.0, &quot;att&quot;: 2.588235294117642, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.705239, 4.028433]]}, &quot;bbox&quot;: [9.702043999999999, 4.028433, 9.705239, 4.029183]}, {&quot;id&quot;: &quot;2213&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 4.767441860465113, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.686417, 4.029444]]}, &quot;bbox&quot;: [9.686417, 4.029381, 9.696744, 4.029444]}, {&quot;id&quot;: &quot;2249&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 5.024390243902444, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.686517, 4.029544]]}, &quot;bbox&quot;: [9.686517, 4.029481, 9.696844, 4.029544]}, {&quot;id&quot;: &quot;2285&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 868.0, &quot;att&quot;: 7.291666666666671, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.709194, 4.032028]]}, &quot;bbox&quot;: [9.701944, 4.029083, 9.709194, 4.032028]}, {&quot;id&quot;: &quot;2321&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 868.0, &quot;att&quot;: 7.434782608695662, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.709294, 4.032128]]}, &quot;bbox&quot;: [9.702043999999999, 4.029183, 9.709294, 4.032128]}, {&quot;id&quot;: &quot;2357&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 666.0, &quot;att&quot;: 5.466666666666664, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.691575, 4.032433]]}, &quot;bbox&quot;: [9.691575, 4.029381, 9.696744, 4.032433]}, {&quot;id&quot;: &quot;2393&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 666.0, &quot;att&quot;: 6.000000000000008, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.691675, 4.032533]]}, &quot;bbox&quot;: [9.691675, 4.029481, 9.696844, 4.032533]}, {&quot;id&quot;: &quot;2429&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 536.0, &quot;att&quot;: 6.545454545454536, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699417, 4.033417]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699417, 4.033417]}, {&quot;id&quot;: &quot;2465&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 536.0, &quot;att&quot;: 5.333333333333333, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699517, 4.033517]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699517, 4.033517]}, {&quot;id&quot;: &quot;2501&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 2.783783783783783, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.727083, 4.023444]]}, &quot;bbox&quot;: [9.727083, 4.023444, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2537&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 2.673076923076924, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.727183, 4.023543999999999]]}, &quot;bbox&quot;: [9.727183, 4.023543999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2573&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 3.560975609756101, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71564, 4.032], [9.71203, 4.03312]]}, &quot;bbox&quot;: [9.71203, 4.032, 9.71564, 4.03312]}, {&quot;id&quot;: &quot;2609&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 3.127659574468087, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71574, 4.0321], [9.71213, 4.03322]]}, &quot;bbox&quot;: [9.71213, 4.0321, 9.71574, 4.03322]}, {&quot;id&quot;: &quot;2645&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 3.0769230769230727, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.755167, 4.037361]]}, &quot;bbox&quot;: [9.755167, 4.029, 9.767833, 4.037361]}, {&quot;id&quot;: &quot;2681&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 3.3783783783783803, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.755267, 4.0374609999999995]]}, &quot;bbox&quot;: [9.755267, 4.0291, 9.767933, 4.0374609999999995]}, {&quot;id&quot;: &quot;2717&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 323.0, &quot;att&quot;: 4.75, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691575, 4.032433], [9.691889, 4.035333]]}, &quot;bbox&quot;: [9.691575, 4.032433, 9.691889, 4.035333]}, {&quot;id&quot;: &quot;2753&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 323.0, &quot;att&quot;: 5.35294117647058, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691675, 4.032533], [9.691989, 4.035432999999999]]}, &quot;bbox&quot;: [9.691675, 4.032533, 9.691989, 4.035432999999999]}, {&quot;id&quot;: &quot;2789&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 516.0, &quot;att&quot;: 2.5937500000000027, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774333, 4.033028], [9.77026, 4.03527]]}, &quot;bbox&quot;: [9.77026, 4.033028, 9.774333, 4.03527]}, {&quot;id&quot;: &quot;2825&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 516.0, &quot;att&quot;: 2.343749999999998, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774433, 4.033128], [9.77036, 4.0353699999999995]]}, &quot;bbox&quot;: [9.77036, 4.033128, 9.774433, 4.0353699999999995]}, {&quot;id&quot;: &quot;2861&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 2.6199999999999988, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.725667, 4.028583]]}, &quot;bbox&quot;: [9.725667, 4.028583, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2897&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 2.7647058823529433, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.725767, 4.028683]]}, &quot;bbox&quot;: [9.725767, 4.028683, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2933&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 7.533333333333336, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699006, 4.040886]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699006, 4.040886]}, {&quot;id&quot;: &quot;2969&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 6.6944444444444535, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699106, 4.040986]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699106, 4.040986]}, {&quot;id&quot;: &quot;3005&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17810.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 610.0, &quot;att&quot;: 10.952380952380983, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683883, 4.033886], [9.688056, 4.037472]]}, &quot;bbox&quot;: [9.683883, 4.033886, 9.688056, 4.037472]}, {&quot;id&quot;: &quot;3041&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18820.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 610.0, &quot;att&quot;: 9.074074074074064, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683983, 4.033986], [9.688156, 4.037572]]}, &quot;bbox&quot;: [9.683983, 4.033986, 9.688156, 4.037572]}, {&quot;id&quot;: &quot;3077&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 2.5686274509803937, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.766222, 4.046556]]}, &quot;bbox&quot;: [9.766222, 4.029, 9.767833, 4.046556]}, {&quot;id&quot;: &quot;3113&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 2.490196078431371, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.766322, 4.046656]]}, &quot;bbox&quot;: [9.766322, 4.0291, 9.767933, 4.046656]}, {&quot;id&quot;: &quot;3149&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 433.0, &quot;att&quot;: 5.576923076923074, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706106, 4.040083], [9.703794, 4.036926]]}, &quot;bbox&quot;: [9.703794, 4.036926, 9.706106, 4.040083]}, {&quot;id&quot;: &quot;3185&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 433.0, &quot;att&quot;: 5.500000000000005, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706206, 4.040183], [9.703894, 4.037026]]}, &quot;bbox&quot;: [9.703894, 4.037026, 9.706206, 4.040183]}, {&quot;id&quot;: &quot;3221&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 6.6511627906976685, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.711917, 4.037722]]}, &quot;bbox&quot;: [9.711917, 4.037722, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;3257&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 6.282608695652172, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.712017, 4.037821999999999]]}, &quot;bbox&quot;: [9.712017, 4.037821999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;3293&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 928.0, &quot;att&quot;: 2.4310344827586223, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.741011, 4.038342]]}, &quot;bbox&quot;: [9.733028, 4.038342, 9.741011, 4.040819]}, {&quot;id&quot;: &quot;3329&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 928.0, &quot;att&quot;: 2.528301886792454, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.741111, 4.038442]]}, &quot;bbox&quot;: [9.733127999999999, 4.038442, 9.741111, 4.040919]}, {&quot;id&quot;: &quot;3365&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 441.0, &quot;att&quot;: 5.178571428571421, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.70265, 4.03931]]}, &quot;bbox&quot;: [9.699006, 4.03931, 9.70265, 4.040886]}, {&quot;id&quot;: &quot;3401&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 441.0, &quot;att&quot;: 5.071428571428565, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.70275, 4.03941]]}, &quot;bbox&quot;: [9.699106, 4.03941, 9.70275, 4.040986]}, {&quot;id&quot;: &quot;3437&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 697.0, &quot;att&quot;: 2.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774, 4.042306], [9.7795, 4.039278]]}, &quot;bbox&quot;: [9.774, 4.039278, 9.7795, 4.042306]}, {&quot;id&quot;: &quot;3473&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 697.0, &quot;att&quot;: 1.485148514851486, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774099999999999, 4.042406], [9.7796, 4.039378]]}, &quot;bbox&quot;: [9.774099999999999, 4.039378, 9.7796, 4.042406]}, {&quot;id&quot;: &quot;3492&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041057N-9.688122E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 387.0, &quot;att&quot;: Infinity, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.689827, 4.040697]]}, &quot;bbox&quot;: [9.686417, 4.040697, 9.689827, 4.041417]}, {&quot;id&quot;: &quot;3510&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041057N-9.688122E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 387.0, &quot;att&quot;: 5.416666666666673, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686517, 4.041517], [9.689926999999999, 4.0407969999999995]]}, &quot;bbox&quot;: [9.686517, 4.0407969999999995, 9.689926999999999, 4.041517]}, {&quot;id&quot;: &quot;3546&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 975.0, &quot;att&quot;: 1.0700000000000003, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762056, 4.03875], [9.754583, 4.043386]]}, &quot;bbox&quot;: [9.754583, 4.03875, 9.762056, 4.043386]}, {&quot;id&quot;: &quot;3582&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 975.0, &quot;att&quot;: 2.2325581395348855, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762156, 4.03885], [9.754683, 4.043486]]}, &quot;bbox&quot;: [9.754683, 4.03885, 9.762156, 4.043486]}, {&quot;id&quot;: &quot;3618&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 524.0, &quot;att&quot;: 2.3548387096774173, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.728389, 4.041694]]}, &quot;bbox&quot;: [9.728389, 4.040819, 9.733028, 4.041694]}, {&quot;id&quot;: &quot;3654&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.18223234624145787, &quot;style&quot;: {&quot;color&quot;: &quot;#433e85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.728489, 4.041793999999999]]}, &quot;bbox&quot;: [9.728489, 4.040919, 9.733127999999999, 4.041793999999999]}, {&quot;id&quot;: &quot;3690&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 2.379310344827584, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.779361, 4.053694]]}, &quot;bbox&quot;: [9.767833, 4.029, 9.779361, 4.053694]}, {&quot;id&quot;: &quot;3726&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 2.4499999999999993, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.779461, 4.053794]]}, &quot;bbox&quot;: [9.767933, 4.0291, 9.779461, 4.053794]}, {&quot;id&quot;: &quot;3762&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 2.2499999999999987, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.747639, 4.043778]]}, &quot;bbox&quot;: [9.733028, 4.040819, 9.747639, 4.043778]}, {&quot;id&quot;: &quot;3798&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 1.7377049180327875, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.747739, 4.043877999999999]]}, &quot;bbox&quot;: [9.733127999999999, 4.040919, 9.747739, 4.043877999999999]}, {&quot;id&quot;: &quot;3834&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 3.893617021276593, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702978, 4.056559], [9.73025, 4.028444]]}, &quot;bbox&quot;: [9.702978, 4.028444, 9.73025, 4.056559]}, {&quot;id&quot;: &quot;3870&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 7.022727272727274, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703078, 4.056659], [9.73035, 4.028544]]}, &quot;bbox&quot;: [9.703078, 4.028544, 9.73035, 4.056659]}, {&quot;id&quot;: &quot;3906&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 4.315789473684199, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.69725, 4.04425]]}, &quot;bbox&quot;: [9.69725, 4.040886, 9.699006, 4.04425]}, {&quot;id&quot;: &quot;3942&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 4.136363636363631, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.69735, 4.04435]]}, &quot;bbox&quot;: [9.69735, 4.040986, 9.699106, 4.04435]}, {&quot;id&quot;: &quot;3978&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 431.0, &quot;att&quot;: 4.35135135135135, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704083, 4.04244], [9.707889, 4.043194]]}, &quot;bbox&quot;: [9.704083, 4.04244, 9.707889, 4.043194]}, {&quot;id&quot;: &quot;4014&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 431.0, &quot;att&quot;: 5.026315789473679, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704183, 4.04254], [9.707989, 4.0432939999999995]]}, &quot;bbox&quot;: [9.704183, 4.04254, 9.707989, 4.0432939999999995]}, {&quot;id&quot;: &quot;4033&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043833N-9.687306E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 570.0, &quot;att&quot;: Infinity, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.688194, 4.04625]]}, &quot;bbox&quot;: [9.686417, 4.041417, 9.688194, 4.04625]}, {&quot;id&quot;: &quot;4052&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043833N-9.687306E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 570.0, &quot;att&quot;: 3.133333333333333, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686517, 4.041517], [9.688293999999999, 4.0463499999999994]]}, &quot;bbox&quot;: [9.686517, 4.041517, 9.688293999999999, 4.0463499999999994]}, {&quot;id&quot;: &quot;4088&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 810.0, &quot;att&quot;: 8.423076923076918, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707889, 4.043194], [9.700739, 4.044661]]}, &quot;bbox&quot;: [9.700739, 4.043194, 9.707889, 4.044661]}, {&quot;id&quot;: &quot;4124&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 810.0, &quot;att&quot;: 9.160000000000002, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707989, 4.0432939999999995], [9.700839, 4.044760999999999]]}, &quot;bbox&quot;: [9.700839, 4.0432939999999995, 9.707989, 4.044760999999999]}, {&quot;id&quot;: &quot;4160&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 706.0, &quot;att&quot;: 2.9583333333333357, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728389, 4.041694], [9.72575, 4.0475]]}, &quot;bbox&quot;: [9.72575, 4.041694, 9.728389, 4.0475]}, {&quot;id&quot;: &quot;4196&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 706.0, &quot;att&quot;: 2.863636363636365, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728489, 4.041793999999999], [9.72585, 4.0476]]}, &quot;bbox&quot;: [9.72585, 4.041793999999999, 9.728489, 4.0476]}, {&quot;id&quot;: &quot;4232&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 9.410256410256412, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.699006, 4.040886, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4268&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 15.639999999999997, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.699106, 4.040986, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4304&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14487.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 611.0, &quot;att&quot;: 4.620689655172407, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71598, 4.04642], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.71598, 4.04642, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4340&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14977.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 611.0, &quot;att&quot;: 6.074074074074067, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71608, 4.04652], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.71608, 4.04652, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4376&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048013N-9.705195E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 822.0, &quot;att&quot;: 3.5090909090909097, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703528, 4.044694], [9.706861, 4.051333]]}, &quot;bbox&quot;: [9.703528, 4.044694, 9.706861, 4.051333]}, {&quot;id&quot;: &quot;4412&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 317.0, &quot;att&quot;: 0.8591549295774649, &quot;style&quot;: {&quot;color&quot;: &quot;#a0da39&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698333, 4.049556], [9.698917, 4.04675]]}, &quot;bbox&quot;: [9.698333, 4.04675, 9.698917, 4.049556]}, {&quot;id&quot;: &quot;4448&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 317.0, &quot;att&quot;: 5.333333333333336, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698433, 4.049656], [9.699017, 4.04685]]}, &quot;bbox&quot;: [9.698433, 4.04685, 9.699017, 4.049656]}, {&quot;id&quot;: &quot;4484&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 564.0, &quot;att&quot;: 5.124999999999989, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706861, 4.051333], [9.708472, 4.0465]]}, &quot;bbox&quot;: [9.706861, 4.0465, 9.708472, 4.051333]}, {&quot;id&quot;: &quot;4520&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 564.0, &quot;att&quot;: 5.086956521739135, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706961, 4.051432999999999], [9.708572, 4.0466]]}, &quot;bbox&quot;: [9.706961, 4.0466, 9.708572, 4.051432999999999]}, {&quot;id&quot;: &quot;4556&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 596.0, &quot;att&quot;: 1.709677419354841, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.771911, 4.050192], [9.777253, 4.049658]]}, &quot;bbox&quot;: [9.771911, 4.049658, 9.777253, 4.050192]}, {&quot;id&quot;: &quot;4592&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 596.0, &quot;att&quot;: 1.6875000000000002, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.772011, 4.050292], [9.777353, 4.049758]]}, &quot;bbox&quot;: [9.772011, 4.049758, 9.777353, 4.050292]}, {&quot;id&quot;: &quot;4628&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050150N-9.740475E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 454.0, &quot;att&quot;: 1.9032258064516117, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741306, 4.052028], [9.739644, 4.048272]]}, &quot;bbox&quot;: [9.739644, 4.048272, 9.741306, 4.052028]}, {&quot;id&quot;: &quot;4664&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 522.0, &quot;att&quot;: 3.4615384615384595, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702389, 4.052444], [9.704556, 4.04825]]}, &quot;bbox&quot;: [9.702389, 4.04825, 9.704556, 4.052444]}, {&quot;id&quot;: &quot;4700&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 522.0, &quot;att&quot;: 3.780000000000001, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702489, 4.052544], [9.704656, 4.04835]]}, &quot;bbox&quot;: [9.702489, 4.04835, 9.704656, 4.052544]}, {&quot;id&quot;: &quot;4736&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 956.0, &quot;att&quot;: 0.8437499999999999, &quot;style&quot;: {&quot;color&quot;: &quot;#95d840&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.756833, 4.047389]]}, &quot;bbox&quot;: [9.750917, 4.047389, 9.756833, 4.053667]}, {&quot;id&quot;: &quot;4772&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 956.0, &quot;att&quot;: 2.199999999999997, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.756933, 4.047489]]}, &quot;bbox&quot;: [9.751017, 4.047489, 9.756933, 4.053767]}, {&quot;id&quot;: &quot;4808&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 2.2428571428571433, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779361, 4.053694], [9.797806, 4.050472]]}, &quot;bbox&quot;: [9.779361, 4.050472, 9.797806, 4.053694]}, {&quot;id&quot;: &quot;4844&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 2.3650793650793633, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779461, 4.053794], [9.797906, 4.050572]]}, &quot;bbox&quot;: [9.779461, 4.050572, 9.797906, 4.053794]}, {&quot;id&quot;: &quot;4880&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8363.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 2.1249999999999925, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.775889, 4.05525]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.775889, 4.05525]}, {&quot;id&quot;: &quot;4916&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8482.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 1.9599999999999966, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.775989, 4.05535]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.775989, 4.05535]}, {&quot;id&quot;: &quot;4952&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.5194174757281551, &quot;style&quot;: {&quot;color&quot;: &quot;#1f948c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.754444, 4.058167]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.754444, 4.058167]}, {&quot;id&quot;: &quot;4988&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.16247139588100692, &quot;style&quot;: {&quot;color&quot;: &quot;#453882&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.754544, 4.058267]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.754544, 4.058267]}, {&quot;id&quot;: &quot;5024&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 546.0, &quot;att&quot;: 1.7954545454545456, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.767556, 4.053639]]}, &quot;bbox&quot;: [9.767556, 4.053639, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5060&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 546.0, &quot;att&quot;: 2.1470588235294095, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.767656, 4.053739]]}, &quot;bbox&quot;: [9.767656, 4.053739, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5096&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 879.0, &quot;att&quot;: 4.173076923076922, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738694, 4.058056], [9.745611, 4.054186]]}, &quot;bbox&quot;: [9.738694, 4.054186, 9.745611, 4.058056]}, {&quot;id&quot;: &quot;5132&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 879.0, &quot;att&quot;: 3.800000000000005, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738794, 4.058155999999999], [9.745711, 4.054285999999999]]}, &quot;bbox&quot;: [9.738794, 4.054285999999999, 9.745711, 4.058155999999999]}, {&quot;id&quot;: &quot;5168&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 3.6923076923076916, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.743528, 4.059611]]}, &quot;bbox&quot;: [9.743528, 4.053667, 9.750917, 4.059611]}, {&quot;id&quot;: &quot;5204&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 3.2187499999999987, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.743628, 4.059711]]}, &quot;bbox&quot;: [9.743628, 4.053767, 9.751017, 4.059711]}, {&quot;id&quot;: &quot;5240&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 6.999999999999997, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726194, 4.060028], [9.750917, 4.053667]]}, &quot;bbox&quot;: [9.726194, 4.053667, 9.750917, 4.060028]}, {&quot;id&quot;: &quot;5276&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 6.3999999999999995, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726294, 4.060128], [9.751017, 4.053767]]}, &quot;bbox&quot;: [9.726294, 4.053767, 9.751017, 4.060128]}, {&quot;id&quot;: &quot;5312&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 5.85, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726393999999999, 4.060228], [9.751116999999999, 4.053867]]}, &quot;bbox&quot;: [9.726393999999999, 4.053867, 9.751116999999999, 4.060228]}, {&quot;id&quot;: &quot;5348&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 6.805555555555551, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726493999999999, 4.060328], [9.751216999999999, 4.053967]]}, &quot;bbox&quot;: [9.726493999999999, 4.053967, 9.751216999999999, 4.060328]}, {&quot;id&quot;: &quot;5384&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_0&quot;, &quot;frequency&quot;: 12793.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 8.285714285714295, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726594, 4.060428], [9.751317, 4.054067]]}, &quot;bbox&quot;: [9.726594, 4.054067, 9.751317, 4.060428]}, {&quot;id&quot;: &quot;5420&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_1&quot;, &quot;frequency&quot;: 13059.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 6.4473684210526265, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726694, 4.060528], [9.751417, 4.054167]]}, &quot;bbox&quot;: [9.726694, 4.054167, 9.751417, 4.060528]}, {&quot;id&quot;: &quot;5456&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 6.69444444444444, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.734028, 4.06025]]}, &quot;bbox&quot;: [9.734028, 4.053667, 9.750917, 4.06025]}, {&quot;id&quot;: &quot;5492&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 5.355555555555564, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.734128, 4.06035]]}, &quot;bbox&quot;: [9.734128, 4.053767, 9.751017, 4.06035]}, {&quot;id&quot;: &quot;5528&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 630.0, &quot;att&quot;: 2.8918918918918903, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.763167, 4.056417]]}, &quot;bbox&quot;: [9.763167, 4.056417, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5564&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 630.0, &quot;att&quot;: 2.434782608695652, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.763266999999999, 4.0565169999999995]]}, &quot;bbox&quot;: [9.763266999999999, 4.0565169999999995, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5600&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 2.0483870967741944, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.786861, 4.062806]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.786861, 4.062806]}, {&quot;id&quot;: &quot;5636&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 3.1142857142857117, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.786961, 4.062906]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.786961, 4.062906]}, {&quot;id&quot;: &quot;5672&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 2.17391304347825, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.720853, 4.053242]]}, &quot;bbox&quot;: [9.714664, 4.053242, 9.720853, 4.06425]}, {&quot;id&quot;: &quot;5708&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 2.4444444444444513, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.720953, 4.053342]]}, &quot;bbox&quot;: [9.714764, 4.053342, 9.720953, 4.06435]}, {&quot;id&quot;: &quot;5744&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 2.867924528301889, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.75311, 4.064069]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.75311, 4.064069]}, {&quot;id&quot;: &quot;5780&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 1.6666666666666679, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.75321, 4.064169]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.75321, 4.064169]}, {&quot;id&quot;: &quot;5816&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 2.8958333333333335, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.767778, 4.064361]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.767778, 4.064361]}, {&quot;id&quot;: &quot;5852&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 4.870967741935482, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.767878, 4.064461]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.767878, 4.064461]}, {&quot;id&quot;: &quot;5888&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 796.0, &quot;att&quot;: 3.5000000000000013, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708444, 4.060333], [9.715412, 4.058638]]}, &quot;bbox&quot;: [9.708444, 4.058638, 9.715412, 4.060333]}, {&quot;id&quot;: &quot;5924&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 796.0, &quot;att&quot;: 3.4782608695652217, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708544, 4.060433], [9.715512, 4.058738]]}, &quot;bbox&quot;: [9.708544, 4.058738, 9.715512, 4.060433]}, {&quot;id&quot;: &quot;5960&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 4.777777777777775, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.759558, 4.066322]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.759558, 4.066322]}, {&quot;id&quot;: &quot;5996&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 5.307692307692307, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.759658, 4.066422]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.759658, 4.066422]}, {&quot;id&quot;: &quot;6032&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 2.499999999999996, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.777639, 4.063131]]}, &quot;bbox&quot;: [9.768444, 4.0585, 9.777639, 4.063131]}, {&quot;id&quot;: &quot;6068&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 2.8148148148148198, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.777739, 4.063231]]}, &quot;bbox&quot;: [9.768544, 4.0586, 9.777739, 4.063231]}, {&quot;id&quot;: &quot;6104&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 498.0, &quot;att&quot;: 2.1568627450980387, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743528, 4.059611], [9.74569, 4.06356]]}, &quot;bbox&quot;: [9.743528, 4.059611, 9.74569, 4.06356]}, {&quot;id&quot;: &quot;6140&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 498.0, &quot;att&quot;: 3.7407407407407445, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743628, 4.059711], [9.74579, 4.06366]]}, &quot;bbox&quot;: [9.743628, 4.059711, 9.74579, 4.06366]}, {&quot;id&quot;: &quot;6176&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 741.0, &quot;att&quot;: 2.708333333333335, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704333, 4.059583], [9.706333, 4.065972]]}, &quot;bbox&quot;: [9.704333, 4.059583, 9.706333, 4.065972]}, {&quot;id&quot;: &quot;6212&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 741.0, &quot;att&quot;: 2.9523809523809517, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704433, 4.059683], [9.706433, 4.066072]]}, &quot;bbox&quot;: [9.704433, 4.059683, 9.706433, 4.066072]}, {&quot;id&quot;: &quot;6248&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 603.0, &quot;att&quot;: 1.545454545454545, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.719389, 4.061556]]}, &quot;bbox&quot;: [9.714664, 4.061556, 9.719389, 4.06425]}, {&quot;id&quot;: &quot;6284&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 603.0, &quot;att&quot;: 1.6451612903225803, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.719489, 4.061656]]}, &quot;bbox&quot;: [9.714764, 4.061656, 9.719489, 4.06435]}, {&quot;id&quot;: &quot;6320&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 669.0, &quot;att&quot;: 3.1428571428571397, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759558, 4.066322], [9.76425, 4.062528]]}, &quot;bbox&quot;: [9.759558, 4.062528, 9.76425, 4.066322]}, {&quot;id&quot;: &quot;6356&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 669.0, &quot;att&quot;: 3.458333333333327, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759658, 4.066422], [9.76435, 4.062628]]}, &quot;bbox&quot;: [9.759658, 4.062628, 9.76435, 4.066422]}, {&quot;id&quot;: &quot;6392&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 451.0, &quot;att&quot;: 1.7368421052631577, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710083, 4.063917], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.710083, 4.063917, 9.71287, 4.06688]}, {&quot;id&quot;: &quot;6428&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 451.0, &quot;att&quot;: 1.722222222222219, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710182999999999, 4.064017], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.710182999999999, 4.064017, 9.71297, 4.06698]}, {&quot;id&quot;: &quot;6464&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 924.0, &quot;att&quot;: 1.171428571428572, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79152, 4.065848], [9.799722, 4.06725]]}, &quot;bbox&quot;: [9.79152, 4.065848, 9.799722, 4.06725]}, {&quot;id&quot;: &quot;6500&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 924.0, &quot;att&quot;: 1.3666666666666671, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79162, 4.065948], [9.799821999999999, 4.067349999999999]]}, &quot;bbox&quot;: [9.79162, 4.065948, 9.799821999999999, 4.067349999999999]}, {&quot;id&quot;: &quot;6536&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 1.3749999999999996, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.72547, 4.07139]}, {&quot;id&quot;: &quot;6572&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 1.1562500000000002, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.72557, 4.07149]}, {&quot;id&quot;: &quot;6608&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 932.0, &quot;att&quot;: 1.4222222222222234, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.722972, 4.065667], [9.729139, 4.071389]]}, &quot;bbox&quot;: [9.722972, 4.065667, 9.729139, 4.071389]}, {&quot;id&quot;: &quot;6644&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 932.0, &quot;att&quot;: 1.4222222222222203, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.723072, 4.065767], [9.729239, 4.071489]]}, &quot;bbox&quot;: [9.723072, 4.065767, 9.729239, 4.071489]}, {&quot;id&quot;: &quot;6680&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 535.0, &quot;att&quot;: 1.3428571428571436, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714869, 4.071278], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.71287, 4.06688, 9.714869, 4.071278]}, {&quot;id&quot;: &quot;6716&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 535.0, &quot;att&quot;: 1.2444444444444447, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714969, 4.071378], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.71297, 4.06698, 9.714969, 4.071378]}, {&quot;id&quot;: &quot;6752&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 407.0, &quot;att&quot;: 1.172413793103448, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729139, 4.071389], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.72547, 4.071389, 9.729139, 4.07139]}, {&quot;id&quot;: &quot;6788&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 407.0, &quot;att&quot;: 1.103448275862068, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729239, 4.071489], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.72557, 4.071489, 9.729239, 4.07149]}, {&quot;id&quot;: &quot;6824&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 731.0, &quot;att&quot;: 1.2200000000000002, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736111, 4.072222], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.736111, 4.072222, 9.742681, 4.072661]}, {&quot;id&quot;: &quot;6860&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 731.0, &quot;att&quot;: 4.692307692307688, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736210999999999, 4.072322], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.736210999999999, 4.072322, 9.742780999999999, 4.072761]}, {&quot;id&quot;: &quot;6896&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 561.0, &quot;att&quot;: 3.695652173913048, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76925, 4.071639], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.76925, 4.071639, 9.774, 4.073367]}, {&quot;id&quot;: &quot;6932&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 561.0, &quot;att&quot;: 3.653846153846152, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76935, 4.071739], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.76935, 4.071739, 9.774099999999999, 4.073467]}, {&quot;id&quot;: &quot;6968&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.721058, 4.084075]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.721058, 4.084075]}, {&quot;id&quot;: &quot;7004&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 0.8400000000000005, &quot;style&quot;: {&quot;color&quot;: &quot;#95d840&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.721157999999999, 4.084175]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.721157999999999, 4.084175]}, {&quot;id&quot;: &quot;7040&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 1.5666666666666675, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.761667, 4.074778]}, {&quot;id&quot;: &quot;7076&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 1.923076923076922, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.761766999999999, 4.074878]}, {&quot;id&quot;: &quot;7112&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719639, 4.070306], [9.719417, 4.079889]]}, &quot;bbox&quot;: [9.719417, 4.070306, 9.719639, 4.079889]}, {&quot;id&quot;: &quot;7148&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.8, &quot;style&quot;: {&quot;color&quot;: &quot;#7ad151&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719739, 4.070406], [9.719517, 4.079988999999999]]}, &quot;bbox&quot;: [9.719517, 4.070406, 9.719739, 4.079988999999999]}, {&quot;id&quot;: &quot;7184&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.781778, 4.069972]]}, &quot;bbox&quot;: [9.781778, 4.069972, 9.786083, 4.0817]}, {&quot;id&quot;: &quot;7220&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 1.2500000000000007, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.781877999999999, 4.070072]]}, &quot;bbox&quot;: [9.781877999999999, 4.070072, 9.786183, 4.081799999999999]}, {&quot;id&quot;: &quot;7256&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.714285714285715, &quot;style&quot;: {&quot;color&quot;: &quot;#4ac16d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.75645, 4.07833]]}, &quot;bbox&quot;: [9.75645, 4.074778, 9.761667, 4.07833]}, {&quot;id&quot;: &quot;7292&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.054945054945054944, &quot;style&quot;: {&quot;color&quot;: &quot;#481668&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.756549999999999, 4.07843]]}, &quot;bbox&quot;: [9.756549999999999, 4.074878, 9.761766999999999, 4.07843]}, {&quot;id&quot;: &quot;7328&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 480.0, &quot;att&quot;: 0.6363636363636381, &quot;style&quot;: {&quot;color&quot;: &quot;#2ab07f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719417, 4.079889], [9.721778, 4.07625]]}, &quot;bbox&quot;: [9.719417, 4.07625, 9.721778, 4.079889]}, {&quot;id&quot;: &quot;7364&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 480.0, &quot;att&quot;: 0.8399999999999977, &quot;style&quot;: {&quot;color&quot;: &quot;#95d840&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719517, 4.079988999999999], [9.721878, 4.07635]]}, &quot;bbox&quot;: [9.719517, 4.07635, 9.721878, 4.079988999999999]}, {&quot;id&quot;: &quot;7400&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 1.9200000000000017, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756825, 4.081867], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.756825, 4.081867]}, {&quot;id&quot;: &quot;7436&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 1.961538461538461, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756924999999999, 4.081967], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.756924999999999, 4.081967]}, {&quot;id&quot;: &quot;7472&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.801611, 4.076722]]}, &quot;bbox&quot;: [9.786083, 4.076722, 9.801611, 4.0817]}, {&quot;id&quot;: &quot;7508&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 0.9599999999999994, &quot;style&quot;: {&quot;color&quot;: &quot;#e5e419&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.801711, 4.076822]]}, &quot;bbox&quot;: [9.786183, 4.076822, 9.801711, 4.081799999999999]}, {&quot;id&quot;: &quot;7544&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 4.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.742681, 4.072661, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;7580&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 3.3611111111111147, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.742780999999999, 4.072761, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;7616&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 4.130434782608688, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.752944, 4.073367, 9.774, 4.085936]}, {&quot;id&quot;: &quot;7652&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 3.846153846153844, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.753044, 4.073467, 9.774099999999999, 4.086036]}, {&quot;id&quot;: &quot;7688&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080070N-9.789737E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18848.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 888.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.79339, 4.07844]]}, &quot;bbox&quot;: [9.786083, 4.07844, 9.79339, 4.0817]}, {&quot;id&quot;: &quot;7724&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 1.4999999999999978, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.753278, 4.074861]]}, &quot;bbox&quot;: [9.752944, 4.074861, 9.753278, 4.085936]}, {&quot;id&quot;: &quot;7760&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 1.363636363636362, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.753378, 4.074961]]}, &quot;bbox&quot;: [9.753044, 4.074961, 9.753378, 4.086036]}, {&quot;id&quot;: &quot;7796&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 968.0, &quot;att&quot;: 2.2142857142857126, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765535, 4.081441], [9.756825, 4.081867]]}, &quot;bbox&quot;: [9.756825, 4.081441, 9.765535, 4.081867]}, {&quot;id&quot;: &quot;7832&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 968.0, &quot;att&quot;: 1.8000000000000007, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765635, 4.081541], [9.756924999999999, 4.081967]]}, &quot;bbox&quot;: [9.756924999999999, 4.081541, 9.765635, 4.081967]}, {&quot;id&quot;: &quot;7868&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 0.7826086956521743, &quot;style&quot;: {&quot;color&quot;: &quot;#70cf57&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.7949, 4.08393]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.7949, 4.08393]}, {&quot;id&quot;: &quot;7904&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 0.8260869565217396, &quot;style&quot;: {&quot;color&quot;: &quot;#8bd646&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.795, 4.084029999999999]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.795, 4.084029999999999]}, {&quot;id&quot;: &quot;7940&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 895.0, &quot;att&quot;: 0.9534883720930226, &quot;style&quot;: {&quot;color&quot;: &quot;#e2e418&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.77848, 4.08438]]}, &quot;bbox&quot;: [9.77848, 4.0817, 9.786083, 4.08438]}, {&quot;id&quot;: &quot;7976&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 895.0, &quot;att&quot;: 0.9629629629629624, &quot;style&quot;: {&quot;color&quot;: &quot;#e7e419&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.77858, 4.08448]]}, &quot;bbox&quot;: [9.77858, 4.081799999999999, 9.786183, 4.08448]}, {&quot;id&quot;: &quot;8012&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 2.4545454545454475, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.751769, 4.093194]]}, &quot;bbox&quot;: [9.751769, 4.074778, 9.761667, 4.093194]}, {&quot;id&quot;: &quot;8048&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 1.5277777777777772, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.751869, 4.093294]]}, &quot;bbox&quot;: [9.751869, 4.074878, 9.761766999999999, 4.093294]}, {&quot;id&quot;: &quot;8084&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 1.4117647058823455, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.728889, 4.083056]]}, &quot;bbox&quot;: [9.728889, 4.083056, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8120&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 0.9444444444444475, &quot;style&quot;: {&quot;color&quot;: &quot;#dae319&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.728989, 4.083156]]}, &quot;bbox&quot;: [9.728989, 4.083156, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8156&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 0.8749999999999981, &quot;style&quot;: {&quot;color&quot;: &quot;#aadc32&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.738306, 4.083528]]}, &quot;bbox&quot;: [9.738306, 4.083528, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8192&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 0.6923076923076936, &quot;style&quot;: {&quot;color&quot;: &quot;#40bd72&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.738406, 4.083628]]}, &quot;bbox&quot;: [9.738406, 4.083628, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8228&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 947.0, &quot;att&quot;: 0.8095238095238103, &quot;style&quot;: {&quot;color&quot;: &quot;#81d34d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.783583, 4.089889]]}, &quot;bbox&quot;: [9.783583, 4.0817, 9.786083, 4.089889]}, {&quot;id&quot;: &quot;8264&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 947.0, &quot;att&quot;: 0.8947368421052616, &quot;style&quot;: {&quot;color&quot;: &quot;#bade28&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.783683, 4.089989]]}, &quot;bbox&quot;: [9.783683, 4.081799999999999, 9.786183, 4.089989]}, {&quot;id&quot;: &quot;8300&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.743333, 4.074778, 9.761667, 4.097333]}, {&quot;id&quot;: &quot;8336&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 2.1666666666666625, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.743433, 4.074878, 9.761766999999999, 4.097433]}, {&quot;id&quot;: &quot;8372&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 1.030303030303033, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.76601, 4.08663]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.76601, 4.08663]}, {&quot;id&quot;: &quot;8408&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 1.2093023255813968, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.76611, 4.08673]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.76611, 4.08673]}, {&quot;id&quot;: &quot;8444&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 0.42424242424242325, &quot;style&quot;: {&quot;color&quot;: &quot;#277e8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.808667, 4.091389]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.808667, 4.091389]}, {&quot;id&quot;: &quot;8480&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 0.3571428571428566, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6e8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.808767, 4.091489]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.808767, 4.091489]}, {&quot;id&quot;: &quot;8516&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 830.0, &quot;att&quot;: 0.7446808510638293, &quot;style&quot;: {&quot;color&quot;: &quot;#5ac864&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.758611, 4.090833]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.758611, 4.090833]}, {&quot;id&quot;: &quot;8552&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 830.0, &quot;att&quot;: 0.6599999999999995, &quot;style&quot;: {&quot;color&quot;: &quot;#32b67a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.758711, 4.090933]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.758711, 4.090933]}, {&quot;id&quot;: &quot;8588&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 555.0, &quot;att&quot;: 0.6250000000000022, &quot;style&quot;: {&quot;color&quot;: &quot;#28ae80&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73381, 4.08679], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.73381, 4.08679, 9.736042, 4.091278]}, {&quot;id&quot;: &quot;8624&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 555.0, &quot;att&quot;: 0.8, &quot;style&quot;: {&quot;color&quot;: &quot;#7ad151&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73391, 4.0868899999999995], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.73391, 4.0868899999999995, 9.736142, 4.091378]}, {&quot;id&quot;: &quot;8660&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 3.0500000000000043, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.744, 4.104861]]}, &quot;bbox&quot;: [9.744, 4.074778, 9.761667, 4.104861]}, {&quot;id&quot;: &quot;8696&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 2.2285714285714318, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.7441, 4.104960999999999]]}, &quot;bbox&quot;: [9.7441, 4.074878, 9.761766999999999, 4.104960999999999]}, {&quot;id&quot;: &quot;8732&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 889.0, &quot;att&quot;: 0.49999999999999745, &quot;style&quot;: {&quot;color&quot;: &quot;#21908d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76601, 4.08663], [9.764367, 4.0945]]}, &quot;bbox&quot;: [9.764367, 4.08663, 9.76601, 4.0945]}, {&quot;id&quot;: &quot;8768&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 889.0, &quot;att&quot;: 0.5294117647058828, &quot;style&quot;: {&quot;color&quot;: &quot;#1f978b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76611, 4.08673], [9.764467, 4.0946]]}, &quot;bbox&quot;: [9.764467, 4.08673, 9.76611, 4.0946]}, {&quot;id&quot;: &quot;8804&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 736.0, &quot;att&quot;: -0.06666666666666761, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729444, 4.091944], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.729444, 4.091278, 9.736042, 4.091944]}, {&quot;id&quot;: &quot;8840&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 736.0, &quot;att&quot;: 0.09090909090909208, &quot;style&quot;: {&quot;color&quot;: &quot;#482173&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729544, 4.092044], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.729544, 4.091378, 9.736142, 4.092044]}, {&quot;id&quot;: &quot;8876&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 419.0, &quot;att&quot;: 0.30769230769230915, &quot;style&quot;: {&quot;color&quot;: &quot;#34618d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74168, 4.09393], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.74168, 4.09393, 9.743333, 4.097333]}, {&quot;id&quot;: &quot;8912&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 419.0, &quot;att&quot;: 0.3913043478260868, &quot;style&quot;: {&quot;color&quot;: &quot;#2a768e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:20:00&quot;, &quot;2019-07-17T22:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74178, 4.09403], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.74178, 4.09403, 9.743433, 4.097433]}, {&quot;id&quot;: &quot;18&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 4.59259259259259, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.791866, 3.97665]]}, &quot;bbox&quot;: [9.787167, 3.97665, 9.791866, 3.992722]}, {&quot;id&quot;: &quot;54&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 4.214285714285718, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.791966, 3.97675]]}, &quot;bbox&quot;: [9.787267, 3.97675, 9.791966, 3.9928220000000003]}, {&quot;id&quot;: &quot;90&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 3.434210526315791, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.81613, 3.97866]]}, &quot;bbox&quot;: [9.787167, 3.97866, 9.81613, 3.992722]}, {&quot;id&quot;: &quot;126&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.6721311475409836, &quot;style&quot;: {&quot;color&quot;: &quot;#38b977&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.81623, 3.9787600000000003]]}, &quot;bbox&quot;: [9.787267, 3.9787600000000003, 9.81623, 3.9928220000000003]}, {&quot;id&quot;: &quot;162&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 556.0, &quot;att&quot;: 3.7187500000000044, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763806, 3.997361], [9.75885, 3.99663]]}, &quot;bbox&quot;: [9.75885, 3.99663, 9.763806, 3.997361]}, {&quot;id&quot;: &quot;198&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 556.0, &quot;att&quot;: 8.571428571428537, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763906, 3.9974610000000004], [9.75895, 3.9967300000000003]]}, &quot;bbox&quot;: [9.75895, 3.9967300000000003, 9.763906, 3.9974610000000004]}, {&quot;id&quot;: &quot;234&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 402.0, &quot;att&quot;: 2.117647058823531, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745083, 4.002553], [9.748639, 4.003231]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.748639, 4.003231]}, {&quot;id&quot;: &quot;270&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 402.0, &quot;att&quot;: 1.308641975308642, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745182999999999, 4.002653], [9.748739, 4.003331]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.748739, 4.003331]}, {&quot;id&quot;: &quot;306&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 774.0, &quot;att&quot;: 3.2954545454545463, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76732, 4.003512], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.76732, 4.003512, 9.767719, 4.0105]}, {&quot;id&quot;: &quot;342&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 774.0, &quot;att&quot;: 3.6857142857142855, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76742, 4.0036119999999995], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.76742, 4.0036119999999995, 9.767819, 4.0106]}, {&quot;id&quot;: &quot;378&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 4.5151515151515165, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799472, 4.004194], [9.778111, 4.012278]]}, &quot;bbox&quot;: [9.778111, 4.004194, 9.799472, 4.012278]}, {&quot;id&quot;: &quot;414&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 5.55555555555555, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799572, 4.004294], [9.778211, 4.012378]]}, &quot;bbox&quot;: [9.778211, 4.004294, 9.799572, 4.012378]}, {&quot;id&quot;: &quot;450&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 3.14814814814815, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.705944, 4.01775], [9.701194, 4.008306]]}, &quot;bbox&quot;: [9.701194, 4.008306, 9.705944, 4.01775]}, {&quot;id&quot;: &quot;486&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 0.2068403908794789, &quot;style&quot;: {&quot;color&quot;: &quot;#404588&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706044, 4.01785], [9.701293999999999, 4.008406]]}, &quot;bbox&quot;: [9.701293999999999, 4.008406, 9.706044, 4.01785]}, {&quot;id&quot;: &quot;522&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 8.076923076923094, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.763806, 3.997361]]}, &quot;bbox&quot;: [9.763806, 3.997361, 9.767833, 4.029]}, {&quot;id&quot;: &quot;558&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 4.837837837837843, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.763906, 3.9974610000000004]]}, &quot;bbox&quot;: [9.763906, 3.9974610000000004, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;594&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 1.87012987012987, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741417, 4.009639], [9.723611, 4.020194]]}, &quot;bbox&quot;: [9.723611, 4.009639, 9.741417, 4.020194]}, {&quot;id&quot;: &quot;630&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 1.8589743589743588, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741517, 4.009739], [9.723711, 4.020294]]}, &quot;bbox&quot;: [9.723711, 4.009739, 9.741517, 4.020294]}, {&quot;id&quot;: &quot;666&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 3.2352941176470624, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.745083, 4.002553]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.767833, 4.029]}, {&quot;id&quot;: &quot;702&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 2.426666666666667, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.745182999999999, 4.002653]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;738&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 466.0, &quot;att&quot;: 2.1199999999999988, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73456, 4.01734]]}, &quot;bbox&quot;: [9.73456, 4.015972, 9.738528, 4.01734]}, {&quot;id&quot;: &quot;774&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 466.0, &quot;att&quot;: 2.137931034482758, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73466, 4.01744]]}, &quot;bbox&quot;: [9.73466, 4.016071999999999, 9.738628, 4.01744]}, {&quot;id&quot;: &quot;810&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8335.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 2.4400000000000035, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.762056, 4.004472]]}, &quot;bbox&quot;: [9.762056, 4.004472, 9.767833, 4.029]}, {&quot;id&quot;: &quot;846&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8454.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 2.5238095238095295, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.762156, 4.004572]]}, &quot;bbox&quot;: [9.762156, 4.004572, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;882&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 2.333333333333332, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.768083, 4.017917]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.768083, 4.017917]}, {&quot;id&quot;: &quot;918&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 2.553191489361703, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.768183, 4.0180169999999995]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.768183, 4.0180169999999995]}, {&quot;id&quot;: &quot;954&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 1.764705882352942, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727083, 4.023444], [9.72629, 4.01048]]}, &quot;bbox&quot;: [9.72629, 4.01048, 9.727083, 4.023444]}, {&quot;id&quot;: &quot;990&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 1.4864864864864853, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727183, 4.023543999999999], [9.72639, 4.01058]]}, &quot;bbox&quot;: [9.72639, 4.01058, 9.727183, 4.023543999999999]}, {&quot;id&quot;: &quot;1026&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 1.8857142857142841, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.757556, 4.0195]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.757556, 4.0195]}, {&quot;id&quot;: &quot;1062&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 1.8048780487804867, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.757655999999999, 4.0196]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.757655999999999, 4.0196]}, {&quot;id&quot;: &quot;1098&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 1.25, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.756817, 4.008442]]}, &quot;bbox&quot;: [9.756817, 4.008442, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1134&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 1.9354838709677424, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.756917, 4.008541999999999]]}, &quot;bbox&quot;: [9.756917, 4.008541999999999, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1170&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.1745513866231647, &quot;style&quot;: {&quot;color&quot;: &quot;#443b84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744694, 4.014417], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.744694, 4.014417, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1206&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.489795918367347, &quot;style&quot;: {&quot;color&quot;: &quot;#218e8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744794, 4.014517], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.744794, 4.014517, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1242&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 3.9705882352941275, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.767719, 4.0105, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1278&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 2.955555555555561, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.767819, 4.0106, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1314&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 1.4166666666666667, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.780278, 4.023889]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.780278, 4.023889]}, {&quot;id&quot;: &quot;1350&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 2.1269841269841265, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.780377999999999, 4.023988999999999]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.780377999999999, 4.023988999999999]}, {&quot;id&quot;: &quot;1386&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 3.7368421052631526, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.721083, 4.0115]]}, &quot;bbox&quot;: [9.696744, 4.0115, 9.721083, 4.029381]}, {&quot;id&quot;: &quot;1422&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 3.0408163265306114, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.721183, 4.0116]]}, &quot;bbox&quot;: [9.696844, 4.0116, 9.721183, 4.029481]}, {&quot;id&quot;: &quot;1458&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 654.0, &quot;att&quot;: 10.816666666666668, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743889, 4.0194], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.743889, 4.0194, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1494&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 654.0, &quot;att&quot;: 2.793103448275864, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743989, 4.0195], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.743989, 4.0195, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1530&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024043N-9.680260E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2266.0, &quot;att&quot;: 6.244444444444454, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.67025, 4.022056], [9.69027, 4.02603]]}, &quot;bbox&quot;: [9.67025, 4.022056, 9.69027, 4.02603]}, {&quot;id&quot;: &quot;1566&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 1.7586206896551713, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.72802, 4.03279]]}, &quot;bbox&quot;: [9.72802, 4.015972, 9.738528, 4.03279]}, {&quot;id&quot;: &quot;1602&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 3.499999999999998, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.72812, 4.03289]]}, &quot;bbox&quot;: [9.72812, 4.016071999999999, 9.738628, 4.03289]}, {&quot;id&quot;: &quot;1638&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 2.566037735849056, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.69921, 4.02012]]}, &quot;bbox&quot;: [9.696744, 4.02012, 9.69921, 4.029381]}, {&quot;id&quot;: &quot;1674&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.69931, 4.02022]]}, &quot;bbox&quot;: [9.696844, 4.02022, 9.69931, 4.029481]}, {&quot;id&quot;: &quot;1710&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18737.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 5.0909090909090855, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.77399, 4.02125]]}, &quot;bbox&quot;: [9.767833, 4.02125, 9.77399, 4.029]}, {&quot;id&quot;: &quot;1746&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17727.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 5.612903225806448, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.77409, 4.02135]]}, &quot;bbox&quot;: [9.767933, 4.02135, 9.77409, 4.0291]}, {&quot;id&quot;: &quot;1782&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14431.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 874.0, &quot;att&quot;: 2.1724137931034453, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737194, 4.022139], [9.741992, 4.0284]]}, &quot;bbox&quot;: [9.737194, 4.022139, 9.741992, 4.0284]}, {&quot;id&quot;: &quot;1818&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14921.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 874.0, &quot;att&quot;: 2.2666666666666657, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737294, 4.022239], [9.742092, 4.0285]]}, &quot;bbox&quot;: [9.737294, 4.022239, 9.742092, 4.0285]}, {&quot;id&quot;: &quot;1854&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 1.6571428571428564, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73325, 4.035278]]}, &quot;bbox&quot;: [9.73325, 4.015972, 9.738528, 4.035278]}, {&quot;id&quot;: &quot;1890&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 2.2, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73335, 4.035378]]}, &quot;bbox&quot;: [9.73335, 4.016071999999999, 9.738628, 4.035378]}, {&quot;id&quot;: &quot;1926&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 3.0196078431372593, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.70976, 4.02238]]}, &quot;bbox&quot;: [9.696744, 4.02238, 9.70976, 4.029381]}, {&quot;id&quot;: &quot;1962&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 2.9230769230769273, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.709859999999999, 4.02248]]}, &quot;bbox&quot;: [9.696844, 4.02248, 9.709859999999999, 4.029481]}, {&quot;id&quot;: &quot;1998&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 755.0, &quot;att&quot;: 2.939393939393934, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.694556, 4.022917]]}, &quot;bbox&quot;: [9.694556, 4.022917, 9.696744, 4.029381]}, {&quot;id&quot;: &quot;2034&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 755.0, &quot;att&quot;: 2.3749999999999982, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.694656, 4.023016999999999]]}, &quot;bbox&quot;: [9.694656, 4.023016999999999, 9.696844, 4.029481]}, {&quot;id&quot;: &quot;2070&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 3.419354838709674, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.72684, 4.01658]]}, &quot;bbox&quot;: [9.72684, 4.01658, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2106&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 2.0232558139534853, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.726939999999999, 4.01668]]}, &quot;bbox&quot;: [9.726939999999999, 4.01668, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2142&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 364.0, &quot;att&quot;: 2.2142857142857175, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.705139, 4.028333]]}, &quot;bbox&quot;: [9.701944, 4.028333, 9.705139, 4.029083]}, {&quot;id&quot;: &quot;2178&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 364.0, &quot;att&quot;: 1.9411764705882346, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.705239, 4.028433]]}, &quot;bbox&quot;: [9.702043999999999, 4.028433, 9.705239, 4.029183]}, {&quot;id&quot;: &quot;2214&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 3.3720930232558124, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.686417, 4.029444]]}, &quot;bbox&quot;: [9.686417, 4.029381, 9.696744, 4.029444]}, {&quot;id&quot;: &quot;2250&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 3.5365853658536635, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.686517, 4.029544]]}, &quot;bbox&quot;: [9.686517, 4.029481, 9.696844, 4.029544]}, {&quot;id&quot;: &quot;2286&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 868.0, &quot;att&quot;: 3.8750000000000013, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.709194, 4.032028]]}, &quot;bbox&quot;: [9.701944, 4.029083, 9.709194, 4.032028]}, {&quot;id&quot;: &quot;2322&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 868.0, &quot;att&quot;: 3.7391304347826138, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.709294, 4.032128]]}, &quot;bbox&quot;: [9.702043999999999, 4.029183, 9.709294, 4.032128]}, {&quot;id&quot;: &quot;2358&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 666.0, &quot;att&quot;: 2.8999999999999986, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.691575, 4.032433]]}, &quot;bbox&quot;: [9.691575, 4.029381, 9.696744, 4.032433]}, {&quot;id&quot;: &quot;2394&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 666.0, &quot;att&quot;: 2.8148148148148198, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.691675, 4.032533]]}, &quot;bbox&quot;: [9.691675, 4.029481, 9.696844, 4.032533]}, {&quot;id&quot;: &quot;2430&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 536.0, &quot;att&quot;: 3.999999999999997, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699417, 4.033417]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699417, 4.033417]}, {&quot;id&quot;: &quot;2466&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 536.0, &quot;att&quot;: 3.233333333333332, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699517, 4.033517]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699517, 4.033517]}, {&quot;id&quot;: &quot;2502&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 2.2162162162162153, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.727083, 4.023444]]}, &quot;bbox&quot;: [9.727083, 4.023444, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2538&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 1.9038461538461537, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.727183, 4.023543999999999]]}, &quot;bbox&quot;: [9.727183, 4.023543999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2574&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 3.195121951219515, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71564, 4.032], [9.71203, 4.03312]]}, &quot;bbox&quot;: [9.71203, 4.032, 9.71564, 4.03312]}, {&quot;id&quot;: &quot;2610&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 2.510638297872342, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71574, 4.0321], [9.71213, 4.03322]]}, &quot;bbox&quot;: [9.71213, 4.0321, 9.71574, 4.03322]}, {&quot;id&quot;: &quot;2646&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 2.6923076923076885, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.755167, 4.037361]]}, &quot;bbox&quot;: [9.755167, 4.029, 9.767833, 4.037361]}, {&quot;id&quot;: &quot;2682&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 2.945945945945949, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.755267, 4.0374609999999995]]}, &quot;bbox&quot;: [9.755267, 4.0291, 9.767933, 4.0374609999999995]}, {&quot;id&quot;: &quot;2718&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 323.0, &quot;att&quot;: 3.25, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691575, 4.032433], [9.691889, 4.035333]]}, &quot;bbox&quot;: [9.691575, 4.032433, 9.691889, 4.035333]}, {&quot;id&quot;: &quot;2754&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 323.0, &quot;att&quot;: 3.470588235294111, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691675, 4.032533], [9.691989, 4.035432999999999]]}, &quot;bbox&quot;: [9.691675, 4.032533, 9.691989, 4.035432999999999]}, {&quot;id&quot;: &quot;2790&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 516.0, &quot;att&quot;: 2.062500000000001, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774333, 4.033028], [9.77026, 4.03527]]}, &quot;bbox&quot;: [9.77026, 4.033028, 9.774333, 4.03527]}, {&quot;id&quot;: &quot;2826&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 516.0, &quot;att&quot;: 1.9374999999999991, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774433, 4.033128], [9.77036, 4.0353699999999995]]}, &quot;bbox&quot;: [9.77036, 4.033128, 9.774433, 4.0353699999999995]}, {&quot;id&quot;: &quot;2862&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 2.3, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.725667, 4.028583]]}, &quot;bbox&quot;: [9.725667, 4.028583, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2898&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 2.3725490196078445, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.725767, 4.028683]]}, &quot;bbox&quot;: [9.725767, 4.028683, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2934&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 3.3666666666666694, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699006, 4.040886]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699006, 4.040886]}, {&quot;id&quot;: &quot;2970&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 3.0555555555555602, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699106, 4.040986]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699106, 4.040986]}, {&quot;id&quot;: &quot;3006&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17810.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 610.0, &quot;att&quot;: 10.142857142857169, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683883, 4.033886], [9.688056, 4.037472]]}, &quot;bbox&quot;: [9.683883, 4.033886, 9.688056, 4.037472]}, {&quot;id&quot;: &quot;3042&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18820.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 610.0, &quot;att&quot;: 8.629629629629619, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683983, 4.033986], [9.688156, 4.037572]]}, &quot;bbox&quot;: [9.683983, 4.033986, 9.688156, 4.037572]}, {&quot;id&quot;: &quot;3078&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 1.6862745098039222, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.766222, 4.046556]]}, &quot;bbox&quot;: [9.766222, 4.029, 9.767833, 4.046556]}, {&quot;id&quot;: &quot;3114&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 1.901960784313724, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.766322, 4.046656]]}, &quot;bbox&quot;: [9.766322, 4.0291, 9.767933, 4.046656]}, {&quot;id&quot;: &quot;3150&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 433.0, &quot;att&quot;: 2.3846153846153815, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706106, 4.040083], [9.703794, 4.036926]]}, &quot;bbox&quot;: [9.703794, 4.036926, 9.706106, 4.040083]}, {&quot;id&quot;: &quot;3186&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 433.0, &quot;att&quot;: 2.3571428571428577, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706206, 4.040183], [9.703894, 4.037026]]}, &quot;bbox&quot;: [9.703894, 4.037026, 9.706206, 4.040183]}, {&quot;id&quot;: &quot;3222&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 5.162790697674413, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.711917, 4.037722]]}, &quot;bbox&quot;: [9.711917, 4.037722, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;3258&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 4.826086956521737, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.712017, 4.037821999999999]]}, &quot;bbox&quot;: [9.712017, 4.037821999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;3294&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 928.0, &quot;att&quot;: 1.5862068965517242, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.741011, 4.038342]]}, &quot;bbox&quot;: [9.733028, 4.038342, 9.741011, 4.040819]}, {&quot;id&quot;: &quot;3330&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 928.0, &quot;att&quot;: 1.6415094339622642, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.741111, 4.038442]]}, &quot;bbox&quot;: [9.733127999999999, 4.038442, 9.741111, 4.040919]}, {&quot;id&quot;: &quot;3366&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 441.0, &quot;att&quot;: 2.5357142857142825, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.70265, 4.03931]]}, &quot;bbox&quot;: [9.699006, 4.03931, 9.70265, 4.040886]}, {&quot;id&quot;: &quot;3402&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 441.0, &quot;att&quot;: 2.46428571428571, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.70275, 4.03941]]}, &quot;bbox&quot;: [9.699106, 4.03941, 9.70275, 4.040986]}, {&quot;id&quot;: &quot;3438&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 697.0, &quot;att&quot;: 1.9076923076923076, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774, 4.042306], [9.7795, 4.039278]]}, &quot;bbox&quot;: [9.774, 4.039278, 9.7795, 4.042306]}, {&quot;id&quot;: &quot;3474&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 697.0, &quot;att&quot;: 1.3762376237623768, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774099999999999, 4.042406], [9.7796, 4.039378]]}, &quot;bbox&quot;: [9.774099999999999, 4.039378, 9.7796, 4.042406]}, {&quot;id&quot;: &quot;3511&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041057N-9.688122E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 387.0, &quot;att&quot;: 5.125000000000004, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.689827, 4.040697]]}, &quot;bbox&quot;: [9.686417, 4.040697, 9.689827, 4.041417]}, {&quot;id&quot;: &quot;3547&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 975.0, &quot;att&quot;: 0.6800000000000004, &quot;style&quot;: {&quot;color&quot;: &quot;#3bbb75&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762056, 4.03875], [9.754583, 4.043386]]}, &quot;bbox&quot;: [9.754583, 4.03875, 9.762056, 4.043386]}, {&quot;id&quot;: &quot;3583&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 975.0, &quot;att&quot;: 1.4883720930232565, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762156, 4.03885], [9.754683, 4.043486]]}, &quot;bbox&quot;: [9.754683, 4.03885, 9.762156, 4.043486]}, {&quot;id&quot;: &quot;3619&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 524.0, &quot;att&quot;: 1.4838709677419353, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.728389, 4.041694]]}, &quot;bbox&quot;: [9.728389, 4.040819, 9.733028, 4.041694]}, {&quot;id&quot;: &quot;3655&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.17084282460136674, &quot;style&quot;: {&quot;color&quot;: &quot;#443a83&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.728489, 4.041793999999999]]}, &quot;bbox&quot;: [9.728489, 4.040919, 9.733127999999999, 4.041793999999999]}, {&quot;id&quot;: &quot;3691&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 1.7758620689655154, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.779361, 4.053694]]}, &quot;bbox&quot;: [9.767833, 4.029, 9.779361, 4.053694]}, {&quot;id&quot;: &quot;3727&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 1.8500000000000003, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.779461, 4.053794]]}, &quot;bbox&quot;: [9.767933, 4.0291, 9.779461, 4.053794]}, {&quot;id&quot;: &quot;3763&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 1.795454545454544, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.747639, 4.043778]]}, &quot;bbox&quot;: [9.733028, 4.040819, 9.747639, 4.043778]}, {&quot;id&quot;: &quot;3799&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 1.442622950819673, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.747739, 4.043877999999999]]}, &quot;bbox&quot;: [9.733127999999999, 4.040919, 9.747739, 4.043877999999999]}, {&quot;id&quot;: &quot;3835&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 3.361702127659572, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702978, 4.056559], [9.73025, 4.028444]]}, &quot;bbox&quot;: [9.702978, 4.028444, 9.73025, 4.056559]}, {&quot;id&quot;: &quot;3871&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 2.704545454545455, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703078, 4.056659], [9.73035, 4.028544]]}, &quot;bbox&quot;: [9.703078, 4.028544, 9.73035, 4.056659]}, {&quot;id&quot;: &quot;3907&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 2.1052631578947305, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.69725, 4.04425]]}, &quot;bbox&quot;: [9.69725, 4.040886, 9.699006, 4.04425]}, {&quot;id&quot;: &quot;3943&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 2.3181818181818157, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.69735, 4.04435]]}, &quot;bbox&quot;: [9.69735, 4.040986, 9.699106, 4.04435]}, {&quot;id&quot;: &quot;3979&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 431.0, &quot;att&quot;: 1.6216216216216204, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704083, 4.04244], [9.707889, 4.043194]]}, &quot;bbox&quot;: [9.704083, 4.04244, 9.707889, 4.043194]}, {&quot;id&quot;: &quot;4015&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 431.0, &quot;att&quot;: 1.4999999999999991, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704183, 4.04254], [9.707989, 4.0432939999999995]]}, &quot;bbox&quot;: [9.704183, 4.04254, 9.707989, 4.0432939999999995]}, {&quot;id&quot;: &quot;4034&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043833N-9.687306E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 570.0, &quot;att&quot;: Infinity, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.688194, 4.04625]]}, &quot;bbox&quot;: [9.686417, 4.041417, 9.688194, 4.04625]}, {&quot;id&quot;: &quot;4053&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043833N-9.687306E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 570.0, &quot;att&quot;: 3.1000000000000014, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686517, 4.041517], [9.688293999999999, 4.0463499999999994]]}, &quot;bbox&quot;: [9.686517, 4.041517, 9.688293999999999, 4.0463499999999994]}, {&quot;id&quot;: &quot;4089&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 810.0, &quot;att&quot;: 1.8461538461538467, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707889, 4.043194], [9.700739, 4.044661]]}, &quot;bbox&quot;: [9.700739, 4.043194, 9.707889, 4.044661]}, {&quot;id&quot;: &quot;4125&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 810.0, &quot;att&quot;: 2.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707989, 4.0432939999999995], [9.700839, 4.044760999999999]]}, &quot;bbox&quot;: [9.700839, 4.0432939999999995, 9.707989, 4.044760999999999]}, {&quot;id&quot;: &quot;4161&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 706.0, &quot;att&quot;: 1.2708333333333344, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728389, 4.041694], [9.72575, 4.0475]]}, &quot;bbox&quot;: [9.72575, 4.041694, 9.728389, 4.0475]}, {&quot;id&quot;: &quot;4197&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 706.0, &quot;att&quot;: 1.363636363636364, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728489, 4.041793999999999], [9.72585, 4.0476]]}, &quot;bbox&quot;: [9.72585, 4.041793999999999, 9.728489, 4.0476]}, {&quot;id&quot;: &quot;4233&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 2.3076923076923084, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.699006, 4.040886, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4269&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 4.2399999999999975, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.699106, 4.040986, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4305&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14487.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 611.0, &quot;att&quot;: 2.0344827586206877, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71598, 4.04642], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.71598, 4.04642, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4341&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14977.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 611.0, &quot;att&quot;: 2.4444444444444424, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71608, 4.04652], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.71608, 4.04652, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4377&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048013N-9.705195E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 822.0, &quot;att&quot;: 1.5818181818181811, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703528, 4.044694], [9.706861, 4.051333]]}, &quot;bbox&quot;: [9.703528, 4.044694, 9.706861, 4.051333]}, {&quot;id&quot;: &quot;4413&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 317.0, &quot;att&quot;: 0.6760563380281688, &quot;style&quot;: {&quot;color&quot;: &quot;#3aba76&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698333, 4.049556], [9.698917, 4.04675]]}, &quot;bbox&quot;: [9.698333, 4.04675, 9.698917, 4.049556]}, {&quot;id&quot;: &quot;4449&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 317.0, &quot;att&quot;: 2.291666666666668, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698433, 4.049656], [9.699017, 4.04685]]}, &quot;bbox&quot;: [9.698433, 4.04685, 9.699017, 4.049656]}, {&quot;id&quot;: &quot;4485&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 564.0, &quot;att&quot;: 2.3749999999999956, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706861, 4.051333], [9.708472, 4.0465]]}, &quot;bbox&quot;: [9.706861, 4.0465, 9.708472, 4.051333]}, {&quot;id&quot;: &quot;4521&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 564.0, &quot;att&quot;: 2.4347826086956528, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706961, 4.051432999999999], [9.708572, 4.0466]]}, &quot;bbox&quot;: [9.706961, 4.0466, 9.708572, 4.051432999999999]}, {&quot;id&quot;: &quot;4557&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 596.0, &quot;att&quot;: 1.7741935483871, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.771911, 4.050192], [9.777253, 4.049658]]}, &quot;bbox&quot;: [9.771911, 4.049658, 9.777253, 4.050192]}, {&quot;id&quot;: &quot;4593&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 596.0, &quot;att&quot;: 1.749999999999999, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.772011, 4.050292], [9.777353, 4.049758]]}, &quot;bbox&quot;: [9.772011, 4.049758, 9.777353, 4.050292]}, {&quot;id&quot;: &quot;4629&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050150N-9.740475E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 454.0, &quot;att&quot;: 1.6451612903225803, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741306, 4.052028], [9.739644, 4.048272]]}, &quot;bbox&quot;: [9.739644, 4.048272, 9.741306, 4.052028]}, {&quot;id&quot;: &quot;4665&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 522.0, &quot;att&quot;: 1.3846153846153844, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702389, 4.052444], [9.704556, 4.04825]]}, &quot;bbox&quot;: [9.702389, 4.04825, 9.704556, 4.052444]}, {&quot;id&quot;: &quot;4701&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 522.0, &quot;att&quot;: 1.3400000000000005, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702489, 4.052544], [9.704656, 4.04835]]}, &quot;bbox&quot;: [9.702489, 4.04835, 9.704656, 4.052544]}, {&quot;id&quot;: &quot;4737&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 956.0, &quot;att&quot;: 0.5625000000000002, &quot;style&quot;: {&quot;color&quot;: &quot;#1fa088&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.756833, 4.047389]]}, &quot;bbox&quot;: [9.750917, 4.047389, 9.756833, 4.053667]}, {&quot;id&quot;: &quot;4773&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 956.0, &quot;att&quot;: 1.3599999999999994, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.756933, 4.047489]]}, &quot;bbox&quot;: [9.751017, 4.047489, 9.756933, 4.053767]}, {&quot;id&quot;: &quot;4809&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 1.414285714285715, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779361, 4.053694], [9.797806, 4.050472]]}, &quot;bbox&quot;: [9.779361, 4.050472, 9.797806, 4.053694]}, {&quot;id&quot;: &quot;4845&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 1.4285714285714288, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779461, 4.053794], [9.797906, 4.050572]]}, &quot;bbox&quot;: [9.779461, 4.050572, 9.797906, 4.053794]}, {&quot;id&quot;: &quot;4881&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8363.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 1.45833333333333, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.775889, 4.05525]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.775889, 4.05525]}, {&quot;id&quot;: &quot;4917&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8482.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 1.3599999999999965, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.775989, 4.05535]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.775989, 4.05535]}, {&quot;id&quot;: &quot;4953&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.2864077669902912, &quot;style&quot;: {&quot;color&quot;: &quot;#365c8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.754444, 4.058167]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.754444, 4.058167]}, {&quot;id&quot;: &quot;4989&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.08009153318077804, &quot;style&quot;: {&quot;color&quot;: &quot;#481d6f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.754544, 4.058267]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.754544, 4.058267]}, {&quot;id&quot;: &quot;5025&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 546.0, &quot;att&quot;: 1.9318181818181825, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.767556, 4.053639]]}, &quot;bbox&quot;: [9.767556, 4.053639, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5061&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 546.0, &quot;att&quot;: 1.999999999999998, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.767656, 4.053739]]}, &quot;bbox&quot;: [9.767656, 4.053739, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5097&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 879.0, &quot;att&quot;: 2.3269230769230744, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738694, 4.058056], [9.745611, 4.054186]]}, &quot;bbox&quot;: [9.738694, 4.054186, 9.745611, 4.058056]}, {&quot;id&quot;: &quot;5133&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 879.0, &quot;att&quot;: 2.033333333333335, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738794, 4.058155999999999], [9.745711, 4.054285999999999]]}, &quot;bbox&quot;: [9.738794, 4.054285999999999, 9.745711, 4.058155999999999]}, {&quot;id&quot;: &quot;5169&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 2.487179487179489, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.743528, 4.059611]]}, &quot;bbox&quot;: [9.743528, 4.053667, 9.750917, 4.059611]}, {&quot;id&quot;: &quot;5205&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 1.4687499999999996, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.743628, 4.059711]]}, &quot;bbox&quot;: [9.743628, 4.053767, 9.751017, 4.059711]}, {&quot;id&quot;: &quot;5241&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 3.3870967741935467, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726194, 4.060028], [9.750917, 4.053667]]}, &quot;bbox&quot;: [9.726194, 4.053667, 9.750917, 4.060028]}, {&quot;id&quot;: &quot;5277&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 3.3142857142857145, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726294, 4.060128], [9.751017, 4.053767]]}, &quot;bbox&quot;: [9.726294, 4.053767, 9.751017, 4.060128]}, {&quot;id&quot;: &quot;5313&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 2.8499999999999996, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726393999999999, 4.060228], [9.751116999999999, 4.053867]]}, &quot;bbox&quot;: [9.726393999999999, 4.053867, 9.751116999999999, 4.060228]}, {&quot;id&quot;: &quot;5349&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 3.5555555555555554, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726493999999999, 4.060328], [9.751216999999999, 4.053967]]}, &quot;bbox&quot;: [9.726493999999999, 4.053967, 9.751216999999999, 4.060328]}, {&quot;id&quot;: &quot;5385&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_0&quot;, &quot;frequency&quot;: 12793.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 3.964285714285716, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726594, 4.060428], [9.751317, 4.054067]]}, &quot;bbox&quot;: [9.726594, 4.054067, 9.751317, 4.060428]}, {&quot;id&quot;: &quot;5421&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_1&quot;, &quot;frequency&quot;: 13059.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 3.2894736842105243, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726694, 4.060528], [9.751417, 4.054167]]}, &quot;bbox&quot;: [9.726694, 4.054167, 9.751417, 4.060528]}, {&quot;id&quot;: &quot;5457&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 3.0833333333333304, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.734028, 4.06025]]}, &quot;bbox&quot;: [9.734028, 4.053667, 9.750917, 4.06025]}, {&quot;id&quot;: &quot;5493&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 2.444444444444447, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.734128, 4.06035]]}, &quot;bbox&quot;: [9.734128, 4.053767, 9.751017, 4.06035]}, {&quot;id&quot;: &quot;5529&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 630.0, &quot;att&quot;: 2.594594594594593, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.763167, 4.056417]]}, &quot;bbox&quot;: [9.763167, 4.056417, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5565&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 630.0, &quot;att&quot;: 2.108695652173913, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.763266999999999, 4.0565169999999995]]}, &quot;bbox&quot;: [9.763266999999999, 4.0565169999999995, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5601&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 1.8064516129032264, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.786861, 4.062806]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.786861, 4.062806]}, {&quot;id&quot;: &quot;5637&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 2.1142857142857117, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.786961, 4.062906]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.786961, 4.062906]}, {&quot;id&quot;: &quot;5673&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 1.30434782608695, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.720853, 4.053242]]}, &quot;bbox&quot;: [9.714664, 4.053242, 9.720853, 4.06425]}, {&quot;id&quot;: &quot;5709&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 1.6111111111111167, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.720953, 4.053342]]}, &quot;bbox&quot;: [9.714764, 4.053342, 9.720953, 4.06435]}, {&quot;id&quot;: &quot;5745&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 1.8679245283018862, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.75311, 4.064069]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.75311, 4.064069]}, {&quot;id&quot;: &quot;5781&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 0.929824561403509, &quot;style&quot;: {&quot;color&quot;: &quot;#d2e21b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.75321, 4.064169]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.75321, 4.064169]}, {&quot;id&quot;: &quot;5817&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 2.1875000000000013, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.767778, 4.064361]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.767778, 4.064361]}, {&quot;id&quot;: &quot;5853&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 2.419354838709676, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.767878, 4.064461]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.767878, 4.064461]}, {&quot;id&quot;: &quot;5889&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 796.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708444, 4.060333], [9.715412, 4.058638]]}, &quot;bbox&quot;: [9.708444, 4.058638, 9.715412, 4.060333]}, {&quot;id&quot;: &quot;5925&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 796.0, &quot;att&quot;: 1.2173913043478264, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708544, 4.060433], [9.715512, 4.058738]]}, &quot;bbox&quot;: [9.708544, 4.058738, 9.715512, 4.060433]}, {&quot;id&quot;: &quot;5961&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 3.111111111111107, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.759558, 4.066322]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.759558, 4.066322]}, {&quot;id&quot;: &quot;5997&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 3.653846153846152, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.759658, 4.066422]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.759658, 4.066422]}, {&quot;id&quot;: &quot;6033&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 2.5714285714285685, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.777639, 4.063131]]}, &quot;bbox&quot;: [9.768444, 4.0585, 9.777639, 4.063131]}, {&quot;id&quot;: &quot;6069&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 2.518518518518524, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.777739, 4.063231]]}, &quot;bbox&quot;: [9.768544, 4.0586, 9.777739, 4.063231]}, {&quot;id&quot;: &quot;6105&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 498.0, &quot;att&quot;: 1.235294117647058, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743528, 4.059611], [9.74569, 4.06356]]}, &quot;bbox&quot;: [9.743528, 4.059611, 9.74569, 4.06356]}, {&quot;id&quot;: &quot;6141&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 498.0, &quot;att&quot;: 1.962962962962965, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743628, 4.059711], [9.74579, 4.06366]]}, &quot;bbox&quot;: [9.743628, 4.059711, 9.74579, 4.06366]}, {&quot;id&quot;: &quot;6177&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 741.0, &quot;att&quot;: 1.708333333333335, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704333, 4.059583], [9.706333, 4.065972]]}, &quot;bbox&quot;: [9.704333, 4.059583, 9.706333, 4.065972]}, {&quot;id&quot;: &quot;6213&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 741.0, &quot;att&quot;: 1.8095238095238104, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704433, 4.059683], [9.706433, 4.066072]]}, &quot;bbox&quot;: [9.704433, 4.059683, 9.706433, 4.066072]}, {&quot;id&quot;: &quot;6249&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 603.0, &quot;att&quot;: 1.2424242424242418, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.719389, 4.061556]]}, &quot;bbox&quot;: [9.714664, 4.061556, 9.719389, 4.06425]}, {&quot;id&quot;: &quot;6285&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 603.0, &quot;att&quot;: 1.2903225806451606, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.719489, 4.061656]]}, &quot;bbox&quot;: [9.714764, 4.061656, 9.719489, 4.06435]}, {&quot;id&quot;: &quot;6321&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 669.0, &quot;att&quot;: 1.535714285714285, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759558, 4.066322], [9.76425, 4.062528]]}, &quot;bbox&quot;: [9.759558, 4.062528, 9.76425, 4.066322]}, {&quot;id&quot;: &quot;6357&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 669.0, &quot;att&quot;: 3.2499999999999942, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759658, 4.066422], [9.76435, 4.062628]]}, &quot;bbox&quot;: [9.759658, 4.062628, 9.76435, 4.066422]}, {&quot;id&quot;: &quot;6393&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 451.0, &quot;att&quot;: 0.631578947368423, &quot;style&quot;: {&quot;color&quot;: &quot;#29af7f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710083, 4.063917], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.710083, 4.063917, 9.71287, 4.06688]}, {&quot;id&quot;: &quot;6429&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 451.0, &quot;att&quot;: 0.7222222222222229, &quot;style&quot;: {&quot;color&quot;: &quot;#4ec36b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710182999999999, 4.064017], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.710182999999999, 4.064017, 9.71297, 4.06698]}, {&quot;id&quot;: &quot;6465&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 924.0, &quot;att&quot;: 0.3714285714285706, &quot;style&quot;: {&quot;color&quot;: &quot;#2c718e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79152, 4.065848], [9.799722, 4.06725]]}, &quot;bbox&quot;: [9.79152, 4.065848, 9.799722, 4.06725]}, {&quot;id&quot;: &quot;6501&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 924.0, &quot;att&quot;: 1.5333333333333339, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79162, 4.065948], [9.799821999999999, 4.067349999999999]]}, &quot;bbox&quot;: [9.79162, 4.065948, 9.799821999999999, 4.067349999999999]}, {&quot;id&quot;: &quot;6537&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 1.583333333333333, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.72547, 4.07139]}, {&quot;id&quot;: &quot;6573&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 1.3750000000000013, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.72557, 4.07149]}, {&quot;id&quot;: &quot;6609&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 932.0, &quot;att&quot;: 1.5555555555555556, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.722972, 4.065667], [9.729139, 4.071389]]}, &quot;bbox&quot;: [9.722972, 4.065667, 9.729139, 4.071389]}, {&quot;id&quot;: &quot;6645&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 932.0, &quot;att&quot;: 1.6888888888888876, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.723072, 4.065767], [9.729239, 4.071489]]}, &quot;bbox&quot;: [9.723072, 4.065767, 9.729239, 4.071489]}, {&quot;id&quot;: &quot;6681&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 535.0, &quot;att&quot;: 0.9142857142857151, &quot;style&quot;: {&quot;color&quot;: &quot;#c8e020&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714869, 4.071278], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.71287, 4.06688, 9.714869, 4.071278]}, {&quot;id&quot;: &quot;6717&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 535.0, &quot;att&quot;: 0.8444444444444454, &quot;style&quot;: {&quot;color&quot;: &quot;#98d83e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714969, 4.071378], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.71297, 4.06698, 9.714969, 4.071378]}, {&quot;id&quot;: &quot;6753&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 407.0, &quot;att&quot;: 1.4827586206896537, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729139, 4.071389], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.72547, 4.071389, 9.729139, 4.07139]}, {&quot;id&quot;: &quot;6789&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 407.0, &quot;att&quot;: 1.3448275862068968, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729239, 4.071489], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.72557, 4.071489, 9.729239, 4.07149]}, {&quot;id&quot;: &quot;6825&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 731.0, &quot;att&quot;: 0.5900000000000005, &quot;style&quot;: {&quot;color&quot;: &quot;#21a685&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736111, 4.072222], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.736111, 4.072222, 9.742681, 4.072661]}, {&quot;id&quot;: &quot;6861&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 731.0, &quot;att&quot;: 2.5769230769230766, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736210999999999, 4.072322], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.736210999999999, 4.072322, 9.742780999999999, 4.072761]}, {&quot;id&quot;: &quot;6897&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 561.0, &quot;att&quot;: 3.608695652173916, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76925, 4.071639], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.76925, 4.071639, 9.774, 4.073367]}, {&quot;id&quot;: &quot;6933&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 561.0, &quot;att&quot;: 3.6153846153846128, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76935, 4.071739], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.76935, 4.071739, 9.774099999999999, 4.073467]}, {&quot;id&quot;: &quot;6969&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 1.5, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.721058, 4.084075]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.721058, 4.084075]}, {&quot;id&quot;: &quot;7005&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 1.4400000000000006, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.721157999999999, 4.084175]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.721157999999999, 4.084175]}, {&quot;id&quot;: &quot;7041&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 1.6666666666666667, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.761667, 4.074778]}, {&quot;id&quot;: &quot;7077&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 1.7307692307692297, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.761766999999999, 4.074878]}, {&quot;id&quot;: &quot;7113&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 1.3529411764705885, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719639, 4.070306], [9.719417, 4.079889]]}, &quot;bbox&quot;: [9.719417, 4.070306, 9.719639, 4.079889]}, {&quot;id&quot;: &quot;7149&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 1.0400000000000005, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719739, 4.070406], [9.719517, 4.079988999999999]]}, &quot;bbox&quot;: [9.719517, 4.070406, 9.719739, 4.079988999999999]}, {&quot;id&quot;: &quot;7185&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 1.400000000000001, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.781778, 4.069972]]}, &quot;bbox&quot;: [9.781778, 4.069972, 9.786083, 4.0817]}, {&quot;id&quot;: &quot;7221&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 2.583333333333336, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.781877999999999, 4.070072]]}, &quot;bbox&quot;: [9.781877999999999, 4.070072, 9.786183, 4.081799999999999]}, {&quot;id&quot;: &quot;7257&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.6904761904761908, &quot;style&quot;: {&quot;color&quot;: &quot;#3fbc73&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.75645, 4.07833]]}, &quot;bbox&quot;: [9.75645, 4.074778, 9.761667, 4.07833]}, {&quot;id&quot;: &quot;7293&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.05023547880690742, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.756549999999999, 4.07843]]}, &quot;bbox&quot;: [9.756549999999999, 4.074878, 9.761766999999999, 4.07843]}, {&quot;id&quot;: &quot;7329&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 480.0, &quot;att&quot;: 1.0909090909090922, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719417, 4.079889], [9.721778, 4.07625]]}, &quot;bbox&quot;: [9.719417, 4.07625, 9.721778, 4.079889]}, {&quot;id&quot;: &quot;7365&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 480.0, &quot;att&quot;: 1.2, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719517, 4.079988999999999], [9.721878, 4.07635]]}, &quot;bbox&quot;: [9.719517, 4.07635, 9.721878, 4.079988999999999]}, {&quot;id&quot;: &quot;7401&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 1.8, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756825, 4.081867], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.756825, 4.081867]}, {&quot;id&quot;: &quot;7437&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 1.8076923076923077, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756924999999999, 4.081967], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.756924999999999, 4.081967]}, {&quot;id&quot;: &quot;7473&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 0.5714285714285725, &quot;style&quot;: {&quot;color&quot;: &quot;#1fa187&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.801611, 4.076722]]}, &quot;bbox&quot;: [9.786083, 4.076722, 9.801611, 4.0817]}, {&quot;id&quot;: &quot;7509&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 0.5199999999999989, &quot;style&quot;: {&quot;color&quot;: &quot;#1f958b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.801711, 4.076822]]}, &quot;bbox&quot;: [9.786183, 4.076822, 9.801711, 4.081799999999999]}, {&quot;id&quot;: &quot;7545&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 2.4516129032258034, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.742681, 4.072661, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;7581&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 1.9722222222222237, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.742780999999999, 4.072761, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;7617&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 3.8695652173912998, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.752944, 4.073367, 9.774, 4.085936]}, {&quot;id&quot;: &quot;7653&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 3.6923076923076934, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.753044, 4.073467, 9.774099999999999, 4.086036]}, {&quot;id&quot;: &quot;7689&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080070N-9.789737E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18848.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 888.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.79339, 4.07844]]}, &quot;bbox&quot;: [9.786083, 4.07844, 9.79339, 4.0817]}, {&quot;id&quot;: &quot;7725&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 1.3124999999999998, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.753278, 4.074861]]}, &quot;bbox&quot;: [9.752944, 4.074861, 9.753278, 4.085936]}, {&quot;id&quot;: &quot;7761&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 1.2727272727272698, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.753378, 4.074961]]}, &quot;bbox&quot;: [9.753044, 4.074961, 9.753378, 4.086036]}, {&quot;id&quot;: &quot;7797&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 968.0, &quot;att&quot;: 2.0714285714285725, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765535, 4.081441], [9.756825, 4.081867]]}, &quot;bbox&quot;: [9.756825, 4.081441, 9.765535, 4.081867]}, {&quot;id&quot;: &quot;7833&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 968.0, &quot;att&quot;: 1.75, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765635, 4.081541], [9.756924999999999, 4.081967]]}, &quot;bbox&quot;: [9.756924999999999, 4.081541, 9.765635, 4.081967]}, {&quot;id&quot;: &quot;7869&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 0.7391304347826085, &quot;style&quot;: {&quot;color&quot;: &quot;#58c765&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.7949, 4.08393]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.7949, 4.08393]}, {&quot;id&quot;: &quot;7905&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 0.6956521739130449, &quot;style&quot;: {&quot;color&quot;: &quot;#42be71&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.795, 4.084029999999999]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.795, 4.084029999999999]}, {&quot;id&quot;: &quot;7941&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 895.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.77848, 4.08438]]}, &quot;bbox&quot;: [9.77848, 4.0817, 9.786083, 4.08438]}, {&quot;id&quot;: &quot;7977&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 895.0, &quot;att&quot;: 1.148148148148148, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.77858, 4.08448]]}, &quot;bbox&quot;: [9.77858, 4.081799999999999, 9.786183, 4.08448]}, {&quot;id&quot;: &quot;8013&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 5.272727272727264, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.751769, 4.093194]]}, &quot;bbox&quot;: [9.751769, 4.074778, 9.761667, 4.093194]}, {&quot;id&quot;: &quot;8049&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 1.5277777777777772, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.751869, 4.093294]]}, &quot;bbox&quot;: [9.751869, 4.074878, 9.761766999999999, 4.093294]}, {&quot;id&quot;: &quot;8085&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 1.4117647058823455, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.728889, 4.083056]]}, &quot;bbox&quot;: [9.728889, 4.083056, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8121&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 1.888888888888887, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.728989, 4.083156]]}, &quot;bbox&quot;: [9.728989, 4.083156, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8157&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 1.9583333333333357, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.738306, 4.083528]]}, &quot;bbox&quot;: [9.738306, 4.083528, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8193&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 1.8846153846153857, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.738406, 4.083628]]}, &quot;bbox&quot;: [9.738406, 4.083628, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8229&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 947.0, &quot;att&quot;: 1.0952380952380965, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.783583, 4.089889]]}, &quot;bbox&quot;: [9.783583, 4.0817, 9.786083, 4.089889]}, {&quot;id&quot;: &quot;8265&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 947.0, &quot;att&quot;: 1.157894736842104, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.783683, 4.089989]]}, &quot;bbox&quot;: [9.783683, 4.081799999999999, 9.786183, 4.089989]}, {&quot;id&quot;: &quot;8301&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 2.61538461538462, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.743333, 4.074778, 9.761667, 4.097333]}, {&quot;id&quot;: &quot;8337&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 3.3333333333333255, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.743433, 4.074878, 9.761766999999999, 4.097433]}, {&quot;id&quot;: &quot;8373&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 0.9393939393939428, &quot;style&quot;: {&quot;color&quot;: &quot;#d8e219&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.76601, 4.08663]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.76601, 4.08663]}, {&quot;id&quot;: &quot;8409&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 0.7209302325581387, &quot;style&quot;: {&quot;color&quot;: &quot;#4ec36b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.76611, 4.08673]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.76611, 4.08673]}, {&quot;id&quot;: &quot;8445&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 0.6969696969696973, &quot;style&quot;: {&quot;color&quot;: &quot;#42be71&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.808667, 4.091389]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.808667, 4.091389]}, {&quot;id&quot;: &quot;8481&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 0.892857142857144, &quot;style&quot;: {&quot;color&quot;: &quot;#b8de29&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.808767, 4.091489]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.808767, 4.091489]}, {&quot;id&quot;: &quot;8517&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 830.0, &quot;att&quot;: 0.9787234042553189, &quot;style&quot;: {&quot;color&quot;: &quot;#f1e51d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.758611, 4.090833]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.758611, 4.090833]}, {&quot;id&quot;: &quot;8553&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 830.0, &quot;att&quot;: 0.8399999999999992, &quot;style&quot;: {&quot;color&quot;: &quot;#95d840&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.758711, 4.090933]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.758711, 4.090933]}, {&quot;id&quot;: &quot;8589&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 555.0, &quot;att&quot;: 2.750000000000009, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73381, 4.08679], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.73381, 4.08679, 9.736042, 4.091278]}, {&quot;id&quot;: &quot;8625&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 555.0, &quot;att&quot;: 2.1599999999999993, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73391, 4.0868899999999995], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.73391, 4.0868899999999995, 9.736142, 4.091378]}, {&quot;id&quot;: &quot;8661&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 4.050000000000004, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.744, 4.104861]]}, &quot;bbox&quot;: [9.744, 4.074778, 9.761667, 4.104861]}, {&quot;id&quot;: &quot;8697&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 3.6857142857142873, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.7441, 4.104960999999999]]}, &quot;bbox&quot;: [9.7441, 4.074878, 9.761766999999999, 4.104960999999999]}, {&quot;id&quot;: &quot;8733&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 889.0, &quot;att&quot;: 0.6428571428571425, &quot;style&quot;: {&quot;color&quot;: &quot;#2db27d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76601, 4.08663], [9.764367, 4.0945]]}, &quot;bbox&quot;: [9.764367, 4.08663, 9.76601, 4.0945]}, {&quot;id&quot;: &quot;8769&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 889.0, &quot;att&quot;: 0.6470588235294142, &quot;style&quot;: {&quot;color&quot;: &quot;#2eb37c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76611, 4.08673], [9.764467, 4.0946]]}, &quot;bbox&quot;: [9.764467, 4.08673, 9.76611, 4.0946]}, {&quot;id&quot;: &quot;8805&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 736.0, &quot;att&quot;: 2.400000000000001, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729444, 4.091944], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.729444, 4.091278, 9.736042, 4.091944]}, {&quot;id&quot;: &quot;8841&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 736.0, &quot;att&quot;: 1.9090909090909078, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729544, 4.092044], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.729544, 4.091378, 9.736142, 4.092044]}, {&quot;id&quot;: &quot;8877&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 419.0, &quot;att&quot;: 2.1538461538461533, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74168, 4.09393], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.74168, 4.09393, 9.743333, 4.097333]}, {&quot;id&quot;: &quot;8913&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 419.0, &quot;att&quot;: 0.3913043478260868, &quot;style&quot;: {&quot;color&quot;: &quot;#2a768e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:35:00&quot;, &quot;2019-07-17T22:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74178, 4.09403], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.74178, 4.09403, 9.743433, 4.097433]}, {&quot;id&quot;: &quot;19&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 3.777777777777775, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.791866, 3.97665]]}, &quot;bbox&quot;: [9.787167, 3.97665, 9.791866, 3.992722]}, {&quot;id&quot;: &quot;55&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 3.2500000000000013, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.791966, 3.97675]]}, &quot;bbox&quot;: [9.787267, 3.97675, 9.791966, 3.9928220000000003]}, {&quot;id&quot;: &quot;91&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 1.5263157894736845, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.81613, 3.97866]]}, &quot;bbox&quot;: [9.787167, 3.97866, 9.81613, 3.992722]}, {&quot;id&quot;: &quot;127&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.3497267759562841, &quot;style&quot;: {&quot;color&quot;: &quot;#2f6c8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.81623, 3.9787600000000003]]}, &quot;bbox&quot;: [9.787267, 3.9787600000000003, 9.81623, 3.9928220000000003]}, {&quot;id&quot;: &quot;163&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 556.0, &quot;att&quot;: 2.2500000000000018, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763806, 3.997361], [9.75885, 3.99663]]}, &quot;bbox&quot;: [9.75885, 3.99663, 9.763806, 3.997361]}, {&quot;id&quot;: &quot;199&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 556.0, &quot;att&quot;: 4.357142857142841, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763906, 3.9974610000000004], [9.75895, 3.9967300000000003]]}, &quot;bbox&quot;: [9.75895, 3.9967300000000003, 9.763906, 3.9974610000000004]}, {&quot;id&quot;: &quot;235&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 402.0, &quot;att&quot;: 2.117647058823531, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745083, 4.002553], [9.748639, 4.003231]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.748639, 4.003231]}, {&quot;id&quot;: &quot;271&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 402.0, &quot;att&quot;: 1.1728395061728394, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745182999999999, 4.002653], [9.748739, 4.003331]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.748739, 4.003331]}, {&quot;id&quot;: &quot;307&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 774.0, &quot;att&quot;: 2.2500000000000004, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76732, 4.003512], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.76732, 4.003512, 9.767719, 4.0105]}, {&quot;id&quot;: &quot;343&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 774.0, &quot;att&quot;: 2.7999999999999994, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76742, 4.0036119999999995], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.76742, 4.0036119999999995, 9.767819, 4.0106]}, {&quot;id&quot;: &quot;379&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 3.878787878787881, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799472, 4.004194], [9.778111, 4.012278]]}, &quot;bbox&quot;: [9.778111, 4.004194, 9.799472, 4.012278]}, {&quot;id&quot;: &quot;415&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 4.925925925925925, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799572, 4.004294], [9.778211, 4.012378]]}, &quot;bbox&quot;: [9.778211, 4.004294, 9.799572, 4.012378]}, {&quot;id&quot;: &quot;451&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 1.5740740740740744, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.705944, 4.01775], [9.701194, 4.008306]]}, &quot;bbox&quot;: [9.701194, 4.008306, 9.705944, 4.01775]}, {&quot;id&quot;: &quot;487&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 0.11563517915309439, &quot;style&quot;: {&quot;color&quot;: &quot;#482979&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706044, 4.01785], [9.701293999999999, 4.008406]]}, &quot;bbox&quot;: [9.701293999999999, 4.008406, 9.706044, 4.01785]}, {&quot;id&quot;: &quot;523&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 4.743589743589754, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.763806, 3.997361]]}, &quot;bbox&quot;: [9.763806, 3.997361, 9.767833, 4.029]}, {&quot;id&quot;: &quot;559&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 5.243243243243249, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.763906, 3.9974610000000004]]}, &quot;bbox&quot;: [9.763906, 3.9974610000000004, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;595&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 1.4805194805194808, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741417, 4.009639], [9.723611, 4.020194]]}, &quot;bbox&quot;: [9.723611, 4.009639, 9.741417, 4.020194]}, {&quot;id&quot;: &quot;631&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 1.4871794871794866, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741517, 4.009739], [9.723711, 4.020294]]}, &quot;bbox&quot;: [9.723711, 4.009739, 9.741517, 4.020294]}, {&quot;id&quot;: &quot;667&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 3.82352941176471, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.745083, 4.002553]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.767833, 4.029]}, {&quot;id&quot;: &quot;703&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 2.8133333333333344, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.745182999999999, 4.002653]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;739&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 466.0, &quot;att&quot;: 1.7200000000000002, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73456, 4.01734]]}, &quot;bbox&quot;: [9.73456, 4.015972, 9.738528, 4.01734]}, {&quot;id&quot;: &quot;775&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 466.0, &quot;att&quot;: 1.7068965517241377, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73466, 4.01744]]}, &quot;bbox&quot;: [9.73466, 4.016071999999999, 9.738628, 4.01744]}, {&quot;id&quot;: &quot;811&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8335.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 3.1199999999999988, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.762056, 4.004472]]}, &quot;bbox&quot;: [9.762056, 4.004472, 9.767833, 4.029]}, {&quot;id&quot;: &quot;847&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8454.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 3.619047619047626, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.762156, 4.004572]]}, &quot;bbox&quot;: [9.762156, 4.004572, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;883&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 2.4166666666666656, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.768083, 4.017917]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.768083, 4.017917]}, {&quot;id&quot;: &quot;919&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 2.7659574468085117, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.768183, 4.0180169999999995]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.768183, 4.0180169999999995]}, {&quot;id&quot;: &quot;955&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 2.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727083, 4.023444], [9.72629, 4.01048]]}, &quot;bbox&quot;: [9.72629, 4.01048, 9.727083, 4.023444]}, {&quot;id&quot;: &quot;991&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 1.5405405405405381, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727183, 4.023543999999999], [9.72639, 4.01058]]}, &quot;bbox&quot;: [9.72639, 4.01058, 9.727183, 4.023543999999999]}, {&quot;id&quot;: &quot;1027&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 1.8857142857142841, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.757556, 4.0195]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.757556, 4.0195]}, {&quot;id&quot;: &quot;1063&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 1.7560975609756098, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.757655999999999, 4.0196]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.757655999999999, 4.0196]}, {&quot;id&quot;: &quot;1099&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 1.25, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.756817, 4.008442]]}, &quot;bbox&quot;: [9.756817, 4.008442, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1135&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 2.064516129032259, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.756917, 4.008541999999999]]}, &quot;bbox&quot;: [9.756917, 4.008541999999999, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1171&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.11582381729200654, &quot;style&quot;: {&quot;color&quot;: &quot;#482979&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744694, 4.014417], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.744694, 4.014417, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1207&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.3214285714285716, &quot;style&quot;: {&quot;color&quot;: &quot;#32658e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744794, 4.014517], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.744794, 4.014517, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1243&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 2.8235294117647114, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.767719, 4.0105, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1279&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 3.0222222222222275, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.767819, 4.0106, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1315&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 1.4166666666666667, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.780278, 4.023889]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.780278, 4.023889]}, {&quot;id&quot;: &quot;1351&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 1.3174603174603172, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.780377999999999, 4.023988999999999]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.780377999999999, 4.023988999999999]}, {&quot;id&quot;: &quot;1387&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 1.4473684210526299, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.721083, 4.0115]]}, &quot;bbox&quot;: [9.696744, 4.0115, 9.721083, 4.029381]}, {&quot;id&quot;: &quot;1423&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 1.2857142857142856, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.721183, 4.0116]]}, &quot;bbox&quot;: [9.696844, 4.0116, 9.721183, 4.029481]}, {&quot;id&quot;: &quot;1459&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 654.0, &quot;att&quot;: 10.266666666666666, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743889, 4.0194], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.743889, 4.0194, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1495&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 654.0, &quot;att&quot;: 2.0000000000000027, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743989, 4.0195], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.743989, 4.0195, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1531&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024043N-9.680260E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2266.0, &quot;att&quot;: 1.777777777777779, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.67025, 4.022056], [9.69027, 4.02603]]}, &quot;bbox&quot;: [9.67025, 4.022056, 9.69027, 4.02603]}, {&quot;id&quot;: &quot;1567&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 1.2758620689655165, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.72802, 4.03279]]}, &quot;bbox&quot;: [9.72802, 4.015972, 9.738528, 4.03279]}, {&quot;id&quot;: &quot;1603&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 2.937499999999999, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.72812, 4.03289]]}, &quot;bbox&quot;: [9.72812, 4.016071999999999, 9.738628, 4.03289]}, {&quot;id&quot;: &quot;1639&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 1.3396226415094332, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.69921, 4.02012]]}, &quot;bbox&quot;: [9.696744, 4.02012, 9.69921, 4.029381]}, {&quot;id&quot;: &quot;1675&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.7062937062937061, &quot;style&quot;: {&quot;color&quot;: &quot;#46c06f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.69931, 4.02022]]}, &quot;bbox&quot;: [9.696844, 4.02022, 9.69931, 4.029481]}, {&quot;id&quot;: &quot;1711&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18737.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 5.696969696969691, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.77399, 4.02125]]}, &quot;bbox&quot;: [9.767833, 4.02125, 9.77399, 4.029]}, {&quot;id&quot;: &quot;1747&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17727.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 5.516129032258062, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.77409, 4.02135]]}, &quot;bbox&quot;: [9.767933, 4.02135, 9.77409, 4.0291]}, {&quot;id&quot;: &quot;1783&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14431.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 874.0, &quot;att&quot;: 1.6896551724137918, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737194, 4.022139], [9.741992, 4.0284]]}, &quot;bbox&quot;: [9.737194, 4.022139, 9.741992, 4.0284]}, {&quot;id&quot;: &quot;1819&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14921.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 874.0, &quot;att&quot;: 1.7999999999999996, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737294, 4.022239], [9.742092, 4.0285]]}, &quot;bbox&quot;: [9.737294, 4.022239, 9.742092, 4.0285]}, {&quot;id&quot;: &quot;1855&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 1.4571428571428575, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73325, 4.035278]]}, &quot;bbox&quot;: [9.73325, 4.015972, 9.738528, 4.035278]}, {&quot;id&quot;: &quot;1891&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 1.9599999999999995, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73335, 4.035378]]}, &quot;bbox&quot;: [9.73335, 4.016071999999999, 9.738628, 4.035378]}, {&quot;id&quot;: &quot;1927&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 1.4705882352941193, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.70976, 4.02238]]}, &quot;bbox&quot;: [9.696744, 4.02238, 9.70976, 4.029381]}, {&quot;id&quot;: &quot;1963&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 1.3846153846153855, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.709859999999999, 4.02248]]}, &quot;bbox&quot;: [9.696844, 4.02248, 9.709859999999999, 4.029481]}, {&quot;id&quot;: &quot;1999&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 755.0, &quot;att&quot;: 1.5757575757575724, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.694556, 4.022917]]}, &quot;bbox&quot;: [9.694556, 4.022917, 9.696744, 4.029381]}, {&quot;id&quot;: &quot;2035&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 755.0, &quot;att&quot;: 1.25, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.694656, 4.023016999999999]]}, &quot;bbox&quot;: [9.694656, 4.023016999999999, 9.696844, 4.029481]}, {&quot;id&quot;: &quot;2071&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 2.6129032258064484, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.72684, 4.01658]]}, &quot;bbox&quot;: [9.72684, 4.01658, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2107&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 1.3255813953488365, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.726939999999999, 4.01668]]}, &quot;bbox&quot;: [9.726939999999999, 4.01668, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2143&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 364.0, &quot;att&quot;: 1.285714285714285, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.705139, 4.028333]]}, &quot;bbox&quot;: [9.701944, 4.028333, 9.705139, 4.029083]}, {&quot;id&quot;: &quot;2179&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 364.0, &quot;att&quot;: 1.2352941176470575, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.705239, 4.028433]]}, &quot;bbox&quot;: [9.702043999999999, 4.028433, 9.705239, 4.029183]}, {&quot;id&quot;: &quot;2215&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 1.744186046511628, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.686417, 4.029444]]}, &quot;bbox&quot;: [9.686417, 4.029381, 9.696744, 4.029444]}, {&quot;id&quot;: &quot;2251&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 1.3902439024390252, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.686517, 4.029544]]}, &quot;bbox&quot;: [9.686517, 4.029481, 9.696844, 4.029544]}, {&quot;id&quot;: &quot;2287&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 868.0, &quot;att&quot;: 1.9166666666666654, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.709194, 4.032028]]}, &quot;bbox&quot;: [9.701944, 4.029083, 9.709194, 4.032028]}, {&quot;id&quot;: &quot;2323&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 868.0, &quot;att&quot;: 1.9130434782608714, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.709294, 4.032128]]}, &quot;bbox&quot;: [9.702043999999999, 4.029183, 9.709294, 4.032128]}, {&quot;id&quot;: &quot;2359&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 666.0, &quot;att&quot;: 1.599999999999999, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.691575, 4.032433]]}, &quot;bbox&quot;: [9.691575, 4.029381, 9.696744, 4.032433]}, {&quot;id&quot;: &quot;2395&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 666.0, &quot;att&quot;: 1.5925925925925941, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.691675, 4.032533]]}, &quot;bbox&quot;: [9.691675, 4.029481, 9.696844, 4.032533]}, {&quot;id&quot;: &quot;2431&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 536.0, &quot;att&quot;: 2.0454545454545427, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699417, 4.033417]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699417, 4.033417]}, {&quot;id&quot;: &quot;2467&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 536.0, &quot;att&quot;: 1.7999999999999996, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699517, 4.033517]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699517, 4.033517]}, {&quot;id&quot;: &quot;2503&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 2.2162162162162153, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.727083, 4.023444]]}, &quot;bbox&quot;: [9.727083, 4.023444, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2539&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 1.7115384615384626, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.727183, 4.023543999999999]]}, &quot;bbox&quot;: [9.727183, 4.023543999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2575&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 2.4878048780487827, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71564, 4.032], [9.71203, 4.03312]]}, &quot;bbox&quot;: [9.71203, 4.032, 9.71564, 4.03312]}, {&quot;id&quot;: &quot;2611&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 1.4042553191489362, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71574, 4.0321], [9.71213, 4.03322]]}, &quot;bbox&quot;: [9.71213, 4.0321, 9.71574, 4.03322]}, {&quot;id&quot;: &quot;2647&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 2.3846153846153806, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.755167, 4.037361]]}, &quot;bbox&quot;: [9.755167, 4.029, 9.767833, 4.037361]}, {&quot;id&quot;: &quot;2683&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 2.702702702702704, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.755267, 4.0374609999999995]]}, &quot;bbox&quot;: [9.755267, 4.0291, 9.767933, 4.0374609999999995]}, {&quot;id&quot;: &quot;2719&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 323.0, &quot;att&quot;: 1.75, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691575, 4.032433], [9.691889, 4.035333]]}, &quot;bbox&quot;: [9.691575, 4.032433, 9.691889, 4.035333]}, {&quot;id&quot;: &quot;2755&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 323.0, &quot;att&quot;: 1.8235294117647036, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691675, 4.032533], [9.691989, 4.035432999999999]]}, &quot;bbox&quot;: [9.691675, 4.032533, 9.691989, 4.035432999999999]}, {&quot;id&quot;: &quot;2791&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 516.0, &quot;att&quot;: 2.2187500000000013, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774333, 4.033028], [9.77026, 4.03527]]}, &quot;bbox&quot;: [9.77026, 4.033028, 9.774333, 4.03527]}, {&quot;id&quot;: &quot;2827&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 516.0, &quot;att&quot;: 2.1249999999999996, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774433, 4.033128], [9.77036, 4.0353699999999995]]}, &quot;bbox&quot;: [9.77036, 4.033128, 9.774433, 4.0353699999999995]}, {&quot;id&quot;: &quot;2863&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 1.5, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.725667, 4.028583]]}, &quot;bbox&quot;: [9.725667, 4.028583, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2899&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 1.490196078431373, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.725767, 4.028683]]}, &quot;bbox&quot;: [9.725767, 4.028683, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2935&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 2.0333333333333363, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699006, 4.040886]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699006, 4.040886]}, {&quot;id&quot;: &quot;2971&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 2.000000000000004, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699106, 4.040986]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699106, 4.040986]}, {&quot;id&quot;: &quot;3007&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17810.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 610.0, &quot;att&quot;: 2.4285714285714324, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683883, 4.033886], [9.688056, 4.037472]]}, &quot;bbox&quot;: [9.683883, 4.033886, 9.688056, 4.037472]}, {&quot;id&quot;: &quot;3043&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18820.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 610.0, &quot;att&quot;: 1.9999999999999973, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683983, 4.033986], [9.688156, 4.037572]]}, &quot;bbox&quot;: [9.683983, 4.033986, 9.688156, 4.037572]}, {&quot;id&quot;: &quot;3079&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 1.7843137254901968, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.766222, 4.046556]]}, &quot;bbox&quot;: [9.766222, 4.029, 9.767833, 4.046556]}, {&quot;id&quot;: &quot;3115&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 1.901960784313724, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.766322, 4.046656]]}, &quot;bbox&quot;: [9.766322, 4.0291, 9.767933, 4.046656]}, {&quot;id&quot;: &quot;3151&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 433.0, &quot;att&quot;: 1.6923076923076907, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706106, 4.040083], [9.703794, 4.036926]]}, &quot;bbox&quot;: [9.703794, 4.036926, 9.706106, 4.040083]}, {&quot;id&quot;: &quot;3187&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 433.0, &quot;att&quot;: 1.8214285714285712, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706206, 4.040183], [9.703894, 4.037026]]}, &quot;bbox&quot;: [9.703894, 4.037026, 9.706206, 4.040183]}, {&quot;id&quot;: &quot;3223&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 2.4883720930232522, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.711917, 4.037722]]}, &quot;bbox&quot;: [9.711917, 4.037722, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;3259&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 3.0217391304347814, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.712017, 4.037821999999999]]}, &quot;bbox&quot;: [9.712017, 4.037821999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;3295&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 928.0, &quot;att&quot;: 1.0862068965517242, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.741011, 4.038342]]}, &quot;bbox&quot;: [9.733028, 4.038342, 9.741011, 4.040819]}, {&quot;id&quot;: &quot;3331&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 928.0, &quot;att&quot;: 1.3584905660377358, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.741111, 4.038442]]}, &quot;bbox&quot;: [9.733127999999999, 4.038442, 9.741111, 4.040919]}, {&quot;id&quot;: &quot;3367&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 441.0, &quot;att&quot;: 2.2142857142857117, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.70265, 4.03931]]}, &quot;bbox&quot;: [9.699006, 4.03931, 9.70265, 4.040886]}, {&quot;id&quot;: &quot;3403&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 441.0, &quot;att&quot;: 2.2857142857142816, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.70275, 4.03941]]}, &quot;bbox&quot;: [9.699106, 4.03941, 9.70275, 4.040986]}, {&quot;id&quot;: &quot;3439&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 697.0, &quot;att&quot;: 1.7076923076923078, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774, 4.042306], [9.7795, 4.039278]]}, &quot;bbox&quot;: [9.774, 4.039278, 9.7795, 4.042306]}, {&quot;id&quot;: &quot;3475&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 697.0, &quot;att&quot;: 1.2673267326732678, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774099999999999, 4.042406], [9.7796, 4.039378]]}, &quot;bbox&quot;: [9.774099999999999, 4.039378, 9.7796, 4.042406]}, {&quot;id&quot;: &quot;3512&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041057N-9.688122E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 387.0, &quot;att&quot;: 2.9583333333333357, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.689827, 4.040697]]}, &quot;bbox&quot;: [9.686417, 4.040697, 9.689827, 4.041417]}, {&quot;id&quot;: &quot;3548&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 975.0, &quot;att&quot;: 0.5300000000000005, &quot;style&quot;: {&quot;color&quot;: &quot;#1f978b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762056, 4.03875], [9.754583, 4.043386]]}, &quot;bbox&quot;: [9.754583, 4.03875, 9.762056, 4.043386]}, {&quot;id&quot;: &quot;3584&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 975.0, &quot;att&quot;: 1.1162790697674418, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762156, 4.03885], [9.754683, 4.043486]]}, &quot;bbox&quot;: [9.754683, 4.03885, 9.762156, 4.043486]}, {&quot;id&quot;: &quot;3620&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 524.0, &quot;att&quot;: 1.2258064516129017, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.728389, 4.041694]]}, &quot;bbox&quot;: [9.728389, 4.040819, 9.733028, 4.041694]}, {&quot;id&quot;: &quot;3656&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.10933940774487481, &quot;style&quot;: {&quot;color&quot;: &quot;#482677&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.728489, 4.041793999999999]]}, &quot;bbox&quot;: [9.728489, 4.040919, 9.733127999999999, 4.041793999999999]}, {&quot;id&quot;: &quot;3692&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 1.9482758620689635, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.779361, 4.053694]]}, &quot;bbox&quot;: [9.767833, 4.029, 9.779361, 4.053694]}, {&quot;id&quot;: &quot;3728&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 1.9166666666666654, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.779461, 4.053794]]}, &quot;bbox&quot;: [9.767933, 4.0291, 9.779461, 4.053794]}, {&quot;id&quot;: &quot;3764&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 1.1818181818181812, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.747639, 4.043778]]}, &quot;bbox&quot;: [9.733028, 4.040819, 9.747639, 4.043778]}, {&quot;id&quot;: &quot;3800&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.747739, 4.043877999999999]]}, &quot;bbox&quot;: [9.733127999999999, 4.040919, 9.747739, 4.043877999999999]}, {&quot;id&quot;: &quot;3836&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 2.7234042553191466, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702978, 4.056559], [9.73025, 4.028444]]}, &quot;bbox&quot;: [9.702978, 4.028444, 9.73025, 4.056559]}, {&quot;id&quot;: &quot;3872&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 2.7272727272727266, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703078, 4.056659], [9.73035, 4.028544]]}, &quot;bbox&quot;: [9.703078, 4.028544, 9.73035, 4.056659]}, {&quot;id&quot;: &quot;3908&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 2.9999999999999925, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.69725, 4.04425]]}, &quot;bbox&quot;: [9.69725, 4.040886, 9.699006, 4.04425]}, {&quot;id&quot;: &quot;3944&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 2.9090909090909047, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.69735, 4.04435]]}, &quot;bbox&quot;: [9.69735, 4.040986, 9.699106, 4.04435]}, {&quot;id&quot;: &quot;3980&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 431.0, &quot;att&quot;: 1.8918918918918903, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704083, 4.04244], [9.707889, 4.043194]]}, &quot;bbox&quot;: [9.704083, 4.04244, 9.707889, 4.043194]}, {&quot;id&quot;: &quot;4016&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 431.0, &quot;att&quot;: 1.7105263157894717, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704183, 4.04254], [9.707989, 4.0432939999999995]]}, &quot;bbox&quot;: [9.704183, 4.04254, 9.707989, 4.0432939999999995]}, {&quot;id&quot;: &quot;4054&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043833N-9.687306E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 570.0, &quot;att&quot;: 2.866666666666667, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.688194, 4.04625]]}, &quot;bbox&quot;: [9.686417, 4.041417, 9.688194, 4.04625]}, {&quot;id&quot;: &quot;4090&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 810.0, &quot;att&quot;: 2.653846153846152, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707889, 4.043194], [9.700739, 4.044661]]}, &quot;bbox&quot;: [9.700739, 4.043194, 9.707889, 4.044661]}, {&quot;id&quot;: &quot;4126&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 810.0, &quot;att&quot;: 2.8, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707989, 4.0432939999999995], [9.700839, 4.044760999999999]]}, &quot;bbox&quot;: [9.700839, 4.0432939999999995, 9.707989, 4.044760999999999]}, {&quot;id&quot;: &quot;4162&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 706.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728389, 4.041694], [9.72575, 4.0475]]}, &quot;bbox&quot;: [9.72575, 4.041694, 9.728389, 4.0475]}, {&quot;id&quot;: &quot;4198&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 706.0, &quot;att&quot;: 1.0681818181818175, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728489, 4.041793999999999], [9.72585, 4.0476]]}, &quot;bbox&quot;: [9.72585, 4.041793999999999, 9.728489, 4.0476]}, {&quot;id&quot;: &quot;4234&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 2.7435897435897454, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.699006, 4.040886, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4270&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 4.2399999999999975, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.699106, 4.040986, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4306&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14487.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 611.0, &quot;att&quot;: 1.9310344827586174, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71598, 4.04642], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.71598, 4.04642, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4342&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14977.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 611.0, &quot;att&quot;: 2.2592592592592573, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71608, 4.04652], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.71608, 4.04652, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4378&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048013N-9.705195E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 822.0, &quot;att&quot;: 2.0545454545454542, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703528, 4.044694], [9.706861, 4.051333]]}, &quot;bbox&quot;: [9.703528, 4.044694, 9.706861, 4.051333]}, {&quot;id&quot;: &quot;4414&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 317.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698333, 4.049556], [9.698917, 4.04675]]}, &quot;bbox&quot;: [9.698333, 4.04675, 9.698917, 4.049556]}, {&quot;id&quot;: &quot;4450&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 317.0, &quot;att&quot;: 3.3333333333333353, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698433, 4.049656], [9.699017, 4.04685]]}, &quot;bbox&quot;: [9.698433, 4.04685, 9.699017, 4.049656]}, {&quot;id&quot;: &quot;4486&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 564.0, &quot;att&quot;: 2.9999999999999942, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706861, 4.051333], [9.708472, 4.0465]]}, &quot;bbox&quot;: [9.706861, 4.0465, 9.708472, 4.051333]}, {&quot;id&quot;: &quot;4522&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 564.0, &quot;att&quot;: 3.0869565217391317, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706961, 4.051432999999999], [9.708572, 4.0466]]}, &quot;bbox&quot;: [9.706961, 4.0466, 9.708572, 4.051432999999999]}, {&quot;id&quot;: &quot;4558&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 596.0, &quot;att&quot;: 1.6451612903225818, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.771911, 4.050192], [9.777253, 4.049658]]}, &quot;bbox&quot;: [9.771911, 4.049658, 9.777253, 4.050192]}, {&quot;id&quot;: &quot;4594&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 596.0, &quot;att&quot;: 1.4687499999999996, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.772011, 4.050292], [9.777353, 4.049758]]}, &quot;bbox&quot;: [9.772011, 4.049758, 9.777353, 4.050292]}, {&quot;id&quot;: &quot;4630&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050150N-9.740475E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 454.0, &quot;att&quot;: 1.6451612903225803, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741306, 4.052028], [9.739644, 4.048272]]}, &quot;bbox&quot;: [9.739644, 4.048272, 9.741306, 4.052028]}, {&quot;id&quot;: &quot;4666&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 522.0, &quot;att&quot;: 2.615384615384614, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702389, 4.052444], [9.704556, 4.04825]]}, &quot;bbox&quot;: [9.702389, 4.04825, 9.704556, 4.052444]}, {&quot;id&quot;: &quot;4702&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 522.0, &quot;att&quot;: 3.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702489, 4.052544], [9.704656, 4.04835]]}, &quot;bbox&quot;: [9.702489, 4.04835, 9.704656, 4.052544]}, {&quot;id&quot;: &quot;4738&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 956.0, &quot;att&quot;: 0.3750000000000004, &quot;style&quot;: {&quot;color&quot;: &quot;#2c728e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.756833, 4.047389]]}, &quot;bbox&quot;: [9.750917, 4.047389, 9.756833, 4.053667]}, {&quot;id&quot;: &quot;4774&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 956.0, &quot;att&quot;: 2.2400000000000007, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.756933, 4.047489]]}, &quot;bbox&quot;: [9.751017, 4.047489, 9.756933, 4.053767]}, {&quot;id&quot;: &quot;4810&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 1.3857142857142861, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779361, 4.053694], [9.797806, 4.050472]]}, &quot;bbox&quot;: [9.779361, 4.050472, 9.797806, 4.053694]}, {&quot;id&quot;: &quot;4846&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 1.3809523809523794, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779461, 4.053794], [9.797906, 4.050572]]}, &quot;bbox&quot;: [9.779461, 4.050572, 9.797906, 4.053794]}, {&quot;id&quot;: &quot;4882&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8363.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 1.0833333333333284, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.775889, 4.05525]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.775889, 4.05525]}, {&quot;id&quot;: &quot;4918&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8482.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 2.1599999999999966, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.775989, 4.05535]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.775989, 4.05535]}, {&quot;id&quot;: &quot;4954&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.15048543689320396, &quot;style&quot;: {&quot;color&quot;: &quot;#463480&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.754444, 4.058167]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.754444, 4.058167]}, {&quot;id&quot;: &quot;4990&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.08009153318077804, &quot;style&quot;: {&quot;color&quot;: &quot;#481d6f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.754544, 4.058267]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.754544, 4.058267]}, {&quot;id&quot;: &quot;5026&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 546.0, &quot;att&quot;: 0.9318181818181809, &quot;style&quot;: {&quot;color&quot;: &quot;#d2e21b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.767556, 4.053639]]}, &quot;bbox&quot;: [9.767556, 4.053639, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5062&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 546.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.767656, 4.053739]]}, &quot;bbox&quot;: [9.767656, 4.053739, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5098&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 879.0, &quot;att&quot;: 1.961538461538461, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738694, 4.058056], [9.745611, 4.054186]]}, &quot;bbox&quot;: [9.738694, 4.054186, 9.745611, 4.058056]}, {&quot;id&quot;: &quot;5134&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 879.0, &quot;att&quot;: 2.050000000000003, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738794, 4.058155999999999], [9.745711, 4.054285999999999]]}, &quot;bbox&quot;: [9.738794, 4.054285999999999, 9.745711, 4.058155999999999]}, {&quot;id&quot;: &quot;5170&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.743528, 4.059611]]}, &quot;bbox&quot;: [9.743528, 4.053667, 9.750917, 4.059611]}, {&quot;id&quot;: &quot;5206&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 2.093749999999997, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.743628, 4.059711]]}, &quot;bbox&quot;: [9.743628, 4.053767, 9.751017, 4.059711]}, {&quot;id&quot;: &quot;5242&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 2.1935483870967722, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726194, 4.060028], [9.750917, 4.053667]]}, &quot;bbox&quot;: [9.726194, 4.053667, 9.750917, 4.060028]}, {&quot;id&quot;: &quot;5278&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 2.057142857142858, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726294, 4.060128], [9.751017, 4.053767]]}, &quot;bbox&quot;: [9.726294, 4.053767, 9.751017, 4.060128]}, {&quot;id&quot;: &quot;5314&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 1.799999999999999, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726393999999999, 4.060228], [9.751116999999999, 4.053867]]}, &quot;bbox&quot;: [9.726393999999999, 4.053867, 9.751116999999999, 4.060228]}, {&quot;id&quot;: &quot;5350&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 2.1944444444444433, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726493999999999, 4.060328], [9.751216999999999, 4.053967]]}, &quot;bbox&quot;: [9.726493999999999, 4.053967, 9.751216999999999, 4.060328]}, {&quot;id&quot;: &quot;5386&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_0&quot;, &quot;frequency&quot;: 12793.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 2.42857142857143, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726594, 4.060428], [9.751317, 4.054067]]}, &quot;bbox&quot;: [9.726594, 4.054067, 9.751317, 4.060428]}, {&quot;id&quot;: &quot;5422&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_1&quot;, &quot;frequency&quot;: 13059.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 1.9999999999999982, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726694, 4.060528], [9.751417, 4.054167]]}, &quot;bbox&quot;: [9.726694, 4.054167, 9.751417, 4.060528]}, {&quot;id&quot;: &quot;5458&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 1.833333333333331, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.734028, 4.06025]]}, &quot;bbox&quot;: [9.734028, 4.053667, 9.750917, 4.06025]}, {&quot;id&quot;: &quot;5494&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 1.5555555555555565, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.734128, 4.06035]]}, &quot;bbox&quot;: [9.734128, 4.053767, 9.751017, 4.06035]}, {&quot;id&quot;: &quot;5530&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 630.0, &quot;att&quot;: 1.1621621621621625, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.763167, 4.056417]]}, &quot;bbox&quot;: [9.763167, 4.056417, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5566&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 630.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.763266999999999, 4.0565169999999995]]}, &quot;bbox&quot;: [9.763266999999999, 4.0565169999999995, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5602&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 1.241935483870968, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.786861, 4.062806]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.786861, 4.062806]}, {&quot;id&quot;: &quot;5638&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 3.5428571428571405, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.786961, 4.062906]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.786961, 4.062906]}, {&quot;id&quot;: &quot;5674&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 1.7391304347826002, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.720853, 4.053242]]}, &quot;bbox&quot;: [9.714664, 4.053242, 9.720853, 4.06425]}, {&quot;id&quot;: &quot;5710&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 2.166666666666673, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.720953, 4.053342]]}, &quot;bbox&quot;: [9.714764, 4.053342, 9.720953, 4.06435]}, {&quot;id&quot;: &quot;5746&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 1.1509433962264146, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.75311, 4.064069]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.75311, 4.064069]}, {&quot;id&quot;: &quot;5782&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 1.6842105263157898, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.75321, 4.064169]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.75321, 4.064169]}, {&quot;id&quot;: &quot;5818&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 1.2291666666666672, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.767778, 4.064361]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.767778, 4.064361]}, {&quot;id&quot;: &quot;5854&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 1.9677419354838706, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.767878, 4.064461]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.767878, 4.064461]}, {&quot;id&quot;: &quot;5890&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 796.0, &quot;att&quot;: 4.541666666666666, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708444, 4.060333], [9.715412, 4.058638]]}, &quot;bbox&quot;: [9.708444, 4.058638, 9.715412, 4.060333]}, {&quot;id&quot;: &quot;5926&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 796.0, &quot;att&quot;: 4.608695652173917, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708544, 4.060433], [9.715512, 4.058738]]}, &quot;bbox&quot;: [9.708544, 4.058738, 9.715512, 4.060433]}, {&quot;id&quot;: &quot;5962&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 1.4074074074074048, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.759558, 4.066322]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.759558, 4.066322]}, {&quot;id&quot;: &quot;5998&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 1.7692307692307687, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.759658, 4.066422]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.759658, 4.066422]}, {&quot;id&quot;: &quot;6034&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 1.3928571428571428, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.777639, 4.063131]]}, &quot;bbox&quot;: [9.768444, 4.0585, 9.777639, 4.063131]}, {&quot;id&quot;: &quot;6070&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 1.4444444444444462, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.777739, 4.063231]]}, &quot;bbox&quot;: [9.768544, 4.0586, 9.777739, 4.063231]}, {&quot;id&quot;: &quot;6106&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 498.0, &quot;att&quot;: 1.3137254901960773, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743528, 4.059611], [9.74569, 4.06356]]}, &quot;bbox&quot;: [9.743528, 4.059611, 9.74569, 4.06356]}, {&quot;id&quot;: &quot;6142&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 498.0, &quot;att&quot;: 2.777777777777782, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743628, 4.059711], [9.74579, 4.06366]]}, &quot;bbox&quot;: [9.743628, 4.059711, 9.74579, 4.06366]}, {&quot;id&quot;: &quot;6178&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 741.0, &quot;att&quot;: 5.375000000000003, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704333, 4.059583], [9.706333, 4.065972]]}, &quot;bbox&quot;: [9.704333, 4.059583, 9.706333, 4.065972]}, {&quot;id&quot;: &quot;6214&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 741.0, &quot;att&quot;: 5.666666666666665, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704433, 4.059683], [9.706433, 4.066072]]}, &quot;bbox&quot;: [9.704433, 4.059683, 9.706433, 4.066072]}, {&quot;id&quot;: &quot;6250&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 603.0, &quot;att&quot;: 2.545454545454547, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.719389, 4.061556]]}, &quot;bbox&quot;: [9.714664, 4.061556, 9.719389, 4.06425]}, {&quot;id&quot;: &quot;6286&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 603.0, &quot;att&quot;: 2.8064516129032233, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.719489, 4.061656]]}, &quot;bbox&quot;: [9.714764, 4.061656, 9.719489, 4.06435]}, {&quot;id&quot;: &quot;6322&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 669.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759558, 4.066322], [9.76425, 4.062528]]}, &quot;bbox&quot;: [9.759558, 4.062528, 9.76425, 4.066322]}, {&quot;id&quot;: &quot;6358&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 669.0, &quot;att&quot;: 1.0416666666666643, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759658, 4.066422], [9.76435, 4.062628]]}, &quot;bbox&quot;: [9.759658, 4.062628, 9.76435, 4.066422]}, {&quot;id&quot;: &quot;6394&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 451.0, &quot;att&quot;: 4.4736842105263195, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710083, 4.063917], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.710083, 4.063917, 9.71287, 4.06688]}, {&quot;id&quot;: &quot;6430&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 451.0, &quot;att&quot;: 4.388888888888881, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710182999999999, 4.064017], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.710182999999999, 4.064017, 9.71297, 4.06698]}, {&quot;id&quot;: &quot;6466&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 924.0, &quot;att&quot;: 1.3142857142857147, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79152, 4.065848], [9.799722, 4.06725]]}, &quot;bbox&quot;: [9.79152, 4.065848, 9.799722, 4.06725]}, {&quot;id&quot;: &quot;6502&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 924.0, &quot;att&quot;: 3.400000000000001, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79162, 4.065948], [9.799821999999999, 4.067349999999999]]}, &quot;bbox&quot;: [9.79162, 4.065948, 9.799821999999999, 4.067349999999999]}, {&quot;id&quot;: &quot;6538&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 4.375, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.72547, 4.07139]}, {&quot;id&quot;: &quot;6574&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 3.562500000000002, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.72557, 4.07149]}, {&quot;id&quot;: &quot;6610&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 932.0, &quot;att&quot;: 2.5111111111111106, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.722972, 4.065667], [9.729139, 4.071389]]}, &quot;bbox&quot;: [9.722972, 4.065667, 9.729139, 4.071389]}, {&quot;id&quot;: &quot;6646&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 932.0, &quot;att&quot;: 2.5333333333333314, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.723072, 4.065767], [9.729239, 4.071489]]}, &quot;bbox&quot;: [9.723072, 4.065767, 9.729239, 4.071489]}, {&quot;id&quot;: &quot;6682&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 535.0, &quot;att&quot;: 4.142857142857143, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714869, 4.071278], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.71287, 4.06688, 9.714869, 4.071278]}, {&quot;id&quot;: &quot;6718&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 535.0, &quot;att&quot;: 3.5555555555555554, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714969, 4.071378], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.71297, 4.06698, 9.714969, 4.071378]}, {&quot;id&quot;: &quot;6754&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 407.0, &quot;att&quot;: 2.5517241379310316, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729139, 4.071389], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.72547, 4.071389, 9.729139, 4.07139]}, {&quot;id&quot;: &quot;6790&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 407.0, &quot;att&quot;: 2.413793103448277, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729239, 4.071489], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.72557, 4.071489, 9.729239, 4.07149]}, {&quot;id&quot;: &quot;6826&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 731.0, &quot;att&quot;: 0.55, &quot;style&quot;: {&quot;color&quot;: &quot;#1e9c89&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736111, 4.072222], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.736111, 4.072222, 9.742681, 4.072661]}, {&quot;id&quot;: &quot;6862&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 731.0, &quot;att&quot;: 2.5769230769230766, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736210999999999, 4.072322], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.736210999999999, 4.072322, 9.742780999999999, 4.072761]}, {&quot;id&quot;: &quot;6898&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 561.0, &quot;att&quot;: 1.4347826086956528, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76925, 4.071639], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.76925, 4.071639, 9.774, 4.073367]}, {&quot;id&quot;: &quot;6934&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 561.0, &quot;att&quot;: 1.4230769230769234, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76935, 4.071739], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.76935, 4.071739, 9.774099999999999, 4.073467]}, {&quot;id&quot;: &quot;6970&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 12.2, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.721058, 4.084075]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.721058, 4.084075]}, {&quot;id&quot;: &quot;7006&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 10.12, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.721157999999999, 4.084175]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.721157999999999, 4.084175]}, {&quot;id&quot;: &quot;7042&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 1.7333333333333343, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.761667, 4.074778]}, {&quot;id&quot;: &quot;7078&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 2.1538461538461506, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.761766999999999, 4.074878]}, {&quot;id&quot;: &quot;7114&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 8.999999999999984, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719639, 4.070306], [9.719417, 4.079889]]}, &quot;bbox&quot;: [9.719417, 4.070306, 9.719639, 4.079889]}, {&quot;id&quot;: &quot;7150&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 24.800000000000004, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719739, 4.070406], [9.719517, 4.079988999999999]]}, &quot;bbox&quot;: [9.719517, 4.070406, 9.719739, 4.079988999999999]}, {&quot;id&quot;: &quot;7186&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 2.366666666666667, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.781778, 4.069972]]}, &quot;bbox&quot;: [9.781778, 4.069972, 9.786083, 4.0817]}, {&quot;id&quot;: &quot;7222&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 2.291666666666668, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.781877999999999, 4.070072]]}, &quot;bbox&quot;: [9.781877999999999, 4.070072, 9.786183, 4.081799999999999]}, {&quot;id&quot;: &quot;7258&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 700.0, &quot;att&quot;: 1.0952380952380967, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.75645, 4.07833]]}, &quot;bbox&quot;: [9.75645, 4.074778, 9.761667, 4.07833]}, {&quot;id&quot;: &quot;7294&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.09262166405023556, &quot;style&quot;: {&quot;color&quot;: &quot;#482173&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.756549999999999, 4.07843]]}, &quot;bbox&quot;: [9.756549999999999, 4.074878, 9.761766999999999, 4.07843]}, {&quot;id&quot;: &quot;7330&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 480.0, &quot;att&quot;: 4.727272727272724, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719417, 4.079889], [9.721778, 4.07625]]}, &quot;bbox&quot;: [9.719417, 4.07625, 9.721778, 4.079889]}, {&quot;id&quot;: &quot;7366&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 480.0, &quot;att&quot;: 4.2, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719517, 4.079988999999999], [9.721878, 4.07635]]}, &quot;bbox&quot;: [9.719517, 4.07635, 9.721878, 4.079988999999999]}, {&quot;id&quot;: &quot;7402&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 1.7600000000000022, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756825, 4.081867], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.756825, 4.081867]}, {&quot;id&quot;: &quot;7438&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 1.6923076923076907, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756924999999999, 4.081967], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.756924999999999, 4.081967]}, {&quot;id&quot;: &quot;7474&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 1.0714285714285725, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.801611, 4.076722]]}, &quot;bbox&quot;: [9.786083, 4.076722, 9.801611, 4.0817]}, {&quot;id&quot;: &quot;7510&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.801711, 4.076822]]}, &quot;bbox&quot;: [9.786183, 4.076822, 9.801711, 4.081799999999999]}, {&quot;id&quot;: &quot;7546&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 2.4516129032258034, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.742681, 4.072661, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;7582&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 2.138888888888893, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.742780999999999, 4.072761, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;7618&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 1.8695652173913027, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.752944, 4.073367, 9.774, 4.085936]}, {&quot;id&quot;: &quot;7654&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 1.923076923076922, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.753044, 4.073467, 9.774099999999999, 4.086036]}, {&quot;id&quot;: &quot;7690&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080070N-9.789737E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18848.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 888.0, &quot;att&quot;: 0.8333333333333413, &quot;style&quot;: {&quot;color&quot;: &quot;#90d743&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.79339, 4.07844]]}, &quot;bbox&quot;: [9.786083, 4.07844, 9.79339, 4.0817]}, {&quot;id&quot;: &quot;7726&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 1.5624999999999987, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.753278, 4.074861]]}, &quot;bbox&quot;: [9.752944, 4.074861, 9.753278, 4.085936]}, {&quot;id&quot;: &quot;7762&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 1.454545454545454, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.753378, 4.074961]]}, &quot;bbox&quot;: [9.753044, 4.074961, 9.753378, 4.086036]}, {&quot;id&quot;: &quot;7798&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 968.0, &quot;att&quot;: 2.714285714285715, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765535, 4.081441], [9.756825, 4.081867]]}, &quot;bbox&quot;: [9.756825, 4.081441, 9.765535, 4.081867]}, {&quot;id&quot;: &quot;7834&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 968.0, &quot;att&quot;: 2.1499999999999986, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765635, 4.081541], [9.756924999999999, 4.081967]]}, &quot;bbox&quot;: [9.756924999999999, 4.081541, 9.765635, 4.081967]}, {&quot;id&quot;: &quot;7870&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 1.2173913043478257, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.7949, 4.08393]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.7949, 4.08393]}, {&quot;id&quot;: &quot;7906&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 1.304347826086958, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.795, 4.084029999999999]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.795, 4.084029999999999]}, {&quot;id&quot;: &quot;7942&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 895.0, &quot;att&quot;: 1.232558139534884, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.77848, 4.08438]]}, &quot;bbox&quot;: [9.77848, 4.0817, 9.786083, 4.08438]}, {&quot;id&quot;: &quot;7978&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 895.0, &quot;att&quot;: 1.5185185185185188, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.77858, 4.08448]]}, &quot;bbox&quot;: [9.77858, 4.081799999999999, 9.786183, 4.08448]}, {&quot;id&quot;: &quot;8014&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 6.181818181818171, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.751769, 4.093194]]}, &quot;bbox&quot;: [9.751769, 4.074778, 9.761667, 4.093194]}, {&quot;id&quot;: &quot;8050&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 1.9166666666666674, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.751869, 4.093294]]}, &quot;bbox&quot;: [9.751869, 4.074878, 9.761766999999999, 4.093294]}, {&quot;id&quot;: &quot;8086&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 2.2941176470588145, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.728889, 4.083056]]}, &quot;bbox&quot;: [9.728889, 4.083056, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8122&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 2.4444444444444438, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.728989, 4.083156]]}, &quot;bbox&quot;: [9.728989, 4.083156, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8158&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 2.2083333333333335, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.738306, 4.083528]]}, &quot;bbox&quot;: [9.738306, 4.083528, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8194&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 2.115384615384614, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.738406, 4.083628]]}, &quot;bbox&quot;: [9.738406, 4.083628, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8230&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 947.0, &quot;att&quot;: 1.3809523809523827, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.783583, 4.089889]]}, &quot;bbox&quot;: [9.783583, 4.0817, 9.786083, 4.089889]}, {&quot;id&quot;: &quot;8266&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 947.0, &quot;att&quot;: 1.4736842105263155, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.783683, 4.089989]]}, &quot;bbox&quot;: [9.783683, 4.081799999999999, 9.786183, 4.089989]}, {&quot;id&quot;: &quot;8302&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 6.153846153846162, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.743333, 4.074778, 9.761667, 4.097333]}, {&quot;id&quot;: &quot;8338&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 3.9999999999999942, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.743433, 4.074878, 9.761766999999999, 4.097433]}, {&quot;id&quot;: &quot;8374&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 3.2121212121212173, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.76601, 4.08663]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.76601, 4.08663]}, {&quot;id&quot;: &quot;8410&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 3.116279069767445, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.76611, 4.08673]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.76611, 4.08673]}, {&quot;id&quot;: &quot;8446&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 0.9090909090909101, &quot;style&quot;: {&quot;color&quot;: &quot;#c2df23&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.808667, 4.091389]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.808667, 4.091389]}, {&quot;id&quot;: &quot;8482&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 1.1428571428571397, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.808767, 4.091489]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.808767, 4.091489]}, {&quot;id&quot;: &quot;8518&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 830.0, &quot;att&quot;: 2.2553191489361692, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.758611, 4.090833]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.758611, 4.090833]}, {&quot;id&quot;: &quot;8554&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 830.0, &quot;att&quot;: 2.28, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.758711, 4.090933]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.758711, 4.090933]}, {&quot;id&quot;: &quot;8590&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 555.0, &quot;att&quot;: 6.000000000000018, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73381, 4.08679], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.73381, 4.08679, 9.736042, 4.091278]}, {&quot;id&quot;: &quot;8626&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 555.0, &quot;att&quot;: 4.359999999999999, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73391, 4.0868899999999995], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.73391, 4.0868899999999995, 9.736142, 4.091378]}, {&quot;id&quot;: &quot;8662&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 5.25, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.744, 4.104861]]}, &quot;bbox&quot;: [9.744, 4.074778, 9.761667, 4.104861]}, {&quot;id&quot;: &quot;8698&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 6.942857142857146, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.7441, 4.104960999999999]]}, &quot;bbox&quot;: [9.7441, 4.074878, 9.761766999999999, 4.104960999999999]}, {&quot;id&quot;: &quot;8734&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 889.0, &quot;att&quot;: 4.785714285714287, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76601, 4.08663], [9.764367, 4.0945]]}, &quot;bbox&quot;: [9.764367, 4.08663, 9.76601, 4.0945]}, {&quot;id&quot;: &quot;8770&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 889.0, &quot;att&quot;: 6.1764705882353095, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76611, 4.08673], [9.764467, 4.0946]]}, &quot;bbox&quot;: [9.764467, 4.08673, 9.76611, 4.0946]}, {&quot;id&quot;: &quot;8806&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 736.0, &quot;att&quot;: 5.933333333333333, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729444, 4.091944], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.729444, 4.091278, 9.736042, 4.091944]}, {&quot;id&quot;: &quot;8842&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 736.0, &quot;att&quot;: 4.818181818181813, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729544, 4.092044], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.729544, 4.091378, 9.736142, 4.092044]}, {&quot;id&quot;: &quot;8878&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 419.0, &quot;att&quot;: 3.4230769230769207, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74168, 4.09393], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.74168, 4.09393, 9.743333, 4.097333]}, {&quot;id&quot;: &quot;8914&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 419.0, &quot;att&quot;: 4.043478260869569, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T22:50:00&quot;, &quot;2019-07-17T22:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74178, 4.09403], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.74178, 4.09403, 9.743433, 4.097433]}, {&quot;id&quot;: &quot;20&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 2.62962962962963, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.791866, 3.97665]]}, &quot;bbox&quot;: [9.787167, 3.97665, 9.791866, 3.992722]}, {&quot;id&quot;: &quot;56&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 2.42857142857143, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.791966, 3.97675]]}, &quot;bbox&quot;: [9.787267, 3.97675, 9.791966, 3.9928220000000003]}, {&quot;id&quot;: &quot;92&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 1.171052631578949, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.81613, 3.97866]]}, &quot;bbox&quot;: [9.787167, 3.97866, 9.81613, 3.992722]}, {&quot;id&quot;: &quot;128&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.1730418943533699, &quot;style&quot;: {&quot;color&quot;: &quot;#443b84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.81623, 3.9787600000000003]]}, &quot;bbox&quot;: [9.787267, 3.9787600000000003, 9.81623, 3.9928220000000003]}, {&quot;id&quot;: &quot;164&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 556.0, &quot;att&quot;: 1.843750000000002, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763806, 3.997361], [9.75885, 3.99663]]}, &quot;bbox&quot;: [9.75885, 3.99663, 9.763806, 3.997361]}, {&quot;id&quot;: &quot;200&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 556.0, &quot;att&quot;: 5.285714285714269, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763906, 3.9974610000000004], [9.75895, 3.9967300000000003]]}, &quot;bbox&quot;: [9.75895, 3.9967300000000003, 9.763906, 3.9974610000000004]}, {&quot;id&quot;: &quot;236&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 402.0, &quot;att&quot;: 1.8627450980392177, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745083, 4.002553], [9.748639, 4.003231]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.748639, 4.003231]}, {&quot;id&quot;: &quot;272&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 402.0, &quot;att&quot;: 0.7777777777777781, &quot;style&quot;: {&quot;color&quot;: &quot;#6ece58&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745182999999999, 4.002653], [9.748739, 4.003331]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.748739, 4.003331]}, {&quot;id&quot;: &quot;308&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 774.0, &quot;att&quot;: 2.6590909090909105, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76732, 4.003512], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.76732, 4.003512, 9.767719, 4.0105]}, {&quot;id&quot;: &quot;344&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 774.0, &quot;att&quot;: 3.028571428571427, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76742, 4.0036119999999995], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.76742, 4.0036119999999995, 9.767819, 4.0106]}, {&quot;id&quot;: &quot;380&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 4.121212121212123, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799472, 4.004194], [9.778111, 4.012278]]}, &quot;bbox&quot;: [9.778111, 4.004194, 9.799472, 4.012278]}, {&quot;id&quot;: &quot;416&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 5.0370370370370345, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799572, 4.004294], [9.778211, 4.012378]]}, &quot;bbox&quot;: [9.778211, 4.004294, 9.799572, 4.012378]}, {&quot;id&quot;: &quot;452&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 1.1666666666666679, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.705944, 4.01775], [9.701194, 4.008306]]}, &quot;bbox&quot;: [9.701194, 4.008306, 9.705944, 4.01775]}, {&quot;id&quot;: &quot;488&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 0.08306188925081426, &quot;style&quot;: {&quot;color&quot;: &quot;#481f70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706044, 4.01785], [9.701293999999999, 4.008406]]}, &quot;bbox&quot;: [9.701293999999999, 4.008406, 9.706044, 4.01785]}, {&quot;id&quot;: &quot;524&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 4.871794871794882, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.763806, 3.997361]]}, &quot;bbox&quot;: [9.763806, 3.997361, 9.767833, 4.029]}, {&quot;id&quot;: &quot;560&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 4.162162162162167, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.763906, 3.9974610000000004]]}, &quot;bbox&quot;: [9.763906, 3.9974610000000004, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;596&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 1.57142857142857, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741417, 4.009639], [9.723611, 4.020194]]}, &quot;bbox&quot;: [9.723611, 4.009639, 9.741417, 4.020194]}, {&quot;id&quot;: &quot;632&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 1.4871794871794866, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741517, 4.009739], [9.723711, 4.020294]]}, &quot;bbox&quot;: [9.723711, 4.009739, 9.741517, 4.020294]}, {&quot;id&quot;: &quot;668&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 2.2352941176470624, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.745083, 4.002553]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.767833, 4.029]}, {&quot;id&quot;: &quot;704&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 1.6933333333333338, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.745182999999999, 4.002653]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;740&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 466.0, &quot;att&quot;: 1.4200000000000004, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73456, 4.01734]]}, &quot;bbox&quot;: [9.73456, 4.015972, 9.738528, 4.01734]}, {&quot;id&quot;: &quot;776&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 466.0, &quot;att&quot;: 1.4655172413793092, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73466, 4.01744]]}, &quot;bbox&quot;: [9.73466, 4.016071999999999, 9.738628, 4.01744]}, {&quot;id&quot;: &quot;812&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8335.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 2.2400000000000033, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.762056, 4.004472]]}, &quot;bbox&quot;: [9.762056, 4.004472, 9.767833, 4.029]}, {&quot;id&quot;: &quot;848&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8454.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 2.2380952380952457, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.762156, 4.004572]]}, &quot;bbox&quot;: [9.762156, 4.004572, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;884&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 2.2499999999999987, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.768083, 4.017917]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.768083, 4.017917]}, {&quot;id&quot;: &quot;920&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 2.4468085106382986, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.768183, 4.0180169999999995]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.768183, 4.0180169999999995]}, {&quot;id&quot;: &quot;956&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 2.2058823529411775, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727083, 4.023444], [9.72629, 4.01048]]}, &quot;bbox&quot;: [9.72629, 4.01048, 9.727083, 4.023444]}, {&quot;id&quot;: &quot;992&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 1.5675675675675675, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727183, 4.023543999999999], [9.72639, 4.01058]]}, &quot;bbox&quot;: [9.72639, 4.01058, 9.727183, 4.023543999999999]}, {&quot;id&quot;: &quot;1028&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 2.7142857142857144, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.757556, 4.0195]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.757556, 4.0195]}, {&quot;id&quot;: &quot;1064&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 2.6097560975609735, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.757655999999999, 4.0196]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.757655999999999, 4.0196]}, {&quot;id&quot;: &quot;1100&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 1.25, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.756817, 4.008442]]}, &quot;bbox&quot;: [9.756817, 4.008442, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1136&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 1.5483870967741946, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.756917, 4.008541999999999]]}, &quot;bbox&quot;: [9.756917, 4.008541999999999, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1172&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.14518760195758562, &quot;style&quot;: {&quot;color&quot;: &quot;#46337f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744694, 4.014417], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.744694, 4.014417, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1208&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.3571428571428571, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6e8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744794, 4.014517], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.744794, 4.014517, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1244&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 3.9705882352941275, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.767719, 4.0105, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1280&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 1.8666666666666694, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.767819, 4.0106, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1316&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 1.1893939393939394, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.780278, 4.023889]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.780278, 4.023889]}, {&quot;id&quot;: &quot;1352&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 2.5079365079365057, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.780377999999999, 4.023988999999999]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.780377999999999, 4.023988999999999]}, {&quot;id&quot;: &quot;1388&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 2.1578947368421018, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.721083, 4.0115]]}, &quot;bbox&quot;: [9.696744, 4.0115, 9.721083, 4.029381]}, {&quot;id&quot;: &quot;1424&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 1.8571428571428565, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.721183, 4.0116]]}, &quot;bbox&quot;: [9.696844, 4.0116, 9.721183, 4.029481]}, {&quot;id&quot;: &quot;1460&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 654.0, &quot;att&quot;: 1.25, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743889, 4.0194], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.743889, 4.0194, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1496&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 654.0, &quot;att&quot;: 2.689655172413796, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743989, 4.0195], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.743989, 4.0195, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1532&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024043N-9.680260E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2266.0, &quot;att&quot;: 2.3555555555555596, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.67025, 4.022056], [9.69027, 4.02603]]}, &quot;bbox&quot;: [9.67025, 4.022056, 9.69027, 4.02603]}, {&quot;id&quot;: &quot;1568&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 1.2758620689655165, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.72802, 4.03279]]}, &quot;bbox&quot;: [9.72802, 4.015972, 9.738528, 4.03279]}, {&quot;id&quot;: &quot;1604&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 2.1249999999999973, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.72812, 4.03289]]}, &quot;bbox&quot;: [9.72812, 4.016071999999999, 9.738628, 4.03289]}, {&quot;id&quot;: &quot;1640&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 1.3584905660377353, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.69921, 4.02012]]}, &quot;bbox&quot;: [9.696744, 4.02012, 9.69921, 4.029381]}, {&quot;id&quot;: &quot;1676&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.6783216783216778, &quot;style&quot;: {&quot;color&quot;: &quot;#3aba76&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.69931, 4.02022]]}, &quot;bbox&quot;: [9.696844, 4.02022, 9.69931, 4.029481]}, {&quot;id&quot;: &quot;1712&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18737.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 4.151515151515145, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.77399, 4.02125]]}, &quot;bbox&quot;: [9.767833, 4.02125, 9.77399, 4.029]}, {&quot;id&quot;: &quot;1748&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17727.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 5.258064516129031, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.77409, 4.02135]]}, &quot;bbox&quot;: [9.767933, 4.02135, 9.77409, 4.0291]}, {&quot;id&quot;: &quot;1784&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14431.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 874.0, &quot;att&quot;: 1.3793103448275834, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737194, 4.022139], [9.741992, 4.0284]]}, &quot;bbox&quot;: [9.737194, 4.022139, 9.741992, 4.0284]}, {&quot;id&quot;: &quot;1820&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14921.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 874.0, &quot;att&quot;: 1.400000000000001, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737294, 4.022239], [9.742092, 4.0285]]}, &quot;bbox&quot;: [9.737294, 4.022239, 9.742092, 4.0285]}, {&quot;id&quot;: &quot;1856&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.9142857142857151, &quot;style&quot;: {&quot;color&quot;: &quot;#c8e020&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73325, 4.035278]]}, &quot;bbox&quot;: [9.73325, 4.015972, 9.738528, 4.035278]}, {&quot;id&quot;: &quot;1892&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 1.2800000000000011, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73335, 4.035378]]}, &quot;bbox&quot;: [9.73335, 4.016071999999999, 9.738628, 4.035378]}, {&quot;id&quot;: &quot;1928&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 1.2941176470588238, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.70976, 4.02238]]}, &quot;bbox&quot;: [9.696744, 4.02238, 9.70976, 4.029381]}, {&quot;id&quot;: &quot;1964&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 1.3846153846153855, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.709859999999999, 4.02248]]}, &quot;bbox&quot;: [9.696844, 4.02248, 9.709859999999999, 4.029481]}, {&quot;id&quot;: &quot;2000&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 755.0, &quot;att&quot;: 1.4242424242424212, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.694556, 4.022917]]}, &quot;bbox&quot;: [9.694556, 4.022917, 9.696744, 4.029381]}, {&quot;id&quot;: &quot;2036&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 755.0, &quot;att&quot;: 1.3749999999999982, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.694656, 4.023016999999999]]}, &quot;bbox&quot;: [9.694656, 4.023016999999999, 9.696844, 4.029481]}, {&quot;id&quot;: &quot;2072&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 1.6451612903225803, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.72684, 4.01658]]}, &quot;bbox&quot;: [9.72684, 4.01658, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2108&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 1.3255813953488365, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.726939999999999, 4.01668]]}, &quot;bbox&quot;: [9.726939999999999, 4.01668, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2144&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 364.0, &quot;att&quot;: 1.3571428571428574, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.705139, 4.028333]]}, &quot;bbox&quot;: [9.701944, 4.028333, 9.705139, 4.029083]}, {&quot;id&quot;: &quot;2180&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 364.0, &quot;att&quot;: 1.3529411764705885, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.705239, 4.028433]]}, &quot;bbox&quot;: [9.702043999999999, 4.028433, 9.705239, 4.029183]}, {&quot;id&quot;: &quot;2216&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 2.0465116279069755, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.686417, 4.029444]]}, &quot;bbox&quot;: [9.686417, 4.029381, 9.696744, 4.029444]}, {&quot;id&quot;: &quot;2252&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 1.9268292682926835, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.686517, 4.029544]]}, &quot;bbox&quot;: [9.686517, 4.029481, 9.696844, 4.029544]}, {&quot;id&quot;: &quot;2288&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 868.0, &quot;att&quot;: 2.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.709194, 4.032028]]}, &quot;bbox&quot;: [9.701944, 4.029083, 9.709194, 4.032028]}, {&quot;id&quot;: &quot;2324&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 868.0, &quot;att&quot;: 2.043478260869566, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.709294, 4.032128]]}, &quot;bbox&quot;: [9.702043999999999, 4.029183, 9.709294, 4.032128]}, {&quot;id&quot;: &quot;2360&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 666.0, &quot;att&quot;: 1.7666666666666657, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.691575, 4.032433]]}, &quot;bbox&quot;: [9.691575, 4.029381, 9.696744, 4.032433]}, {&quot;id&quot;: &quot;2396&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 666.0, &quot;att&quot;: 1.6666666666666694, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.691675, 4.032533]]}, &quot;bbox&quot;: [9.691675, 4.029481, 9.696844, 4.032533]}, {&quot;id&quot;: &quot;2432&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 536.0, &quot;att&quot;: 2.1818181818181808, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699417, 4.033417]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699417, 4.033417]}, {&quot;id&quot;: &quot;2468&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 536.0, &quot;att&quot;: 1.8999999999999986, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699517, 4.033517]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699517, 4.033517]}, {&quot;id&quot;: &quot;2504&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 1.729729729729728, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.727083, 4.023444]]}, &quot;bbox&quot;: [9.727083, 4.023444, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2540&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 1.2307692307692315, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.727183, 4.023543999999999]]}, &quot;bbox&quot;: [9.727183, 4.023543999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2576&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 1.5853658536585389, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71564, 4.032], [9.71203, 4.03312]]}, &quot;bbox&quot;: [9.71203, 4.032, 9.71564, 4.03312]}, {&quot;id&quot;: &quot;2612&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 1.3829787234042565, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71574, 4.0321], [9.71213, 4.03322]]}, &quot;bbox&quot;: [9.71213, 4.0321, 9.71574, 4.03322]}, {&quot;id&quot;: &quot;2648&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 1.615384615384614, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.755167, 4.037361]]}, &quot;bbox&quot;: [9.755167, 4.029, 9.767833, 4.037361]}, {&quot;id&quot;: &quot;2684&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 1.7027027027027057, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.755267, 4.0374609999999995]]}, &quot;bbox&quot;: [9.755267, 4.0291, 9.767933, 4.0374609999999995]}, {&quot;id&quot;: &quot;2720&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 323.0, &quot;att&quot;: 1.6000000000000014, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691575, 4.032433], [9.691889, 4.035333]]}, &quot;bbox&quot;: [9.691575, 4.032433, 9.691889, 4.035333]}, {&quot;id&quot;: &quot;2756&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 323.0, &quot;att&quot;: 1.7058823529411729, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691675, 4.032533], [9.691989, 4.035432999999999]]}, &quot;bbox&quot;: [9.691675, 4.032533, 9.691989, 4.035432999999999]}, {&quot;id&quot;: &quot;2792&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 516.0, &quot;att&quot;: 1.2500000000000018, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774333, 4.033028], [9.77026, 4.03527]]}, &quot;bbox&quot;: [9.77026, 4.033028, 9.774333, 4.03527]}, {&quot;id&quot;: &quot;2828&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 516.0, &quot;att&quot;: 1.2187499999999984, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774433, 4.033128], [9.77036, 4.0353699999999995]]}, &quot;bbox&quot;: [9.77036, 4.033128, 9.774433, 4.0353699999999995]}, {&quot;id&quot;: &quot;2864&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 1.9, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.725667, 4.028583]]}, &quot;bbox&quot;: [9.725667, 4.028583, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2900&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 1.901960784313728, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.725767, 4.028683]]}, &quot;bbox&quot;: [9.725767, 4.028683, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2936&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 1.8333333333333333, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699006, 4.040886]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699006, 4.040886]}, {&quot;id&quot;: &quot;2972&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 1.750000000000002, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699106, 4.040986]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699106, 4.040986]}, {&quot;id&quot;: &quot;3008&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17810.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 610.0, &quot;att&quot;: 3.428571428571436, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683883, 4.033886], [9.688056, 4.037472]]}, &quot;bbox&quot;: [9.683883, 4.033886, 9.688056, 4.037472]}, {&quot;id&quot;: &quot;3044&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18820.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 610.0, &quot;att&quot;: 2.888888888888885, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683983, 4.033986], [9.688156, 4.037572]]}, &quot;bbox&quot;: [9.683983, 4.033986, 9.688156, 4.037572]}, {&quot;id&quot;: &quot;3080&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 1.490196078431373, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.766222, 4.046556]]}, &quot;bbox&quot;: [9.766222, 4.029, 9.767833, 4.046556]}, {&quot;id&quot;: &quot;3116&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 1.3137254901960773, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.766322, 4.046656]]}, &quot;bbox&quot;: [9.766322, 4.0291, 9.767933, 4.046656]}, {&quot;id&quot;: &quot;3152&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 433.0, &quot;att&quot;: 1.923076923076922, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706106, 4.040083], [9.703794, 4.036926]]}, &quot;bbox&quot;: [9.703794, 4.036926, 9.706106, 4.040083]}, {&quot;id&quot;: &quot;3188&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 433.0, &quot;att&quot;: 2.0357142857142865, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706206, 4.040183], [9.703894, 4.037026]]}, &quot;bbox&quot;: [9.703894, 4.037026, 9.706206, 4.040183]}, {&quot;id&quot;: &quot;3224&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 2.6046511627906943, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.711917, 4.037722]]}, &quot;bbox&quot;: [9.711917, 4.037722, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;3260&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 2.2826086956521747, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.712017, 4.037821999999999]]}, &quot;bbox&quot;: [9.712017, 4.037821999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;3296&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 928.0, &quot;att&quot;: 1.0862068965517242, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.741011, 4.038342]]}, &quot;bbox&quot;: [9.733028, 4.038342, 9.741011, 4.040819]}, {&quot;id&quot;: &quot;3332&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 928.0, &quot;att&quot;: 1.0377358490566044, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.741111, 4.038442]]}, &quot;bbox&quot;: [9.733127999999999, 4.038442, 9.741111, 4.040919]}, {&quot;id&quot;: &quot;3368&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 441.0, &quot;att&quot;: 2.2142857142857117, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.70265, 4.03931]]}, &quot;bbox&quot;: [9.699006, 4.03931, 9.70265, 4.040886]}, {&quot;id&quot;: &quot;3404&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 441.0, &quot;att&quot;: 2.321428571428568, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.70275, 4.03941]]}, &quot;bbox&quot;: [9.699106, 4.03941, 9.70275, 4.040986]}, {&quot;id&quot;: &quot;3440&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 697.0, &quot;att&quot;: 1.584615384615384, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774, 4.042306], [9.7795, 4.039278]]}, &quot;bbox&quot;: [9.774, 4.039278, 9.7795, 4.042306]}, {&quot;id&quot;: &quot;3476&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 697.0, &quot;att&quot;: 1.2673267326732678, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774099999999999, 4.042406], [9.7796, 4.039378]]}, &quot;bbox&quot;: [9.774099999999999, 4.039378, 9.7796, 4.042406]}, {&quot;id&quot;: &quot;3513&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041057N-9.688122E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 387.0, &quot;att&quot;: 3.2083333333333335, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.689827, 4.040697]]}, &quot;bbox&quot;: [9.686417, 4.040697, 9.689827, 4.041417]}, {&quot;id&quot;: &quot;3549&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 975.0, &quot;att&quot;: 0.5600000000000002, &quot;style&quot;: {&quot;color&quot;: &quot;#1f9f88&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762056, 4.03875], [9.754583, 4.043386]]}, &quot;bbox&quot;: [9.754583, 4.03875, 9.762056, 4.043386]}, {&quot;id&quot;: &quot;3585&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 975.0, &quot;att&quot;: 1.209302325581395, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762156, 4.03885], [9.754683, 4.043486]]}, &quot;bbox&quot;: [9.754683, 4.03885, 9.762156, 4.043486]}, {&quot;id&quot;: &quot;3621&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 524.0, &quot;att&quot;: 1.2258064516129017, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.728389, 4.041694]]}, &quot;bbox&quot;: [9.728389, 4.040819, 9.733028, 4.041694]}, {&quot;id&quot;: &quot;3657&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.08656036446469258, &quot;style&quot;: {&quot;color&quot;: &quot;#482071&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.728489, 4.041793999999999]]}, &quot;bbox&quot;: [9.728489, 4.040919, 9.733127999999999, 4.041793999999999]}, {&quot;id&quot;: &quot;3693&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 1.1724137931034482, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.779361, 4.053694]]}, &quot;bbox&quot;: [9.767833, 4.029, 9.779361, 4.053694]}, {&quot;id&quot;: &quot;3729&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 1.25, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.779461, 4.053794]]}, &quot;bbox&quot;: [9.767933, 4.0291, 9.779461, 4.053794]}, {&quot;id&quot;: &quot;3765&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 1.1818181818181812, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.747639, 4.043778]]}, &quot;bbox&quot;: [9.733028, 4.040819, 9.747639, 4.043778]}, {&quot;id&quot;: &quot;3801&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.747739, 4.043877999999999]]}, &quot;bbox&quot;: [9.733127999999999, 4.040919, 9.747739, 4.043877999999999]}, {&quot;id&quot;: &quot;3837&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 2.6170212765957426, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702978, 4.056559], [9.73025, 4.028444]]}, &quot;bbox&quot;: [9.702978, 4.028444, 9.73025, 4.056559]}, {&quot;id&quot;: &quot;3873&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 2.7272727272727266, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703078, 4.056659], [9.73035, 4.028544]]}, &quot;bbox&quot;: [9.703078, 4.028544, 9.73035, 4.056659]}, {&quot;id&quot;: &quot;3909&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 2.5263157894736787, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.69725, 4.04425]]}, &quot;bbox&quot;: [9.69725, 4.040886, 9.699006, 4.04425]}, {&quot;id&quot;: &quot;3945&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 2.5454545454545427, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.69735, 4.04435]]}, &quot;bbox&quot;: [9.69735, 4.040986, 9.699106, 4.04435]}, {&quot;id&quot;: &quot;3981&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 431.0, &quot;att&quot;: 2.1621621621621605, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704083, 4.04244], [9.707889, 4.043194]]}, &quot;bbox&quot;: [9.704083, 4.04244, 9.707889, 4.043194]}, {&quot;id&quot;: &quot;4017&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 431.0, &quot;att&quot;: 1.7894736842105254, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704183, 4.04254], [9.707989, 4.0432939999999995]]}, &quot;bbox&quot;: [9.704183, 4.04254, 9.707989, 4.0432939999999995]}, {&quot;id&quot;: &quot;4055&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043833N-9.687306E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 570.0, &quot;att&quot;: 3.066666666666665, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.688194, 4.04625]]}, &quot;bbox&quot;: [9.686417, 4.041417, 9.688194, 4.04625]}, {&quot;id&quot;: &quot;4091&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 810.0, &quot;att&quot;: 3.1538461538461533, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707889, 4.043194], [9.700739, 4.044661]]}, &quot;bbox&quot;: [9.700739, 4.043194, 9.707889, 4.044661]}, {&quot;id&quot;: &quot;4127&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 810.0, &quot;att&quot;: 3.1199999999999988, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707989, 4.0432939999999995], [9.700839, 4.044760999999999]]}, &quot;bbox&quot;: [9.700839, 4.0432939999999995, 9.707989, 4.044760999999999]}, {&quot;id&quot;: &quot;4163&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 706.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728389, 4.041694], [9.72575, 4.0475]]}, &quot;bbox&quot;: [9.72575, 4.041694, 9.728389, 4.0475]}, {&quot;id&quot;: &quot;4199&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 706.0, &quot;att&quot;: 1.0681818181818175, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728489, 4.041793999999999], [9.72585, 4.0476]]}, &quot;bbox&quot;: [9.72585, 4.041793999999999, 9.728489, 4.0476]}, {&quot;id&quot;: &quot;4235&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 2.4102564102564106, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.699006, 4.040886, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4271&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 4.080000000000001, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.699106, 4.040986, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4307&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14487.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 611.0, &quot;att&quot;: 1.6206896551724117, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71598, 4.04642], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.71598, 4.04642, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4343&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14977.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 611.0, &quot;att&quot;: 1.925925925925925, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71608, 4.04652], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.71608, 4.04652, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4379&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048013N-9.705195E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 822.0, &quot;att&quot;: 2.1818181818181817, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703528, 4.044694], [9.706861, 4.051333]]}, &quot;bbox&quot;: [9.703528, 4.044694, 9.706861, 4.051333]}, {&quot;id&quot;: &quot;4415&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 317.0, &quot;att&quot;: 0.9014084507042249, &quot;style&quot;: {&quot;color&quot;: &quot;#bddf26&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698333, 4.049556], [9.698917, 4.04675]]}, &quot;bbox&quot;: [9.698333, 4.04675, 9.698917, 4.049556]}, {&quot;id&quot;: &quot;4451&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 317.0, &quot;att&quot;: 3.1250000000000018, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698433, 4.049656], [9.699017, 4.04685]]}, &quot;bbox&quot;: [9.698433, 4.04685, 9.699017, 4.049656]}, {&quot;id&quot;: &quot;4487&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 564.0, &quot;att&quot;: 3.041666666666661, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706861, 4.051333], [9.708472, 4.0465]]}, &quot;bbox&quot;: [9.706861, 4.0465, 9.708472, 4.051333]}, {&quot;id&quot;: &quot;4523&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 564.0, &quot;att&quot;: 3.1304347826086976, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706961, 4.051432999999999], [9.708572, 4.0466]]}, &quot;bbox&quot;: [9.706961, 4.0466, 9.708572, 4.051432999999999]}, {&quot;id&quot;: &quot;4559&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 596.0, &quot;att&quot;: 1.6451612903225818, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.771911, 4.050192], [9.777253, 4.049658]]}, &quot;bbox&quot;: [9.771911, 4.049658, 9.777253, 4.050192]}, {&quot;id&quot;: &quot;4595&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 596.0, &quot;att&quot;: 1.4687499999999996, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.772011, 4.050292], [9.777353, 4.049758]]}, &quot;bbox&quot;: [9.772011, 4.049758, 9.777353, 4.050292]}, {&quot;id&quot;: &quot;4631&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050150N-9.740475E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 454.0, &quot;att&quot;: 1.6451612903225803, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741306, 4.052028], [9.739644, 4.048272]]}, &quot;bbox&quot;: [9.739644, 4.048272, 9.741306, 4.052028]}, {&quot;id&quot;: &quot;4667&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 522.0, &quot;att&quot;: 2.5576923076923057, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702389, 4.052444], [9.704556, 4.04825]]}, &quot;bbox&quot;: [9.702389, 4.04825, 9.704556, 4.052444]}, {&quot;id&quot;: &quot;4703&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 522.0, &quot;att&quot;: 2.6599999999999993, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702489, 4.052544], [9.704656, 4.04835]]}, &quot;bbox&quot;: [9.702489, 4.04835, 9.704656, 4.052544]}, {&quot;id&quot;: &quot;4739&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 956.0, &quot;att&quot;: 0.5833333333333338, &quot;style&quot;: {&quot;color&quot;: &quot;#20a486&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.756833, 4.047389]]}, &quot;bbox&quot;: [9.750917, 4.047389, 9.756833, 4.053667]}, {&quot;id&quot;: &quot;4775&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 956.0, &quot;att&quot;: 2.3999999999999972, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.756933, 4.047489]]}, &quot;bbox&quot;: [9.751017, 4.047489, 9.756933, 4.053767]}, {&quot;id&quot;: &quot;4811&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 1.414285714285715, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779361, 4.053694], [9.797806, 4.050472]]}, &quot;bbox&quot;: [9.779361, 4.050472, 9.797806, 4.053694]}, {&quot;id&quot;: &quot;4847&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 1.539682539682538, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779461, 4.053794], [9.797906, 4.050572]]}, &quot;bbox&quot;: [9.779461, 4.050572, 9.797906, 4.053794]}, {&quot;id&quot;: &quot;4883&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8363.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 1.499999999999994, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.775889, 4.05525]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.775889, 4.05525]}, {&quot;id&quot;: &quot;4919&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8482.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 2.1599999999999966, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.775989, 4.05535]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.775989, 4.05535]}, {&quot;id&quot;: &quot;4955&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.12621359223300976, &quot;style&quot;: {&quot;color&quot;: &quot;#472d7b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.754444, 4.058167]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.754444, 4.058167]}, {&quot;id&quot;: &quot;4991&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.08009153318077804, &quot;style&quot;: {&quot;color&quot;: &quot;#481d6f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.754544, 4.058267]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.754544, 4.058267]}, {&quot;id&quot;: &quot;5027&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 546.0, &quot;att&quot;: 1.1818181818181812, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.767556, 4.053639]]}, &quot;bbox&quot;: [9.767556, 4.053639, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5063&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 546.0, &quot;att&quot;: 1.3235294117647036, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.767656, 4.053739]]}, &quot;bbox&quot;: [9.767656, 4.053739, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5099&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 879.0, &quot;att&quot;: 1.846153846153844, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738694, 4.058056], [9.745611, 4.054186]]}, &quot;bbox&quot;: [9.738694, 4.054186, 9.745611, 4.058056]}, {&quot;id&quot;: &quot;5135&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 879.0, &quot;att&quot;: 2.1333333333333364, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738794, 4.058155999999999], [9.745711, 4.054285999999999]]}, &quot;bbox&quot;: [9.738794, 4.054285999999999, 9.745711, 4.058155999999999]}, {&quot;id&quot;: &quot;5171&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 1.897435897435896, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.743528, 4.059611]]}, &quot;bbox&quot;: [9.743528, 4.053667, 9.750917, 4.059611]}, {&quot;id&quot;: &quot;5207&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 2.093749999999997, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.743628, 4.059711]]}, &quot;bbox&quot;: [9.743628, 4.053767, 9.751017, 4.059711]}, {&quot;id&quot;: &quot;5243&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 3.0645161290322567, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726194, 4.060028], [9.750917, 4.053667]]}, &quot;bbox&quot;: [9.726194, 4.053667, 9.750917, 4.060028]}, {&quot;id&quot;: &quot;5279&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 2.971428571428571, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726294, 4.060128], [9.751017, 4.053767]]}, &quot;bbox&quot;: [9.726294, 4.053767, 9.751017, 4.060128]}, {&quot;id&quot;: &quot;5315&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 2.5250000000000004, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726393999999999, 4.060228], [9.751116999999999, 4.053867]]}, &quot;bbox&quot;: [9.726393999999999, 4.053867, 9.751116999999999, 4.060228]}, {&quot;id&quot;: &quot;5351&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 3.0833333333333326, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726493999999999, 4.060328], [9.751216999999999, 4.053967]]}, &quot;bbox&quot;: [9.726493999999999, 4.053967, 9.751216999999999, 4.060328]}, {&quot;id&quot;: &quot;5387&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_0&quot;, &quot;frequency&quot;: 12793.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 3.571428571428575, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726594, 4.060428], [9.751317, 4.054067]]}, &quot;bbox&quot;: [9.726594, 4.054067, 9.751317, 4.060428]}, {&quot;id&quot;: &quot;5423&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_1&quot;, &quot;frequency&quot;: 13059.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 2.894736842105262, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726694, 4.060528], [9.751417, 4.054167]]}, &quot;bbox&quot;: [9.726694, 4.054167, 9.751417, 4.060528]}, {&quot;id&quot;: &quot;5459&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 2.666666666666664, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.734028, 4.06025]]}, &quot;bbox&quot;: [9.734028, 4.053667, 9.750917, 4.06025]}, {&quot;id&quot;: &quot;5495&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 2.222222222222224, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.734128, 4.06035]]}, &quot;bbox&quot;: [9.734128, 4.053767, 9.751017, 4.06035]}, {&quot;id&quot;: &quot;5531&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 630.0, &quot;att&quot;: 1.8378378378378375, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.763167, 4.056417]]}, &quot;bbox&quot;: [9.763167, 4.056417, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5567&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 630.0, &quot;att&quot;: 1.478260869565218, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.763266999999999, 4.0565169999999995]]}, &quot;bbox&quot;: [9.763266999999999, 4.0565169999999995, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5603&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 2.0483870967741944, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.786861, 4.062806]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.786861, 4.062806]}, {&quot;id&quot;: &quot;5639&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 3.5428571428571405, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.786961, 4.062906]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.786961, 4.062906]}, {&quot;id&quot;: &quot;5675&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 2.391304347826075, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.720853, 4.053242]]}, &quot;bbox&quot;: [9.714664, 4.053242, 9.720853, 4.06425]}, {&quot;id&quot;: &quot;5711&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 2.166666666666673, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.720953, 4.053342]]}, &quot;bbox&quot;: [9.714764, 4.053342, 9.720953, 4.06435]}, {&quot;id&quot;: &quot;5747&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 1.9056603773584906, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.75311, 4.064069]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.75311, 4.064069]}, {&quot;id&quot;: &quot;5783&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 2.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.75321, 4.064169]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.75321, 4.064169]}, {&quot;id&quot;: &quot;5819&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 1.645833333333334, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.767778, 4.064361]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.767778, 4.064361]}, {&quot;id&quot;: &quot;5855&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 3.0645161290322567, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.767878, 4.064461]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.767878, 4.064461]}, {&quot;id&quot;: &quot;5891&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 796.0, &quot;att&quot;: 4.833333333333334, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708444, 4.060333], [9.715412, 4.058638]]}, &quot;bbox&quot;: [9.708444, 4.058638, 9.715412, 4.060333]}, {&quot;id&quot;: &quot;5927&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 796.0, &quot;att&quot;: 4.652173913043479, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708544, 4.060433], [9.715512, 4.058738]]}, &quot;bbox&quot;: [9.708544, 4.058738, 9.715512, 4.060433]}, {&quot;id&quot;: &quot;5963&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 2.4444444444444424, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.759558, 4.066322]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.759558, 4.066322]}, {&quot;id&quot;: &quot;5999&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 2.6923076923076907, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.759658, 4.066422]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.759658, 4.066422]}, {&quot;id&quot;: &quot;6035&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 2.357142857142854, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.777639, 4.063131]]}, &quot;bbox&quot;: [9.768444, 4.0585, 9.777639, 4.063131]}, {&quot;id&quot;: &quot;6071&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 2.4444444444444486, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.777739, 4.063231]]}, &quot;bbox&quot;: [9.768544, 4.0586, 9.777739, 4.063231]}, {&quot;id&quot;: &quot;6107&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 498.0, &quot;att&quot;: 1.3137254901960773, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743528, 4.059611], [9.74569, 4.06356]]}, &quot;bbox&quot;: [9.743528, 4.059611, 9.74569, 4.06356]}, {&quot;id&quot;: &quot;6143&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 498.0, &quot;att&quot;: 2.777777777777782, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743628, 4.059711], [9.74579, 4.06366]]}, &quot;bbox&quot;: [9.743628, 4.059711, 9.74579, 4.06366]}, {&quot;id&quot;: &quot;6179&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 741.0, &quot;att&quot;: 5.4583333333333375, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704333, 4.059583], [9.706333, 4.065972]]}, &quot;bbox&quot;: [9.704333, 4.059583, 9.706333, 4.065972]}, {&quot;id&quot;: &quot;6215&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 741.0, &quot;att&quot;: 5.857142857142855, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704433, 4.059683], [9.706433, 4.066072]]}, &quot;bbox&quot;: [9.704433, 4.059683, 9.706433, 4.066072]}, {&quot;id&quot;: &quot;6251&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 603.0, &quot;att&quot;: 3.000000000000002, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.719389, 4.061556]]}, &quot;bbox&quot;: [9.714664, 4.061556, 9.719389, 4.06425]}, {&quot;id&quot;: &quot;6287&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 603.0, &quot;att&quot;: 3.419354838709676, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.719489, 4.061656]]}, &quot;bbox&quot;: [9.714764, 4.061656, 9.719489, 4.06435]}, {&quot;id&quot;: &quot;6323&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 669.0, &quot;att&quot;: 2.46428571428571, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759558, 4.066322], [9.76425, 4.062528]]}, &quot;bbox&quot;: [9.759558, 4.062528, 9.76425, 4.066322]}, {&quot;id&quot;: &quot;6359&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 669.0, &quot;att&quot;: 2.7499999999999942, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759658, 4.066422], [9.76435, 4.062628]]}, &quot;bbox&quot;: [9.759658, 4.062628, 9.76435, 4.066422]}, {&quot;id&quot;: &quot;6395&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 451.0, &quot;att&quot;: 4.263157894736846, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710083, 4.063917], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.710083, 4.063917, 9.71287, 4.06688]}, {&quot;id&quot;: &quot;6431&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 451.0, &quot;att&quot;: 4.166666666666657, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710182999999999, 4.064017], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.710182999999999, 4.064017, 9.71297, 4.06698]}, {&quot;id&quot;: &quot;6467&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 924.0, &quot;att&quot;: 2.7714285714285722, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79152, 4.065848], [9.799722, 4.06725]]}, &quot;bbox&quot;: [9.79152, 4.065848, 9.799722, 4.06725]}, {&quot;id&quot;: &quot;6503&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 924.0, &quot;att&quot;: 3.400000000000001, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79162, 4.065948], [9.799821999999999, 4.067349999999999]]}, &quot;bbox&quot;: [9.79162, 4.065948, 9.799821999999999, 4.067349999999999]}, {&quot;id&quot;: &quot;6539&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 5.4583333333333375, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.72547, 4.07139]}, {&quot;id&quot;: &quot;6575&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 4.187500000000003, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.72557, 4.07149]}, {&quot;id&quot;: &quot;6611&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 932.0, &quot;att&quot;: 2.955555555555555, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.722972, 4.065667], [9.729139, 4.071389]]}, &quot;bbox&quot;: [9.722972, 4.065667, 9.729139, 4.071389]}, {&quot;id&quot;: &quot;6647&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 932.0, &quot;att&quot;: 3.088888888888887, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.723072, 4.065767], [9.729239, 4.071489]]}, &quot;bbox&quot;: [9.723072, 4.065767, 9.729239, 4.071489]}, {&quot;id&quot;: &quot;6683&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 535.0, &quot;att&quot;: 3.914285714285715, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714869, 4.071278], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.71287, 4.06688, 9.714869, 4.071278]}, {&quot;id&quot;: &quot;6719&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 535.0, &quot;att&quot;: 13.822222222222223, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714969, 4.071378], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.71297, 4.06698, 9.714969, 4.071378]}, {&quot;id&quot;: &quot;6755&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 407.0, &quot;att&quot;: 3.6206896551724066, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729139, 4.071389], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.72547, 4.071389, 9.729139, 4.07139]}, {&quot;id&quot;: &quot;6791&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 407.0, &quot;att&quot;: 3.137931034482758, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729239, 4.071489], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.72557, 4.071489, 9.729239, 4.07149]}, {&quot;id&quot;: &quot;6827&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 731.0, &quot;att&quot;: 0.8700000000000003, &quot;style&quot;: {&quot;color&quot;: &quot;#a8db34&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736111, 4.072222], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.736111, 4.072222, 9.742681, 4.072661]}, {&quot;id&quot;: &quot;6863&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 731.0, &quot;att&quot;: 3.9230769230769194, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736210999999999, 4.072322], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.736210999999999, 4.072322, 9.742780999999999, 4.072761]}, {&quot;id&quot;: &quot;6899&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 561.0, &quot;att&quot;: 2.5652173913043503, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76925, 4.071639], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.76925, 4.071639, 9.774, 4.073367]}, {&quot;id&quot;: &quot;6935&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 561.0, &quot;att&quot;: 2.6153846153846128, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76935, 4.071739], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.76935, 4.071739, 9.774099999999999, 4.073467]}, {&quot;id&quot;: &quot;6971&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 11.749999999999996, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.721058, 4.084075]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.721058, 4.084075]}, {&quot;id&quot;: &quot;7007&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 5.519999999999999, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.721157999999999, 4.084175]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.721157999999999, 4.084175]}, {&quot;id&quot;: &quot;7043&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 3.8999999999999986, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.761667, 4.074778]}, {&quot;id&quot;: &quot;7079&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 5.6153846153846105, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.761766999999999, 4.074878]}, {&quot;id&quot;: &quot;7115&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 8.411764705882337, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719639, 4.070306], [9.719417, 4.079889]]}, &quot;bbox&quot;: [9.719417, 4.070306, 9.719639, 4.079889]}, {&quot;id&quot;: &quot;7151&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 6.079999999999998, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719739, 4.070406], [9.719517, 4.079988999999999]]}, &quot;bbox&quot;: [9.719517, 4.070406, 9.719739, 4.079988999999999]}, {&quot;id&quot;: &quot;7187&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 3.199999999999998, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.781778, 4.069972]]}, &quot;bbox&quot;: [9.781778, 4.069972, 9.786083, 4.0817]}, {&quot;id&quot;: &quot;7223&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 4.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.781877999999999, 4.070072]]}, &quot;bbox&quot;: [9.781877999999999, 4.070072, 9.786183, 4.081799999999999]}, {&quot;id&quot;: &quot;7259&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 700.0, &quot;att&quot;: 3.3333333333333366, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.75645, 4.07833]]}, &quot;bbox&quot;: [9.75645, 4.074778, 9.761667, 4.07833]}, {&quot;id&quot;: &quot;7295&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.24175824175824184, &quot;style&quot;: {&quot;color&quot;: &quot;#3c4f8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.756549999999999, 4.07843]]}, &quot;bbox&quot;: [9.756549999999999, 4.074878, 9.761766999999999, 4.07843]}, {&quot;id&quot;: &quot;7331&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 480.0, &quot;att&quot;: 4.727272727272724, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719417, 4.079889], [9.721778, 4.07625]]}, &quot;bbox&quot;: [9.719417, 4.07625, 9.721778, 4.079889]}, {&quot;id&quot;: &quot;7367&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 480.0, &quot;att&quot;: 4.2, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719517, 4.079988999999999], [9.721878, 4.07635]]}, &quot;bbox&quot;: [9.719517, 4.07635, 9.721878, 4.079988999999999]}, {&quot;id&quot;: &quot;7403&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 2.520000000000002, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756825, 4.081867], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.756825, 4.081867]}, {&quot;id&quot;: &quot;7439&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 4.576923076923074, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756924999999999, 4.081967], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.756924999999999, 4.081967]}, {&quot;id&quot;: &quot;7475&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 4.571428571428575, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.801611, 4.076722]]}, &quot;bbox&quot;: [9.786083, 4.076722, 9.801611, 4.0817]}, {&quot;id&quot;: &quot;7511&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 4.519999999999999, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.801711, 4.076822]]}, &quot;bbox&quot;: [9.786183, 4.076822, 9.801711, 4.081799999999999]}, {&quot;id&quot;: &quot;7547&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 6.096774193548386, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.742681, 4.072661, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;7583&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 5.361111111111119, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.742780999999999, 4.072761, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;7619&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 5.608695652173905, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.752944, 4.073367, 9.774, 4.085936]}, {&quot;id&quot;: &quot;7655&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 5.692307692307688, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.753044, 4.073467, 9.774099999999999, 4.086036]}, {&quot;id&quot;: &quot;7691&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080070N-9.789737E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18848.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 888.0, &quot;att&quot;: 0.8333333333333413, &quot;style&quot;: {&quot;color&quot;: &quot;#90d743&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.79339, 4.07844]]}, &quot;bbox&quot;: [9.786083, 4.07844, 9.79339, 4.0817]}, {&quot;id&quot;: &quot;7727&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 2.9999999999999956, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.753278, 4.074861]]}, &quot;bbox&quot;: [9.752944, 4.074861, 9.753278, 4.085936]}, {&quot;id&quot;: &quot;7763&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 2.136363636363635, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.753378, 4.074961]]}, &quot;bbox&quot;: [9.753044, 4.074961, 9.753378, 4.086036]}, {&quot;id&quot;: &quot;7799&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 968.0, &quot;att&quot;: 2.714285714285715, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765535, 4.081441], [9.756825, 4.081867]]}, &quot;bbox&quot;: [9.756825, 4.081441, 9.765535, 4.081867]}, {&quot;id&quot;: &quot;7835&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 968.0, &quot;att&quot;: 2.1499999999999986, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765635, 4.081541], [9.756924999999999, 4.081967]]}, &quot;bbox&quot;: [9.756924999999999, 4.081541, 9.765635, 4.081967]}, {&quot;id&quot;: &quot;7871&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 3.1739130434782568, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.7949, 4.08393]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.7949, 4.08393]}, {&quot;id&quot;: &quot;7907&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 2.8695652173913087, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.795, 4.084029999999999]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.795, 4.084029999999999]}, {&quot;id&quot;: &quot;7943&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 895.0, &quot;att&quot;: 2.465116279069768, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.77848, 4.08438]]}, &quot;bbox&quot;: [9.77848, 4.0817, 9.786083, 4.08438]}, {&quot;id&quot;: &quot;7979&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 895.0, &quot;att&quot;: 3.407407407407411, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.77858, 4.08448]]}, &quot;bbox&quot;: [9.77858, 4.081799999999999, 9.786183, 4.08448]}, {&quot;id&quot;: &quot;8015&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 12.545454545454533, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.751769, 4.093194]]}, &quot;bbox&quot;: [9.751769, 4.074778, 9.761667, 4.093194]}, {&quot;id&quot;: &quot;8051&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 4.555555555555555, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.751869, 4.093294]]}, &quot;bbox&quot;: [9.751869, 4.074878, 9.761766999999999, 4.093294]}, {&quot;id&quot;: &quot;8087&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 4.352941176470576, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.728889, 4.083056]]}, &quot;bbox&quot;: [9.728889, 4.083056, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8123&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 4.1111111111111125, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.728989, 4.083156]]}, &quot;bbox&quot;: [9.728989, 4.083156, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8159&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 6.708333333333335, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.738306, 4.083528]]}, &quot;bbox&quot;: [9.738306, 4.083528, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8195&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 6.230769230769228, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.738406, 4.083628]]}, &quot;bbox&quot;: [9.738406, 4.083628, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8231&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 947.0, &quot;att&quot;: 4.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.783583, 4.089889]]}, &quot;bbox&quot;: [9.783583, 4.0817, 9.786083, 4.089889]}, {&quot;id&quot;: &quot;8267&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 947.0, &quot;att&quot;: 4.105263157894738, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.783683, 4.089989]]}, &quot;bbox&quot;: [9.783683, 4.081799999999999, 9.786183, 4.089989]}, {&quot;id&quot;: &quot;8303&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 4.61538461538462, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.743333, 4.074778, 9.761667, 4.097333]}, {&quot;id&quot;: &quot;8339&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 5.249999999999991, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.743433, 4.074878, 9.761766999999999, 4.097433]}, {&quot;id&quot;: &quot;8375&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 3.6666666666666723, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.76601, 4.08663]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.76601, 4.08663]}, {&quot;id&quot;: &quot;8411&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 3.1395348837209323, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.76611, 4.08673]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.76611, 4.08673]}, {&quot;id&quot;: &quot;8447&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 4.545454545454541, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.808667, 4.091389]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.808667, 4.091389]}, {&quot;id&quot;: &quot;8483&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 4.7142857142857055, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.808767, 4.091489]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.808767, 4.091489]}, {&quot;id&quot;: &quot;8519&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 830.0, &quot;att&quot;: 3.3404255319148906, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.758611, 4.090833]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.758611, 4.090833]}, {&quot;id&quot;: &quot;8555&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 830.0, &quot;att&quot;: 3.439999999999999, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.758711, 4.090933]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.758711, 4.090933]}, {&quot;id&quot;: &quot;8591&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 555.0, &quot;att&quot;: 4.937500000000017, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73381, 4.08679], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.73381, 4.08679, 9.736042, 4.091278]}, {&quot;id&quot;: &quot;8627&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 555.0, &quot;att&quot;: 3.6400000000000006, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73391, 4.0868899999999995], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.73391, 4.0868899999999995, 9.736142, 4.091378]}, {&quot;id&quot;: &quot;8663&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 10.800000000000004, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.744, 4.104861]]}, &quot;bbox&quot;: [9.744, 4.074778, 9.761667, 4.104861]}, {&quot;id&quot;: &quot;8699&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 6.600000000000002, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.7441, 4.104960999999999]]}, &quot;bbox&quot;: [9.7441, 4.074878, 9.761766999999999, 4.104960999999999]}, {&quot;id&quot;: &quot;8735&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 889.0, &quot;att&quot;: 7.214285714285722, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76601, 4.08663], [9.764367, 4.0945]]}, &quot;bbox&quot;: [9.764367, 4.08663, 9.76601, 4.0945]}, {&quot;id&quot;: &quot;8771&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 889.0, &quot;att&quot;: 6.1764705882353095, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76611, 4.08673], [9.764467, 4.0946]]}, &quot;bbox&quot;: [9.764467, 4.08673, 9.76611, 4.0946]}, {&quot;id&quot;: &quot;8807&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 736.0, &quot;att&quot;: 4.733333333333334, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729444, 4.091944], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.729444, 4.091278, 9.736042, 4.091944]}, {&quot;id&quot;: &quot;8843&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 736.0, &quot;att&quot;: 3.8181818181818126, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729544, 4.092044], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.729544, 4.091378, 9.736142, 4.092044]}, {&quot;id&quot;: &quot;8879&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 419.0, &quot;att&quot;: 3.038461538461536, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74168, 4.09393], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.74168, 4.09393, 9.743333, 4.097333]}, {&quot;id&quot;: &quot;8915&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 419.0, &quot;att&quot;: 3.5652173913043503, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:05:00&quot;, &quot;2019-07-17T23:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74178, 4.09403], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.74178, 4.09403, 9.743433, 4.097433]}, {&quot;id&quot;: &quot;21&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 1.925925925925925, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.791866, 3.97665]]}, &quot;bbox&quot;: [9.787167, 3.97665, 9.791866, 3.992722]}, {&quot;id&quot;: &quot;57&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 1.85714285714286, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.791966, 3.97675]]}, &quot;bbox&quot;: [9.787267, 3.97675, 9.791966, 3.9928220000000003]}, {&quot;id&quot;: &quot;93&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 1.1447368421052644, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.81613, 3.97866]]}, &quot;bbox&quot;: [9.787167, 3.97866, 9.81613, 3.992722]}, {&quot;id&quot;: &quot;129&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.17122040072859743, &quot;style&quot;: {&quot;color&quot;: &quot;#443a83&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.81623, 3.9787600000000003]]}, &quot;bbox&quot;: [9.787267, 3.9787600000000003, 9.81623, 3.9928220000000003]}, {&quot;id&quot;: &quot;165&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 556.0, &quot;att&quot;: 2.8750000000000027, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763806, 3.997361], [9.75885, 3.99663]]}, &quot;bbox&quot;: [9.75885, 3.99663, 9.763806, 3.997361]}, {&quot;id&quot;: &quot;201&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 556.0, &quot;att&quot;: 5.285714285714269, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763906, 3.9974610000000004], [9.75895, 3.9967300000000003]]}, &quot;bbox&quot;: [9.75895, 3.9967300000000003, 9.763906, 3.9974610000000004]}, {&quot;id&quot;: &quot;237&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 402.0, &quot;att&quot;: 1.8627450980392177, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745083, 4.002553], [9.748639, 4.003231]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.748639, 4.003231]}, {&quot;id&quot;: &quot;273&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 402.0, &quot;att&quot;: 0.7777777777777781, &quot;style&quot;: {&quot;color&quot;: &quot;#6ece58&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745182999999999, 4.002653], [9.748739, 4.003331]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.748739, 4.003331]}, {&quot;id&quot;: &quot;309&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 774.0, &quot;att&quot;: 2.6590909090909105, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76732, 4.003512], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.76732, 4.003512, 9.767719, 4.0105]}, {&quot;id&quot;: &quot;345&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 774.0, &quot;att&quot;: 3.199999999999999, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76742, 4.0036119999999995], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.76742, 4.0036119999999995, 9.767819, 4.0106]}, {&quot;id&quot;: &quot;381&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 4.121212121212123, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799472, 4.004194], [9.778111, 4.012278]]}, &quot;bbox&quot;: [9.778111, 4.004194, 9.799472, 4.012278]}, {&quot;id&quot;: &quot;417&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 5.407407407407405, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799572, 4.004294], [9.778211, 4.012378]]}, &quot;bbox&quot;: [9.778211, 4.004294, 9.799572, 4.012378]}, {&quot;id&quot;: &quot;453&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 1.5740740740740744, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.705944, 4.01775], [9.701194, 4.008306]]}, &quot;bbox&quot;: [9.701194, 4.008306, 9.705944, 4.01775]}, {&quot;id&quot;: &quot;489&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 0.1221498371335505, &quot;style&quot;: {&quot;color&quot;: &quot;#472c7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706044, 4.01785], [9.701293999999999, 4.008406]]}, &quot;bbox&quot;: [9.701293999999999, 4.008406, 9.706044, 4.01785]}, {&quot;id&quot;: &quot;525&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 4.871794871794882, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.763806, 3.997361]]}, &quot;bbox&quot;: [9.763806, 3.997361, 9.767833, 4.029]}, {&quot;id&quot;: &quot;561&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 4.162162162162167, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.763906, 3.9974610000000004]]}, &quot;bbox&quot;: [9.763906, 3.9974610000000004, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;597&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 1.57142857142857, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741417, 4.009639], [9.723611, 4.020194]]}, &quot;bbox&quot;: [9.723611, 4.009639, 9.741417, 4.020194]}, {&quot;id&quot;: &quot;633&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 1.4871794871794866, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741517, 4.009739], [9.723711, 4.020294]]}, &quot;bbox&quot;: [9.723711, 4.009739, 9.741517, 4.020294]}, {&quot;id&quot;: &quot;669&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 2.2352941176470624, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.745083, 4.002553]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.767833, 4.029]}, {&quot;id&quot;: &quot;705&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 1.6933333333333338, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.745182999999999, 4.002653]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;741&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 466.0, &quot;att&quot;: 1.4200000000000004, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73456, 4.01734]]}, &quot;bbox&quot;: [9.73456, 4.015972, 9.738528, 4.01734]}, {&quot;id&quot;: &quot;777&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 466.0, &quot;att&quot;: 1.4655172413793092, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73466, 4.01744]]}, &quot;bbox&quot;: [9.73466, 4.016071999999999, 9.738628, 4.01744]}, {&quot;id&quot;: &quot;813&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8335.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 2.719999999999999, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.762056, 4.004472]]}, &quot;bbox&quot;: [9.762056, 4.004472, 9.767833, 4.029]}, {&quot;id&quot;: &quot;849&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8454.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 2.2380952380952457, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.762156, 4.004572]]}, &quot;bbox&quot;: [9.762156, 4.004572, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;885&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 2.4999999999999987, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.768083, 4.017917]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.768083, 4.017917]}, {&quot;id&quot;: &quot;921&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 2.4468085106382986, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.768183, 4.0180169999999995]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.768183, 4.0180169999999995]}, {&quot;id&quot;: &quot;957&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 2.2058823529411775, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727083, 4.023444], [9.72629, 4.01048]]}, &quot;bbox&quot;: [9.72629, 4.01048, 9.727083, 4.023444]}, {&quot;id&quot;: &quot;993&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 1.5675675675675675, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727183, 4.023543999999999], [9.72639, 4.01058]]}, &quot;bbox&quot;: [9.72639, 4.01058, 9.727183, 4.023543999999999]}, {&quot;id&quot;: &quot;1029&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 2.7142857142857144, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.757556, 4.0195]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.757556, 4.0195]}, {&quot;id&quot;: &quot;1065&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 2.6097560975609735, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.757655999999999, 4.0196]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.757655999999999, 4.0196]}, {&quot;id&quot;: &quot;1101&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 1.25, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.756817, 4.008442]]}, &quot;bbox&quot;: [9.756817, 4.008442, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1137&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 1.5483870967741946, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.756917, 4.008541999999999]]}, &quot;bbox&quot;: [9.756917, 4.008541999999999, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1173&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.17292006525285483, &quot;style&quot;: {&quot;color&quot;: &quot;#443b84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744694, 4.014417], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.744694, 4.014417, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1209&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.5153061224489797, &quot;style&quot;: {&quot;color&quot;: &quot;#20938c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744794, 4.014517], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.744794, 4.014517, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1245&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 3.9705882352941275, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.767719, 4.0105, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1281&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 1.8666666666666694, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.767819, 4.0106, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1317&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 1.5681818181818183, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.780278, 4.023889]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.780278, 4.023889]}, {&quot;id&quot;: &quot;1353&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 2.5079365079365057, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.780377999999999, 4.023988999999999]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.780377999999999, 4.023988999999999]}, {&quot;id&quot;: &quot;1389&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 2.184210526315788, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.721083, 4.0115]]}, &quot;bbox&quot;: [9.696744, 4.0115, 9.721083, 4.029381]}, {&quot;id&quot;: &quot;1425&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 1.8571428571428565, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.721183, 4.0116]]}, &quot;bbox&quot;: [9.696844, 4.0116, 9.721183, 4.029481]}, {&quot;id&quot;: &quot;1461&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 654.0, &quot;att&quot;: 10.25, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743889, 4.0194], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.743889, 4.0194, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1497&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 654.0, &quot;att&quot;: 2.7241379310344835, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743989, 4.0195], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.743989, 4.0195, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1533&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024043N-9.680260E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2266.0, &quot;att&quot;: 1.8888888888888904, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.67025, 4.022056], [9.69027, 4.02603]]}, &quot;bbox&quot;: [9.67025, 4.022056, 9.69027, 4.02603]}, {&quot;id&quot;: &quot;1569&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 2.551724137931035, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.72802, 4.03279]]}, &quot;bbox&quot;: [9.72802, 4.015972, 9.738528, 4.03279]}, {&quot;id&quot;: &quot;1605&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 4.124999999999997, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.72812, 4.03289]]}, &quot;bbox&quot;: [9.72812, 4.016071999999999, 9.738628, 4.03289]}, {&quot;id&quot;: &quot;1641&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 1.547169811320754, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.69921, 4.02012]]}, &quot;bbox&quot;: [9.696744, 4.02012, 9.69921, 4.029381]}, {&quot;id&quot;: &quot;1677&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.7482517482517478, &quot;style&quot;: {&quot;color&quot;: &quot;#5cc863&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.69931, 4.02022]]}, &quot;bbox&quot;: [9.696844, 4.02022, 9.69931, 4.029481]}, {&quot;id&quot;: &quot;1713&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18737.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 4.060606060606055, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.77399, 4.02125]]}, &quot;bbox&quot;: [9.767833, 4.02125, 9.77399, 4.029]}, {&quot;id&quot;: &quot;1749&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17727.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 4.774193548387096, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.77409, 4.02135]]}, &quot;bbox&quot;: [9.767933, 4.02135, 9.77409, 4.0291]}, {&quot;id&quot;: &quot;1785&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14431.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 874.0, &quot;att&quot;: 1.9655172413793074, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737194, 4.022139], [9.741992, 4.0284]]}, &quot;bbox&quot;: [9.737194, 4.022139, 9.741992, 4.0284]}, {&quot;id&quot;: &quot;1821&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14921.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 874.0, &quot;att&quot;: 2.1666666666666665, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737294, 4.022239], [9.742092, 4.0285]]}, &quot;bbox&quot;: [9.737294, 4.022239, 9.742092, 4.0285]}, {&quot;id&quot;: &quot;1857&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.9142857142857151, &quot;style&quot;: {&quot;color&quot;: &quot;#c8e020&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73325, 4.035278]]}, &quot;bbox&quot;: [9.73325, 4.015972, 9.738528, 4.035278]}, {&quot;id&quot;: &quot;1893&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 2.3200000000000016, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73335, 4.035378]]}, &quot;bbox&quot;: [9.73335, 4.016071999999999, 9.738628, 4.035378]}, {&quot;id&quot;: &quot;1929&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 1.2941176470588238, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.70976, 4.02238]]}, &quot;bbox&quot;: [9.696744, 4.02238, 9.70976, 4.029381]}, {&quot;id&quot;: &quot;1965&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 1.6730769230769245, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.709859999999999, 4.02248]]}, &quot;bbox&quot;: [9.696844, 4.02248, 9.709859999999999, 4.029481]}, {&quot;id&quot;: &quot;2001&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 755.0, &quot;att&quot;: 1.4242424242424212, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.694556, 4.022917]]}, &quot;bbox&quot;: [9.694556, 4.022917, 9.696744, 4.029381]}, {&quot;id&quot;: &quot;2037&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 755.0, &quot;att&quot;: 1.3749999999999982, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.694656, 4.023016999999999]]}, &quot;bbox&quot;: [9.694656, 4.023016999999999, 9.696844, 4.029481]}, {&quot;id&quot;: &quot;2073&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 2.774193548387094, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.72684, 4.01658]]}, &quot;bbox&quot;: [9.72684, 4.01658, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2109&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 2.3720930232558106, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.726939999999999, 4.01668]]}, &quot;bbox&quot;: [9.726939999999999, 4.01668, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2145&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 364.0, &quot;att&quot;: 1.3571428571428574, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.705139, 4.028333]]}, &quot;bbox&quot;: [9.701944, 4.028333, 9.705139, 4.029083]}, {&quot;id&quot;: &quot;2181&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 364.0, &quot;att&quot;: 1.3529411764705885, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.705239, 4.028433]]}, &quot;bbox&quot;: [9.702043999999999, 4.028433, 9.705239, 4.029183]}, {&quot;id&quot;: &quot;2217&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 1.9767441860465114, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.686417, 4.029444]]}, &quot;bbox&quot;: [9.686417, 4.029381, 9.696744, 4.029444]}, {&quot;id&quot;: &quot;2253&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 1.9268292682926835, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.686517, 4.029544]]}, &quot;bbox&quot;: [9.686517, 4.029481, 9.696844, 4.029544]}, {&quot;id&quot;: &quot;2289&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 868.0, &quot;att&quot;: 2.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.709194, 4.032028]]}, &quot;bbox&quot;: [9.701944, 4.029083, 9.709194, 4.032028]}, {&quot;id&quot;: &quot;2325&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 868.0, &quot;att&quot;: 2.043478260869566, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.709294, 4.032128]]}, &quot;bbox&quot;: [9.702043999999999, 4.029183, 9.709294, 4.032128]}, {&quot;id&quot;: &quot;2361&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 666.0, &quot;att&quot;: 1.5666666666666653, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.691575, 4.032433]]}, &quot;bbox&quot;: [9.691575, 4.029381, 9.696744, 4.032433]}, {&quot;id&quot;: &quot;2397&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 666.0, &quot;att&quot;: 1.4074074074074086, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.691675, 4.032533]]}, &quot;bbox&quot;: [9.691675, 4.029481, 9.696844, 4.032533]}, {&quot;id&quot;: &quot;2433&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 536.0, &quot;att&quot;: 1.9090909090909078, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699417, 4.033417]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699417, 4.033417]}, {&quot;id&quot;: &quot;2469&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 536.0, &quot;att&quot;: 1.8999999999999986, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699517, 4.033517]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699517, 4.033517]}, {&quot;id&quot;: &quot;2505&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 1.729729729729728, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.727083, 4.023444]]}, &quot;bbox&quot;: [9.727083, 4.023444, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2541&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 1.2307692307692315, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.727183, 4.023543999999999]]}, &quot;bbox&quot;: [9.727183, 4.023543999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2577&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 1.7804878048780506, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71564, 4.032], [9.71203, 4.03312]]}, &quot;bbox&quot;: [9.71203, 4.032, 9.71564, 4.03312]}, {&quot;id&quot;: &quot;2613&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 1.5957446808510654, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71574, 4.0321], [9.71213, 4.03322]]}, &quot;bbox&quot;: [9.71213, 4.0321, 9.71574, 4.03322]}, {&quot;id&quot;: &quot;2649&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 1.615384615384614, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.755167, 4.037361]]}, &quot;bbox&quot;: [9.755167, 4.029, 9.767833, 4.037361]}, {&quot;id&quot;: &quot;2685&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 1.7027027027027057, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.755267, 4.0374609999999995]]}, &quot;bbox&quot;: [9.755267, 4.0291, 9.767933, 4.0374609999999995]}, {&quot;id&quot;: &quot;2721&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 323.0, &quot;att&quot;: 1.1499999999999986, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691575, 4.032433], [9.691889, 4.035333]]}, &quot;bbox&quot;: [9.691575, 4.032433, 9.691889, 4.035333]}, {&quot;id&quot;: &quot;2757&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 323.0, &quot;att&quot;: 1.294117647058823, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691675, 4.032533], [9.691989, 4.035432999999999]]}, &quot;bbox&quot;: [9.691675, 4.032533, 9.691989, 4.035432999999999]}, {&quot;id&quot;: &quot;2793&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 516.0, &quot;att&quot;: 1.4062500000000018, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774333, 4.033028], [9.77026, 4.03527]]}, &quot;bbox&quot;: [9.77026, 4.033028, 9.774333, 4.03527]}, {&quot;id&quot;: &quot;2829&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 516.0, &quot;att&quot;: 1.3437500000000002, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774433, 4.033128], [9.77036, 4.0353699999999995]]}, &quot;bbox&quot;: [9.77036, 4.033128, 9.774433, 4.0353699999999995]}, {&quot;id&quot;: &quot;2865&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 1.9, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.725667, 4.028583]]}, &quot;bbox&quot;: [9.725667, 4.028583, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2901&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 1.901960784313728, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.725767, 4.028683]]}, &quot;bbox&quot;: [9.725767, 4.028683, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2937&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 1.400000000000001, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699006, 4.040886]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699006, 4.040886]}, {&quot;id&quot;: &quot;2973&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 1.750000000000002, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699106, 4.040986]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699106, 4.040986]}, {&quot;id&quot;: &quot;3009&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17810.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 610.0, &quot;att&quot;: 2.90476190476191, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683883, 4.033886], [9.688056, 4.037472]]}, &quot;bbox&quot;: [9.683883, 4.033886, 9.688056, 4.037472]}, {&quot;id&quot;: &quot;3045&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18820.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 610.0, &quot;att&quot;: 1.4444444444444424, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683983, 4.033986], [9.688156, 4.037572]]}, &quot;bbox&quot;: [9.683983, 4.033986, 9.688156, 4.037572]}, {&quot;id&quot;: &quot;3081&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 1.490196078431373, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.766222, 4.046556]]}, &quot;bbox&quot;: [9.766222, 4.029, 9.767833, 4.046556]}, {&quot;id&quot;: &quot;3117&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 1.3137254901960773, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.766322, 4.046656]]}, &quot;bbox&quot;: [9.766322, 4.0291, 9.767933, 4.046656]}, {&quot;id&quot;: &quot;3153&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 433.0, &quot;att&quot;: 2.038461538461536, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706106, 4.040083], [9.703794, 4.036926]]}, &quot;bbox&quot;: [9.703794, 4.036926, 9.706106, 4.040083]}, {&quot;id&quot;: &quot;3189&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 433.0, &quot;att&quot;: 2.0357142857142865, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706206, 4.040183], [9.703894, 4.037026]]}, &quot;bbox&quot;: [9.703894, 4.037026, 9.706206, 4.040183]}, {&quot;id&quot;: &quot;3225&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 3.7674418604651114, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.711917, 4.037722]]}, &quot;bbox&quot;: [9.711917, 4.037722, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;3261&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 3.217391304347826, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.712017, 4.037821999999999]]}, &quot;bbox&quot;: [9.712017, 4.037821999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;3297&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 928.0, &quot;att&quot;: 1.879310344827587, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.741011, 4.038342]]}, &quot;bbox&quot;: [9.733028, 4.038342, 9.741011, 4.040819]}, {&quot;id&quot;: &quot;3333&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 928.0, &quot;att&quot;: 1.9245283018867927, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.741111, 4.038442]]}, &quot;bbox&quot;: [9.733127999999999, 4.038442, 9.741111, 4.040919]}, {&quot;id&quot;: &quot;3369&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 441.0, &quot;att&quot;: 1.928571428571425, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.70265, 4.03931]]}, &quot;bbox&quot;: [9.699006, 4.03931, 9.70265, 4.040886]}, {&quot;id&quot;: &quot;3405&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 441.0, &quot;att&quot;: 2.07142857142857, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.70275, 4.03941]]}, &quot;bbox&quot;: [9.699106, 4.03941, 9.70275, 4.040986]}, {&quot;id&quot;: &quot;3441&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 697.0, &quot;att&quot;: 1.6615384615384612, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774, 4.042306], [9.7795, 4.039278]]}, &quot;bbox&quot;: [9.774, 4.039278, 9.7795, 4.042306]}, {&quot;id&quot;: &quot;3477&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 697.0, &quot;att&quot;: 1.2574257425742577, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774099999999999, 4.042406], [9.7796, 4.039378]]}, &quot;bbox&quot;: [9.774099999999999, 4.039378, 9.7796, 4.042406]}, {&quot;id&quot;: &quot;3514&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041057N-9.688122E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 387.0, &quot;att&quot;: 1.9583333333333328, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.689827, 4.040697]]}, &quot;bbox&quot;: [9.686417, 4.040697, 9.689827, 4.041417]}, {&quot;id&quot;: &quot;3550&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 975.0, &quot;att&quot;: 0.9100000000000001, &quot;style&quot;: {&quot;color&quot;: &quot;#c2df23&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762056, 4.03875], [9.754583, 4.043386]]}, &quot;bbox&quot;: [9.754583, 4.03875, 9.762056, 4.043386]}, {&quot;id&quot;: &quot;3586&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 975.0, &quot;att&quot;: 2.069767441860466, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762156, 4.03885], [9.754683, 4.043486]]}, &quot;bbox&quot;: [9.754683, 4.03885, 9.762156, 4.043486]}, {&quot;id&quot;: &quot;3622&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 524.0, &quot;att&quot;: 1.9032258064516117, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.728389, 4.041694]]}, &quot;bbox&quot;: [9.728389, 4.040819, 9.733028, 4.041694]}, {&quot;id&quot;: &quot;3658&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.13439635535307515, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.728489, 4.041793999999999]]}, &quot;bbox&quot;: [9.728489, 4.040919, 9.733127999999999, 4.041793999999999]}, {&quot;id&quot;: &quot;3694&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 1.1724137931034482, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.779361, 4.053694]]}, &quot;bbox&quot;: [9.767833, 4.029, 9.779361, 4.053694]}, {&quot;id&quot;: &quot;3730&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 1.25, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.779461, 4.053794]]}, &quot;bbox&quot;: [9.767933, 4.0291, 9.779461, 4.053794]}, {&quot;id&quot;: &quot;3766&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 2.136363636363635, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.747639, 4.043778]]}, &quot;bbox&quot;: [9.733028, 4.040819, 9.747639, 4.043778]}, {&quot;id&quot;: &quot;3802&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 1.6557377049180333, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.747739, 4.043877999999999]]}, &quot;bbox&quot;: [9.733127999999999, 4.040919, 9.747739, 4.043877999999999]}, {&quot;id&quot;: &quot;3838&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 2.6382978723404253, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702978, 4.056559], [9.73025, 4.028444]]}, &quot;bbox&quot;: [9.702978, 4.028444, 9.73025, 4.056559]}, {&quot;id&quot;: &quot;3874&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 3.977272727272727, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703078, 4.056659], [9.73035, 4.028544]]}, &quot;bbox&quot;: [9.703078, 4.028544, 9.73035, 4.056659]}, {&quot;id&quot;: &quot;3910&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 2.5263157894736787, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.69725, 4.04425]]}, &quot;bbox&quot;: [9.69725, 4.040886, 9.699006, 4.04425]}, {&quot;id&quot;: &quot;3946&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 2.5454545454545427, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.69735, 4.04435]]}, &quot;bbox&quot;: [9.69735, 4.040986, 9.699106, 4.04435]}, {&quot;id&quot;: &quot;3982&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 431.0, &quot;att&quot;: 1.594594594594595, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704083, 4.04244], [9.707889, 4.043194]]}, &quot;bbox&quot;: [9.704083, 4.04244, 9.707889, 4.043194]}, {&quot;id&quot;: &quot;4018&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 431.0, &quot;att&quot;: 1.4473684210526299, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704183, 4.04254], [9.707989, 4.0432939999999995]]}, &quot;bbox&quot;: [9.704183, 4.04254, 9.707989, 4.0432939999999995]}, {&quot;id&quot;: &quot;4056&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043833N-9.687306E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 570.0, &quot;att&quot;: 2.2000000000000006, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.688194, 4.04625]]}, &quot;bbox&quot;: [9.686417, 4.041417, 9.688194, 4.04625]}, {&quot;id&quot;: &quot;4092&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 810.0, &quot;att&quot;: 2.0769230769230753, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707889, 4.043194], [9.700739, 4.044661]]}, &quot;bbox&quot;: [9.700739, 4.043194, 9.707889, 4.044661]}, {&quot;id&quot;: &quot;4128&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 810.0, &quot;att&quot;: 2.1199999999999988, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707989, 4.0432939999999995], [9.700839, 4.044760999999999]]}, &quot;bbox&quot;: [9.700839, 4.0432939999999995, 9.707989, 4.044760999999999]}, {&quot;id&quot;: &quot;4164&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 706.0, &quot;att&quot;: 1.6250000000000004, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728389, 4.041694], [9.72575, 4.0475]]}, &quot;bbox&quot;: [9.72575, 4.041694, 9.728389, 4.0475]}, {&quot;id&quot;: &quot;4200&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 706.0, &quot;att&quot;: 1.1363636363636367, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728489, 4.041793999999999], [9.72585, 4.0476]]}, &quot;bbox&quot;: [9.72585, 4.041793999999999, 9.728489, 4.0476]}, {&quot;id&quot;: &quot;4236&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 2.615384615384617, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.699006, 4.040886, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4272&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 4.480000000000001, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.699106, 4.040986, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4308&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14487.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 611.0, &quot;att&quot;: 1.9310344827586174, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71598, 4.04642], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.71598, 4.04642, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4344&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14977.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 611.0, &quot;att&quot;: 2.1851851851851825, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71608, 4.04652], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.71608, 4.04652, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4380&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048013N-9.705195E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 822.0, &quot;att&quot;: 1.6363636363636365, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703528, 4.044694], [9.706861, 4.051333]]}, &quot;bbox&quot;: [9.703528, 4.044694, 9.706861, 4.051333]}, {&quot;id&quot;: &quot;4416&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 317.0, &quot;att&quot;: 0.9201877934272299, &quot;style&quot;: {&quot;color&quot;: &quot;#cae11f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698333, 4.049556], [9.698917, 4.04675]]}, &quot;bbox&quot;: [9.698333, 4.04675, 9.698917, 4.049556]}, {&quot;id&quot;: &quot;4452&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 317.0, &quot;att&quot;: 2.166666666666666, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698433, 4.049656], [9.699017, 4.04685]]}, &quot;bbox&quot;: [9.698433, 4.04685, 9.699017, 4.049656]}, {&quot;id&quot;: &quot;4488&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 564.0, &quot;att&quot;: 2.1249999999999956, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706861, 4.051333], [9.708472, 4.0465]]}, &quot;bbox&quot;: [9.706861, 4.0465, 9.708472, 4.051333]}, {&quot;id&quot;: &quot;4524&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 564.0, &quot;att&quot;: 2.1739130434782634, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706961, 4.051432999999999], [9.708572, 4.0466]]}, &quot;bbox&quot;: [9.706961, 4.0466, 9.708572, 4.051432999999999]}, {&quot;id&quot;: &quot;4560&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 596.0, &quot;att&quot;: 1.8387096774193568, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.771911, 4.050192], [9.777253, 4.049658]]}, &quot;bbox&quot;: [9.771911, 4.049658, 9.777253, 4.050192]}, {&quot;id&quot;: &quot;4596&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 596.0, &quot;att&quot;: 1.7812499999999993, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.772011, 4.050292], [9.777353, 4.049758]]}, &quot;bbox&quot;: [9.772011, 4.049758, 9.777353, 4.050292]}, {&quot;id&quot;: &quot;4632&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050150N-9.740475E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 454.0, &quot;att&quot;: 1.6451612903225803, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741306, 4.052028], [9.739644, 4.048272]]}, &quot;bbox&quot;: [9.739644, 4.048272, 9.741306, 4.052028]}, {&quot;id&quot;: &quot;4668&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 522.0, &quot;att&quot;: 2.5576923076923057, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702389, 4.052444], [9.704556, 4.04825]]}, &quot;bbox&quot;: [9.702389, 4.04825, 9.704556, 4.052444]}, {&quot;id&quot;: &quot;4704&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 522.0, &quot;att&quot;: 2.6599999999999993, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702489, 4.052544], [9.704656, 4.04835]]}, &quot;bbox&quot;: [9.702489, 4.04835, 9.704656, 4.052544]}, {&quot;id&quot;: &quot;4740&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 956.0, &quot;att&quot;: 0.7395833333333331, &quot;style&quot;: {&quot;color&quot;: &quot;#58c765&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.756833, 4.047389]]}, &quot;bbox&quot;: [9.750917, 4.047389, 9.756833, 4.053667]}, {&quot;id&quot;: &quot;4776&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 956.0, &quot;att&quot;: 2.3999999999999972, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.756933, 4.047489]]}, &quot;bbox&quot;: [9.751017, 4.047489, 9.756933, 4.053767]}, {&quot;id&quot;: &quot;4812&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 1.442857142857142, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779361, 4.053694], [9.797806, 4.050472]]}, &quot;bbox&quot;: [9.779361, 4.050472, 9.797806, 4.053694]}, {&quot;id&quot;: &quot;4848&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 1.539682539682538, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779461, 4.053794], [9.797906, 4.050572]]}, &quot;bbox&quot;: [9.779461, 4.050572, 9.797906, 4.053794]}, {&quot;id&quot;: &quot;4884&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8363.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 1.7083333333333268, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.775889, 4.05525]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.775889, 4.05525]}, {&quot;id&quot;: &quot;4920&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8482.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 1.9599999999999966, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.775989, 4.05535]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.775989, 4.05535]}, {&quot;id&quot;: &quot;4956&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.2572815533980584, &quot;style&quot;: {&quot;color&quot;: &quot;#3a538b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.754444, 4.058167]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.754444, 4.058167]}, {&quot;id&quot;: &quot;4992&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.10297482837528606, &quot;style&quot;: {&quot;color&quot;: &quot;#482576&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.754544, 4.058267]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.754544, 4.058267]}, {&quot;id&quot;: &quot;5028&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 546.0, &quot;att&quot;: 1.5681818181818183, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.767556, 4.053639]]}, &quot;bbox&quot;: [9.767556, 4.053639, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5064&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 546.0, &quot;att&quot;: 1.6470588235294095, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.767656, 4.053739]]}, &quot;bbox&quot;: [9.767656, 4.053739, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5100&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 879.0, &quot;att&quot;: 1.846153846153844, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738694, 4.058056], [9.745611, 4.054186]]}, &quot;bbox&quot;: [9.738694, 4.054186, 9.745611, 4.058056]}, {&quot;id&quot;: &quot;5136&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 879.0, &quot;att&quot;: 2.1333333333333364, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738794, 4.058155999999999], [9.745711, 4.054285999999999]]}, &quot;bbox&quot;: [9.738794, 4.054285999999999, 9.745711, 4.058155999999999]}, {&quot;id&quot;: &quot;5172&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 2.025641025641024, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.743528, 4.059611]]}, &quot;bbox&quot;: [9.743528, 4.053667, 9.750917, 4.059611]}, {&quot;id&quot;: &quot;5208&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 2.4062499999999964, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.743628, 4.059711]]}, &quot;bbox&quot;: [9.743628, 4.053767, 9.751017, 4.059711]}, {&quot;id&quot;: &quot;5244&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 3.0322580645161294, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726194, 4.060028], [9.750917, 4.053667]]}, &quot;bbox&quot;: [9.726194, 4.053667, 9.750917, 4.060028]}, {&quot;id&quot;: &quot;5280&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 2.971428571428571, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726294, 4.060128], [9.751017, 4.053767]]}, &quot;bbox&quot;: [9.726294, 4.053767, 9.751017, 4.060128]}, {&quot;id&quot;: &quot;5316&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 2.4999999999999982, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726393999999999, 4.060228], [9.751116999999999, 4.053867]]}, &quot;bbox&quot;: [9.726393999999999, 4.053867, 9.751116999999999, 4.060228]}, {&quot;id&quot;: &quot;5352&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 3.0555555555555522, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726493999999999, 4.060328], [9.751216999999999, 4.053967]]}, &quot;bbox&quot;: [9.726493999999999, 4.053967, 9.751216999999999, 4.060328]}, {&quot;id&quot;: &quot;5388&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_0&quot;, &quot;frequency&quot;: 12793.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 3.5000000000000027, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726594, 4.060428], [9.751317, 4.054067]]}, &quot;bbox&quot;: [9.726594, 4.054067, 9.751317, 4.060428]}, {&quot;id&quot;: &quot;5424&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_1&quot;, &quot;frequency&quot;: 13059.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 2.8421052631578925, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726694, 4.060528], [9.751417, 4.054167]]}, &quot;bbox&quot;: [9.726694, 4.054167, 9.751417, 4.060528]}, {&quot;id&quot;: &quot;5460&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 2.9444444444444415, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.734028, 4.06025]]}, &quot;bbox&quot;: [9.734028, 4.053667, 9.750917, 4.06025]}, {&quot;id&quot;: &quot;5496&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 2.444444444444447, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.734128, 4.06035]]}, &quot;bbox&quot;: [9.734128, 4.053767, 9.751017, 4.06035]}, {&quot;id&quot;: &quot;5532&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 630.0, &quot;att&quot;: 2.3513513513513504, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.763167, 4.056417]]}, &quot;bbox&quot;: [9.763167, 4.056417, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5568&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 630.0, &quot;att&quot;: 1.7608695652173911, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.763266999999999, 4.0565169999999995]]}, &quot;bbox&quot;: [9.763266999999999, 4.0565169999999995, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5604&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 2.2096774193548394, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.786861, 4.062806]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.786861, 4.062806]}, {&quot;id&quot;: &quot;5640&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 3.914285714285715, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.786961, 4.062906]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.786961, 4.062906]}, {&quot;id&quot;: &quot;5676&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 2.391304347826075, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.720853, 4.053242]]}, &quot;bbox&quot;: [9.714664, 4.053242, 9.720853, 4.06425]}, {&quot;id&quot;: &quot;5712&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 2.166666666666673, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.720953, 4.053342]]}, &quot;bbox&quot;: [9.714764, 4.053342, 9.720953, 4.06435]}, {&quot;id&quot;: &quot;5748&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 1.9811320754716992, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.75311, 4.064069]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.75311, 4.064069]}, {&quot;id&quot;: &quot;5784&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 2.017543859649124, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.75321, 4.064169]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.75321, 4.064169]}, {&quot;id&quot;: &quot;5820&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 2.4791666666666665, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.767778, 4.064361]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.767778, 4.064361]}, {&quot;id&quot;: &quot;5856&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 4.19354838709677, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.767878, 4.064461]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.767878, 4.064461]}, {&quot;id&quot;: &quot;5892&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 796.0, &quot;att&quot;: 4.833333333333334, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708444, 4.060333], [9.715412, 4.058638]]}, &quot;bbox&quot;: [9.708444, 4.058638, 9.715412, 4.060333]}, {&quot;id&quot;: &quot;5928&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 796.0, &quot;att&quot;: 4.652173913043479, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708544, 4.060433], [9.715512, 4.058738]]}, &quot;bbox&quot;: [9.708544, 4.058738, 9.715512, 4.060433]}, {&quot;id&quot;: &quot;5964&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 3.1851851851851825, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.759558, 4.066322]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.759558, 4.066322]}, {&quot;id&quot;: &quot;6000&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 3.4615384615384595, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.759658, 4.066422]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.759658, 4.066422]}, {&quot;id&quot;: &quot;6036&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 2.6071428571428523, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.777639, 4.063131]]}, &quot;bbox&quot;: [9.768444, 4.0585, 9.777639, 4.063131]}, {&quot;id&quot;: &quot;6072&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 2.8518518518518547, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.777739, 4.063231]]}, &quot;bbox&quot;: [9.768544, 4.0586, 9.777739, 4.063231]}, {&quot;id&quot;: &quot;6108&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 498.0, &quot;att&quot;: 1.3137254901960773, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743528, 4.059611], [9.74569, 4.06356]]}, &quot;bbox&quot;: [9.743528, 4.059611, 9.74569, 4.06356]}, {&quot;id&quot;: &quot;6144&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 498.0, &quot;att&quot;: 2.777777777777782, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743628, 4.059711], [9.74579, 4.06366]]}, &quot;bbox&quot;: [9.743628, 4.059711, 9.74579, 4.06366]}, {&quot;id&quot;: &quot;6180&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 741.0, &quot;att&quot;: 4.875000000000001, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704333, 4.059583], [9.706333, 4.065972]]}, &quot;bbox&quot;: [9.704333, 4.059583, 9.706333, 4.065972]}, {&quot;id&quot;: &quot;6216&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 741.0, &quot;att&quot;: 5.1428571428571415, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704433, 4.059683], [9.706433, 4.066072]]}, &quot;bbox&quot;: [9.704433, 4.059683, 9.706433, 4.066072]}, {&quot;id&quot;: &quot;6252&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 603.0, &quot;att&quot;: 3.000000000000002, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.719389, 4.061556]]}, &quot;bbox&quot;: [9.714664, 4.061556, 9.719389, 4.06425]}, {&quot;id&quot;: &quot;6288&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 603.0, &quot;att&quot;: 3.419354838709676, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.719489, 4.061656]]}, &quot;bbox&quot;: [9.714764, 4.061656, 9.719489, 4.06435]}, {&quot;id&quot;: &quot;6324&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 669.0, &quot;att&quot;: 2.8571428571428528, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759558, 4.066322], [9.76425, 4.062528]]}, &quot;bbox&quot;: [9.759558, 4.062528, 9.76425, 4.066322]}, {&quot;id&quot;: &quot;6360&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 669.0, &quot;att&quot;: 3.041666666666661, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759658, 4.066422], [9.76435, 4.062628]]}, &quot;bbox&quot;: [9.759658, 4.062628, 9.76435, 4.066422]}, {&quot;id&quot;: &quot;6396&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 451.0, &quot;att&quot;: 3.684210526315792, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710083, 4.063917], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.710083, 4.063917, 9.71287, 4.06688]}, {&quot;id&quot;: &quot;6432&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 451.0, &quot;att&quot;: 4.166666666666657, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710182999999999, 4.064017], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.710182999999999, 4.064017, 9.71297, 4.06698]}, {&quot;id&quot;: &quot;6468&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 924.0, &quot;att&quot;: 2.6285714285714294, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79152, 4.065848], [9.799722, 4.06725]]}, &quot;bbox&quot;: [9.79152, 4.065848, 9.799722, 4.06725]}, {&quot;id&quot;: &quot;6504&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 924.0, &quot;att&quot;: 3.2999999999999994, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79162, 4.065948], [9.799821999999999, 4.067349999999999]]}, &quot;bbox&quot;: [9.79162, 4.065948, 9.799821999999999, 4.067349999999999]}, {&quot;id&quot;: &quot;6540&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 4.791666666666667, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.72547, 4.07139]}, {&quot;id&quot;: &quot;6576&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 2.15625, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.72557, 4.07149]}, {&quot;id&quot;: &quot;6612&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 932.0, &quot;att&quot;: 2.955555555555555, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.722972, 4.065667], [9.729139, 4.071389]]}, &quot;bbox&quot;: [9.722972, 4.065667, 9.729139, 4.071389]}, {&quot;id&quot;: &quot;6648&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 932.0, &quot;att&quot;: 3.088888888888887, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.723072, 4.065767], [9.729239, 4.071489]]}, &quot;bbox&quot;: [9.723072, 4.065767, 9.729239, 4.071489]}, {&quot;id&quot;: &quot;6684&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 535.0, &quot;att&quot;: 3.6857142857142855, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714869, 4.071278], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.71287, 4.06688, 9.714869, 4.071278]}, {&quot;id&quot;: &quot;6720&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 535.0, &quot;att&quot;: 11.488888888888889, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714969, 4.071378], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.71297, 4.06698, 9.714969, 4.071378]}, {&quot;id&quot;: &quot;6756&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 407.0, &quot;att&quot;: 3.551724137931029, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729139, 4.071389], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.72547, 4.071389, 9.729139, 4.07139]}, {&quot;id&quot;: &quot;6792&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 407.0, &quot;att&quot;: 1.7586206896551713, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729239, 4.071489], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.72557, 4.071489, 9.729239, 4.07149]}, {&quot;id&quot;: &quot;6828&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 731.0, &quot;att&quot;: 0.8700000000000003, &quot;style&quot;: {&quot;color&quot;: &quot;#a8db34&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736111, 4.072222], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.736111, 4.072222, 9.742681, 4.072661]}, {&quot;id&quot;: &quot;6864&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 731.0, &quot;att&quot;: 3.9230769230769194, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736210999999999, 4.072322], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.736210999999999, 4.072322, 9.742780999999999, 4.072761]}, {&quot;id&quot;: &quot;6900&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 561.0, &quot;att&quot;: 2.5652173913043503, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76925, 4.071639], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.76925, 4.071639, 9.774, 4.073367]}, {&quot;id&quot;: &quot;6936&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 561.0, &quot;att&quot;: 2.6153846153846128, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76935, 4.071739], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.76935, 4.071739, 9.774099999999999, 4.073467]}, {&quot;id&quot;: &quot;6972&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 11.749999999999996, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.721058, 4.084075]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.721058, 4.084075]}, {&quot;id&quot;: &quot;7008&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 5.519999999999999, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.721157999999999, 4.084175]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.721157999999999, 4.084175]}, {&quot;id&quot;: &quot;7044&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 3.8999999999999986, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.761667, 4.074778]}, {&quot;id&quot;: &quot;7080&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 4.846153846153841, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.761766999999999, 4.074878]}, {&quot;id&quot;: &quot;7116&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 8.411764705882337, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719639, 4.070306], [9.719417, 4.079889]]}, &quot;bbox&quot;: [9.719417, 4.070306, 9.719639, 4.079889]}, {&quot;id&quot;: &quot;7152&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 6.079999999999998, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719739, 4.070406], [9.719517, 4.079988999999999]]}, &quot;bbox&quot;: [9.719517, 4.070406, 9.719739, 4.079988999999999]}, {&quot;id&quot;: &quot;7188&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 3.366666666666665, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.781778, 4.069972]]}, &quot;bbox&quot;: [9.781778, 4.069972, 9.786083, 4.0817]}, {&quot;id&quot;: &quot;7224&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 4.208333333333333, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.781877999999999, 4.070072]]}, &quot;bbox&quot;: [9.781877999999999, 4.070072, 9.786183, 4.081799999999999]}, {&quot;id&quot;: &quot;7260&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 700.0, &quot;att&quot;: 3.4523809523809543, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.75645, 4.07833]]}, &quot;bbox&quot;: [9.75645, 4.074778, 9.761667, 4.07833]}, {&quot;id&quot;: &quot;7296&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.2574568288854004, &quot;style&quot;: {&quot;color&quot;: &quot;#3a538b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.756549999999999, 4.07843]]}, &quot;bbox&quot;: [9.756549999999999, 4.074878, 9.761766999999999, 4.07843]}, {&quot;id&quot;: &quot;7332&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 480.0, &quot;att&quot;: 4.727272727272724, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719417, 4.079889], [9.721778, 4.07625]]}, &quot;bbox&quot;: [9.719417, 4.07625, 9.721778, 4.079889]}, {&quot;id&quot;: &quot;7368&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 480.0, &quot;att&quot;: 4.2, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719517, 4.079988999999999], [9.721878, 4.07635]]}, &quot;bbox&quot;: [9.719517, 4.07635, 9.721878, 4.079988999999999]}, {&quot;id&quot;: &quot;7404&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 18.8, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756825, 4.081867], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.756825, 4.081867]}, {&quot;id&quot;: &quot;7440&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 3.6153846153846128, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756924999999999, 4.081967], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.756924999999999, 4.081967]}, {&quot;id&quot;: &quot;7476&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 4.7500000000000036, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.801611, 4.076722]]}, &quot;bbox&quot;: [9.786083, 4.076722, 9.801611, 4.0817]}, {&quot;id&quot;: &quot;7512&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 5.44, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.801711, 4.076822]]}, &quot;bbox&quot;: [9.786183, 4.076822, 9.801711, 4.081799999999999]}, {&quot;id&quot;: &quot;7548&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 6.096774193548386, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.742681, 4.072661, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;7584&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 5.361111111111119, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.742780999999999, 4.072761, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;7620&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 5.608695652173905, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.752944, 4.073367, 9.774, 4.085936]}, {&quot;id&quot;: &quot;7656&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 5.692307692307688, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.753044, 4.073467, 9.774099999999999, 4.086036]}, {&quot;id&quot;: &quot;7692&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080070N-9.789737E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18848.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 888.0, &quot;att&quot;: 0.8333333333333413, &quot;style&quot;: {&quot;color&quot;: &quot;#90d743&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.79339, 4.07844]]}, &quot;bbox&quot;: [9.786083, 4.07844, 9.79339, 4.0817]}, {&quot;id&quot;: &quot;7728&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 2.9999999999999956, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.753278, 4.074861]]}, &quot;bbox&quot;: [9.752944, 4.074861, 9.753278, 4.085936]}, {&quot;id&quot;: &quot;7764&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 2.136363636363635, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.753378, 4.074961]]}, &quot;bbox&quot;: [9.753044, 4.074961, 9.753378, 4.086036]}, {&quot;id&quot;: &quot;7800&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 968.0, &quot;att&quot;: 2.714285714285715, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765535, 4.081441], [9.756825, 4.081867]]}, &quot;bbox&quot;: [9.756825, 4.081441, 9.765535, 4.081867]}, {&quot;id&quot;: &quot;7836&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 968.0, &quot;att&quot;: 2.1499999999999986, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765635, 4.081541], [9.756924999999999, 4.081967]]}, &quot;bbox&quot;: [9.756924999999999, 4.081541, 9.765635, 4.081967]}, {&quot;id&quot;: &quot;7872&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 4.478260869565208, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.7949, 4.08393]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.7949, 4.08393]}, {&quot;id&quot;: &quot;7908&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 2.8695652173913087, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.795, 4.084029999999999]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.795, 4.084029999999999]}, {&quot;id&quot;: &quot;7944&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 895.0, &quot;att&quot;: 2.465116279069768, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.77848, 4.08438]]}, &quot;bbox&quot;: [9.77848, 4.0817, 9.786083, 4.08438]}, {&quot;id&quot;: &quot;7980&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 895.0, &quot;att&quot;: 4.148148148148153, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.77858, 4.08448]]}, &quot;bbox&quot;: [9.77858, 4.081799999999999, 9.786183, 4.08448]}, {&quot;id&quot;: &quot;8016&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 12.454545454545434, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.751769, 4.093194]]}, &quot;bbox&quot;: [9.751769, 4.074778, 9.761667, 4.093194]}, {&quot;id&quot;: &quot;8052&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 3.861111111111111, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.751869, 4.093294]]}, &quot;bbox&quot;: [9.751869, 4.074878, 9.761766999999999, 4.093294]}, {&quot;id&quot;: &quot;8088&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 4.352941176470576, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.728889, 4.083056]]}, &quot;bbox&quot;: [9.728889, 4.083056, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8124&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 4.1111111111111125, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.728989, 4.083156]]}, &quot;bbox&quot;: [9.728989, 4.083156, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8160&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 4.833333333333334, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.738306, 4.083528]]}, &quot;bbox&quot;: [9.738306, 4.083528, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8196&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 5.499999999999996, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.738406, 4.083628]]}, &quot;bbox&quot;: [9.738406, 4.083628, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8232&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 947.0, &quot;att&quot;: 4.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.783583, 4.089889]]}, &quot;bbox&quot;: [9.783583, 4.0817, 9.786083, 4.089889]}, {&quot;id&quot;: &quot;8268&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 947.0, &quot;att&quot;: 5.42105263157895, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.783683, 4.089989]]}, &quot;bbox&quot;: [9.783683, 4.081799999999999, 9.786183, 4.089989]}, {&quot;id&quot;: &quot;8304&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 4.61538461538462, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.743333, 4.074778, 9.761667, 4.097333]}, {&quot;id&quot;: &quot;8340&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 5.249999999999991, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.743433, 4.074878, 9.761766999999999, 4.097433]}, {&quot;id&quot;: &quot;8376&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 3.7575757575757627, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.76601, 4.08663]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.76601, 4.08663]}, {&quot;id&quot;: &quot;8412&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 3.2790697674418614, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.76611, 4.08673]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.76611, 4.08673]}, {&quot;id&quot;: &quot;8448&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 4.545454545454541, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.808667, 4.091389]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.808667, 4.091389]}, {&quot;id&quot;: &quot;8484&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 6.392857142857133, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.808767, 4.091489]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.808767, 4.091489]}, {&quot;id&quot;: &quot;8520&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 830.0, &quot;att&quot;: 3.3404255319148906, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.758611, 4.090833]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.758611, 4.090833]}, {&quot;id&quot;: &quot;8556&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 830.0, &quot;att&quot;: 3.439999999999999, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.758711, 4.090933]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.758711, 4.090933]}, {&quot;id&quot;: &quot;8592&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 555.0, &quot;att&quot;: 4.937500000000017, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73381, 4.08679], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.73381, 4.08679, 9.736042, 4.091278]}, {&quot;id&quot;: &quot;8628&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 555.0, &quot;att&quot;: 3.6400000000000006, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73391, 4.0868899999999995], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.73391, 4.0868899999999995, 9.736142, 4.091378]}, {&quot;id&quot;: &quot;8664&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 10.100000000000001, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.744, 4.104861]]}, &quot;bbox&quot;: [9.744, 4.074778, 9.761667, 4.104861]}, {&quot;id&quot;: &quot;8700&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 6.600000000000002, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.7441, 4.104960999999999]]}, &quot;bbox&quot;: [9.7441, 4.074878, 9.761766999999999, 4.104960999999999]}, {&quot;id&quot;: &quot;8736&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 889.0, &quot;att&quot;: 7.214285714285722, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76601, 4.08663], [9.764367, 4.0945]]}, &quot;bbox&quot;: [9.764367, 4.08663, 9.76601, 4.0945]}, {&quot;id&quot;: &quot;8772&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 889.0, &quot;att&quot;: 7.058823529411782, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76611, 4.08673], [9.764467, 4.0946]]}, &quot;bbox&quot;: [9.764467, 4.08673, 9.76611, 4.0946]}, {&quot;id&quot;: &quot;8808&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 736.0, &quot;att&quot;: 4.733333333333334, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729444, 4.091944], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.729444, 4.091278, 9.736042, 4.091944]}, {&quot;id&quot;: &quot;8844&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 736.0, &quot;att&quot;: 3.8181818181818126, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729544, 4.092044], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.729544, 4.091378, 9.736142, 4.092044]}, {&quot;id&quot;: &quot;8880&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 419.0, &quot;att&quot;: 3.038461538461536, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74168, 4.09393], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.74168, 4.09393, 9.743333, 4.097333]}, {&quot;id&quot;: &quot;8916&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 419.0, &quot;att&quot;: 3.5652173913043503, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:20:00&quot;, &quot;2019-07-17T23:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74178, 4.09403], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.74178, 4.09403, 9.743433, 4.097433]}, {&quot;id&quot;: &quot;22&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 2.33333333333333, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.791866, 3.97665]]}, &quot;bbox&quot;: [9.787167, 3.97665, 9.791866, 3.992722]}, {&quot;id&quot;: &quot;58&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 2.2142857142857175, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.791966, 3.97675]]}, &quot;bbox&quot;: [9.787267, 3.97675, 9.791966, 3.9928220000000003]}, {&quot;id&quot;: &quot;94&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 1.1052631578947385, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.81613, 3.97866]]}, &quot;bbox&quot;: [9.787167, 3.97866, 9.81613, 3.992722]}, {&quot;id&quot;: &quot;130&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.14389799635701273, &quot;style&quot;: {&quot;color&quot;: &quot;#46327e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.81623, 3.9787600000000003]]}, &quot;bbox&quot;: [9.787267, 3.9787600000000003, 9.81623, 3.9928220000000003]}, {&quot;id&quot;: &quot;166&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 556.0, &quot;att&quot;: 1.6562500000000013, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763806, 3.997361], [9.75885, 3.99663]]}, &quot;bbox&quot;: [9.75885, 3.99663, 9.763806, 3.997361]}, {&quot;id&quot;: &quot;202&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 556.0, &quot;att&quot;: 5.214285714285696, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763906, 3.9974610000000004], [9.75895, 3.9967300000000003]]}, &quot;bbox&quot;: [9.75895, 3.9967300000000003, 9.763906, 3.9974610000000004]}, {&quot;id&quot;: &quot;238&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 402.0, &quot;att&quot;: 1.3333333333333344, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745083, 4.002553], [9.748639, 4.003231]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.748639, 4.003231]}, {&quot;id&quot;: &quot;274&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 402.0, &quot;att&quot;: 0.8395061728395066, &quot;style&quot;: {&quot;color&quot;: &quot;#93d741&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745182999999999, 4.002653], [9.748739, 4.003331]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.748739, 4.003331]}, {&quot;id&quot;: &quot;310&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 774.0, &quot;att&quot;: 2.2272727272727275, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76732, 4.003512], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.76732, 4.003512, 9.767719, 4.0105]}, {&quot;id&quot;: &quot;346&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 774.0, &quot;att&quot;: 2.4285714285714284, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76742, 4.0036119999999995], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.76742, 4.0036119999999995, 9.767819, 4.0106]}, {&quot;id&quot;: &quot;382&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 1.9393939393939386, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799472, 4.004194], [9.778111, 4.012278]]}, &quot;bbox&quot;: [9.778111, 4.004194, 9.799472, 4.012278]}, {&quot;id&quot;: &quot;418&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 3.814814814814815, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799572, 4.004294], [9.778211, 4.012378]]}, &quot;bbox&quot;: [9.778211, 4.004294, 9.799572, 4.012378]}, {&quot;id&quot;: &quot;454&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 1.5740740740740744, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.705944, 4.01775], [9.701194, 4.008306]]}, &quot;bbox&quot;: [9.701194, 4.008306, 9.705944, 4.01775]}, {&quot;id&quot;: &quot;490&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 0.1221498371335505, &quot;style&quot;: {&quot;color&quot;: &quot;#472c7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706044, 4.01785], [9.701293999999999, 4.008406]]}, &quot;bbox&quot;: [9.701293999999999, 4.008406, 9.706044, 4.01785]}, {&quot;id&quot;: &quot;526&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 1.769230769230771, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.763806, 3.997361]]}, &quot;bbox&quot;: [9.763806, 3.997361, 9.767833, 4.029]}, {&quot;id&quot;: &quot;562&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 2.6216216216216237, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.763906, 3.9974610000000004]]}, &quot;bbox&quot;: [9.763906, 3.9974610000000004, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;598&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 1.1428571428571421, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741417, 4.009639], [9.723611, 4.020194]]}, &quot;bbox&quot;: [9.723611, 4.009639, 9.741417, 4.020194]}, {&quot;id&quot;: &quot;634&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 1.2435897435897423, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741517, 4.009739], [9.723711, 4.020294]]}, &quot;bbox&quot;: [9.723711, 4.009739, 9.741517, 4.020294]}, {&quot;id&quot;: &quot;670&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 1.2941176470588238, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.745083, 4.002553]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.767833, 4.029]}, {&quot;id&quot;: &quot;706&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 1.1333333333333333, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.745182999999999, 4.002653]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;742&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 466.0, &quot;att&quot;: 1.1, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73456, 4.01734]]}, &quot;bbox&quot;: [9.73456, 4.015972, 9.738528, 4.01734]}, {&quot;id&quot;: &quot;778&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 466.0, &quot;att&quot;: 1.1724137931034482, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73466, 4.01744]]}, &quot;bbox&quot;: [9.73466, 4.016071999999999, 9.738628, 4.01744]}, {&quot;id&quot;: &quot;814&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8335.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 1.0400000000000034, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.762056, 4.004472]]}, &quot;bbox&quot;: [9.762056, 4.004472, 9.767833, 4.029]}, {&quot;id&quot;: &quot;850&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8454.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 1.4285714285714324, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.762156, 4.004572]]}, &quot;bbox&quot;: [9.762156, 4.004572, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;886&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 1.0333333333333325, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.768083, 4.017917]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.768083, 4.017917]}, {&quot;id&quot;: &quot;922&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 1.4468085106382986, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.768183, 4.0180169999999995]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.768183, 4.0180169999999995]}, {&quot;id&quot;: &quot;958&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 1.4411764705882355, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727083, 4.023444], [9.72629, 4.01048]]}, &quot;bbox&quot;: [9.72629, 4.01048, 9.727083, 4.023444]}, {&quot;id&quot;: &quot;994&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 1.8108108108108083, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727183, 4.023543999999999], [9.72639, 4.01058]]}, &quot;bbox&quot;: [9.72639, 4.01058, 9.727183, 4.023543999999999]}, {&quot;id&quot;: &quot;1030&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 1.3142857142857127, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.757556, 4.0195]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.757556, 4.0195]}, {&quot;id&quot;: &quot;1066&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 1.2682926829268295, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.757655999999999, 4.0196]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.757655999999999, 4.0196]}, {&quot;id&quot;: &quot;1102&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 1.1590909090909092, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.756817, 4.008442]]}, &quot;bbox&quot;: [9.756817, 4.008442, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1138&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 1.4193548387096782, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.756917, 4.008541999999999]]}, &quot;bbox&quot;: [9.756917, 4.008541999999999, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1174&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.10766721044045678, &quot;style&quot;: {&quot;color&quot;: &quot;#482677&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744694, 4.014417], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.744694, 4.014417, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1210&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.3010204081632652, &quot;style&quot;: {&quot;color&quot;: &quot;#34608d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744794, 4.014517], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.744794, 4.014517, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1246&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 1.500000000000002, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.767719, 4.0105, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1282&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 1.333333333333334, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.767819, 4.0106, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1318&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 0.7727272727272732, &quot;style&quot;: {&quot;color&quot;: &quot;#69cd5b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.780278, 4.023889]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.780278, 4.023889]}, {&quot;id&quot;: &quot;1354&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 1.5555555555555551, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.780377999999999, 4.023988999999999]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.780377999999999, 4.023988999999999]}, {&quot;id&quot;: &quot;1390&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 2.315789473684209, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.721083, 4.0115]]}, &quot;bbox&quot;: [9.696744, 4.0115, 9.721083, 4.029381]}, {&quot;id&quot;: &quot;1426&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 1.1632653061224485, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.721183, 4.0116]]}, &quot;bbox&quot;: [9.696844, 4.0116, 9.721183, 4.029481]}, {&quot;id&quot;: &quot;1462&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 654.0, &quot;att&quot;: 10.266666666666666, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743889, 4.0194], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.743889, 4.0194, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1498&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 654.0, &quot;att&quot;: 1.827586206896554, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743989, 4.0195], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.743989, 4.0195, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1534&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024043N-9.680260E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2266.0, &quot;att&quot;: 1.8888888888888904, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.67025, 4.022056], [9.69027, 4.02603]]}, &quot;bbox&quot;: [9.67025, 4.022056, 9.69027, 4.02603]}, {&quot;id&quot;: &quot;1570&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 2.103448275862068, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.72802, 4.03279]]}, &quot;bbox&quot;: [9.72802, 4.015972, 9.738528, 4.03279]}, {&quot;id&quot;: &quot;1606&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 3.437499999999997, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.72812, 4.03289]]}, &quot;bbox&quot;: [9.72812, 4.016071999999999, 9.738628, 4.03289]}, {&quot;id&quot;: &quot;1642&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 2.0188679245283008, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.69921, 4.02012]]}, &quot;bbox&quot;: [9.696744, 4.02012, 9.69921, 4.029381]}, {&quot;id&quot;: &quot;1678&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.7552447552447553, &quot;style&quot;: {&quot;color&quot;: &quot;#60ca60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.69931, 4.02022]]}, &quot;bbox&quot;: [9.696844, 4.02022, 9.69931, 4.029481]}, {&quot;id&quot;: &quot;1714&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18737.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 1.6969696969696952, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.77399, 4.02125]]}, &quot;bbox&quot;: [9.767833, 4.02125, 9.77399, 4.029]}, {&quot;id&quot;: &quot;1750&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17727.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 1.3548387096774173, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.77409, 4.02135]]}, &quot;bbox&quot;: [9.767933, 4.02135, 9.77409, 4.0291]}, {&quot;id&quot;: &quot;1786&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14431.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 874.0, &quot;att&quot;: 1.5517241379310314, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737194, 4.022139], [9.741992, 4.0284]]}, &quot;bbox&quot;: [9.737194, 4.022139, 9.741992, 4.0284]}, {&quot;id&quot;: &quot;1822&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14921.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 874.0, &quot;att&quot;: 1.599999999999999, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737294, 4.022239], [9.742092, 4.0285]]}, &quot;bbox&quot;: [9.737294, 4.022239, 9.742092, 4.0285]}, {&quot;id&quot;: &quot;1858&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 1.028571428571429, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73325, 4.035278]]}, &quot;bbox&quot;: [9.73325, 4.015972, 9.738528, 4.035278]}, {&quot;id&quot;: &quot;1894&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 2.1599999999999993, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73335, 4.035378]]}, &quot;bbox&quot;: [9.73335, 4.016071999999999, 9.738628, 4.035378]}, {&quot;id&quot;: &quot;1930&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 1.9803921568627463, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.70976, 4.02238]]}, &quot;bbox&quot;: [9.696744, 4.02238, 9.70976, 4.029381]}, {&quot;id&quot;: &quot;1966&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 1.6346153846153881, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.709859999999999, 4.02248]]}, &quot;bbox&quot;: [9.696844, 4.02248, 9.709859999999999, 4.029481]}, {&quot;id&quot;: &quot;2002&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 755.0, &quot;att&quot;: 2.0303030303030263, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.694556, 4.022917]]}, &quot;bbox&quot;: [9.694556, 4.022917, 9.696744, 4.029381]}, {&quot;id&quot;: &quot;2038&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 755.0, &quot;att&quot;: 1.25, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.694656, 4.023016999999999]]}, &quot;bbox&quot;: [9.694656, 4.023016999999999, 9.696844, 4.029481]}, {&quot;id&quot;: &quot;2074&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 2.2903225806451584, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.72684, 4.01658]]}, &quot;bbox&quot;: [9.72684, 4.01658, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2110&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 1.9069767441860452, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.726939999999999, 4.01668]]}, &quot;bbox&quot;: [9.726939999999999, 4.01668, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2146&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 364.0, &quot;att&quot;: 1.142857142857145, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.705139, 4.028333]]}, &quot;bbox&quot;: [9.701944, 4.028333, 9.705139, 4.029083]}, {&quot;id&quot;: &quot;2182&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 364.0, &quot;att&quot;: 1.2352941176470575, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.705239, 4.028433]]}, &quot;bbox&quot;: [9.702043999999999, 4.028433, 9.705239, 4.029183]}, {&quot;id&quot;: &quot;2218&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 1.744186046511628, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.686417, 4.029444]]}, &quot;bbox&quot;: [9.686417, 4.029381, 9.696744, 4.029444]}, {&quot;id&quot;: &quot;2254&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 1.6829268292682946, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.686517, 4.029544]]}, &quot;bbox&quot;: [9.686517, 4.029481, 9.696844, 4.029544]}, {&quot;id&quot;: &quot;2290&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 868.0, &quot;att&quot;: 1.9166666666666654, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.709194, 4.032028]]}, &quot;bbox&quot;: [9.701944, 4.029083, 9.709194, 4.032028]}, {&quot;id&quot;: &quot;2326&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 868.0, &quot;att&quot;: 1.9565217391304373, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.709294, 4.032128]]}, &quot;bbox&quot;: [9.702043999999999, 4.029183, 9.709294, 4.032128]}, {&quot;id&quot;: &quot;2362&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 666.0, &quot;att&quot;: 1.5666666666666653, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.691575, 4.032433]]}, &quot;bbox&quot;: [9.691575, 4.029381, 9.696744, 4.032433]}, {&quot;id&quot;: &quot;2398&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 666.0, &quot;att&quot;: 1.2592592592592606, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.691675, 4.032533]]}, &quot;bbox&quot;: [9.691675, 4.029481, 9.696844, 4.032533]}, {&quot;id&quot;: &quot;2434&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 536.0, &quot;att&quot;: 1.9090909090909078, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699417, 4.033417]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699417, 4.033417]}, {&quot;id&quot;: &quot;2470&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 536.0, &quot;att&quot;: 1.7666666666666657, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699517, 4.033517]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699517, 4.033517]}, {&quot;id&quot;: &quot;2506&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 1.9729729729729726, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.727083, 4.023444]]}, &quot;bbox&quot;: [9.727083, 4.023444, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2542&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 1.7115384615384626, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.727183, 4.023543999999999]]}, &quot;bbox&quot;: [9.727183, 4.023543999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2578&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 1.7804878048780506, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71564, 4.032], [9.71203, 4.03312]]}, &quot;bbox&quot;: [9.71203, 4.032, 9.71564, 4.03312]}, {&quot;id&quot;: &quot;2614&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 1.5957446808510654, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71574, 4.0321], [9.71213, 4.03322]]}, &quot;bbox&quot;: [9.71213, 4.0321, 9.71574, 4.03322]}, {&quot;id&quot;: &quot;2650&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 1.2820512820512802, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.755167, 4.037361]]}, &quot;bbox&quot;: [9.755167, 4.029, 9.767833, 4.037361]}, {&quot;id&quot;: &quot;2686&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 1.4324324324324333, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.755267, 4.0374609999999995]]}, &quot;bbox&quot;: [9.755267, 4.0291, 9.767933, 4.0374609999999995]}, {&quot;id&quot;: &quot;2722&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 323.0, &quot;att&quot;: 1.1499999999999986, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691575, 4.032433], [9.691889, 4.035333]]}, &quot;bbox&quot;: [9.691575, 4.032433, 9.691889, 4.035333]}, {&quot;id&quot;: &quot;2758&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 323.0, &quot;att&quot;: 1.294117647058823, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691675, 4.032533], [9.691989, 4.035432999999999]]}, &quot;bbox&quot;: [9.691675, 4.032533, 9.691989, 4.035432999999999]}, {&quot;id&quot;: &quot;2794&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 516.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774333, 4.033028], [9.77026, 4.03527]]}, &quot;bbox&quot;: [9.77026, 4.033028, 9.774333, 4.03527]}, {&quot;id&quot;: &quot;2830&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 516.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774433, 4.033128], [9.77036, 4.0353699999999995]]}, &quot;bbox&quot;: [9.77036, 4.033128, 9.774433, 4.0353699999999995]}, {&quot;id&quot;: &quot;2866&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 1.6, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.725667, 4.028583]]}, &quot;bbox&quot;: [9.725667, 4.028583, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2902&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 1.5882352941176476, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.725767, 4.028683]]}, &quot;bbox&quot;: [9.725767, 4.028683, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2938&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 1.400000000000001, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699006, 4.040886]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699006, 4.040886]}, {&quot;id&quot;: &quot;2974&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 1.388888888888891, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699106, 4.040986]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699106, 4.040986]}, {&quot;id&quot;: &quot;3010&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17810.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 610.0, &quot;att&quot;: 1.5714285714285743, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683883, 4.033886], [9.688056, 4.037472]]}, &quot;bbox&quot;: [9.683883, 4.033886, 9.688056, 4.037472]}, {&quot;id&quot;: &quot;3046&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18820.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 610.0, &quot;att&quot;: 1.4444444444444424, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683983, 4.033986], [9.688156, 4.037572]]}, &quot;bbox&quot;: [9.683983, 4.033986, 9.688156, 4.037572]}, {&quot;id&quot;: &quot;3082&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 1.137254901960785, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.766222, 4.046556]]}, &quot;bbox&quot;: [9.766222, 4.029, 9.767833, 4.046556]}, {&quot;id&quot;: &quot;3118&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 1.0392156862745103, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.766322, 4.046656]]}, &quot;bbox&quot;: [9.766322, 4.0291, 9.767933, 4.046656]}, {&quot;id&quot;: &quot;3154&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 433.0, &quot;att&quot;: 1.2692307692307674, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706106, 4.040083], [9.703794, 4.036926]]}, &quot;bbox&quot;: [9.703794, 4.036926, 9.706106, 4.040083]}, {&quot;id&quot;: &quot;3190&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 433.0, &quot;att&quot;: 1.285714285714285, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706206, 4.040183], [9.703894, 4.037026]]}, &quot;bbox&quot;: [9.703894, 4.037026, 9.706206, 4.040183]}, {&quot;id&quot;: &quot;3226&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 3.3023255813953445, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.711917, 4.037722]]}, &quot;bbox&quot;: [9.711917, 4.037722, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;3262&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 2.9782608695652155, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.712017, 4.037821999999999]]}, &quot;bbox&quot;: [9.712017, 4.037821999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;3298&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 928.0, &quot;att&quot;: 1.4655172413793112, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.741011, 4.038342]]}, &quot;bbox&quot;: [9.733028, 4.038342, 9.741011, 4.040819]}, {&quot;id&quot;: &quot;3334&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 928.0, &quot;att&quot;: 1.584905660377359, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.741111, 4.038442]]}, &quot;bbox&quot;: [9.733127999999999, 4.038442, 9.741111, 4.040919]}, {&quot;id&quot;: &quot;3370&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 441.0, &quot;att&quot;: 1.928571428571425, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.70265, 4.03931]]}, &quot;bbox&quot;: [9.699006, 4.03931, 9.70265, 4.040886]}, {&quot;id&quot;: &quot;3406&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 441.0, &quot;att&quot;: 2.07142857142857, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.70275, 4.03941]]}, &quot;bbox&quot;: [9.699106, 4.03941, 9.70275, 4.040986]}, {&quot;id&quot;: &quot;3442&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 697.0, &quot;att&quot;: 1.2923076923076922, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774, 4.042306], [9.7795, 4.039278]]}, &quot;bbox&quot;: [9.774, 4.039278, 9.7795, 4.042306]}, {&quot;id&quot;: &quot;3478&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 697.0, &quot;att&quot;: 1.0495049504950495, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774099999999999, 4.042406], [9.7796, 4.039378]]}, &quot;bbox&quot;: [9.774099999999999, 4.039378, 9.7796, 4.042406]}, {&quot;id&quot;: &quot;3515&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041057N-9.688122E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 387.0, &quot;att&quot;: 1.3750000000000027, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.689827, 4.040697]]}, &quot;bbox&quot;: [9.686417, 4.040697, 9.689827, 4.041417]}, {&quot;id&quot;: &quot;3551&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 975.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762056, 4.03875], [9.754583, 4.043386]]}, &quot;bbox&quot;: [9.754583, 4.03875, 9.762056, 4.043386]}, {&quot;id&quot;: &quot;3587&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 975.0, &quot;att&quot;: 1.558139534883721, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762156, 4.03885], [9.754683, 4.043486]]}, &quot;bbox&quot;: [9.754683, 4.03885, 9.762156, 4.043486]}, {&quot;id&quot;: &quot;3623&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 524.0, &quot;att&quot;: 1.6129032258064508, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.728389, 4.041694]]}, &quot;bbox&quot;: [9.728389, 4.040819, 9.733028, 4.041694]}, {&quot;id&quot;: &quot;3659&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.11389521640091116, &quot;style&quot;: {&quot;color&quot;: &quot;#482979&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.728489, 4.041793999999999]]}, &quot;bbox&quot;: [9.728489, 4.040919, 9.733127999999999, 4.041793999999999]}, {&quot;id&quot;: &quot;3695&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 1.086206896551724, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.779361, 4.053694]]}, &quot;bbox&quot;: [9.767833, 4.029, 9.779361, 4.053694]}, {&quot;id&quot;: &quot;3731&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.779461, 4.053794]]}, &quot;bbox&quot;: [9.767933, 4.0291, 9.779461, 4.053794]}, {&quot;id&quot;: &quot;3767&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 1.6818181818181803, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.747639, 4.043778]]}, &quot;bbox&quot;: [9.733028, 4.040819, 9.747639, 4.043778]}, {&quot;id&quot;: &quot;3803&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 1.2459016393442626, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.747739, 4.043877999999999]]}, &quot;bbox&quot;: [9.733127999999999, 4.040919, 9.747739, 4.043877999999999]}, {&quot;id&quot;: &quot;3839&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 1.7659574468085089, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702978, 4.056559], [9.73025, 4.028444]]}, &quot;bbox&quot;: [9.702978, 4.028444, 9.73025, 4.056559]}, {&quot;id&quot;: &quot;3875&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 2.0454545454545445, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703078, 4.056659], [9.73035, 4.028544]]}, &quot;bbox&quot;: [9.703078, 4.028544, 9.73035, 4.056659]}, {&quot;id&quot;: &quot;3911&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 1.3157894736842066, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.69725, 4.04425]]}, &quot;bbox&quot;: [9.69725, 4.040886, 9.699006, 4.04425]}, {&quot;id&quot;: &quot;3947&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 1.363636363636362, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.69735, 4.04435]]}, &quot;bbox&quot;: [9.69735, 4.040986, 9.699106, 4.04435]}, {&quot;id&quot;: &quot;3983&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 431.0, &quot;att&quot;: 1.594594594594595, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704083, 4.04244], [9.707889, 4.043194]]}, &quot;bbox&quot;: [9.704083, 4.04244, 9.707889, 4.043194]}, {&quot;id&quot;: &quot;4019&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 431.0, &quot;att&quot;: 1.4473684210526299, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704183, 4.04254], [9.707989, 4.0432939999999995]]}, &quot;bbox&quot;: [9.704183, 4.04254, 9.707989, 4.0432939999999995]}, {&quot;id&quot;: &quot;4057&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043833N-9.687306E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 570.0, &quot;att&quot;: 1.7000000000000004, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.688194, 4.04625]]}, &quot;bbox&quot;: [9.686417, 4.041417, 9.688194, 4.04625]}, {&quot;id&quot;: &quot;4093&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 810.0, &quot;att&quot;: 2.0769230769230753, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707889, 4.043194], [9.700739, 4.044661]]}, &quot;bbox&quot;: [9.700739, 4.043194, 9.707889, 4.044661]}, {&quot;id&quot;: &quot;4129&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 810.0, &quot;att&quot;: 2.1199999999999988, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707989, 4.0432939999999995], [9.700839, 4.044760999999999]]}, &quot;bbox&quot;: [9.700839, 4.0432939999999995, 9.707989, 4.044760999999999]}, {&quot;id&quot;: &quot;4165&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 706.0, &quot;att&quot;: 1.2291666666666672, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728389, 4.041694], [9.72575, 4.0475]]}, &quot;bbox&quot;: [9.72575, 4.041694, 9.728389, 4.0475]}, {&quot;id&quot;: &quot;4201&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 706.0, &quot;att&quot;: 1.363636363636364, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728489, 4.041793999999999], [9.72585, 4.0476]]}, &quot;bbox&quot;: [9.72585, 4.041793999999999, 9.728489, 4.0476]}, {&quot;id&quot;: &quot;4237&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 1.8205128205128216, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.699006, 4.040886, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4273&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 1.4400000000000006, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.699106, 4.040986, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4309&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14487.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 611.0, &quot;att&quot;: 1.5862068965517215, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71598, 4.04642], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.71598, 4.04642, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4345&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14977.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 611.0, &quot;att&quot;: 1.7777777777777775, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71608, 4.04652], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.71608, 4.04652, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4381&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048013N-9.705195E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 822.0, &quot;att&quot;: 1.6363636363636365, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703528, 4.044694], [9.706861, 4.051333]]}, &quot;bbox&quot;: [9.703528, 4.044694, 9.706861, 4.051333]}, {&quot;id&quot;: &quot;4417&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 317.0, &quot;att&quot;: 0.9624413145539907, &quot;style&quot;: {&quot;color&quot;: &quot;#e7e419&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698333, 4.049556], [9.698917, 4.04675]]}, &quot;bbox&quot;: [9.698333, 4.04675, 9.698917, 4.049556]}, {&quot;id&quot;: &quot;4453&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 317.0, &quot;att&quot;: 2.166666666666666, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698433, 4.049656], [9.699017, 4.04685]]}, &quot;bbox&quot;: [9.698433, 4.04685, 9.699017, 4.049656]}, {&quot;id&quot;: &quot;4489&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 564.0, &quot;att&quot;: 2.1249999999999956, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706861, 4.051333], [9.708472, 4.0465]]}, &quot;bbox&quot;: [9.706861, 4.0465, 9.708472, 4.051333]}, {&quot;id&quot;: &quot;4525&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 564.0, &quot;att&quot;: 2.1739130434782634, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706961, 4.051432999999999], [9.708572, 4.0466]]}, &quot;bbox&quot;: [9.706961, 4.0466, 9.708572, 4.051432999999999]}, {&quot;id&quot;: &quot;4561&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 596.0, &quot;att&quot;: 1.580645161290325, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.771911, 4.050192], [9.777253, 4.049658]]}, &quot;bbox&quot;: [9.771911, 4.049658, 9.777253, 4.050192]}, {&quot;id&quot;: &quot;4597&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 596.0, &quot;att&quot;: 1.4062499999999987, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.772011, 4.050292], [9.777353, 4.049758]]}, &quot;bbox&quot;: [9.772011, 4.049758, 9.777353, 4.050292]}, {&quot;id&quot;: &quot;4633&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050150N-9.740475E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 454.0, &quot;att&quot;: 1.8709677419354844, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741306, 4.052028], [9.739644, 4.048272]]}, &quot;bbox&quot;: [9.739644, 4.048272, 9.741306, 4.052028]}, {&quot;id&quot;: &quot;4669&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 522.0, &quot;att&quot;: 1.7499999999999993, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702389, 4.052444], [9.704556, 4.04825]]}, &quot;bbox&quot;: [9.702389, 4.04825, 9.704556, 4.052444]}, {&quot;id&quot;: &quot;4705&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 522.0, &quot;att&quot;: 1.2799999999999998, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702489, 4.052544], [9.704656, 4.04835]]}, &quot;bbox&quot;: [9.702489, 4.04835, 9.704656, 4.052544]}, {&quot;id&quot;: &quot;4741&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 956.0, &quot;att&quot;: 0.7395833333333331, &quot;style&quot;: {&quot;color&quot;: &quot;#58c765&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.756833, 4.047389]]}, &quot;bbox&quot;: [9.750917, 4.047389, 9.756833, 4.053667]}, {&quot;id&quot;: &quot;4777&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 956.0, &quot;att&quot;: 2.799999999999997, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.756933, 4.047489]]}, &quot;bbox&quot;: [9.751017, 4.047489, 9.756933, 4.053767]}, {&quot;id&quot;: &quot;4813&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779361, 4.053694], [9.797806, 4.050472]]}, &quot;bbox&quot;: [9.779361, 4.050472, 9.797806, 4.053694]}, {&quot;id&quot;: &quot;4849&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 1.031746031746032, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779461, 4.053794], [9.797906, 4.050572]]}, &quot;bbox&quot;: [9.779461, 4.050572, 9.797906, 4.053794]}, {&quot;id&quot;: &quot;4885&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8363.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 1.7083333333333268, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.775889, 4.05525]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.775889, 4.05525]}, {&quot;id&quot;: &quot;4921&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8482.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 1.9599999999999966, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.775989, 4.05535]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.775989, 4.05535]}, {&quot;id&quot;: &quot;4957&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.262135922330097, &quot;style&quot;: {&quot;color&quot;: &quot;#39558c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.754444, 4.058167]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.754444, 4.058167]}, {&quot;id&quot;: &quot;4993&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.12585812356979406, &quot;style&quot;: {&quot;color&quot;: &quot;#472d7b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.754544, 4.058267]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.754544, 4.058267]}, {&quot;id&quot;: &quot;5029&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 546.0, &quot;att&quot;: 1.5681818181818183, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.767556, 4.053639]]}, &quot;bbox&quot;: [9.767556, 4.053639, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5065&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 546.0, &quot;att&quot;: 1.7058823529411749, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.767656, 4.053739]]}, &quot;bbox&quot;: [9.767656, 4.053739, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5101&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 879.0, &quot;att&quot;: 2.057692307692307, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738694, 4.058056], [9.745611, 4.054186]]}, &quot;bbox&quot;: [9.738694, 4.054186, 9.745611, 4.058056]}, {&quot;id&quot;: &quot;5137&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 879.0, &quot;att&quot;: 1.8333333333333344, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738794, 4.058155999999999], [9.745711, 4.054285999999999]]}, &quot;bbox&quot;: [9.738794, 4.054285999999999, 9.745711, 4.058155999999999]}, {&quot;id&quot;: &quot;5173&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 1.948717948717948, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.743528, 4.059611]]}, &quot;bbox&quot;: [9.743528, 4.053667, 9.750917, 4.059611]}, {&quot;id&quot;: &quot;5209&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 2.874999999999996, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.743628, 4.059711]]}, &quot;bbox&quot;: [9.743628, 4.053767, 9.751017, 4.059711]}, {&quot;id&quot;: &quot;5245&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 3.0322580645161294, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726194, 4.060028], [9.750917, 4.053667]]}, &quot;bbox&quot;: [9.726194, 4.053667, 9.750917, 4.060028]}, {&quot;id&quot;: &quot;5281&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 2.971428571428571, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726294, 4.060128], [9.751017, 4.053767]]}, &quot;bbox&quot;: [9.726294, 4.053767, 9.751017, 4.060128]}, {&quot;id&quot;: &quot;5317&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 2.4999999999999982, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726393999999999, 4.060228], [9.751116999999999, 4.053867]]}, &quot;bbox&quot;: [9.726393999999999, 4.053867, 9.751116999999999, 4.060228]}, {&quot;id&quot;: &quot;5353&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 3.0555555555555522, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726493999999999, 4.060328], [9.751216999999999, 4.053967]]}, &quot;bbox&quot;: [9.726493999999999, 4.053967, 9.751216999999999, 4.060328]}, {&quot;id&quot;: &quot;5389&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_0&quot;, &quot;frequency&quot;: 12793.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 3.5000000000000027, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726594, 4.060428], [9.751317, 4.054067]]}, &quot;bbox&quot;: [9.726594, 4.054067, 9.751317, 4.060428]}, {&quot;id&quot;: &quot;5425&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_1&quot;, &quot;frequency&quot;: 13059.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 2.8421052631578925, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726694, 4.060528], [9.751417, 4.054167]]}, &quot;bbox&quot;: [9.726694, 4.054167, 9.751417, 4.060528]}, {&quot;id&quot;: &quot;5461&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 2.9444444444444415, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.734028, 4.06025]]}, &quot;bbox&quot;: [9.734028, 4.053667, 9.750917, 4.06025]}, {&quot;id&quot;: &quot;5497&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 2.444444444444447, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.734128, 4.06035]]}, &quot;bbox&quot;: [9.734128, 4.053767, 9.751017, 4.06035]}, {&quot;id&quot;: &quot;5533&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 630.0, &quot;att&quot;: 2.1351351351351333, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.763167, 4.056417]]}, &quot;bbox&quot;: [9.763167, 4.056417, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5569&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 630.0, &quot;att&quot;: 1.695652173913044, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.763266999999999, 4.0565169999999995]]}, &quot;bbox&quot;: [9.763266999999999, 4.0565169999999995, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5605&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 2.2096774193548394, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.786861, 4.062806]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.786861, 4.062806]}, {&quot;id&quot;: &quot;5641&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 3.914285714285715, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.786961, 4.062906]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.786961, 4.062906]}, {&quot;id&quot;: &quot;5677&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 1.5217391304347752, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.720853, 4.053242]]}, &quot;bbox&quot;: [9.714664, 4.053242, 9.720853, 4.06425]}, {&quot;id&quot;: &quot;5713&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 1.2777777777777781, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.720953, 4.053342]]}, &quot;bbox&quot;: [9.714764, 4.053342, 9.720953, 4.06435]}, {&quot;id&quot;: &quot;5749&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 2.2075471698113223, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.75311, 4.064069]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.75311, 4.064069]}, {&quot;id&quot;: &quot;5785&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 2.3508771929824563, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.75321, 4.064169]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.75321, 4.064169]}, {&quot;id&quot;: &quot;5821&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 2.4791666666666665, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.767778, 4.064361]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.767778, 4.064361]}, {&quot;id&quot;: &quot;5857&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 4.19354838709677, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.767878, 4.064461]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.767878, 4.064461]}, {&quot;id&quot;: &quot;5893&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 796.0, &quot;att&quot;: 1.9583333333333328, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708444, 4.060333], [9.715412, 4.058638]]}, &quot;bbox&quot;: [9.708444, 4.058638, 9.715412, 4.060333]}, {&quot;id&quot;: &quot;5929&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 796.0, &quot;att&quot;: 2.0869565217391317, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708544, 4.060433], [9.715512, 4.058738]]}, &quot;bbox&quot;: [9.708544, 4.058738, 9.715512, 4.060433]}, {&quot;id&quot;: &quot;5965&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 3.1851851851851825, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.759558, 4.066322]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.759558, 4.066322]}, {&quot;id&quot;: &quot;6001&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 3.4615384615384595, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.759658, 4.066422]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.759658, 4.066422]}, {&quot;id&quot;: &quot;6037&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 2.39285714285714, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.777639, 4.063131]]}, &quot;bbox&quot;: [9.768444, 4.0585, 9.777639, 4.063131]}, {&quot;id&quot;: &quot;6073&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 2.4074074074074088, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.777739, 4.063231]]}, &quot;bbox&quot;: [9.768544, 4.0586, 9.777739, 4.063231]}, {&quot;id&quot;: &quot;6109&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 498.0, &quot;att&quot;: 1.6666666666666663, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743528, 4.059611], [9.74569, 4.06356]]}, &quot;bbox&quot;: [9.743528, 4.059611, 9.74569, 4.06356]}, {&quot;id&quot;: &quot;6145&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 498.0, &quot;att&quot;: 2.7407407407407445, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743628, 4.059711], [9.74579, 4.06366]]}, &quot;bbox&quot;: [9.743628, 4.059711, 9.74579, 4.06366]}, {&quot;id&quot;: &quot;6181&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 741.0, &quot;att&quot;: 2.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704333, 4.059583], [9.706333, 4.065972]]}, &quot;bbox&quot;: [9.704333, 4.059583, 9.706333, 4.065972]}, {&quot;id&quot;: &quot;6217&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 741.0, &quot;att&quot;: 1.9523809523809517, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704433, 4.059683], [9.706433, 4.066072]]}, &quot;bbox&quot;: [9.704433, 4.059683, 9.706433, 4.066072]}, {&quot;id&quot;: &quot;6253&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 603.0, &quot;att&quot;: 1.5151515151515165, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.719389, 4.061556]]}, &quot;bbox&quot;: [9.714664, 4.061556, 9.719389, 4.06425]}, {&quot;id&quot;: &quot;6289&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 603.0, &quot;att&quot;: 1.6129032258064508, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.719489, 4.061656]]}, &quot;bbox&quot;: [9.714764, 4.061656, 9.719489, 4.06435]}, {&quot;id&quot;: &quot;6325&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 669.0, &quot;att&quot;: 2.8571428571428528, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759558, 4.066322], [9.76425, 4.062528]]}, &quot;bbox&quot;: [9.759558, 4.062528, 9.76425, 4.066322]}, {&quot;id&quot;: &quot;6361&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 669.0, &quot;att&quot;: 3.041666666666661, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759658, 4.066422], [9.76435, 4.062628]]}, &quot;bbox&quot;: [9.759658, 4.062628, 9.76435, 4.066422]}, {&quot;id&quot;: &quot;6397&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 451.0, &quot;att&quot;: 2.1052631578947385, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710083, 4.063917], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.710083, 4.063917, 9.71287, 4.06688]}, {&quot;id&quot;: &quot;6433&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 451.0, &quot;att&quot;: 1.9444444444444398, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710182999999999, 4.064017], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.710182999999999, 4.064017, 9.71297, 4.06698]}, {&quot;id&quot;: &quot;6469&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 924.0, &quot;att&quot;: 2.3999999999999995, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79152, 4.065848], [9.799722, 4.06725]]}, &quot;bbox&quot;: [9.79152, 4.065848, 9.799722, 4.06725]}, {&quot;id&quot;: &quot;6505&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 924.0, &quot;att&quot;: 2.8333333333333335, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79162, 4.065948], [9.799821999999999, 4.067349999999999]]}, &quot;bbox&quot;: [9.79162, 4.065948, 9.799821999999999, 4.067349999999999]}, {&quot;id&quot;: &quot;6541&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 2.708333333333332, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.72547, 4.07139]}, {&quot;id&quot;: &quot;6577&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 2.3125000000000004, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.72557, 4.07149]}, {&quot;id&quot;: &quot;6613&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 932.0, &quot;att&quot;: 1.9555555555555548, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.722972, 4.065667], [9.729139, 4.071389]]}, &quot;bbox&quot;: [9.722972, 4.065667, 9.729139, 4.071389]}, {&quot;id&quot;: &quot;6649&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 932.0, &quot;att&quot;: 2.022222222222221, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.723072, 4.065767], [9.729239, 4.071489]]}, &quot;bbox&quot;: [9.723072, 4.065767, 9.729239, 4.071489]}, {&quot;id&quot;: &quot;6685&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 535.0, &quot;att&quot;: 1.942857142857142, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714869, 4.071278], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.71287, 4.06688, 9.714869, 4.071278]}, {&quot;id&quot;: &quot;6721&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 535.0, &quot;att&quot;: 1.8444444444444454, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714969, 4.071378], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.71297, 4.06698, 9.714969, 4.071378]}, {&quot;id&quot;: &quot;6757&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 407.0, &quot;att&quot;: 1.8275862068965496, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729139, 4.071389], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.72547, 4.071389, 9.729139, 4.07139]}, {&quot;id&quot;: &quot;6793&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 407.0, &quot;att&quot;: 1.6896551724137934, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729239, 4.071489], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.72557, 4.071489, 9.729239, 4.07149]}, {&quot;id&quot;: &quot;6829&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 731.0, &quot;att&quot;: 0.43000000000000044, &quot;style&quot;: {&quot;color&quot;: &quot;#27808e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736111, 4.072222], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.736111, 4.072222, 9.742681, 4.072661]}, {&quot;id&quot;: &quot;6865&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 731.0, &quot;att&quot;: 2.5769230769230766, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736210999999999, 4.072322], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.736210999999999, 4.072322, 9.742780999999999, 4.072761]}, {&quot;id&quot;: &quot;6901&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 561.0, &quot;att&quot;: 2.347826086956524, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76925, 4.071639], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.76925, 4.071639, 9.774, 4.073367]}, {&quot;id&quot;: &quot;6937&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 561.0, &quot;att&quot;: 2.3461538461538454, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76935, 4.071739], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.76935, 4.071739, 9.774099999999999, 4.073467]}, {&quot;id&quot;: &quot;6973&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 4.900000000000002, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.721058, 4.084075]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.721058, 4.084075]}, {&quot;id&quot;: &quot;7009&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 4.160000000000002, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.721157999999999, 4.084175]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.721157999999999, 4.084175]}, {&quot;id&quot;: &quot;7045&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 3.733333333333332, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.761667, 4.074778]}, {&quot;id&quot;: &quot;7081&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 4.653846153846149, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.761766999999999, 4.074878]}, {&quot;id&quot;: &quot;7117&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 4.588235294117642, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719639, 4.070306], [9.719417, 4.079889]]}, &quot;bbox&quot;: [9.719417, 4.070306, 9.719639, 4.079889]}, {&quot;id&quot;: &quot;7153&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 3.3599999999999994, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719739, 4.070406], [9.719517, 4.079988999999999]]}, &quot;bbox&quot;: [9.719517, 4.070406, 9.719739, 4.079988999999999]}, {&quot;id&quot;: &quot;7189&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 3.5333333333333314, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.781778, 4.069972]]}, &quot;bbox&quot;: [9.781778, 4.069972, 9.786083, 4.0817]}, {&quot;id&quot;: &quot;7225&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 4.416666666666667, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.781877999999999, 4.070072]]}, &quot;bbox&quot;: [9.781877999999999, 4.070072, 9.786183, 4.081799999999999]}, {&quot;id&quot;: &quot;7261&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 700.0, &quot;att&quot;: 2.738095238095241, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.75645, 4.07833]]}, &quot;bbox&quot;: [9.75645, 4.074778, 9.761667, 4.07833]}, {&quot;id&quot;: &quot;7297&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.2056514913657771, &quot;style&quot;: {&quot;color&quot;: &quot;#404588&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.756549999999999, 4.07843]]}, &quot;bbox&quot;: [9.756549999999999, 4.074878, 9.761766999999999, 4.07843]}, {&quot;id&quot;: &quot;7333&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 480.0, &quot;att&quot;: 2.909090909090908, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719417, 4.079889], [9.721778, 4.07625]]}, &quot;bbox&quot;: [9.719417, 4.07625, 9.721778, 4.079889]}, {&quot;id&quot;: &quot;7369&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 480.0, &quot;att&quot;: 2.6, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719517, 4.079988999999999], [9.721878, 4.07635]]}, &quot;bbox&quot;: [9.719517, 4.07635, 9.721878, 4.079988999999999]}, {&quot;id&quot;: &quot;7405&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 18.8, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756825, 4.081867], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.756825, 4.081867]}, {&quot;id&quot;: &quot;7441&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 3.2307692307692286, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756924999999999, 4.081967], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.756924999999999, 4.081967]}, {&quot;id&quot;: &quot;7477&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 2.464285714285716, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.801611, 4.076722]]}, &quot;bbox&quot;: [9.786083, 4.076722, 9.801611, 4.0817]}, {&quot;id&quot;: &quot;7513&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 4.359999999999999, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.801711, 4.076822]]}, &quot;bbox&quot;: [9.786183, 4.076822, 9.801711, 4.081799999999999]}, {&quot;id&quot;: &quot;7549&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 3.774193548387096, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.742681, 4.072661, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;7585&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 3.166666666666673, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.742780999999999, 4.072761, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;7621&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 2.7391304347826053, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.752944, 4.073367, 9.774, 4.085936]}, {&quot;id&quot;: &quot;7657&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 3.115384615384614, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.753044, 4.073467, 9.774099999999999, 4.086036]}, {&quot;id&quot;: &quot;7693&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080070N-9.789737E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18848.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 888.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.79339, 4.07844]]}, &quot;bbox&quot;: [9.786083, 4.07844, 9.79339, 4.0817]}, {&quot;id&quot;: &quot;7729&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 2.0624999999999964, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.753278, 4.074861]]}, &quot;bbox&quot;: [9.752944, 4.074861, 9.753278, 4.085936]}, {&quot;id&quot;: &quot;7765&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 1.545454545454546, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.753378, 4.074961]]}, &quot;bbox&quot;: [9.753044, 4.074961, 9.753378, 4.086036]}, {&quot;id&quot;: &quot;7801&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 968.0, &quot;att&quot;: 2.714285714285715, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765535, 4.081441], [9.756825, 4.081867]]}, &quot;bbox&quot;: [9.756825, 4.081441, 9.765535, 4.081867]}, {&quot;id&quot;: &quot;7837&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 968.0, &quot;att&quot;: 23.65, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765635, 4.081541], [9.756924999999999, 4.081967]]}, &quot;bbox&quot;: [9.756924999999999, 4.081541, 9.765635, 4.081967]}, {&quot;id&quot;: &quot;7873&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 4.478260869565208, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.7949, 4.08393]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.7949, 4.08393]}, {&quot;id&quot;: &quot;7909&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 2.39130434782609, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.795, 4.084029999999999]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.795, 4.084029999999999]}, {&quot;id&quot;: &quot;7945&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 895.0, &quot;att&quot;: 2.093023255813955, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.77848, 4.08438]]}, &quot;bbox&quot;: [9.77848, 4.0817, 9.786083, 4.08438]}, {&quot;id&quot;: &quot;7981&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 895.0, &quot;att&quot;: 3.5925925925925966, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.77858, 4.08448]]}, &quot;bbox&quot;: [9.77858, 4.081799999999999, 9.786183, 4.08448]}, {&quot;id&quot;: &quot;8017&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 10.909090909090896, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.751769, 4.093194]]}, &quot;bbox&quot;: [9.751769, 4.074778, 9.761667, 4.093194]}, {&quot;id&quot;: &quot;8053&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 3.3888888888888884, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.751869, 4.093294]]}, &quot;bbox&quot;: [9.751869, 4.074878, 9.761766999999999, 4.093294]}, {&quot;id&quot;: &quot;8089&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 2.2941176470588145, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.728889, 4.083056]]}, &quot;bbox&quot;: [9.728889, 4.083056, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8125&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 2.388888888888891, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.728989, 4.083156]]}, &quot;bbox&quot;: [9.728989, 4.083156, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8161&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 3.4583333333333344, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.738306, 4.083528]]}, &quot;bbox&quot;: [9.738306, 4.083528, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8197&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 3.3461538461538454, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.738406, 4.083628]]}, &quot;bbox&quot;: [9.738406, 4.083628, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8233&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 947.0, &quot;att&quot;: 3.238095238095238, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.783583, 4.089889]]}, &quot;bbox&quot;: [9.783583, 4.0817, 9.786083, 4.089889]}, {&quot;id&quot;: &quot;8269&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 947.0, &quot;att&quot;: 5.368421052631584, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.783683, 4.089989]]}, &quot;bbox&quot;: [9.783683, 4.081799999999999, 9.786183, 4.089989]}, {&quot;id&quot;: &quot;8305&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 4.61538461538462, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.743333, 4.074778, 9.761667, 4.097333]}, {&quot;id&quot;: &quot;8341&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 3.8333333333333255, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.743433, 4.074878, 9.761766999999999, 4.097433]}, {&quot;id&quot;: &quot;8377&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 3.454545454545459, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.76601, 4.08663]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.76601, 4.08663]}, {&quot;id&quot;: &quot;8413&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 2.9069767441860486, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.76611, 4.08673]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.76611, 4.08673]}, {&quot;id&quot;: &quot;8449&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 4.3030303030302965, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.808667, 4.091389]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.808667, 4.091389]}, {&quot;id&quot;: &quot;8485&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 3.3571428571428514, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.808767, 4.091489]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.808767, 4.091489]}, {&quot;id&quot;: &quot;8521&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 830.0, &quot;att&quot;: 2.2765957446808502, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.758611, 4.090833]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.758611, 4.090833]}, {&quot;id&quot;: &quot;8557&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 830.0, &quot;att&quot;: 2.3200000000000003, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.758711, 4.090933]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.758711, 4.090933]}, {&quot;id&quot;: &quot;8593&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 555.0, &quot;att&quot;: 4.1250000000000115, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73381, 4.08679], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.73381, 4.08679, 9.736042, 4.091278]}, {&quot;id&quot;: &quot;8629&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 555.0, &quot;att&quot;: 3.120000000000002, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73391, 4.0868899999999995], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.73391, 4.0868899999999995, 9.736142, 4.091378]}, {&quot;id&quot;: &quot;8665&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 6.150000000000006, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.744, 4.104861]]}, &quot;bbox&quot;: [9.744, 4.074778, 9.761667, 4.104861]}, {&quot;id&quot;: &quot;8701&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 4.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.7441, 4.104960999999999]]}, &quot;bbox&quot;: [9.7441, 4.074878, 9.761766999999999, 4.104960999999999]}, {&quot;id&quot;: &quot;8737&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 889.0, &quot;att&quot;: 3.28571428571429, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76601, 4.08663], [9.764367, 4.0945]]}, &quot;bbox&quot;: [9.764367, 4.08663, 9.76601, 4.0945]}, {&quot;id&quot;: &quot;8773&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 889.0, &quot;att&quot;: 4.5882352941176565, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76611, 4.08673], [9.764467, 4.0946]]}, &quot;bbox&quot;: [9.764467, 4.08673, 9.76611, 4.0946]}, {&quot;id&quot;: &quot;8809&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 736.0, &quot;att&quot;: 4.1333333333333355, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729444, 4.091944], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.729444, 4.091278, 9.736042, 4.091944]}, {&quot;id&quot;: &quot;8845&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 736.0, &quot;att&quot;: 3.3636363636363584, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729544, 4.092044], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.729544, 4.091378, 9.736142, 4.092044]}, {&quot;id&quot;: &quot;8881&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 419.0, &quot;att&quot;: 2.6923076923076907, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74168, 4.09393], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.74168, 4.09393, 9.743333, 4.097333]}, {&quot;id&quot;: &quot;8917&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 419.0, &quot;att&quot;: 3.1304347826086976, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:35:00&quot;, &quot;2019-07-17T23:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74178, 4.09403], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.74178, 4.09403, 9.743433, 4.097433]}, {&quot;id&quot;: &quot;23&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 2.33333333333333, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.791866, 3.97665]]}, &quot;bbox&quot;: [9.787167, 3.97665, 9.791866, 3.992722]}, {&quot;id&quot;: &quot;59&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 2.2142857142857175, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.791966, 3.97675]]}, &quot;bbox&quot;: [9.787267, 3.97675, 9.791966, 3.9928220000000003]}, {&quot;id&quot;: &quot;95&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 1.1052631578947385, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.81613, 3.97866]]}, &quot;bbox&quot;: [9.787167, 3.97866, 9.81613, 3.992722]}, {&quot;id&quot;: &quot;131&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.14389799635701273, &quot;style&quot;: {&quot;color&quot;: &quot;#46327e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.81623, 3.9787600000000003]]}, &quot;bbox&quot;: [9.787267, 3.9787600000000003, 9.81623, 3.9928220000000003]}, {&quot;id&quot;: &quot;167&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 556.0, &quot;att&quot;: 1.6562500000000013, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763806, 3.997361], [9.75885, 3.99663]]}, &quot;bbox&quot;: [9.75885, 3.99663, 9.763806, 3.997361]}, {&quot;id&quot;: &quot;203&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 556.0, &quot;att&quot;: 5.214285714285696, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763906, 3.9974610000000004], [9.75895, 3.9967300000000003]]}, &quot;bbox&quot;: [9.75895, 3.9967300000000003, 9.763906, 3.9974610000000004]}, {&quot;id&quot;: &quot;239&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 402.0, &quot;att&quot;: 1.3333333333333344, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745083, 4.002553], [9.748639, 4.003231]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.748639, 4.003231]}, {&quot;id&quot;: &quot;275&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 402.0, &quot;att&quot;: 0.8395061728395066, &quot;style&quot;: {&quot;color&quot;: &quot;#93d741&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745182999999999, 4.002653], [9.748739, 4.003331]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.748739, 4.003331]}, {&quot;id&quot;: &quot;311&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 774.0, &quot;att&quot;: 1.9090909090909094, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76732, 4.003512], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.76732, 4.003512, 9.767719, 4.0105]}, {&quot;id&quot;: &quot;347&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 774.0, &quot;att&quot;: 2.4285714285714284, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76742, 4.0036119999999995], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.76742, 4.0036119999999995, 9.767819, 4.0106]}, {&quot;id&quot;: &quot;383&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 1.9393939393939386, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799472, 4.004194], [9.778111, 4.012278]]}, &quot;bbox&quot;: [9.778111, 4.004194, 9.799472, 4.012278]}, {&quot;id&quot;: &quot;419&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 3.814814814814815, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799572, 4.004294], [9.778211, 4.012378]]}, &quot;bbox&quot;: [9.778211, 4.004294, 9.799572, 4.012378]}, {&quot;id&quot;: &quot;455&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 1.5740740740740744, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.705944, 4.01775], [9.701194, 4.008306]]}, &quot;bbox&quot;: [9.701194, 4.008306, 9.705944, 4.01775]}, {&quot;id&quot;: &quot;491&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 0.1221498371335505, &quot;style&quot;: {&quot;color&quot;: &quot;#472c7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706044, 4.01785], [9.701293999999999, 4.008406]]}, &quot;bbox&quot;: [9.701293999999999, 4.008406, 9.706044, 4.01785]}, {&quot;id&quot;: &quot;527&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 2.282051282051285, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.763806, 3.997361]]}, &quot;bbox&quot;: [9.763806, 3.997361, 9.767833, 4.029]}, {&quot;id&quot;: &quot;563&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 2.486486486486488, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.763906, 3.9974610000000004]]}, &quot;bbox&quot;: [9.763906, 3.9974610000000004, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;599&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 1.1428571428571421, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741417, 4.009639], [9.723611, 4.020194]]}, &quot;bbox&quot;: [9.723611, 4.009639, 9.741417, 4.020194]}, {&quot;id&quot;: &quot;635&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 1.2435897435897423, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741517, 4.009739], [9.723711, 4.020294]]}, &quot;bbox&quot;: [9.723711, 4.009739, 9.741517, 4.020294]}, {&quot;id&quot;: &quot;671&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 1.490196078431373, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.745083, 4.002553]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.767833, 4.029]}, {&quot;id&quot;: &quot;707&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 1.1333333333333333, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.745182999999999, 4.002653]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;743&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 466.0, &quot;att&quot;: 1.1, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73456, 4.01734]]}, &quot;bbox&quot;: [9.73456, 4.015972, 9.738528, 4.01734]}, {&quot;id&quot;: &quot;779&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 466.0, &quot;att&quot;: 1.1724137931034482, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73466, 4.01744]]}, &quot;bbox&quot;: [9.73466, 4.016071999999999, 9.738628, 4.01744]}, {&quot;id&quot;: &quot;815&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8335.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 1.0400000000000034, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.762056, 4.004472]]}, &quot;bbox&quot;: [9.762056, 4.004472, 9.767833, 4.029]}, {&quot;id&quot;: &quot;851&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8454.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 1.4285714285714324, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.762156, 4.004572]]}, &quot;bbox&quot;: [9.762156, 4.004572, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;887&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 1.0333333333333325, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.768083, 4.017917]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.768083, 4.017917]}, {&quot;id&quot;: &quot;923&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 1.170212765957448, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.768183, 4.0180169999999995]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.768183, 4.0180169999999995]}, {&quot;id&quot;: &quot;959&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 1.2058823529411773, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727083, 4.023444], [9.72629, 4.01048]]}, &quot;bbox&quot;: [9.72629, 4.01048, 9.727083, 4.023444]}, {&quot;id&quot;: &quot;995&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 1.8108108108108083, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727183, 4.023543999999999], [9.72639, 4.01058]]}, &quot;bbox&quot;: [9.72639, 4.01058, 9.727183, 4.023543999999999]}, {&quot;id&quot;: &quot;1031&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 1.3142857142857127, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.757556, 4.0195]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.757556, 4.0195]}, {&quot;id&quot;: &quot;1067&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 1.2439024390243902, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.757655999999999, 4.0196]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.757655999999999, 4.0196]}, {&quot;id&quot;: &quot;1103&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 1.25, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.756817, 4.008442]]}, &quot;bbox&quot;: [9.756817, 4.008442, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1139&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 1.4193548387096782, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.756917, 4.008541999999999]]}, &quot;bbox&quot;: [9.756917, 4.008541999999999, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1175&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.10766721044045678, &quot;style&quot;: {&quot;color&quot;: &quot;#482677&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744694, 4.014417], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.744694, 4.014417, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1211&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.3010204081632652, &quot;style&quot;: {&quot;color&quot;: &quot;#34608d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744794, 4.014517], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.744794, 4.014517, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1247&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 1.2647058823529436, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.767719, 4.0105, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1283&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.767819, 4.0106, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1319&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 0.6590909090909095, &quot;style&quot;: {&quot;color&quot;: &quot;#32b67a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.780278, 4.023889]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.780278, 4.023889]}, {&quot;id&quot;: &quot;1355&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 1.5555555555555551, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.780377999999999, 4.023988999999999]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.780377999999999, 4.023988999999999]}, {&quot;id&quot;: &quot;1391&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 2.184210526315788, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.721083, 4.0115]]}, &quot;bbox&quot;: [9.696744, 4.0115, 9.721083, 4.029381]}, {&quot;id&quot;: &quot;1427&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 1.1632653061224485, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.721183, 4.0116]]}, &quot;bbox&quot;: [9.696844, 4.0116, 9.721183, 4.029481]}, {&quot;id&quot;: &quot;1463&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 654.0, &quot;att&quot;: 10.266666666666666, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743889, 4.0194], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.743889, 4.0194, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1499&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 654.0, &quot;att&quot;: 1.827586206896554, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743989, 4.0195], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.743989, 4.0195, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1535&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024043N-9.680260E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2266.0, &quot;att&quot;: 1.2222222222222225, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.67025, 4.022056], [9.69027, 4.02603]]}, &quot;bbox&quot;: [9.67025, 4.022056, 9.69027, 4.02603]}, {&quot;id&quot;: &quot;1571&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 0.8275862068965516, &quot;style&quot;: {&quot;color&quot;: &quot;#8bd646&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.72802, 4.03279]]}, &quot;bbox&quot;: [9.72802, 4.015972, 9.738528, 4.03279]}, {&quot;id&quot;: &quot;1607&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 1.6875000000000002, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.72812, 4.03289]]}, &quot;bbox&quot;: [9.72812, 4.016071999999999, 9.738628, 4.03289]}, {&quot;id&quot;: &quot;1643&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 1.6415094339622633, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.69921, 4.02012]]}, &quot;bbox&quot;: [9.696744, 4.02012, 9.69921, 4.029381]}, {&quot;id&quot;: &quot;1679&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.7552447552447553, &quot;style&quot;: {&quot;color&quot;: &quot;#60ca60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.69931, 4.02022]]}, &quot;bbox&quot;: [9.696844, 4.02022, 9.69931, 4.029481]}, {&quot;id&quot;: &quot;1715&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18737.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 1.6969696969696952, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.77399, 4.02125]]}, &quot;bbox&quot;: [9.767833, 4.02125, 9.77399, 4.029]}, {&quot;id&quot;: &quot;1751&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17727.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 1.3548387096774173, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.77409, 4.02135]]}, &quot;bbox&quot;: [9.767933, 4.02135, 9.77409, 4.0291]}, {&quot;id&quot;: &quot;1787&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14431.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 874.0, &quot;att&quot;: 1.5517241379310314, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737194, 4.022139], [9.741992, 4.0284]]}, &quot;bbox&quot;: [9.737194, 4.022139, 9.741992, 4.0284]}, {&quot;id&quot;: &quot;1823&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14921.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 874.0, &quot;att&quot;: 1.599999999999999, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737294, 4.022239], [9.742092, 4.0285]]}, &quot;bbox&quot;: [9.737294, 4.022239, 9.742092, 4.0285]}, {&quot;id&quot;: &quot;1859&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 1.028571428571429, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73325, 4.035278]]}, &quot;bbox&quot;: [9.73325, 4.015972, 9.738528, 4.035278]}, {&quot;id&quot;: &quot;1895&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 1.4400000000000006, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73335, 4.035378]]}, &quot;bbox&quot;: [9.73335, 4.016071999999999, 9.738628, 4.035378]}, {&quot;id&quot;: &quot;1931&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 1.490196078431373, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.70976, 4.02238]]}, &quot;bbox&quot;: [9.696744, 4.02238, 9.70976, 4.029381]}, {&quot;id&quot;: &quot;1967&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 1.6346153846153881, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.709859999999999, 4.02248]]}, &quot;bbox&quot;: [9.696844, 4.02248, 9.709859999999999, 4.029481]}, {&quot;id&quot;: &quot;2003&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 755.0, &quot;att&quot;: 1.5757575757575724, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.694556, 4.022917]]}, &quot;bbox&quot;: [9.694556, 4.022917, 9.696744, 4.029381]}, {&quot;id&quot;: &quot;2039&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 755.0, &quot;att&quot;: 1.25, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.694656, 4.023016999999999]]}, &quot;bbox&quot;: [9.694656, 4.023016999999999, 9.696844, 4.029481]}, {&quot;id&quot;: &quot;2075&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 1.548387096774192, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.72684, 4.01658]]}, &quot;bbox&quot;: [9.72684, 4.01658, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2111&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.726939999999999, 4.01668]]}, &quot;bbox&quot;: [9.726939999999999, 4.01668, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2147&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 364.0, &quot;att&quot;: 1.142857142857145, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.705139, 4.028333]]}, &quot;bbox&quot;: [9.701944, 4.028333, 9.705139, 4.029083]}, {&quot;id&quot;: &quot;2183&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 364.0, &quot;att&quot;: 1.2352941176470575, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.705239, 4.028433]]}, &quot;bbox&quot;: [9.702043999999999, 4.028433, 9.705239, 4.029183]}, {&quot;id&quot;: &quot;2219&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 1.6279069767441845, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.686417, 4.029444]]}, &quot;bbox&quot;: [9.686417, 4.029381, 9.696744, 4.029444]}, {&quot;id&quot;: &quot;2255&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 1.3170731707317087, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.686517, 4.029544]]}, &quot;bbox&quot;: [9.686517, 4.029481, 9.696844, 4.029544]}, {&quot;id&quot;: &quot;2291&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 868.0, &quot;att&quot;: 1.9166666666666654, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.709194, 4.032028]]}, &quot;bbox&quot;: [9.701944, 4.029083, 9.709194, 4.032028]}, {&quot;id&quot;: &quot;2327&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 868.0, &quot;att&quot;: 1.9565217391304373, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.709294, 4.032128]]}, &quot;bbox&quot;: [9.702043999999999, 4.029183, 9.709294, 4.032128]}, {&quot;id&quot;: &quot;2363&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 666.0, &quot;att&quot;: 1.2999999999999996, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.691575, 4.032433]]}, &quot;bbox&quot;: [9.691575, 4.029381, 9.696744, 4.032433]}, {&quot;id&quot;: &quot;2399&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 666.0, &quot;att&quot;: 1.2592592592592606, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.691675, 4.032533]]}, &quot;bbox&quot;: [9.691675, 4.029481, 9.696844, 4.032533]}, {&quot;id&quot;: &quot;2435&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 536.0, &quot;att&quot;: 1.9090909090909078, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699417, 4.033417]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699417, 4.033417]}, {&quot;id&quot;: &quot;2471&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 536.0, &quot;att&quot;: 1.7666666666666657, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699517, 4.033517]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699517, 4.033517]}, {&quot;id&quot;: &quot;2507&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 1.9729729729729726, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.727083, 4.023444]]}, &quot;bbox&quot;: [9.727083, 4.023444, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2543&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.727183, 4.023543999999999]]}, &quot;bbox&quot;: [9.727183, 4.023543999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2579&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 1.7804878048780506, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71564, 4.032], [9.71203, 4.03312]]}, &quot;bbox&quot;: [9.71203, 4.032, 9.71564, 4.03312]}, {&quot;id&quot;: &quot;2615&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 1.5957446808510654, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71574, 4.0321], [9.71213, 4.03322]]}, &quot;bbox&quot;: [9.71213, 4.0321, 9.71574, 4.03322]}, {&quot;id&quot;: &quot;2651&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 1.2820512820512802, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.755167, 4.037361]]}, &quot;bbox&quot;: [9.755167, 4.029, 9.767833, 4.037361]}, {&quot;id&quot;: &quot;2687&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 1.4324324324324333, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.755267, 4.0374609999999995]]}, &quot;bbox&quot;: [9.755267, 4.0291, 9.767933, 4.0374609999999995]}, {&quot;id&quot;: &quot;2723&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 323.0, &quot;att&quot;: 1.1499999999999986, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691575, 4.032433], [9.691889, 4.035333]]}, &quot;bbox&quot;: [9.691575, 4.032433, 9.691889, 4.035333]}, {&quot;id&quot;: &quot;2759&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 323.0, &quot;att&quot;: 1.588235294117646, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691675, 4.032533], [9.691989, 4.035432999999999]]}, &quot;bbox&quot;: [9.691675, 4.032533, 9.691989, 4.035432999999999]}, {&quot;id&quot;: &quot;2795&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 516.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774333, 4.033028], [9.77026, 4.03527]]}, &quot;bbox&quot;: [9.77026, 4.033028, 9.774333, 4.03527]}, {&quot;id&quot;: &quot;2831&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 516.0, &quot;att&quot;: 0.9374999999999992, &quot;style&quot;: {&quot;color&quot;: &quot;#d5e21a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774433, 4.033128], [9.77036, 4.0353699999999995]]}, &quot;bbox&quot;: [9.77036, 4.033128, 9.774433, 4.0353699999999995]}, {&quot;id&quot;: &quot;2867&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.725667, 4.028583]]}, &quot;bbox&quot;: [9.725667, 4.028583, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2903&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 1.0980392156862746, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.725767, 4.028683]]}, &quot;bbox&quot;: [9.725767, 4.028683, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2939&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 1.400000000000001, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699006, 4.040886]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699006, 4.040886]}, {&quot;id&quot;: &quot;2975&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 1.388888888888891, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699106, 4.040986]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699106, 4.040986]}, {&quot;id&quot;: &quot;3011&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17810.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 610.0, &quot;att&quot;: 1.5714285714285743, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683883, 4.033886], [9.688056, 4.037472]]}, &quot;bbox&quot;: [9.683883, 4.033886, 9.688056, 4.037472]}, {&quot;id&quot;: &quot;3047&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18820.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 610.0, &quot;att&quot;: 1.4444444444444424, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683983, 4.033986], [9.688156, 4.037572]]}, &quot;bbox&quot;: [9.683983, 4.033986, 9.688156, 4.037572]}, {&quot;id&quot;: &quot;3083&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 1.137254901960785, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.766222, 4.046556]]}, &quot;bbox&quot;: [9.766222, 4.029, 9.767833, 4.046556]}, {&quot;id&quot;: &quot;3119&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 1.0392156862745103, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.766322, 4.046656]]}, &quot;bbox&quot;: [9.766322, 4.0291, 9.767933, 4.046656]}, {&quot;id&quot;: &quot;3155&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 433.0, &quot;att&quot;: 1.2692307692307674, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706106, 4.040083], [9.703794, 4.036926]]}, &quot;bbox&quot;: [9.703794, 4.036926, 9.706106, 4.040083]}, {&quot;id&quot;: &quot;3191&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 433.0, &quot;att&quot;: 1.285714285714285, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706206, 4.040183], [9.703894, 4.037026]]}, &quot;bbox&quot;: [9.703894, 4.037026, 9.706206, 4.040183]}, {&quot;id&quot;: &quot;3227&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 2.3023255813953463, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.711917, 4.037722]]}, &quot;bbox&quot;: [9.711917, 4.037722, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;3263&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 2.152173913043477, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.712017, 4.037821999999999]]}, &quot;bbox&quot;: [9.712017, 4.037821999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;3299&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 928.0, &quot;att&quot;: 1.1034482758620692, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.741011, 4.038342]]}, &quot;bbox&quot;: [9.733028, 4.038342, 9.741011, 4.040819]}, {&quot;id&quot;: &quot;3335&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 928.0, &quot;att&quot;: 1.1132075471698117, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.741111, 4.038442]]}, &quot;bbox&quot;: [9.733127999999999, 4.038442, 9.741111, 4.040919]}, {&quot;id&quot;: &quot;3371&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 441.0, &quot;att&quot;: 1.928571428571425, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.70265, 4.03931]]}, &quot;bbox&quot;: [9.699006, 4.03931, 9.70265, 4.040886]}, {&quot;id&quot;: &quot;3407&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 441.0, &quot;att&quot;: 2.07142857142857, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.70275, 4.03941]]}, &quot;bbox&quot;: [9.699106, 4.03941, 9.70275, 4.040986]}, {&quot;id&quot;: &quot;3443&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 697.0, &quot;att&quot;: 1.2923076923076922, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774, 4.042306], [9.7795, 4.039278]]}, &quot;bbox&quot;: [9.774, 4.039278, 9.7795, 4.042306]}, {&quot;id&quot;: &quot;3479&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 697.0, &quot;att&quot;: 1.0495049504950495, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774099999999999, 4.042406], [9.7796, 4.039378]]}, &quot;bbox&quot;: [9.774099999999999, 4.039378, 9.7796, 4.042406]}, {&quot;id&quot;: &quot;3516&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041057N-9.688122E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 387.0, &quot;att&quot;: 1.3750000000000027, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.689827, 4.040697]]}, &quot;bbox&quot;: [9.686417, 4.040697, 9.689827, 4.041417]}, {&quot;id&quot;: &quot;3552&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 975.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762056, 4.03875], [9.754583, 4.043386]]}, &quot;bbox&quot;: [9.754583, 4.03875, 9.762056, 4.043386]}, {&quot;id&quot;: &quot;3588&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 975.0, &quot;att&quot;: 1.3488372093023258, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762156, 4.03885], [9.754683, 4.043486]]}, &quot;bbox&quot;: [9.754683, 4.03885, 9.762156, 4.043486]}, {&quot;id&quot;: &quot;3624&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 524.0, &quot;att&quot;: 1.3548387096774197, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.728389, 4.041694]]}, &quot;bbox&quot;: [9.728389, 4.040819, 9.733028, 4.041694]}, {&quot;id&quot;: &quot;3660&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.08656036446469258, &quot;style&quot;: {&quot;color&quot;: &quot;#482071&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.728489, 4.041793999999999]]}, &quot;bbox&quot;: [9.728489, 4.040919, 9.733127999999999, 4.041793999999999]}, {&quot;id&quot;: &quot;3696&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 1.086206896551724, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.779361, 4.053694]]}, &quot;bbox&quot;: [9.767833, 4.029, 9.779361, 4.053694]}, {&quot;id&quot;: &quot;3732&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.779461, 4.053794]]}, &quot;bbox&quot;: [9.767933, 4.0291, 9.779461, 4.053794]}, {&quot;id&quot;: &quot;3768&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 1.295454545454545, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.747639, 4.043778]]}, &quot;bbox&quot;: [9.733028, 4.040819, 9.747639, 4.043778]}, {&quot;id&quot;: &quot;3804&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 1.0819672131147542, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.747739, 4.043877999999999]]}, &quot;bbox&quot;: [9.733127999999999, 4.040919, 9.747739, 4.043877999999999]}, {&quot;id&quot;: &quot;3840&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 0.9787234042553189, &quot;style&quot;: {&quot;color&quot;: &quot;#f1e51d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702978, 4.056559], [9.73025, 4.028444]]}, &quot;bbox&quot;: [9.702978, 4.028444, 9.73025, 4.056559]}, {&quot;id&quot;: &quot;3876&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 1.2500000000000004, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703078, 4.056659], [9.73035, 4.028544]]}, &quot;bbox&quot;: [9.703078, 4.028544, 9.73035, 4.056659]}, {&quot;id&quot;: &quot;3912&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 1.3157894736842066, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.69725, 4.04425]]}, &quot;bbox&quot;: [9.69725, 4.040886, 9.699006, 4.04425]}, {&quot;id&quot;: &quot;3948&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 1.363636363636362, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.69735, 4.04435]]}, &quot;bbox&quot;: [9.69735, 4.040986, 9.699106, 4.04435]}, {&quot;id&quot;: &quot;3984&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 431.0, &quot;att&quot;: 1.594594594594595, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704083, 4.04244], [9.707889, 4.043194]]}, &quot;bbox&quot;: [9.704083, 4.04244, 9.707889, 4.043194]}, {&quot;id&quot;: &quot;4020&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 431.0, &quot;att&quot;: 1.4473684210526299, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704183, 4.04254], [9.707989, 4.0432939999999995]]}, &quot;bbox&quot;: [9.704183, 4.04254, 9.707989, 4.0432939999999995]}, {&quot;id&quot;: &quot;4058&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043833N-9.687306E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 570.0, &quot;att&quot;: 1.7000000000000004, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.688194, 4.04625]]}, &quot;bbox&quot;: [9.686417, 4.041417, 9.688194, 4.04625]}, {&quot;id&quot;: &quot;4094&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 810.0, &quot;att&quot;: 2.0769230769230753, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707889, 4.043194], [9.700739, 4.044661]]}, &quot;bbox&quot;: [9.700739, 4.043194, 9.707889, 4.044661]}, {&quot;id&quot;: &quot;4130&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 810.0, &quot;att&quot;: 2.1199999999999988, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707989, 4.0432939999999995], [9.700839, 4.044760999999999]]}, &quot;bbox&quot;: [9.700839, 4.0432939999999995, 9.707989, 4.044760999999999]}, {&quot;id&quot;: &quot;4166&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 706.0, &quot;att&quot;: 1.1250000000000004, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728389, 4.041694], [9.72575, 4.0475]]}, &quot;bbox&quot;: [9.72575, 4.041694, 9.728389, 4.0475]}, {&quot;id&quot;: &quot;4202&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 706.0, &quot;att&quot;: 1.2727272727272734, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728489, 4.041793999999999], [9.72585, 4.0476]]}, &quot;bbox&quot;: [9.72585, 4.041793999999999, 9.728489, 4.0476]}, {&quot;id&quot;: &quot;4238&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 1.8205128205128216, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.699006, 4.040886, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4274&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 1.4400000000000006, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.699106, 4.040986, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4310&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14487.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 611.0, &quot;att&quot;: 1.5862068965517215, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71598, 4.04642], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.71598, 4.04642, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4346&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14977.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 611.0, &quot;att&quot;: 1.7777777777777775, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71608, 4.04652], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.71608, 4.04652, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4382&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048013N-9.705195E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 822.0, &quot;att&quot;: 1.6363636363636365, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703528, 4.044694], [9.706861, 4.051333]]}, &quot;bbox&quot;: [9.703528, 4.044694, 9.706861, 4.051333]}, {&quot;id&quot;: &quot;4418&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 317.0, &quot;att&quot;: 0.9624413145539907, &quot;style&quot;: {&quot;color&quot;: &quot;#e7e419&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698333, 4.049556], [9.698917, 4.04675]]}, &quot;bbox&quot;: [9.698333, 4.04675, 9.698917, 4.049556]}, {&quot;id&quot;: &quot;4454&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 317.0, &quot;att&quot;: 2.166666666666666, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698433, 4.049656], [9.699017, 4.04685]]}, &quot;bbox&quot;: [9.698433, 4.04685, 9.699017, 4.049656]}, {&quot;id&quot;: &quot;4490&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 564.0, &quot;att&quot;: 2.1249999999999956, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706861, 4.051333], [9.708472, 4.0465]]}, &quot;bbox&quot;: [9.706861, 4.0465, 9.708472, 4.051333]}, {&quot;id&quot;: &quot;4526&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 564.0, &quot;att&quot;: 2.1739130434782634, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706961, 4.051432999999999], [9.708572, 4.0466]]}, &quot;bbox&quot;: [9.706961, 4.0466, 9.708572, 4.051432999999999]}, {&quot;id&quot;: &quot;4562&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 596.0, &quot;att&quot;: 1.1612903225806455, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.771911, 4.050192], [9.777253, 4.049658]]}, &quot;bbox&quot;: [9.771911, 4.049658, 9.777253, 4.050192]}, {&quot;id&quot;: &quot;4598&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 596.0, &quot;att&quot;: 1.0625000000000009, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.772011, 4.050292], [9.777353, 4.049758]]}, &quot;bbox&quot;: [9.772011, 4.049758, 9.777353, 4.050292]}, {&quot;id&quot;: &quot;4634&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050150N-9.740475E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 454.0, &quot;att&quot;: 1.4193548387096764, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741306, 4.052028], [9.739644, 4.048272]]}, &quot;bbox&quot;: [9.739644, 4.048272, 9.741306, 4.052028]}, {&quot;id&quot;: &quot;4670&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 522.0, &quot;att&quot;: 1.365384615384615, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702389, 4.052444], [9.704556, 4.04825]]}, &quot;bbox&quot;: [9.702389, 4.04825, 9.704556, 4.052444]}, {&quot;id&quot;: &quot;4706&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 522.0, &quot;att&quot;: 1.2799999999999998, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702489, 4.052544], [9.704656, 4.04835]]}, &quot;bbox&quot;: [9.702489, 4.04835, 9.704656, 4.052544]}, {&quot;id&quot;: &quot;4742&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 956.0, &quot;att&quot;: 0.5625000000000002, &quot;style&quot;: {&quot;color&quot;: &quot;#1fa088&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.756833, 4.047389]]}, &quot;bbox&quot;: [9.750917, 4.047389, 9.756833, 4.053667]}, {&quot;id&quot;: &quot;4778&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 956.0, &quot;att&quot;: 1.8, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.756933, 4.047489]]}, &quot;bbox&quot;: [9.751017, 4.047489, 9.756933, 4.053767]}, {&quot;id&quot;: &quot;4814&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779361, 4.053694], [9.797806, 4.050472]]}, &quot;bbox&quot;: [9.779361, 4.050472, 9.797806, 4.053694]}, {&quot;id&quot;: &quot;4850&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 1.031746031746032, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779461, 4.053794], [9.797906, 4.050572]]}, &quot;bbox&quot;: [9.779461, 4.050572, 9.797906, 4.053794]}, {&quot;id&quot;: &quot;4886&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8363.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.775889, 4.05525]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.775889, 4.05525]}, {&quot;id&quot;: &quot;4922&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8482.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 0.9599999999999966, &quot;style&quot;: {&quot;color&quot;: &quot;#e5e419&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.775989, 4.05535]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.775989, 4.05535]}, {&quot;id&quot;: &quot;4958&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.1116504854368934, &quot;style&quot;: {&quot;color&quot;: &quot;#482878&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.754444, 4.058167]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.754444, 4.058167]}, {&quot;id&quot;: &quot;4994&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.06636155606407321, &quot;style&quot;: {&quot;color&quot;: &quot;#48186a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.754544, 4.058267]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.754544, 4.058267]}, {&quot;id&quot;: &quot;5030&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 546.0, &quot;att&quot;: 1.5681818181818183, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.767556, 4.053639]]}, &quot;bbox&quot;: [9.767556, 4.053639, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5066&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 546.0, &quot;att&quot;: 1.7058823529411749, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.767656, 4.053739]]}, &quot;bbox&quot;: [9.767656, 4.053739, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5102&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 879.0, &quot;att&quot;: 2.057692307692307, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738694, 4.058056], [9.745611, 4.054186]]}, &quot;bbox&quot;: [9.738694, 4.054186, 9.745611, 4.058056]}, {&quot;id&quot;: &quot;5138&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 879.0, &quot;att&quot;: 1.8333333333333344, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738794, 4.058155999999999], [9.745711, 4.054285999999999]]}, &quot;bbox&quot;: [9.738794, 4.054285999999999, 9.745711, 4.058155999999999]}, {&quot;id&quot;: &quot;5174&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 1.2051282051282044, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.743528, 4.059611]]}, &quot;bbox&quot;: [9.743528, 4.053667, 9.750917, 4.059611]}, {&quot;id&quot;: &quot;5210&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 1.4687499999999996, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.743628, 4.059711]]}, &quot;bbox&quot;: [9.743628, 4.053767, 9.751017, 4.059711]}, {&quot;id&quot;: &quot;5246&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 3.0322580645161294, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726194, 4.060028], [9.750917, 4.053667]]}, &quot;bbox&quot;: [9.726194, 4.053667, 9.750917, 4.060028]}, {&quot;id&quot;: &quot;5282&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 2.971428571428571, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726294, 4.060128], [9.751017, 4.053767]]}, &quot;bbox&quot;: [9.726294, 4.053767, 9.751017, 4.060128]}, {&quot;id&quot;: &quot;5318&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 2.4999999999999982, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726393999999999, 4.060228], [9.751116999999999, 4.053867]]}, &quot;bbox&quot;: [9.726393999999999, 4.053867, 9.751116999999999, 4.060228]}, {&quot;id&quot;: &quot;5354&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 3.0555555555555522, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726493999999999, 4.060328], [9.751216999999999, 4.053967]]}, &quot;bbox&quot;: [9.726493999999999, 4.053967, 9.751216999999999, 4.060328]}, {&quot;id&quot;: &quot;5390&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_0&quot;, &quot;frequency&quot;: 12793.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 3.5000000000000027, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726594, 4.060428], [9.751317, 4.054067]]}, &quot;bbox&quot;: [9.726594, 4.054067, 9.751317, 4.060428]}, {&quot;id&quot;: &quot;5426&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_1&quot;, &quot;frequency&quot;: 13059.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 2.8421052631578925, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726694, 4.060528], [9.751417, 4.054167]]}, &quot;bbox&quot;: [9.726694, 4.054167, 9.751417, 4.060528]}, {&quot;id&quot;: &quot;5462&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 2.388888888888886, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.734028, 4.06025]]}, &quot;bbox&quot;: [9.734028, 4.053667, 9.750917, 4.06025]}, {&quot;id&quot;: &quot;5498&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 2.444444444444447, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.734128, 4.06035]]}, &quot;bbox&quot;: [9.734128, 4.053767, 9.751017, 4.06035]}, {&quot;id&quot;: &quot;5534&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 630.0, &quot;att&quot;: 2.1351351351351333, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.763167, 4.056417]]}, &quot;bbox&quot;: [9.763167, 4.056417, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5570&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 630.0, &quot;att&quot;: 1.695652173913044, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.763266999999999, 4.0565169999999995]]}, &quot;bbox&quot;: [9.763266999999999, 4.0565169999999995, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5606&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.786861, 4.062806]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.786861, 4.062806]}, {&quot;id&quot;: &quot;5642&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 0.971428571428569, &quot;style&quot;: {&quot;color&quot;: &quot;#ece51b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.786961, 4.062906]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.786961, 4.062906]}, {&quot;id&quot;: &quot;5678&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 1.30434782608695, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.720853, 4.053242]]}, &quot;bbox&quot;: [9.714664, 4.053242, 9.720853, 4.06425]}, {&quot;id&quot;: &quot;5714&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 1.2777777777777781, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.720953, 4.053342]]}, &quot;bbox&quot;: [9.714764, 4.053342, 9.720953, 4.06435]}, {&quot;id&quot;: &quot;5750&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 2.1509433962264146, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.75311, 4.064069]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.75311, 4.064069]}, {&quot;id&quot;: &quot;5786&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 1.4736842105263155, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.75321, 4.064169]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.75321, 4.064169]}, {&quot;id&quot;: &quot;5822&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.767778, 4.064361]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.767778, 4.064361]}, {&quot;id&quot;: &quot;5858&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 2.0322580645161272, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.767878, 4.064461]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.767878, 4.064461]}, {&quot;id&quot;: &quot;5894&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 796.0, &quot;att&quot;: 1.9583333333333328, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708444, 4.060333], [9.715412, 4.058638]]}, &quot;bbox&quot;: [9.708444, 4.058638, 9.715412, 4.060333]}, {&quot;id&quot;: &quot;5930&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 796.0, &quot;att&quot;: 2.0869565217391317, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708544, 4.060433], [9.715512, 4.058738]]}, &quot;bbox&quot;: [9.708544, 4.058738, 9.715512, 4.060433]}, {&quot;id&quot;: &quot;5966&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 2.0740740740740726, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.759558, 4.066322]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.759558, 4.066322]}, {&quot;id&quot;: &quot;6002&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 3.4999999999999987, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.759658, 4.066422]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.759658, 4.066422]}, {&quot;id&quot;: &quot;6038&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 2.39285714285714, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.777639, 4.063131]]}, &quot;bbox&quot;: [9.768444, 4.0585, 9.777639, 4.063131]}, {&quot;id&quot;: &quot;6074&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 2.4074074074074088, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.777739, 4.063231]]}, &quot;bbox&quot;: [9.768544, 4.0586, 9.777739, 4.063231]}, {&quot;id&quot;: &quot;6110&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 498.0, &quot;att&quot;: 1.0196078431372537, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743528, 4.059611], [9.74569, 4.06356]]}, &quot;bbox&quot;: [9.743528, 4.059611, 9.74569, 4.06356]}, {&quot;id&quot;: &quot;6146&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 498.0, &quot;att&quot;: 1.7037037037037044, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743628, 4.059711], [9.74579, 4.06366]]}, &quot;bbox&quot;: [9.743628, 4.059711, 9.74579, 4.06366]}, {&quot;id&quot;: &quot;6182&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 741.0, &quot;att&quot;: 2.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704333, 4.059583], [9.706333, 4.065972]]}, &quot;bbox&quot;: [9.704333, 4.059583, 9.706333, 4.065972]}, {&quot;id&quot;: &quot;6218&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 741.0, &quot;att&quot;: 1.9523809523809517, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704433, 4.059683], [9.706433, 4.066072]]}, &quot;bbox&quot;: [9.704433, 4.059683, 9.706433, 4.066072]}, {&quot;id&quot;: &quot;6254&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 603.0, &quot;att&quot;: 1.5151515151515165, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.719389, 4.061556]]}, &quot;bbox&quot;: [9.714664, 4.061556, 9.719389, 4.06425]}, {&quot;id&quot;: &quot;6290&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 603.0, &quot;att&quot;: 1.6129032258064508, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.719489, 4.061656]]}, &quot;bbox&quot;: [9.714764, 4.061656, 9.719489, 4.06435]}, {&quot;id&quot;: &quot;6326&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 669.0, &quot;att&quot;: 2.8571428571428528, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759558, 4.066322], [9.76425, 4.062528]]}, &quot;bbox&quot;: [9.759558, 4.062528, 9.76425, 4.066322]}, {&quot;id&quot;: &quot;6362&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 669.0, &quot;att&quot;: 3.041666666666661, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759658, 4.066422], [9.76435, 4.062628]]}, &quot;bbox&quot;: [9.759658, 4.062628, 9.76435, 4.066422]}, {&quot;id&quot;: &quot;6398&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 451.0, &quot;att&quot;: 2.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710083, 4.063917], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.710083, 4.063917, 9.71287, 4.06688]}, {&quot;id&quot;: &quot;6434&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 451.0, &quot;att&quot;: 1.9444444444444398, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710182999999999, 4.064017], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.710182999999999, 4.064017, 9.71297, 4.06698]}, {&quot;id&quot;: &quot;6470&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 924.0, &quot;att&quot;: 1.4285714285714286, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79152, 4.065848], [9.799722, 4.06725]]}, &quot;bbox&quot;: [9.79152, 4.065848, 9.799722, 4.06725]}, {&quot;id&quot;: &quot;6506&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 924.0, &quot;att&quot;: 1.7000000000000004, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79162, 4.065948], [9.799821999999999, 4.067349999999999]]}, &quot;bbox&quot;: [9.79162, 4.065948, 9.799821999999999, 4.067349999999999]}, {&quot;id&quot;: &quot;6542&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 2.708333333333332, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.72547, 4.07139]}, {&quot;id&quot;: &quot;6578&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 2.3125000000000004, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.72557, 4.07149]}, {&quot;id&quot;: &quot;6614&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 932.0, &quot;att&quot;: 1.9555555555555548, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.722972, 4.065667], [9.729139, 4.071389]]}, &quot;bbox&quot;: [9.722972, 4.065667, 9.729139, 4.071389]}, {&quot;id&quot;: &quot;6650&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 932.0, &quot;att&quot;: 2.022222222222221, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.723072, 4.065767], [9.729239, 4.071489]]}, &quot;bbox&quot;: [9.723072, 4.065767, 9.729239, 4.071489]}, {&quot;id&quot;: &quot;6686&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 535.0, &quot;att&quot;: 2.2000000000000006, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714869, 4.071278], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.71287, 4.06688, 9.714869, 4.071278]}, {&quot;id&quot;: &quot;6722&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 535.0, &quot;att&quot;: 1.8444444444444454, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714969, 4.071378], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.71297, 4.06698, 9.714969, 4.071378]}, {&quot;id&quot;: &quot;6758&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 407.0, &quot;att&quot;: 1.8275862068965496, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729139, 4.071389], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.72547, 4.071389, 9.729139, 4.07139]}, {&quot;id&quot;: &quot;6794&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 407.0, &quot;att&quot;: 1.6896551724137934, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729239, 4.071489], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.72557, 4.071489, 9.729239, 4.07149]}, {&quot;id&quot;: &quot;6830&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 731.0, &quot;att&quot;: 0.43000000000000044, &quot;style&quot;: {&quot;color&quot;: &quot;#27808e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736111, 4.072222], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.736111, 4.072222, 9.742681, 4.072661]}, {&quot;id&quot;: &quot;6866&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 731.0, &quot;att&quot;: 2.5769230769230766, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736210999999999, 4.072322], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.736210999999999, 4.072322, 9.742780999999999, 4.072761]}, {&quot;id&quot;: &quot;6902&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 561.0, &quot;att&quot;: 2.347826086956524, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76925, 4.071639], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.76925, 4.071639, 9.774, 4.073367]}, {&quot;id&quot;: &quot;6938&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 561.0, &quot;att&quot;: 2.3461538461538454, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76935, 4.071739], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.76935, 4.071739, 9.774099999999999, 4.073467]}, {&quot;id&quot;: &quot;6974&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 4.900000000000002, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.721058, 4.084075]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.721058, 4.084075]}, {&quot;id&quot;: &quot;7010&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 4.160000000000002, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.721157999999999, 4.084175]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.721157999999999, 4.084175]}, {&quot;id&quot;: &quot;7046&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 1.5666666666666675, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.761667, 4.074778]}, {&quot;id&quot;: &quot;7082&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 4.576923076923077, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.761766999999999, 4.074878]}, {&quot;id&quot;: &quot;7118&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 4.588235294117642, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719639, 4.070306], [9.719417, 4.079889]]}, &quot;bbox&quot;: [9.719417, 4.070306, 9.719639, 4.079889]}, {&quot;id&quot;: &quot;7154&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 3.3599999999999994, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719739, 4.070406], [9.719517, 4.079988999999999]]}, &quot;bbox&quot;: [9.719517, 4.070406, 9.719739, 4.079988999999999]}, {&quot;id&quot;: &quot;7190&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 2.1666666666666665, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.781778, 4.069972]]}, &quot;bbox&quot;: [9.781778, 4.069972, 9.786083, 4.0817]}, {&quot;id&quot;: &quot;7226&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 2.666666666666668, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.781877999999999, 4.070072]]}, &quot;bbox&quot;: [9.781877999999999, 4.070072, 9.786183, 4.081799999999999]}, {&quot;id&quot;: &quot;7262&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 700.0, &quot;att&quot;: 2.738095238095241, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.75645, 4.07833]]}, &quot;bbox&quot;: [9.75645, 4.074778, 9.761667, 4.07833]}, {&quot;id&quot;: &quot;7298&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.2056514913657771, &quot;style&quot;: {&quot;color&quot;: &quot;#404588&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.756549999999999, 4.07843]]}, &quot;bbox&quot;: [9.756549999999999, 4.074878, 9.761766999999999, 4.07843]}, {&quot;id&quot;: &quot;7334&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 480.0, &quot;att&quot;: 2.909090909090908, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719417, 4.079889], [9.721778, 4.07625]]}, &quot;bbox&quot;: [9.719417, 4.07625, 9.721778, 4.079889]}, {&quot;id&quot;: &quot;7370&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 480.0, &quot;att&quot;: 2.6, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719517, 4.079988999999999], [9.721878, 4.07635]]}, &quot;bbox&quot;: [9.719517, 4.07635, 9.721878, 4.079988999999999]}, {&quot;id&quot;: &quot;7406&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 23.6, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756825, 4.081867], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.756825, 4.081867]}, {&quot;id&quot;: &quot;7442&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 10.769230769230766, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756924999999999, 4.081967], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.756924999999999, 4.081967]}, {&quot;id&quot;: &quot;7478&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 2.464285714285716, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.801611, 4.076722]]}, &quot;bbox&quot;: [9.786083, 4.076722, 9.801611, 4.0817]}, {&quot;id&quot;: &quot;7514&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 2.4, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.801711, 4.076822]]}, &quot;bbox&quot;: [9.786183, 4.076822, 9.801711, 4.081799999999999]}, {&quot;id&quot;: &quot;7550&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 3.774193548387096, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.742681, 4.072661, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;7586&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 3.166666666666673, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.742780999999999, 4.072761, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;7622&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 2.7391304347826053, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.752944, 4.073367, 9.774, 4.085936]}, {&quot;id&quot;: &quot;7658&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 3.115384615384614, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.753044, 4.073467, 9.774099999999999, 4.086036]}, {&quot;id&quot;: &quot;7694&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080070N-9.789737E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18848.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 888.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.79339, 4.07844]]}, &quot;bbox&quot;: [9.786083, 4.07844, 9.79339, 4.0817]}, {&quot;id&quot;: &quot;7730&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 2.0624999999999964, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.753278, 4.074861]]}, &quot;bbox&quot;: [9.752944, 4.074861, 9.753278, 4.085936]}, {&quot;id&quot;: &quot;7766&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 1.545454545454546, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.753378, 4.074961]]}, &quot;bbox&quot;: [9.753044, 4.074961, 9.753378, 4.086036]}, {&quot;id&quot;: &quot;7802&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 968.0, &quot;att&quot;: 19.500000000000018, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765535, 4.081441], [9.756825, 4.081867]]}, &quot;bbox&quot;: [9.756825, 4.081441, 9.765535, 4.081867]}, {&quot;id&quot;: &quot;7838&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 968.0, &quot;att&quot;: 7.5, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765635, 4.081541], [9.756924999999999, 4.081967]]}, &quot;bbox&quot;: [9.756924999999999, 4.081541, 9.765635, 4.081967]}, {&quot;id&quot;: &quot;7874&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 2.7391304347826053, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.7949, 4.08393]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.7949, 4.08393]}, {&quot;id&quot;: &quot;7910&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 2.39130434782609, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.795, 4.084029999999999]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.795, 4.084029999999999]}, {&quot;id&quot;: &quot;7946&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 895.0, &quot;att&quot;: 2.093023255813955, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.77848, 4.08438]]}, &quot;bbox&quot;: [9.77848, 4.0817, 9.786083, 4.08438]}, {&quot;id&quot;: &quot;7982&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 895.0, &quot;att&quot;: 2.814814814814817, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.77858, 4.08448]]}, &quot;bbox&quot;: [9.77858, 4.081799999999999, 9.786183, 4.08448]}, {&quot;id&quot;: &quot;8018&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 8.636363636363626, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.751769, 4.093194]]}, &quot;bbox&quot;: [9.751769, 4.074778, 9.761667, 4.093194]}, {&quot;id&quot;: &quot;8054&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 2.499999999999999, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.751869, 4.093294]]}, &quot;bbox&quot;: [9.751869, 4.074878, 9.761766999999999, 4.093294]}, {&quot;id&quot;: &quot;8090&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 2.2941176470588145, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.728889, 4.083056]]}, &quot;bbox&quot;: [9.728889, 4.083056, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8126&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 2.388888888888891, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.728989, 4.083156]]}, &quot;bbox&quot;: [9.728989, 4.083156, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8162&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 3.4583333333333344, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.738306, 4.083528]]}, &quot;bbox&quot;: [9.738306, 4.083528, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8198&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 3.3461538461538454, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.738406, 4.083628]]}, &quot;bbox&quot;: [9.738406, 4.083628, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8234&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 947.0, &quot;att&quot;: 3.238095238095238, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.783583, 4.089889]]}, &quot;bbox&quot;: [9.783583, 4.0817, 9.786083, 4.089889]}, {&quot;id&quot;: &quot;8270&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 947.0, &quot;att&quot;: 3.42105263157895, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.783683, 4.089989]]}, &quot;bbox&quot;: [9.783683, 4.081799999999999, 9.786183, 4.089989]}, {&quot;id&quot;: &quot;8306&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 2.307692307692313, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.743333, 4.074778, 9.761667, 4.097333]}, {&quot;id&quot;: &quot;8342&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 1.9166666666666656, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.743433, 4.074878, 9.761766999999999, 4.097433]}, {&quot;id&quot;: &quot;8378&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 2.6666666666666683, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.76601, 4.08663]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.76601, 4.08663]}, {&quot;id&quot;: &quot;8414&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 2.1395348837209323, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.76611, 4.08673]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.76611, 4.08673]}, {&quot;id&quot;: &quot;8450&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 2.939393939393934, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.808667, 4.091389]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.808667, 4.091389]}, {&quot;id&quot;: &quot;8486&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 2.785714285714283, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.808767, 4.091489]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.808767, 4.091489]}, {&quot;id&quot;: &quot;8522&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 830.0, &quot;att&quot;: 2.2765957446808502, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.758611, 4.090833]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.758611, 4.090833]}, {&quot;id&quot;: &quot;8558&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 830.0, &quot;att&quot;: 2.3200000000000003, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.758711, 4.090933]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.758711, 4.090933]}, {&quot;id&quot;: &quot;8594&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 555.0, &quot;att&quot;: 2.2500000000000044, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73381, 4.08679], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.73381, 4.08679, 9.736042, 4.091278]}, {&quot;id&quot;: &quot;8630&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 555.0, &quot;att&quot;: 2.7599999999999993, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73391, 4.0868899999999995], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.73391, 4.0868899999999995, 9.736142, 4.091378]}, {&quot;id&quot;: &quot;8666&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 4.900000000000006, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.744, 4.104861]]}, &quot;bbox&quot;: [9.744, 4.074778, 9.761667, 4.104861]}, {&quot;id&quot;: &quot;8702&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 2.3142857142857167, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.7441, 4.104960999999999]]}, &quot;bbox&quot;: [9.7441, 4.074878, 9.761766999999999, 4.104960999999999]}, {&quot;id&quot;: &quot;8738&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 889.0, &quot;att&quot;: 3.28571428571429, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76601, 4.08663], [9.764367, 4.0945]]}, &quot;bbox&quot;: [9.764367, 4.08663, 9.76601, 4.0945]}, {&quot;id&quot;: &quot;8774&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 889.0, &quot;att&quot;: 2.882352941176477, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76611, 4.08673], [9.764467, 4.0946]]}, &quot;bbox&quot;: [9.764467, 4.08673, 9.76611, 4.0946]}, {&quot;id&quot;: &quot;8810&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 736.0, &quot;att&quot;: 3.133333333333335, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729444, 4.091944], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.729444, 4.091278, 9.736042, 4.091944]}, {&quot;id&quot;: &quot;8846&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 736.0, &quot;att&quot;: 2.727272727272724, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729544, 4.092044], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.729544, 4.091378, 9.736142, 4.092044]}, {&quot;id&quot;: &quot;8882&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 419.0, &quot;att&quot;: 1.923076923076922, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74168, 4.09393], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.74168, 4.09393, 9.743333, 4.097333]}, {&quot;id&quot;: &quot;8918&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 419.0, &quot;att&quot;: 3.5217391304347876, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-17T23:50:00&quot;, &quot;2019-07-17T23:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74178, 4.09403], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.74178, 4.09403, 9.743433, 4.097433]}, {&quot;id&quot;: &quot;24&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 0.814814814814815, &quot;style&quot;: {&quot;color&quot;: &quot;#84d44b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.791866, 3.97665]]}, &quot;bbox&quot;: [9.787167, 3.97665, 9.791866, 3.992722]}, {&quot;id&quot;: &quot;60&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 0.8214285714285713, &quot;style&quot;: {&quot;color&quot;: &quot;#89d548&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.791966, 3.97675]]}, &quot;bbox&quot;: [9.787267, 3.97675, 9.791966, 3.9928220000000003]}, {&quot;id&quot;: &quot;96&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.2763157894736846, &quot;style&quot;: {&quot;color&quot;: &quot;#38598c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.81613, 3.97866]]}, &quot;bbox&quot;: [9.787167, 3.97866, 9.81613, 3.992722]}, {&quot;id&quot;: &quot;132&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.05828779599271408, &quot;style&quot;: {&quot;color&quot;: &quot;#481668&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.81623, 3.9787600000000003]]}, &quot;bbox&quot;: [9.787267, 3.9787600000000003, 9.81623, 3.9928220000000003]}, {&quot;id&quot;: &quot;168&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 556.0, &quot;att&quot;: 1.2500000000000018, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763806, 3.997361], [9.75885, 3.99663]]}, &quot;bbox&quot;: [9.75885, 3.99663, 9.763806, 3.997361]}, {&quot;id&quot;: &quot;204&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 556.0, &quot;att&quot;: 3.1428571428571344, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763906, 3.9974610000000004], [9.75895, 3.9967300000000003]]}, &quot;bbox&quot;: [9.75895, 3.9967300000000003, 9.763906, 3.9974610000000004]}, {&quot;id&quot;: &quot;240&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 402.0, &quot;att&quot;: 1.3333333333333344, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745083, 4.002553], [9.748639, 4.003231]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.748639, 4.003231]}, {&quot;id&quot;: &quot;276&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 402.0, &quot;att&quot;: 0.8395061728395066, &quot;style&quot;: {&quot;color&quot;: &quot;#93d741&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745182999999999, 4.002653], [9.748739, 4.003331]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.748739, 4.003331]}, {&quot;id&quot;: &quot;312&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 774.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76732, 4.003512], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.76732, 4.003512, 9.767719, 4.0105]}, {&quot;id&quot;: &quot;348&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 774.0, &quot;att&quot;: 1.3428571428571416, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76742, 4.0036119999999995], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.76742, 4.0036119999999995, 9.767819, 4.0106]}, {&quot;id&quot;: &quot;384&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 0.6666666666666681, &quot;style&quot;: {&quot;color&quot;: &quot;#35b779&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799472, 4.004194], [9.778111, 4.012278]]}, &quot;bbox&quot;: [9.778111, 4.004194, 9.799472, 4.012278]}, {&quot;id&quot;: &quot;420&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 1.03703703703704, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799572, 4.004294], [9.778211, 4.012378]]}, &quot;bbox&quot;: [9.778211, 4.004294, 9.799572, 4.012378]}, {&quot;id&quot;: &quot;456&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 1.0555555555555565, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.705944, 4.01775], [9.701194, 4.008306]]}, &quot;bbox&quot;: [9.701194, 4.008306, 9.705944, 4.01775]}, {&quot;id&quot;: &quot;492&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 0.07654723127035824, &quot;style&quot;: {&quot;color&quot;: &quot;#481c6e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706044, 4.01785], [9.701293999999999, 4.008406]]}, &quot;bbox&quot;: [9.701293999999999, 4.008406, 9.706044, 4.01785]}, {&quot;id&quot;: &quot;528&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 0.820512820512823, &quot;style&quot;: {&quot;color&quot;: &quot;#89d548&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.763806, 3.997361]]}, &quot;bbox&quot;: [9.763806, 3.997361, 9.767833, 4.029]}, {&quot;id&quot;: &quot;564&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 0.5675675675675687, &quot;style&quot;: {&quot;color&quot;: &quot;#1fa188&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.763906, 3.9974610000000004]]}, &quot;bbox&quot;: [9.763906, 3.9974610000000004, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;600&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 0.8701298701298702, &quot;style&quot;: {&quot;color&quot;: &quot;#a8db34&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741417, 4.009639], [9.723611, 4.020194]]}, &quot;bbox&quot;: [9.723611, 4.009639, 9.741417, 4.020194]}, {&quot;id&quot;: &quot;636&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 0.9102564102564099, &quot;style&quot;: {&quot;color&quot;: &quot;#c5e021&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741517, 4.009739], [9.723711, 4.020294]]}, &quot;bbox&quot;: [9.723711, 4.009739, 9.741517, 4.020294]}, {&quot;id&quot;: &quot;672&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.745083, 4.002553]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.767833, 4.029]}, {&quot;id&quot;: &quot;708&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 1.0133333333333345, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.745182999999999, 4.002653]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;744&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 466.0, &quot;att&quot;: 0.7799999999999997, &quot;style&quot;: {&quot;color&quot;: &quot;#6ece58&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73456, 4.01734]]}, &quot;bbox&quot;: [9.73456, 4.015972, 9.738528, 4.01734]}, {&quot;id&quot;: &quot;780&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 466.0, &quot;att&quot;: 0.8448275862068969, &quot;style&quot;: {&quot;color&quot;: &quot;#98d83e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73466, 4.01744]]}, &quot;bbox&quot;: [9.73466, 4.016071999999999, 9.738628, 4.01744]}, {&quot;id&quot;: &quot;816&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8335.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 0.8800000000000011, &quot;style&quot;: {&quot;color&quot;: &quot;#b0dd2f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.762056, 4.004472]]}, &quot;bbox&quot;: [9.762056, 4.004472, 9.767833, 4.029]}, {&quot;id&quot;: &quot;852&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8454.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 0.6190476190476194, &quot;style&quot;: {&quot;color&quot;: &quot;#26ad81&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.762156, 4.004572]]}, &quot;bbox&quot;: [9.762156, 4.004572, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;888&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 0.5166666666666669, &quot;style&quot;: {&quot;color&quot;: &quot;#1f948c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.768083, 4.017917]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.768083, 4.017917]}, {&quot;id&quot;: &quot;924&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 0.680851063829787, &quot;style&quot;: {&quot;color&quot;: &quot;#3bbb75&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.768183, 4.0180169999999995]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.768183, 4.0180169999999995]}, {&quot;id&quot;: &quot;960&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 1.2058823529411773, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727083, 4.023444], [9.72629, 4.01048]]}, &quot;bbox&quot;: [9.72629, 4.01048, 9.727083, 4.023444]}, {&quot;id&quot;: &quot;996&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 1.0540540540540528, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727183, 4.023543999999999], [9.72639, 4.01058]]}, &quot;bbox&quot;: [9.72639, 4.01058, 9.727183, 4.023543999999999]}, {&quot;id&quot;: &quot;1032&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 0.9428571428571421, &quot;style&quot;: {&quot;color&quot;: &quot;#dae319&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.757556, 4.0195]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.757556, 4.0195]}, {&quot;id&quot;: &quot;1068&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 0.7804878048780493, &quot;style&quot;: {&quot;color&quot;: &quot;#6ece58&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.757655999999999, 4.0196]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.757655999999999, 4.0196]}, {&quot;id&quot;: &quot;1104&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.756817, 4.008442]]}, &quot;bbox&quot;: [9.756817, 4.008442, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1140&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 0.9354838709677425, &quot;style&quot;: {&quot;color&quot;: &quot;#d5e21a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.756917, 4.008541999999999]]}, &quot;bbox&quot;: [9.756917, 4.008541999999999, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1176&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.06851549755301788, &quot;style&quot;: {&quot;color&quot;: &quot;#481a6c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744694, 4.014417], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.744694, 4.014417, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1212&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.17346938775510196, &quot;style&quot;: {&quot;color&quot;: &quot;#443b84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744794, 4.014517], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.744794, 4.014517, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1248&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 0.7647058823529415, &quot;style&quot;: {&quot;color&quot;: &quot;#65cb5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.767719, 4.0105, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1284&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 0.5333333333333339, &quot;style&quot;: {&quot;color&quot;: &quot;#1f988b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.767819, 4.0106, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1320&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 0.2803030303030306, &quot;style&quot;: {&quot;color&quot;: &quot;#375a8c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.780278, 4.023889]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.780278, 4.023889]}, {&quot;id&quot;: &quot;1356&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 0.4761904761904759, &quot;style&quot;: {&quot;color&quot;: &quot;#238a8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.780377999999999, 4.023988999999999]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.780377999999999, 4.023988999999999]}, {&quot;id&quot;: &quot;1392&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 0.9736842105263155, &quot;style&quot;: {&quot;color&quot;: &quot;#efe51c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.721083, 4.0115]]}, &quot;bbox&quot;: [9.696744, 4.0115, 9.721083, 4.029381]}, {&quot;id&quot;: &quot;1428&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 0.693877551020408, &quot;style&quot;: {&quot;color&quot;: &quot;#40bd72&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.721183, 4.0116]]}, &quot;bbox&quot;: [9.696844, 4.0116, 9.721183, 4.029481]}, {&quot;id&quot;: &quot;1464&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 654.0, &quot;att&quot;: 10.299999999999999, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743889, 4.0194], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.743889, 4.0194, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1500&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 654.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743989, 4.0195], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.743989, 4.0195, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1536&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024043N-9.680260E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2266.0, &quot;att&quot;: 0.6888888888888903, &quot;style&quot;: {&quot;color&quot;: &quot;#3fbc73&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.67025, 4.022056], [9.69027, 4.02603]]}, &quot;bbox&quot;: [9.67025, 4.022056, 9.69027, 4.02603]}, {&quot;id&quot;: &quot;1572&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 0.6206896551724131, &quot;style&quot;: {&quot;color&quot;: &quot;#26ad81&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.72802, 4.03279]]}, &quot;bbox&quot;: [9.72802, 4.015972, 9.738528, 4.03279]}, {&quot;id&quot;: &quot;1608&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 1.3124999999999998, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.72812, 4.03289]]}, &quot;bbox&quot;: [9.72812, 4.016071999999999, 9.738628, 4.03289]}, {&quot;id&quot;: &quot;1644&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 1.207547169811321, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.69921, 4.02012]]}, &quot;bbox&quot;: [9.696744, 4.02012, 9.69921, 4.029381]}, {&quot;id&quot;: &quot;1680&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.4825174825174823, &quot;style&quot;: {&quot;color&quot;: &quot;#228c8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.69931, 4.02022]]}, &quot;bbox&quot;: [9.696844, 4.02022, 9.69931, 4.029481]}, {&quot;id&quot;: &quot;1716&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18737.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 0.6666666666666666, &quot;style&quot;: {&quot;color&quot;: &quot;#35b779&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.77399, 4.02125]]}, &quot;bbox&quot;: [9.767833, 4.02125, 9.77399, 4.029]}, {&quot;id&quot;: &quot;1752&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17727.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.77409, 4.02135]]}, &quot;bbox&quot;: [9.767933, 4.02135, 9.77409, 4.0291]}, {&quot;id&quot;: &quot;1788&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14431.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 874.0, &quot;att&quot;: 0.8965517241379297, &quot;style&quot;: {&quot;color&quot;: &quot;#bade28&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737194, 4.022139], [9.741992, 4.0284]]}, &quot;bbox&quot;: [9.737194, 4.022139, 9.741992, 4.0284]}, {&quot;id&quot;: &quot;1824&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14921.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 874.0, &quot;att&quot;: 0.9666666666666662, &quot;style&quot;: {&quot;color&quot;: &quot;#eae51a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737294, 4.022239], [9.742092, 4.0285]]}, &quot;bbox&quot;: [9.737294, 4.022239, 9.742092, 4.0285]}, {&quot;id&quot;: &quot;1860&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73325, 4.035278]]}, &quot;bbox&quot;: [9.73325, 4.015972, 9.738528, 4.035278]}, {&quot;id&quot;: &quot;1896&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 1.4, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73335, 4.035378]]}, &quot;bbox&quot;: [9.73335, 4.016071999999999, 9.738628, 4.035378]}, {&quot;id&quot;: &quot;1932&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 1.058823529411767, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.70976, 4.02238]]}, &quot;bbox&quot;: [9.696744, 4.02238, 9.70976, 4.029381]}, {&quot;id&quot;: &quot;1968&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.709859999999999, 4.02248]]}, &quot;bbox&quot;: [9.696844, 4.02248, 9.709859999999999, 4.029481]}, {&quot;id&quot;: &quot;2004&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 755.0, &quot;att&quot;: 0.8787878787878772, &quot;style&quot;: {&quot;color&quot;: &quot;#addc30&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.694556, 4.022917]]}, &quot;bbox&quot;: [9.694556, 4.022917, 9.696744, 4.029381]}, {&quot;id&quot;: &quot;2040&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 755.0, &quot;att&quot;: 0.7999999999999989, &quot;style&quot;: {&quot;color&quot;: &quot;#7ad151&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.694656, 4.023016999999999]]}, &quot;bbox&quot;: [9.694656, 4.023016999999999, 9.696844, 4.029481]}, {&quot;id&quot;: &quot;2076&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 0.9032258064516115, &quot;style&quot;: {&quot;color&quot;: &quot;#c0df25&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.72684, 4.01658]]}, &quot;bbox&quot;: [9.72684, 4.01658, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2112&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.726939999999999, 4.01668]]}, &quot;bbox&quot;: [9.726939999999999, 4.01668, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2148&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 364.0, &quot;att&quot;: 0.8571428571428601, &quot;style&quot;: {&quot;color&quot;: &quot;#a0da39&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.705139, 4.028333]]}, &quot;bbox&quot;: [9.701944, 4.028333, 9.705139, 4.029083]}, {&quot;id&quot;: &quot;2184&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 364.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.705239, 4.028433]]}, &quot;bbox&quot;: [9.702043999999999, 4.028433, 9.705239, 4.029183]}, {&quot;id&quot;: &quot;2220&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 1.0465116279069757, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.686417, 4.029444]]}, &quot;bbox&quot;: [9.686417, 4.029381, 9.696744, 4.029444]}, {&quot;id&quot;: &quot;2256&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 1.0487804878048788, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.686517, 4.029544]]}, &quot;bbox&quot;: [9.686517, 4.029481, 9.696844, 4.029544]}, {&quot;id&quot;: &quot;2292&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 868.0, &quot;att&quot;: 0.7916666666666665, &quot;style&quot;: {&quot;color&quot;: &quot;#75d054&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.709194, 4.032028]]}, &quot;bbox&quot;: [9.701944, 4.029083, 9.709194, 4.032028]}, {&quot;id&quot;: &quot;2328&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 868.0, &quot;att&quot;: 0.8260869565217396, &quot;style&quot;: {&quot;color&quot;: &quot;#8bd646&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.709294, 4.032128]]}, &quot;bbox&quot;: [9.702043999999999, 4.029183, 9.709294, 4.032128]}, {&quot;id&quot;: &quot;2364&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 666.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.691575, 4.032433]]}, &quot;bbox&quot;: [9.691575, 4.029381, 9.696744, 4.032433]}, {&quot;id&quot;: &quot;2400&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 666.0, &quot;att&quot;: 0.8888888888888897, &quot;style&quot;: {&quot;color&quot;: &quot;#b5de2b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.691675, 4.032533]]}, &quot;bbox&quot;: [9.691675, 4.029481, 9.696844, 4.032533]}, {&quot;id&quot;: &quot;2436&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 536.0, &quot;att&quot;: 1.136363636363635, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699417, 4.033417]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699417, 4.033417]}, {&quot;id&quot;: &quot;2472&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 536.0, &quot;att&quot;: 1.0666666666666653, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699517, 4.033517]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699517, 4.033517]}, {&quot;id&quot;: &quot;2508&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 0.8918918918918923, &quot;style&quot;: {&quot;color&quot;: &quot;#b8de29&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.727083, 4.023444]]}, &quot;bbox&quot;: [9.727083, 4.023444, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2544&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 0.4038461538461531, &quot;style&quot;: {&quot;color&quot;: &quot;#29798e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.727183, 4.023543999999999]]}, &quot;bbox&quot;: [9.727183, 4.023543999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2580&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71564, 4.032], [9.71203, 4.03312]]}, &quot;bbox&quot;: [9.71203, 4.032, 9.71564, 4.03312]}, {&quot;id&quot;: &quot;2616&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.8297872340425536, &quot;style&quot;: {&quot;color&quot;: &quot;#8ed645&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71574, 4.0321], [9.71213, 4.03322]]}, &quot;bbox&quot;: [9.71213, 4.0321, 9.71574, 4.03322]}, {&quot;id&quot;: &quot;2652&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 0.743589743589744, &quot;style&quot;: {&quot;color&quot;: &quot;#5ac864&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.755167, 4.037361]]}, &quot;bbox&quot;: [9.755167, 4.029, 9.767833, 4.037361]}, {&quot;id&quot;: &quot;2688&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 0.7567567567567569, &quot;style&quot;: {&quot;color&quot;: &quot;#60ca60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.755267, 4.0374609999999995]]}, &quot;bbox&quot;: [9.755267, 4.0291, 9.767933, 4.0374609999999995]}, {&quot;id&quot;: &quot;2724&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 323.0, &quot;att&quot;: 0.75, &quot;style&quot;: {&quot;color&quot;: &quot;#5ec962&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691575, 4.032433], [9.691889, 4.035333]]}, &quot;bbox&quot;: [9.691575, 4.032433, 9.691889, 4.035333]}, {&quot;id&quot;: &quot;2760&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 323.0, &quot;att&quot;: 0.7647058823529425, &quot;style&quot;: {&quot;color&quot;: &quot;#65cb5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691675, 4.032533], [9.691989, 4.035432999999999]]}, &quot;bbox&quot;: [9.691675, 4.032533, 9.691989, 4.035432999999999]}, {&quot;id&quot;: &quot;2796&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 516.0, &quot;att&quot;: 0.5937500000000003, &quot;style&quot;: {&quot;color&quot;: &quot;#22a785&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774333, 4.033028], [9.77026, 4.03527]]}, &quot;bbox&quot;: [9.77026, 4.033028, 9.774333, 4.03527]}, {&quot;id&quot;: &quot;2832&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 516.0, &quot;att&quot;: 0.6249999999999994, &quot;style&quot;: {&quot;color&quot;: &quot;#27ad81&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774433, 4.033128], [9.77036, 4.0353699999999995]]}, &quot;bbox&quot;: [9.77036, 4.033128, 9.774433, 4.0353699999999995]}, {&quot;id&quot;: &quot;2868&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.725667, 4.028583]]}, &quot;bbox&quot;: [9.725667, 4.028583, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2904&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 0.8039215686274508, &quot;style&quot;: {&quot;color&quot;: &quot;#7cd250&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.725767, 4.028683]]}, &quot;bbox&quot;: [9.725767, 4.028683, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2940&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 0.8666666666666695, &quot;style&quot;: {&quot;color&quot;: &quot;#a5db36&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699006, 4.040886]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699006, 4.040886]}, {&quot;id&quot;: &quot;2976&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 0.7777777777777782, &quot;style&quot;: {&quot;color&quot;: &quot;#6ece58&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699106, 4.040986]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699106, 4.040986]}, {&quot;id&quot;: &quot;3012&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17810.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 610.0, &quot;att&quot;: 1.095238095238097, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683883, 4.033886], [9.688056, 4.037472]]}, &quot;bbox&quot;: [9.683883, 4.033886, 9.688056, 4.037472]}, {&quot;id&quot;: &quot;3048&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18820.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 610.0, &quot;att&quot;: 1.037037037037035, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683983, 4.033986], [9.688156, 4.037572]]}, &quot;bbox&quot;: [9.683983, 4.033986, 9.688156, 4.037572]}, {&quot;id&quot;: &quot;3084&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 0.6078431372549029, &quot;style&quot;: {&quot;color&quot;: &quot;#24aa83&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.766222, 4.046556]]}, &quot;bbox&quot;: [9.766222, 4.029, 9.767833, 4.046556]}, {&quot;id&quot;: &quot;3120&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 0.549019607843138, &quot;style&quot;: {&quot;color&quot;: &quot;#1e9c89&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.766322, 4.046656]]}, &quot;bbox&quot;: [9.766322, 4.0291, 9.767933, 4.046656]}, {&quot;id&quot;: &quot;3156&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 433.0, &quot;att&quot;: 0.961538461538461, &quot;style&quot;: {&quot;color&quot;: &quot;#e7e419&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706106, 4.040083], [9.703794, 4.036926]]}, &quot;bbox&quot;: [9.703794, 4.036926, 9.706106, 4.040083]}, {&quot;id&quot;: &quot;3192&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 433.0, &quot;att&quot;: 0.9642857142857137, &quot;style&quot;: {&quot;color&quot;: &quot;#e7e419&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706206, 4.040183], [9.703894, 4.037026]]}, &quot;bbox&quot;: [9.703894, 4.037026, 9.706206, 4.040183]}, {&quot;id&quot;: &quot;3228&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 2.418604651162788, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.711917, 4.037722]]}, &quot;bbox&quot;: [9.711917, 4.037722, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;3264&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 1.652173913043478, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.712017, 4.037821999999999]]}, &quot;bbox&quot;: [9.712017, 4.037821999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;3300&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 928.0, &quot;att&quot;: 1.1551724137931032, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.741011, 4.038342]]}, &quot;bbox&quot;: [9.733028, 4.038342, 9.741011, 4.040819]}, {&quot;id&quot;: &quot;3336&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 928.0, &quot;att&quot;: 1.1698113207547167, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.741111, 4.038442]]}, &quot;bbox&quot;: [9.733127999999999, 4.038442, 9.741111, 4.040919]}, {&quot;id&quot;: &quot;3372&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 441.0, &quot;att&quot;: 1.249999999999998, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.70265, 4.03931]]}, &quot;bbox&quot;: [9.699006, 4.03931, 9.70265, 4.040886]}, {&quot;id&quot;: &quot;3408&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 441.0, &quot;att&quot;: 1.4999999999999987, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.70275, 4.03941]]}, &quot;bbox&quot;: [9.699106, 4.03941, 9.70275, 4.040986]}, {&quot;id&quot;: &quot;3444&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 697.0, &quot;att&quot;: 0.8153846153846149, &quot;style&quot;: {&quot;color&quot;: &quot;#84d44b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774, 4.042306], [9.7795, 4.039278]]}, &quot;bbox&quot;: [9.774, 4.039278, 9.7795, 4.042306]}, {&quot;id&quot;: &quot;3480&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 697.0, &quot;att&quot;: 0.6435643564356439, &quot;style&quot;: {&quot;color&quot;: &quot;#2db27d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774099999999999, 4.042406], [9.7796, 4.039378]]}, &quot;bbox&quot;: [9.774099999999999, 4.039378, 9.7796, 4.042406]}, {&quot;id&quot;: &quot;3517&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041057N-9.688122E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 387.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.689827, 4.040697]]}, &quot;bbox&quot;: [9.686417, 4.040697, 9.689827, 4.041417]}, {&quot;id&quot;: &quot;3553&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 975.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762056, 4.03875], [9.754583, 4.043386]]}, &quot;bbox&quot;: [9.754583, 4.03875, 9.762056, 4.043386]}, {&quot;id&quot;: &quot;3589&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 975.0, &quot;att&quot;: 1.0930232558139532, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762156, 4.03885], [9.754683, 4.043486]]}, &quot;bbox&quot;: [9.754683, 4.03885, 9.762156, 4.043486]}, {&quot;id&quot;: &quot;3625&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.8387096774193549, &quot;style&quot;: {&quot;color&quot;: &quot;#93d741&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.728389, 4.041694]]}, &quot;bbox&quot;: [9.728389, 4.040819, 9.733028, 4.041694]}, {&quot;id&quot;: &quot;3661&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.09339407744874718, &quot;style&quot;: {&quot;color&quot;: &quot;#482173&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.728489, 4.041793999999999]]}, &quot;bbox&quot;: [9.728489, 4.040919, 9.733127999999999, 4.041793999999999]}, {&quot;id&quot;: &quot;3697&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 0.4655172413793105, &quot;style&quot;: {&quot;color&quot;: &quot;#23888e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.779361, 4.053694]]}, &quot;bbox&quot;: [9.767833, 4.029, 9.779361, 4.053694]}, {&quot;id&quot;: &quot;3733&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 0.4499999999999993, &quot;style&quot;: {&quot;color&quot;: &quot;#25848e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.779461, 4.053794]]}, &quot;bbox&quot;: [9.767933, 4.0291, 9.779461, 4.053794]}, {&quot;id&quot;: &quot;3769&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 0.5909090909090898, &quot;style&quot;: {&quot;color&quot;: &quot;#21a685&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.747639, 4.043778]]}, &quot;bbox&quot;: [9.733028, 4.040819, 9.747639, 4.043778]}, {&quot;id&quot;: &quot;3805&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 1.0327868852459021, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.747739, 4.043877999999999]]}, &quot;bbox&quot;: [9.733127999999999, 4.040919, 9.747739, 4.043877999999999]}, {&quot;id&quot;: &quot;3841&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 0.6170212765957456, &quot;style&quot;: {&quot;color&quot;: &quot;#25ac82&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702978, 4.056559], [9.73025, 4.028444]]}, &quot;bbox&quot;: [9.702978, 4.028444, 9.73025, 4.056559]}, {&quot;id&quot;: &quot;3877&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 0.8636363636363633, &quot;style&quot;: {&quot;color&quot;: &quot;#a5db36&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703078, 4.056659], [9.73035, 4.028544]]}, &quot;bbox&quot;: [9.703078, 4.028544, 9.73035, 4.056659]}, {&quot;id&quot;: &quot;3913&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.69725, 4.04425]]}, &quot;bbox&quot;: [9.69725, 4.040886, 9.699006, 4.04425]}, {&quot;id&quot;: &quot;3949&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.69735, 4.04435]]}, &quot;bbox&quot;: [9.69735, 4.040986, 9.699106, 4.04435]}, {&quot;id&quot;: &quot;3985&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 431.0, &quot;att&quot;: 0.9459459459459452, &quot;style&quot;: {&quot;color&quot;: &quot;#dde318&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704083, 4.04244], [9.707889, 4.043194]]}, &quot;bbox&quot;: [9.704083, 4.04244, 9.707889, 4.043194]}, {&quot;id&quot;: &quot;4021&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 431.0, &quot;att&quot;: 0.9473684210526309, &quot;style&quot;: {&quot;color&quot;: &quot;#dde318&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704183, 4.04254], [9.707989, 4.0432939999999995]]}, &quot;bbox&quot;: [9.704183, 4.04254, 9.707989, 4.0432939999999995]}, {&quot;id&quot;: &quot;4059&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043833N-9.687306E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 570.0, &quot;att&quot;: 1.0333333333333339, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.688194, 4.04625]]}, &quot;bbox&quot;: [9.686417, 4.041417, 9.688194, 4.04625]}, {&quot;id&quot;: &quot;4095&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 810.0, &quot;att&quot;: 0.8461538461538468, &quot;style&quot;: {&quot;color&quot;: &quot;#98d83e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707889, 4.043194], [9.700739, 4.044661]]}, &quot;bbox&quot;: [9.700739, 4.043194, 9.707889, 4.044661]}, {&quot;id&quot;: &quot;4131&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 810.0, &quot;att&quot;: 0.9599999999999994, &quot;style&quot;: {&quot;color&quot;: &quot;#e5e419&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707989, 4.0432939999999995], [9.700839, 4.044760999999999]]}, &quot;bbox&quot;: [9.700839, 4.0432939999999995, 9.707989, 4.044760999999999]}, {&quot;id&quot;: &quot;4167&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 706.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728389, 4.041694], [9.72575, 4.0475]]}, &quot;bbox&quot;: [9.72575, 4.041694, 9.728389, 4.0475]}, {&quot;id&quot;: &quot;4203&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 706.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728489, 4.041793999999999], [9.72585, 4.0476]]}, &quot;bbox&quot;: [9.72585, 4.041793999999999, 9.728489, 4.0476]}, {&quot;id&quot;: &quot;4239&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 0.564102564102565, &quot;style&quot;: {&quot;color&quot;: &quot;#1fa088&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.699006, 4.040886, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4275&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 0.6400000000000006, &quot;style&quot;: {&quot;color&quot;: &quot;#2cb17e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.699106, 4.040986, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4311&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14487.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 611.0, &quot;att&quot;: 1.2068965517241355, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71598, 4.04642], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.71598, 4.04642, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4347&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14977.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 611.0, &quot;att&quot;: 1.3333333333333324, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71608, 4.04652], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.71608, 4.04652, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4383&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048013N-9.705195E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 822.0, &quot;att&quot;: 1.1818181818181819, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703528, 4.044694], [9.706861, 4.051333]]}, &quot;bbox&quot;: [9.703528, 4.044694, 9.706861, 4.051333]}, {&quot;id&quot;: &quot;4419&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 317.0, &quot;att&quot;: 0.7230046948356805, &quot;style&quot;: {&quot;color&quot;: &quot;#50c46a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698333, 4.049556], [9.698917, 4.04675]]}, &quot;bbox&quot;: [9.698333, 4.04675, 9.698917, 4.049556]}, {&quot;id&quot;: &quot;4455&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 317.0, &quot;att&quot;: 1.166666666666666, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698433, 4.049656], [9.699017, 4.04685]]}, &quot;bbox&quot;: [9.698433, 4.04685, 9.699017, 4.049656]}, {&quot;id&quot;: &quot;4491&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 564.0, &quot;att&quot;: 1.2916666666666643, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706861, 4.051333], [9.708472, 4.0465]]}, &quot;bbox&quot;: [9.706861, 4.0465, 9.708472, 4.051333]}, {&quot;id&quot;: &quot;4527&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 564.0, &quot;att&quot;: 1.4347826086956528, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706961, 4.051432999999999], [9.708572, 4.0466]]}, &quot;bbox&quot;: [9.706961, 4.0466, 9.708572, 4.051432999999999]}, {&quot;id&quot;: &quot;4563&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 596.0, &quot;att&quot;: 0.5161290322580636, &quot;style&quot;: {&quot;color&quot;: &quot;#1f948c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.771911, 4.050192], [9.777253, 4.049658]]}, &quot;bbox&quot;: [9.771911, 4.049658, 9.777253, 4.050192]}, {&quot;id&quot;: &quot;4599&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 596.0, &quot;att&quot;: 0.5, &quot;style&quot;: {&quot;color&quot;: &quot;#21918c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.772011, 4.050292], [9.777353, 4.049758]]}, &quot;bbox&quot;: [9.772011, 4.049758, 9.777353, 4.050292]}, {&quot;id&quot;: &quot;4635&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050150N-9.740475E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 454.0, &quot;att&quot;: 1.3225806451612903, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741306, 4.052028], [9.739644, 4.048272]]}, &quot;bbox&quot;: [9.739644, 4.048272, 9.741306, 4.052028]}, {&quot;id&quot;: &quot;4671&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 522.0, &quot;att&quot;: 1.1538461538461533, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702389, 4.052444], [9.704556, 4.04825]]}, &quot;bbox&quot;: [9.702389, 4.04825, 9.704556, 4.052444]}, {&quot;id&quot;: &quot;4707&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 522.0, &quot;att&quot;: 1.2, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702489, 4.052544], [9.704656, 4.04835]]}, &quot;bbox&quot;: [9.702489, 4.04835, 9.704656, 4.052544]}, {&quot;id&quot;: &quot;4743&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 956.0, &quot;att&quot;: 0.3750000000000004, &quot;style&quot;: {&quot;color&quot;: &quot;#2c728e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.756833, 4.047389]]}, &quot;bbox&quot;: [9.750917, 4.047389, 9.756833, 4.053667]}, {&quot;id&quot;: &quot;4779&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 956.0, &quot;att&quot;: 0.8400000000000005, &quot;style&quot;: {&quot;color&quot;: &quot;#95d840&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.756933, 4.047489]]}, &quot;bbox&quot;: [9.751017, 4.047489, 9.756933, 4.053767]}, {&quot;id&quot;: &quot;4815&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 0.5142857142857145, &quot;style&quot;: {&quot;color&quot;: &quot;#20938c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779361, 4.053694], [9.797806, 4.050472]]}, &quot;bbox&quot;: [9.779361, 4.050472, 9.797806, 4.053694]}, {&quot;id&quot;: &quot;4851&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 0.492063492063492, &quot;style&quot;: {&quot;color&quot;: &quot;#218e8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779461, 4.053794], [9.797906, 4.050572]]}, &quot;bbox&quot;: [9.779461, 4.050572, 9.797906, 4.053794]}, {&quot;id&quot;: &quot;4887&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8363.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 0.5416666666666642, &quot;style&quot;: {&quot;color&quot;: &quot;#1f9a8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.775889, 4.05525]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.775889, 4.05525]}, {&quot;id&quot;: &quot;4923&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8482.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 0.6, &quot;style&quot;: {&quot;color&quot;: &quot;#22a884&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.775989, 4.05535]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.775989, 4.05535]}, {&quot;id&quot;: &quot;4959&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.01456310679611671, &quot;style&quot;: {&quot;color&quot;: &quot;#450559&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.754444, 4.058167]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.754444, 4.058167]}, {&quot;id&quot;: &quot;4995&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.057208237986270026, &quot;style&quot;: {&quot;color&quot;: &quot;#481668&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.754544, 4.058267]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.754544, 4.058267]}, {&quot;id&quot;: &quot;5031&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 546.0, &quot;att&quot;: 0.5909090909090898, &quot;style&quot;: {&quot;color&quot;: &quot;#21a685&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.767556, 4.053639]]}, &quot;bbox&quot;: [9.767556, 4.053639, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5067&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 546.0, &quot;att&quot;: 0.5588235294117655, &quot;style&quot;: {&quot;color&quot;: &quot;#1f9f88&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.767656, 4.053739]]}, &quot;bbox&quot;: [9.767656, 4.053739, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5103&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 879.0, &quot;att&quot;: 2.038461538461536, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738694, 4.058056], [9.745611, 4.054186]]}, &quot;bbox&quot;: [9.738694, 4.054186, 9.745611, 4.058056]}, {&quot;id&quot;: &quot;5139&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 879.0, &quot;att&quot;: 1.8166666666666687, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738794, 4.058155999999999], [9.745711, 4.054285999999999]]}, &quot;bbox&quot;: [9.738794, 4.054285999999999, 9.745711, 4.058155999999999]}, {&quot;id&quot;: &quot;5175&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 0.974358974358974, &quot;style&quot;: {&quot;color&quot;: &quot;#efe51c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.743528, 4.059611]]}, &quot;bbox&quot;: [9.743528, 4.053667, 9.750917, 4.059611]}, {&quot;id&quot;: &quot;5211&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 0.7499999999999989, &quot;style&quot;: {&quot;color&quot;: &quot;#5cc863&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.743628, 4.059711]]}, &quot;bbox&quot;: [9.743628, 4.053767, 9.751017, 4.059711]}, {&quot;id&quot;: &quot;5247&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 2.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726194, 4.060028], [9.750917, 4.053667]]}, &quot;bbox&quot;: [9.726194, 4.053667, 9.750917, 4.060028]}, {&quot;id&quot;: &quot;5283&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 1.971428571428571, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726294, 4.060128], [9.751017, 4.053767]]}, &quot;bbox&quot;: [9.726294, 4.053767, 9.751017, 4.060128]}, {&quot;id&quot;: &quot;5319&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 1.6999999999999993, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726393999999999, 4.060228], [9.751116999999999, 4.053867]]}, &quot;bbox&quot;: [9.726393999999999, 4.053867, 9.751116999999999, 4.060228]}, {&quot;id&quot;: &quot;5355&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 2.0833333333333326, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726493999999999, 4.060328], [9.751216999999999, 4.053967]]}, &quot;bbox&quot;: [9.726493999999999, 4.053967, 9.751216999999999, 4.060328]}, {&quot;id&quot;: &quot;5391&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_0&quot;, &quot;frequency&quot;: 12793.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 2.321428571428574, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726594, 4.060428], [9.751317, 4.054067]]}, &quot;bbox&quot;: [9.726594, 4.054067, 9.751317, 4.060428]}, {&quot;id&quot;: &quot;5427&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_1&quot;, &quot;frequency&quot;: 13059.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 1.9210526315789462, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726694, 4.060528], [9.751417, 4.054167]]}, &quot;bbox&quot;: [9.726694, 4.054167, 9.751417, 4.060528]}, {&quot;id&quot;: &quot;5463&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 2.2499999999999973, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.734028, 4.06025]]}, &quot;bbox&quot;: [9.734028, 4.053667, 9.750917, 4.06025]}, {&quot;id&quot;: &quot;5499&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 1.9333333333333353, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.734128, 4.06035]]}, &quot;bbox&quot;: [9.734128, 4.053767, 9.751017, 4.06035]}, {&quot;id&quot;: &quot;5535&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 630.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.763167, 4.056417]]}, &quot;bbox&quot;: [9.763167, 4.056417, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5571&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 630.0, &quot;att&quot;: 0.8478260869565212, &quot;style&quot;: {&quot;color&quot;: &quot;#9bd93c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.763266999999999, 4.0565169999999995]]}, &quot;bbox&quot;: [9.763266999999999, 4.0565169999999995, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5607&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 0.1290322580645169, &quot;style&quot;: {&quot;color&quot;: &quot;#472e7c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.786861, 4.062806]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.786861, 4.062806]}, {&quot;id&quot;: &quot;5643&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 0.6857142857142833, &quot;style&quot;: {&quot;color&quot;: &quot;#3dbc74&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.786961, 4.062906]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.786961, 4.062906]}, {&quot;id&quot;: &quot;5679&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 1.1304347826086938, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.720853, 4.053242]]}, &quot;bbox&quot;: [9.714664, 4.053242, 9.720853, 4.06425]}, {&quot;id&quot;: &quot;5715&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 1.0555555555555605, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.720953, 4.053342]]}, &quot;bbox&quot;: [9.714764, 4.053342, 9.720953, 4.06435]}, {&quot;id&quot;: &quot;5751&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 1.245283018867924, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.75311, 4.064069]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.75311, 4.064069]}, {&quot;id&quot;: &quot;5787&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 0.6842105263157897, &quot;style&quot;: {&quot;color&quot;: &quot;#3dbc74&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.75321, 4.064169]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.75321, 4.064169]}, {&quot;id&quot;: &quot;5823&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.08333333333333309, &quot;style&quot;: {&quot;color&quot;: &quot;#481f70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.767778, 4.064361]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.767778, 4.064361]}, {&quot;id&quot;: &quot;5859&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 1.3548387096774173, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.767878, 4.064461]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.767878, 4.064461]}, {&quot;id&quot;: &quot;5895&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 796.0, &quot;att&quot;: 1.2500000000000007, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708444, 4.060333], [9.715412, 4.058638]]}, &quot;bbox&quot;: [9.708444, 4.058638, 9.715412, 4.060333]}, {&quot;id&quot;: &quot;5931&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 796.0, &quot;att&quot;: 1.2608695652173891, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708544, 4.060433], [9.715512, 4.058738]]}, &quot;bbox&quot;: [9.708544, 4.058738, 9.715512, 4.060433]}, {&quot;id&quot;: &quot;5967&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 1.8888888888888875, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.759558, 4.066322]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.759558, 4.066322]}, {&quot;id&quot;: &quot;6003&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 2.115384615384614, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.759658, 4.066422]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.759658, 4.066422]}, {&quot;id&quot;: &quot;6039&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 0.9642857142857139, &quot;style&quot;: {&quot;color&quot;: &quot;#e7e419&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.777639, 4.063131]]}, &quot;bbox&quot;: [9.768444, 4.0585, 9.777639, 4.063131]}, {&quot;id&quot;: &quot;6075&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.777739, 4.063231]]}, &quot;bbox&quot;: [9.768544, 4.0586, 9.777739, 4.063231]}, {&quot;id&quot;: &quot;6111&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 498.0, &quot;att&quot;: 0.43137254901960687, &quot;style&quot;: {&quot;color&quot;: &quot;#27808e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743528, 4.059611], [9.74569, 4.06356]]}, &quot;bbox&quot;: [9.743528, 4.059611, 9.74569, 4.06356]}, {&quot;id&quot;: &quot;6147&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 498.0, &quot;att&quot;: 0.8148148148148145, &quot;style&quot;: {&quot;color&quot;: &quot;#84d44b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743628, 4.059711], [9.74579, 4.06366]]}, &quot;bbox&quot;: [9.743628, 4.059711, 9.74579, 4.06366]}, {&quot;id&quot;: &quot;6183&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 741.0, &quot;att&quot;: 1.291666666666668, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704333, 4.059583], [9.706333, 4.065972]]}, &quot;bbox&quot;: [9.704333, 4.059583, 9.706333, 4.065972]}, {&quot;id&quot;: &quot;6219&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 741.0, &quot;att&quot;: 1.4285714285714277, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704433, 4.059683], [9.706433, 4.066072]]}, &quot;bbox&quot;: [9.704433, 4.059683, 9.706433, 4.066072]}, {&quot;id&quot;: &quot;6255&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 603.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.719389, 4.061556]]}, &quot;bbox&quot;: [9.714664, 4.061556, 9.719389, 4.06425]}, {&quot;id&quot;: &quot;6291&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 603.0, &quot;att&quot;: 1.0645161290322567, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.719489, 4.061656]]}, &quot;bbox&quot;: [9.714764, 4.061656, 9.719489, 4.06435]}, {&quot;id&quot;: &quot;6327&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 669.0, &quot;att&quot;: 1.0714285714285698, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759558, 4.066322], [9.76425, 4.062528]]}, &quot;bbox&quot;: [9.759558, 4.062528, 9.76425, 4.066322]}, {&quot;id&quot;: &quot;6363&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 669.0, &quot;att&quot;: 1.1249999999999984, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759658, 4.066422], [9.76435, 4.062628]]}, &quot;bbox&quot;: [9.759658, 4.062628, 9.76435, 4.066422]}, {&quot;id&quot;: &quot;6399&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 451.0, &quot;att&quot;: 1.2631578947368423, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710083, 4.063917], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.710083, 4.063917, 9.71287, 4.06688]}, {&quot;id&quot;: &quot;6435&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 451.0, &quot;att&quot;: 1.277777777777777, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710182999999999, 4.064017], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.710182999999999, 4.064017, 9.71297, 4.06698]}, {&quot;id&quot;: &quot;6471&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 924.0, &quot;att&quot;: 0.4571428571428576, &quot;style&quot;: {&quot;color&quot;: &quot;#24868e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79152, 4.065848], [9.799722, 4.06725]]}, &quot;bbox&quot;: [9.79152, 4.065848, 9.799722, 4.06725]}, {&quot;id&quot;: &quot;6507&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 924.0, &quot;att&quot;: 0.6333333333333329, &quot;style&quot;: {&quot;color&quot;: &quot;#2ab07f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79162, 4.065948], [9.799821999999999, 4.067349999999999]]}, &quot;bbox&quot;: [9.79162, 4.065948, 9.799821999999999, 4.067349999999999]}, {&quot;id&quot;: &quot;6543&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 1.5000000000000016, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.72547, 4.07139]}, {&quot;id&quot;: &quot;6579&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 1.3437500000000009, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.72557, 4.07149]}, {&quot;id&quot;: &quot;6615&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 932.0, &quot;att&quot;: 1.3555555555555574, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.722972, 4.065667], [9.729139, 4.071389]]}, &quot;bbox&quot;: [9.722972, 4.065667, 9.729139, 4.071389]}, {&quot;id&quot;: &quot;6651&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 932.0, &quot;att&quot;: 1.3777777777777753, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.723072, 4.065767], [9.729239, 4.071489]]}, &quot;bbox&quot;: [9.723072, 4.065767, 9.729239, 4.071489]}, {&quot;id&quot;: &quot;6687&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 535.0, &quot;att&quot;: 1.7428571428571433, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714869, 4.071278], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.71287, 4.06688, 9.714869, 4.071278]}, {&quot;id&quot;: &quot;6723&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 535.0, &quot;att&quot;: 1.4222222222222234, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714969, 4.071378], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.71297, 4.06698, 9.714969, 4.071378]}, {&quot;id&quot;: &quot;6759&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 407.0, &quot;att&quot;: 1.4827586206896537, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729139, 4.071389], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.72547, 4.071389, 9.729139, 4.07139]}, {&quot;id&quot;: &quot;6795&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 407.0, &quot;att&quot;: 1.379310344827587, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729239, 4.071489], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.72557, 4.071489, 9.729239, 4.07149]}, {&quot;id&quot;: &quot;6831&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 731.0, &quot;att&quot;: 1.05, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736111, 4.072222], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.736111, 4.072222, 9.742681, 4.072661]}, {&quot;id&quot;: &quot;6867&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 731.0, &quot;att&quot;: 2.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736210999999999, 4.072322], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.736210999999999, 4.072322, 9.742780999999999, 4.072761]}, {&quot;id&quot;: &quot;6903&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 561.0, &quot;att&quot;: 0.8260869565217396, &quot;style&quot;: {&quot;color&quot;: &quot;#8bd646&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76925, 4.071639], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.76925, 4.071639, 9.774, 4.073367]}, {&quot;id&quot;: &quot;6939&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 561.0, &quot;att&quot;: 0.884615384615383, &quot;style&quot;: {&quot;color&quot;: &quot;#b2dd2d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76935, 4.071739], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.76935, 4.071739, 9.774099999999999, 4.073467]}, {&quot;id&quot;: &quot;6975&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 2.25, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.721058, 4.084075]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.721058, 4.084075]}, {&quot;id&quot;: &quot;7011&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 2.0400000000000005, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.721157999999999, 4.084175]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.721157999999999, 4.084175]}, {&quot;id&quot;: &quot;7047&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 1.3666666666666671, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.761667, 4.074778]}, {&quot;id&quot;: &quot;7083&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 0.8076923076923078, &quot;style&quot;: {&quot;color&quot;: &quot;#7fd34e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.761766999999999, 4.074878]}, {&quot;id&quot;: &quot;7119&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 2.3529411764705843, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719639, 4.070306], [9.719417, 4.079889]]}, &quot;bbox&quot;: [9.719417, 4.070306, 9.719639, 4.079889]}, {&quot;id&quot;: &quot;7155&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 1.680000000000001, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719739, 4.070406], [9.719517, 4.079988999999999]]}, &quot;bbox&quot;: [9.719517, 4.070406, 9.719739, 4.079988999999999]}, {&quot;id&quot;: &quot;7191&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 0.7000000000000005, &quot;style&quot;: {&quot;color&quot;: &quot;#44bf70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.781778, 4.069972]]}, &quot;bbox&quot;: [9.781778, 4.069972, 9.786083, 4.0817]}, {&quot;id&quot;: &quot;7227&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 0.7916666666666665, &quot;style&quot;: {&quot;color&quot;: &quot;#75d054&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.781877999999999, 4.070072]]}, &quot;bbox&quot;: [9.781877999999999, 4.070072, 9.786183, 4.081799999999999]}, {&quot;id&quot;: &quot;7263&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 700.0, &quot;att&quot;: 1.1428571428571432, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.75645, 4.07833]]}, &quot;bbox&quot;: [9.75645, 4.074778, 9.761667, 4.07833]}, {&quot;id&quot;: &quot;7299&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.10204081632653061, &quot;style&quot;: {&quot;color&quot;: &quot;#482576&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.756549999999999, 4.07843]]}, &quot;bbox&quot;: [9.756549999999999, 4.074878, 9.761766999999999, 4.07843]}, {&quot;id&quot;: &quot;7335&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 480.0, &quot;att&quot;: 1.5, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719417, 4.079889], [9.721778, 4.07625]]}, &quot;bbox&quot;: [9.719417, 4.07625, 9.721778, 4.079889]}, {&quot;id&quot;: &quot;7371&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 480.0, &quot;att&quot;: 1.4799999999999982, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719517, 4.079988999999999], [9.721878, 4.07635]]}, &quot;bbox&quot;: [9.719517, 4.07635, 9.721878, 4.079988999999999]}, {&quot;id&quot;: &quot;7407&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 1.5600000000000023, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756825, 4.081867], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.756825, 4.081867]}, {&quot;id&quot;: &quot;7443&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 2.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756924999999999, 4.081967], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.756924999999999, 4.081967]}, {&quot;id&quot;: &quot;7479&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 0.8928571428571438, &quot;style&quot;: {&quot;color&quot;: &quot;#b8de29&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.801611, 4.076722]]}, &quot;bbox&quot;: [9.786083, 4.076722, 9.801611, 4.0817]}, {&quot;id&quot;: &quot;7515&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 0.8400000000000005, &quot;style&quot;: {&quot;color&quot;: &quot;#95d840&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.801711, 4.076822]]}, &quot;bbox&quot;: [9.786183, 4.076822, 9.801711, 4.081799999999999]}, {&quot;id&quot;: &quot;7551&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 2.7096774193548394, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.742681, 4.072661, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;7587&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 2.2500000000000018, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.742780999999999, 4.072761, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;7623&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 1.2173913043478257, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.752944, 4.073367, 9.774, 4.085936]}, {&quot;id&quot;: &quot;7659&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 1.1923076923076923, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.753044, 4.073467, 9.774099999999999, 4.086036]}, {&quot;id&quot;: &quot;7695&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080070N-9.789737E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18848.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 888.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.79339, 4.07844]]}, &quot;bbox&quot;: [9.786083, 4.07844, 9.79339, 4.0817]}, {&quot;id&quot;: &quot;7731&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 1.3124999999999998, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.753278, 4.074861]]}, &quot;bbox&quot;: [9.752944, 4.074861, 9.753278, 4.085936]}, {&quot;id&quot;: &quot;7767&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 1.0454545454545427, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.753378, 4.074961]]}, &quot;bbox&quot;: [9.753044, 4.074961, 9.753378, 4.086036]}, {&quot;id&quot;: &quot;7803&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 968.0, &quot;att&quot;: 1.9285714285714275, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765535, 4.081441], [9.756825, 4.081867]]}, &quot;bbox&quot;: [9.756825, 4.081441, 9.765535, 4.081867]}, {&quot;id&quot;: &quot;7839&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 968.0, &quot;att&quot;: 1.1999999999999993, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765635, 4.081541], [9.756924999999999, 4.081967]]}, &quot;bbox&quot;: [9.756924999999999, 4.081541, 9.765635, 4.081967]}, {&quot;id&quot;: &quot;7875&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 1.0434782608695659, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.7949, 4.08393]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.7949, 4.08393]}, {&quot;id&quot;: &quot;7911&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 0.7826086956521736, &quot;style&quot;: {&quot;color&quot;: &quot;#70cf57&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.795, 4.084029999999999]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.795, 4.084029999999999]}, {&quot;id&quot;: &quot;7947&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 895.0, &quot;att&quot;: 0.6511627906976742, &quot;style&quot;: {&quot;color&quot;: &quot;#2fb47c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.77848, 4.08438]]}, &quot;bbox&quot;: [9.77848, 4.0817, 9.786083, 4.08438]}, {&quot;id&quot;: &quot;7983&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 895.0, &quot;att&quot;: 0.8148148148148145, &quot;style&quot;: {&quot;color&quot;: &quot;#84d44b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.77858, 4.08448]]}, &quot;bbox&quot;: [9.77858, 4.081799999999999, 9.786183, 4.08448]}, {&quot;id&quot;: &quot;8019&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 5.54545454545454, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.751769, 4.093194]]}, &quot;bbox&quot;: [9.751769, 4.074778, 9.761667, 4.093194]}, {&quot;id&quot;: &quot;8055&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 0.5555555555555554, &quot;style&quot;: {&quot;color&quot;: &quot;#1f9e89&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.751869, 4.093294]]}, &quot;bbox&quot;: [9.751869, 4.074878, 9.761766999999999, 4.093294]}, {&quot;id&quot;: &quot;8091&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 1.294117647058823, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.728889, 4.083056]]}, &quot;bbox&quot;: [9.728889, 4.083056, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8127&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 1.888888888888887, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.728989, 4.083156]]}, &quot;bbox&quot;: [9.728989, 4.083156, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8163&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 1.875000000000001, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.738306, 4.083528]]}, &quot;bbox&quot;: [9.738306, 4.083528, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8199&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 1.6153846153846156, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.738406, 4.083628]]}, &quot;bbox&quot;: [9.738406, 4.083628, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8235&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 947.0, &quot;att&quot;: 0.9047619047619069, &quot;style&quot;: {&quot;color&quot;: &quot;#c0df25&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.783583, 4.089889]]}, &quot;bbox&quot;: [9.783583, 4.0817, 9.786083, 4.089889]}, {&quot;id&quot;: &quot;8271&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 947.0, &quot;att&quot;: 0.8421052631578924, &quot;style&quot;: {&quot;color&quot;: &quot;#95d840&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.783683, 4.089989]]}, &quot;bbox&quot;: [9.783683, 4.081799999999999, 9.786183, 4.089989]}, {&quot;id&quot;: &quot;8307&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 1.9230769230769273, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.743333, 4.074778, 9.761667, 4.097333]}, {&quot;id&quot;: &quot;8343&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 1.1666666666666687, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.743433, 4.074878, 9.761766999999999, 4.097433]}, {&quot;id&quot;: &quot;8379&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 1.666666666666668, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.76601, 4.08663]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.76601, 4.08663]}, {&quot;id&quot;: &quot;8415&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 1.4186046511627903, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.76611, 4.08673]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.76611, 4.08673]}, {&quot;id&quot;: &quot;8451&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 0.454545454545454, &quot;style&quot;: {&quot;color&quot;: &quot;#25858e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.808667, 4.091389]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.808667, 4.091389]}, {&quot;id&quot;: &quot;8487&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 0.3928571428571428, &quot;style&quot;: {&quot;color&quot;: &quot;#2a768e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.808767, 4.091489]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.808767, 4.091489]}, {&quot;id&quot;: &quot;8523&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 830.0, &quot;att&quot;: 1.446808510638298, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.758611, 4.090833]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.758611, 4.090833]}, {&quot;id&quot;: &quot;8559&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 830.0, &quot;att&quot;: 1.4799999999999998, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.758711, 4.090933]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.758711, 4.090933]}, {&quot;id&quot;: &quot;8595&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 555.0, &quot;att&quot;: 0.6874999999999989, &quot;style&quot;: {&quot;color&quot;: &quot;#3dbc74&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73381, 4.08679], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.73381, 4.08679, 9.736042, 4.091278]}, {&quot;id&quot;: &quot;8631&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 555.0, &quot;att&quot;: 2.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73391, 4.0868899999999995], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.73391, 4.0868899999999995, 9.736142, 4.091378]}, {&quot;id&quot;: &quot;8667&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.744, 4.104861]]}, &quot;bbox&quot;: [9.744, 4.074778, 9.761667, 4.104861]}, {&quot;id&quot;: &quot;8703&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 2.057142857142858, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.7441, 4.104960999999999]]}, &quot;bbox&quot;: [9.7441, 4.074878, 9.761766999999999, 4.104960999999999]}, {&quot;id&quot;: &quot;8739&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 889.0, &quot;att&quot;: 1.6428571428571426, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76601, 4.08663], [9.764367, 4.0945]]}, &quot;bbox&quot;: [9.764367, 4.08663, 9.76601, 4.0945]}, {&quot;id&quot;: &quot;8775&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 889.0, &quot;att&quot;: 1.7647058823529456, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76611, 4.08673], [9.764467, 4.0946]]}, &quot;bbox&quot;: [9.764467, 4.08673, 9.76611, 4.0946]}, {&quot;id&quot;: &quot;8811&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 736.0, &quot;att&quot;: 3.199999999999998, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729444, 4.091944], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.729444, 4.091278, 9.736042, 4.091944]}, {&quot;id&quot;: &quot;8847&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 736.0, &quot;att&quot;: 2.590909090909089, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729544, 4.092044], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.729544, 4.091378, 9.736142, 4.092044]}, {&quot;id&quot;: &quot;8883&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 419.0, &quot;att&quot;: 1.923076923076922, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74168, 4.09393], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.74168, 4.09393, 9.743333, 4.097333]}, {&quot;id&quot;: &quot;8919&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 419.0, &quot;att&quot;: 2.1304347826086976, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:05:00&quot;, &quot;2019-07-18T00:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74178, 4.09403], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.74178, 4.09403, 9.743433, 4.097433]}, {&quot;id&quot;: &quot;25&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 0.37037037037036996, &quot;style&quot;: {&quot;color&quot;: &quot;#2d718e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.791866, 3.97665]]}, &quot;bbox&quot;: [9.787167, 3.97665, 9.791866, 3.992722]}, {&quot;id&quot;: &quot;61&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 0.46428571428571375, &quot;style&quot;: {&quot;color&quot;: &quot;#24878e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.791966, 3.97675]]}, &quot;bbox&quot;: [9.787267, 3.97675, 9.791966, 3.9928220000000003]}, {&quot;id&quot;: &quot;97&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.19736842105263172, &quot;style&quot;: {&quot;color&quot;: &quot;#414287&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.81613, 3.97866]]}, &quot;bbox&quot;: [9.787167, 3.97866, 9.81613, 3.992722]}, {&quot;id&quot;: &quot;133&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.03278688524590172, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.81623, 3.9787600000000003]]}, &quot;bbox&quot;: [9.787267, 3.9787600000000003, 9.81623, 3.9928220000000003]}, {&quot;id&quot;: &quot;169&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 556.0, &quot;att&quot;: 0.28124999999999994, &quot;style&quot;: {&quot;color&quot;: &quot;#375a8c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763806, 3.997361], [9.75885, 3.99663]]}, &quot;bbox&quot;: [9.75885, 3.99663, 9.763806, 3.997361]}, {&quot;id&quot;: &quot;205&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 556.0, &quot;att&quot;: 0.6428571428571443, &quot;style&quot;: {&quot;color&quot;: &quot;#2db27d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763906, 3.9974610000000004], [9.75895, 3.9967300000000003]]}, &quot;bbox&quot;: [9.75895, 3.9967300000000003, 9.763906, 3.9974610000000004]}, {&quot;id&quot;: &quot;241&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 402.0, &quot;att&quot;: 0.8627450980392164, &quot;style&quot;: {&quot;color&quot;: &quot;#a2da37&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745083, 4.002553], [9.748639, 4.003231]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.748639, 4.003231]}, {&quot;id&quot;: &quot;277&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 402.0, &quot;att&quot;: 0.6296296296296297, &quot;style&quot;: {&quot;color&quot;: &quot;#29af7f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745182999999999, 4.002653], [9.748739, 4.003331]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.748739, 4.003331]}, {&quot;id&quot;: &quot;313&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 774.0, &quot;att&quot;: 0.7272727272727282, &quot;style&quot;: {&quot;color&quot;: &quot;#52c569&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76732, 4.003512], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.76732, 4.003512, 9.767719, 4.0105]}, {&quot;id&quot;: &quot;349&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 774.0, &quot;att&quot;: 0.9428571428571421, &quot;style&quot;: {&quot;color&quot;: &quot;#dae319&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76742, 4.0036119999999995], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.76742, 4.0036119999999995, 9.767819, 4.0106]}, {&quot;id&quot;: &quot;385&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 0.5757575757575737, &quot;style&quot;: {&quot;color&quot;: &quot;#1fa287&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799472, 4.004194], [9.778111, 4.012278]]}, &quot;bbox&quot;: [9.778111, 4.004194, 9.799472, 4.012278]}, {&quot;id&quot;: &quot;421&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 0.37037037037036996, &quot;style&quot;: {&quot;color&quot;: &quot;#2d718e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799572, 4.004294], [9.778211, 4.012378]]}, &quot;bbox&quot;: [9.778211, 4.004294, 9.799572, 4.012378]}, {&quot;id&quot;: &quot;457&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 0.7777777777777785, &quot;style&quot;: {&quot;color&quot;: &quot;#6ece58&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.705944, 4.01775], [9.701194, 4.008306]]}, &quot;bbox&quot;: [9.701194, 4.008306, 9.705944, 4.01775]}, {&quot;id&quot;: &quot;493&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 0.053745928338762176, &quot;style&quot;: {&quot;color&quot;: &quot;#481467&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706044, 4.01785], [9.701293999999999, 4.008406]]}, &quot;bbox&quot;: [9.701293999999999, 4.008406, 9.706044, 4.01785]}, {&quot;id&quot;: &quot;529&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 0.43589743589743757, &quot;style&quot;: {&quot;color&quot;: &quot;#26818e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.763806, 3.997361]]}, &quot;bbox&quot;: [9.763806, 3.997361, 9.767833, 4.029]}, {&quot;id&quot;: &quot;565&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 0.6756756756756783, &quot;style&quot;: {&quot;color&quot;: &quot;#38b977&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.763906, 3.9974610000000004]]}, &quot;bbox&quot;: [9.763906, 3.9974610000000004, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;601&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 0.6623376623376613, &quot;style&quot;: {&quot;color&quot;: &quot;#34b679&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741417, 4.009639], [9.723611, 4.020194]]}, &quot;bbox&quot;: [9.723611, 4.009639, 9.741417, 4.020194]}, {&quot;id&quot;: &quot;637&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 0.7820512820512818, &quot;style&quot;: {&quot;color&quot;: &quot;#70cf57&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741517, 4.009739], [9.723711, 4.020294]]}, &quot;bbox&quot;: [9.723711, 4.009739, 9.741517, 4.020294]}, {&quot;id&quot;: &quot;673&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 0.4705882352941193, &quot;style&quot;: {&quot;color&quot;: &quot;#23898e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.745083, 4.002553]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.767833, 4.029]}, {&quot;id&quot;: &quot;709&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 0.426666666666667, &quot;style&quot;: {&quot;color&quot;: &quot;#277f8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.745182999999999, 4.002653]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;745&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 466.0, &quot;att&quot;: 0.5799999999999997, &quot;style&quot;: {&quot;color&quot;: &quot;#20a386&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73456, 4.01734]]}, &quot;bbox&quot;: [9.73456, 4.015972, 9.738528, 4.01734]}, {&quot;id&quot;: &quot;781&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 466.0, &quot;att&quot;: 0.7413793103448277, &quot;style&quot;: {&quot;color&quot;: &quot;#58c765&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73466, 4.01744]]}, &quot;bbox&quot;: [9.73466, 4.016071999999999, 9.738628, 4.01744]}, {&quot;id&quot;: &quot;817&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8335.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 0.5600000000000023, &quot;style&quot;: {&quot;color&quot;: &quot;#1f9f88&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.762056, 4.004472]]}, &quot;bbox&quot;: [9.762056, 4.004472, 9.767833, 4.029]}, {&quot;id&quot;: &quot;853&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8454.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 0.42857142857142905, &quot;style&quot;: {&quot;color&quot;: &quot;#277f8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.762156, 4.004572]]}, &quot;bbox&quot;: [9.762156, 4.004572, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;889&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 0.2833333333333326, &quot;style&quot;: {&quot;color&quot;: &quot;#375b8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.768083, 4.017917]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.768083, 4.017917]}, {&quot;id&quot;: &quot;925&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 0.3404255319148942, &quot;style&quot;: {&quot;color&quot;: &quot;#306a8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.768183, 4.0180169999999995]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.768183, 4.0180169999999995]}, {&quot;id&quot;: &quot;961&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.6764705882352936, &quot;style&quot;: {&quot;color&quot;: &quot;#3aba76&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727083, 4.023444], [9.72629, 4.01048]]}, &quot;bbox&quot;: [9.72629, 4.01048, 9.727083, 4.023444]}, {&quot;id&quot;: &quot;997&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.4864864864864873, &quot;style&quot;: {&quot;color&quot;: &quot;#228d8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727183, 4.023543999999999], [9.72639, 4.01058]]}, &quot;bbox&quot;: [9.72639, 4.01058, 9.727183, 4.023543999999999]}, {&quot;id&quot;: &quot;1033&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 0.4571428571428555, &quot;style&quot;: {&quot;color&quot;: &quot;#24868e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.757556, 4.0195]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.757556, 4.0195]}, {&quot;id&quot;: &quot;1069&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 0.43902439024390333, &quot;style&quot;: {&quot;color&quot;: &quot;#26828e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.757655999999999, 4.0196]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.757655999999999, 4.0196]}, {&quot;id&quot;: &quot;1105&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 0.9318181818181818, &quot;style&quot;: {&quot;color&quot;: &quot;#d2e21b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.756817, 4.008442]]}, &quot;bbox&quot;: [9.756817, 4.008442, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1141&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 0.9354838709677425, &quot;style&quot;: {&quot;color&quot;: &quot;#d5e21a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.756917, 4.008541999999999]]}, &quot;bbox&quot;: [9.756917, 4.008541999999999, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1177&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.04567699836867858, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744694, 4.014417], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.744694, 4.014417, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1213&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.09693877551020401, &quot;style&quot;: {&quot;color&quot;: &quot;#482374&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744794, 4.014517], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.744794, 4.014517, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1249&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 0.35294117647059, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6d8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.767719, 4.0105, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1285&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 0.3111111111111113, &quot;style&quot;: {&quot;color&quot;: &quot;#33628d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.767819, 4.0106, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1321&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 0.2424242424242427, &quot;style&quot;: {&quot;color&quot;: &quot;#3c508b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.780278, 4.023889]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.780278, 4.023889]}, {&quot;id&quot;: &quot;1357&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 0.2857142857142862, &quot;style&quot;: {&quot;color&quot;: &quot;#365c8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.780377999999999, 4.023988999999999]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.780377999999999, 4.023988999999999]}, {&quot;id&quot;: &quot;1393&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 0.7368421052631582, &quot;style&quot;: {&quot;color&quot;: &quot;#56c667&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.721083, 4.0115]]}, &quot;bbox&quot;: [9.696744, 4.0115, 9.721083, 4.029381]}, {&quot;id&quot;: &quot;1429&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 0.42857142857142755, &quot;style&quot;: {&quot;color&quot;: &quot;#277f8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.721183, 4.0116]]}, &quot;bbox&quot;: [9.696844, 4.0116, 9.721183, 4.029481]}, {&quot;id&quot;: &quot;1465&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 654.0, &quot;att&quot;: 10.333333333333334, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743889, 4.0194], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.743889, 4.0194, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1501&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 654.0, &quot;att&quot;: 0.7586206896551738, &quot;style&quot;: {&quot;color&quot;: &quot;#63cb5f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743989, 4.0195], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.743989, 4.0195, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1537&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024043N-9.680260E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2266.0, &quot;att&quot;: 0.4444444444444436, &quot;style&quot;: {&quot;color&quot;: &quot;#26828e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.67025, 4.022056], [9.69027, 4.02603]]}, &quot;bbox&quot;: [9.67025, 4.022056, 9.69027, 4.02603]}, {&quot;id&quot;: &quot;1573&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 0.20689655172413607, &quot;style&quot;: {&quot;color&quot;: &quot;#404588&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.72802, 4.03279]]}, &quot;bbox&quot;: [9.72802, 4.015972, 9.738528, 4.03279]}, {&quot;id&quot;: &quot;1609&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 0.8749999999999983, &quot;style&quot;: {&quot;color&quot;: &quot;#aadc32&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.72812, 4.03289]]}, &quot;bbox&quot;: [9.72812, 4.016071999999999, 9.738628, 4.03289]}, {&quot;id&quot;: &quot;1645&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 1.1320754716981123, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.69921, 4.02012]]}, &quot;bbox&quot;: [9.696744, 4.02012, 9.69921, 4.029381]}, {&quot;id&quot;: &quot;1681&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.4755244755244752, &quot;style&quot;: {&quot;color&quot;: &quot;#238a8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.69931, 4.02022]]}, &quot;bbox&quot;: [9.696844, 4.02022, 9.69931, 4.029481]}, {&quot;id&quot;: &quot;1717&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18737.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 0.6666666666666666, &quot;style&quot;: {&quot;color&quot;: &quot;#35b779&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.77399, 4.02125]]}, &quot;bbox&quot;: [9.767833, 4.02125, 9.77399, 4.029]}, {&quot;id&quot;: &quot;1753&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17727.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 0.548387096774192, &quot;style&quot;: {&quot;color&quot;: &quot;#1e9c89&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.77409, 4.02135]]}, &quot;bbox&quot;: [9.767933, 4.02135, 9.77409, 4.0291]}, {&quot;id&quot;: &quot;1789&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14431.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 874.0, &quot;att&quot;: 0.620689655172414, &quot;style&quot;: {&quot;color&quot;: &quot;#26ad81&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737194, 4.022139], [9.741992, 4.0284]]}, &quot;bbox&quot;: [9.737194, 4.022139, 9.741992, 4.0284]}, {&quot;id&quot;: &quot;1825&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14921.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 874.0, &quot;att&quot;: 0.7000000000000005, &quot;style&quot;: {&quot;color&quot;: &quot;#44bf70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737294, 4.022239], [9.742092, 4.0285]]}, &quot;bbox&quot;: [9.737294, 4.022239, 9.742092, 4.0285]}, {&quot;id&quot;: &quot;1861&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.7999999999999992, &quot;style&quot;: {&quot;color&quot;: &quot;#7ad151&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73325, 4.035278]]}, &quot;bbox&quot;: [9.73325, 4.015972, 9.738528, 4.035278]}, {&quot;id&quot;: &quot;1897&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 1.1599999999999995, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73335, 4.035378]]}, &quot;bbox&quot;: [9.73335, 4.016071999999999, 9.738628, 4.035378]}, {&quot;id&quot;: &quot;1933&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 0.7058823529411762, &quot;style&quot;: {&quot;color&quot;: &quot;#46c06f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.70976, 4.02238]]}, &quot;bbox&quot;: [9.696744, 4.02238, 9.70976, 4.029381]}, {&quot;id&quot;: &quot;1969&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 0.7115384615384609, &quot;style&quot;: {&quot;color&quot;: &quot;#4ac16d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.709859999999999, 4.02248]]}, &quot;bbox&quot;: [9.696844, 4.02248, 9.709859999999999, 4.029481]}, {&quot;id&quot;: &quot;2005&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 755.0, &quot;att&quot;: 0.7272727272727258, &quot;style&quot;: {&quot;color&quot;: &quot;#52c569&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.694556, 4.022917]]}, &quot;bbox&quot;: [9.694556, 4.022917, 9.696744, 4.029381]}, {&quot;id&quot;: &quot;2041&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 755.0, &quot;att&quot;: 0.6500000000000004, &quot;style&quot;: {&quot;color&quot;: &quot;#2fb47c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.694656, 4.023016999999999]]}, &quot;bbox&quot;: [9.694656, 4.023016999999999, 9.696844, 4.029481]}, {&quot;id&quot;: &quot;2077&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 0.5806451612903214, &quot;style&quot;: {&quot;color&quot;: &quot;#20a386&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.72684, 4.01658]]}, &quot;bbox&quot;: [9.72684, 4.01658, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2113&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 0.7674418604651165, &quot;style&quot;: {&quot;color&quot;: &quot;#67cc5c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.726939999999999, 4.01668]]}, &quot;bbox&quot;: [9.726939999999999, 4.01668, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2149&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 364.0, &quot;att&quot;: 0.714285714285715, &quot;style&quot;: {&quot;color&quot;: &quot;#4ac16d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.705139, 4.028333]]}, &quot;bbox&quot;: [9.701944, 4.028333, 9.705139, 4.029083]}, {&quot;id&quot;: &quot;2185&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 364.0, &quot;att&quot;: 0.705882352941177, &quot;style&quot;: {&quot;color&quot;: &quot;#46c06f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.705239, 4.028433]]}, &quot;bbox&quot;: [9.702043999999999, 4.028433, 9.705239, 4.029183]}, {&quot;id&quot;: &quot;2221&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 1.023255813953487, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.686417, 4.029444]]}, &quot;bbox&quot;: [9.686417, 4.029381, 9.696744, 4.029444]}, {&quot;id&quot;: &quot;2257&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.686517, 4.029544]]}, &quot;bbox&quot;: [9.686517, 4.029481, 9.696844, 4.029544]}, {&quot;id&quot;: &quot;2293&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 868.0, &quot;att&quot;: 0.7083333333333319, &quot;style&quot;: {&quot;color&quot;: &quot;#48c16e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.709194, 4.032028]]}, &quot;bbox&quot;: [9.701944, 4.029083, 9.709194, 4.032028]}, {&quot;id&quot;: &quot;2329&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 868.0, &quot;att&quot;: 0.7391304347826078, &quot;style&quot;: {&quot;color&quot;: &quot;#58c765&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.709294, 4.032128]]}, &quot;bbox&quot;: [9.702043999999999, 4.029183, 9.709294, 4.032128]}, {&quot;id&quot;: &quot;2365&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 666.0, &quot;att&quot;: 0.9333333333333323, &quot;style&quot;: {&quot;color&quot;: &quot;#d2e21b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.691575, 4.032433]]}, &quot;bbox&quot;: [9.691575, 4.029381, 9.696744, 4.032433]}, {&quot;id&quot;: &quot;2401&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 666.0, &quot;att&quot;: 0.7037037037037043, &quot;style&quot;: {&quot;color&quot;: &quot;#46c06f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.691675, 4.032533]]}, &quot;bbox&quot;: [9.691675, 4.029481, 9.696844, 4.032533]}, {&quot;id&quot;: &quot;2437&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 536.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699417, 4.033417]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699417, 4.033417]}, {&quot;id&quot;: &quot;2473&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 536.0, &quot;att&quot;: 0.9666666666666662, &quot;style&quot;: {&quot;color&quot;: &quot;#eae51a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699517, 4.033517]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699517, 4.033517]}, {&quot;id&quot;: &quot;2509&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 0.6756756756756751, &quot;style&quot;: {&quot;color&quot;: &quot;#38b977&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.727083, 4.023444]]}, &quot;bbox&quot;: [9.727083, 4.023444, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2545&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 0.4038461538461531, &quot;style&quot;: {&quot;color&quot;: &quot;#29798e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.727183, 4.023543999999999]]}, &quot;bbox&quot;: [9.727183, 4.023543999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2581&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.43902439024390233, &quot;style&quot;: {&quot;color&quot;: &quot;#26828e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71564, 4.032], [9.71203, 4.03312]]}, &quot;bbox&quot;: [9.71203, 4.032, 9.71564, 4.03312]}, {&quot;id&quot;: &quot;2617&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.7021276595744681, &quot;style&quot;: {&quot;color&quot;: &quot;#44bf70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71574, 4.0321], [9.71213, 4.03322]]}, &quot;bbox&quot;: [9.71213, 4.0321, 9.71574, 4.03322]}, {&quot;id&quot;: &quot;2653&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 0.3846153846153841, &quot;style&quot;: {&quot;color&quot;: &quot;#2b748e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.755167, 4.037361]]}, &quot;bbox&quot;: [9.755167, 4.029, 9.767833, 4.037361]}, {&quot;id&quot;: &quot;2689&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 0.37837837837837845, &quot;style&quot;: {&quot;color&quot;: &quot;#2c728e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.755267, 4.0374609999999995]]}, &quot;bbox&quot;: [9.755267, 4.0291, 9.767933, 4.0374609999999995]}, {&quot;id&quot;: &quot;2725&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 323.0, &quot;att&quot;: 0.8999999999999986, &quot;style&quot;: {&quot;color&quot;: &quot;#bddf26&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691575, 4.032433], [9.691889, 4.035333]]}, &quot;bbox&quot;: [9.691575, 4.032433, 9.691889, 4.035333]}, {&quot;id&quot;: &quot;2761&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 323.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691675, 4.032533], [9.691989, 4.035432999999999]]}, &quot;bbox&quot;: [9.691675, 4.032533, 9.691989, 4.035432999999999]}, {&quot;id&quot;: &quot;2797&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 516.0, &quot;att&quot;: 0.37499999999999917, &quot;style&quot;: {&quot;color&quot;: &quot;#2c718e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774333, 4.033028], [9.77026, 4.03527]]}, &quot;bbox&quot;: [9.77026, 4.033028, 9.774333, 4.03527]}, {&quot;id&quot;: &quot;2833&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 516.0, &quot;att&quot;: 0.40625000000000094, &quot;style&quot;: {&quot;color&quot;: &quot;#297a8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774433, 4.033128], [9.77036, 4.0353699999999995]]}, &quot;bbox&quot;: [9.77036, 4.033128, 9.774433, 4.0353699999999995]}, {&quot;id&quot;: &quot;2869&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 0.6799999999999997, &quot;style&quot;: {&quot;color&quot;: &quot;#3bbb75&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.725667, 4.028583]]}, &quot;bbox&quot;: [9.725667, 4.028583, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2905&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 0.25490196078431343, &quot;style&quot;: {&quot;color&quot;: &quot;#3a538b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.725767, 4.028683]]}, &quot;bbox&quot;: [9.725767, 4.028683, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2941&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 0.6666666666666666, &quot;style&quot;: {&quot;color&quot;: &quot;#35b779&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699006, 4.040886]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699006, 4.040886]}, {&quot;id&quot;: &quot;2977&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 0.6944444444444455, &quot;style&quot;: {&quot;color&quot;: &quot;#40bd72&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699106, 4.040986]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699106, 4.040986]}, {&quot;id&quot;: &quot;3013&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17810.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 610.0, &quot;att&quot;: 0.8095238095238096, &quot;style&quot;: {&quot;color&quot;: &quot;#81d34d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683883, 4.033886], [9.688056, 4.037472]]}, &quot;bbox&quot;: [9.683883, 4.033886, 9.688056, 4.037472]}, {&quot;id&quot;: &quot;3049&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18820.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 610.0, &quot;att&quot;: 0.7777777777777775, &quot;style&quot;: {&quot;color&quot;: &quot;#6ece58&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683983, 4.033986], [9.688156, 4.037572]]}, &quot;bbox&quot;: [9.683983, 4.033986, 9.688156, 4.037572]}, {&quot;id&quot;: &quot;3085&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 0.37254901960784326, &quot;style&quot;: {&quot;color&quot;: &quot;#2c718e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.766222, 4.046556]]}, &quot;bbox&quot;: [9.766222, 4.029, 9.767833, 4.046556]}, {&quot;id&quot;: &quot;3121&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 0.29411764705882343, &quot;style&quot;: {&quot;color&quot;: &quot;#355e8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.766322, 4.046656]]}, &quot;bbox&quot;: [9.766322, 4.0291, 9.767933, 4.046656]}, {&quot;id&quot;: &quot;3157&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 433.0, &quot;att&quot;: 0.6923076923076908, &quot;style&quot;: {&quot;color&quot;: &quot;#40bd72&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706106, 4.040083], [9.703794, 4.036926]]}, &quot;bbox&quot;: [9.703794, 4.036926, 9.706106, 4.040083]}, {&quot;id&quot;: &quot;3193&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 433.0, &quot;att&quot;: 0.8214285714285713, &quot;style&quot;: {&quot;color&quot;: &quot;#89d548&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706206, 4.040183], [9.703894, 4.037026]]}, &quot;bbox&quot;: [9.703894, 4.037026, 9.706206, 4.040183]}, {&quot;id&quot;: &quot;3229&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 1.3720930232558122, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.711917, 4.037722]]}, &quot;bbox&quot;: [9.711917, 4.037722, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;3265&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 1.2608695652173918, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.712017, 4.037821999999999]]}, &quot;bbox&quot;: [9.712017, 4.037821999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;3301&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 928.0, &quot;att&quot;: 0.37931034482758563, &quot;style&quot;: {&quot;color&quot;: &quot;#2c738e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.741011, 4.038342]]}, &quot;bbox&quot;: [9.733028, 4.038342, 9.741011, 4.040819]}, {&quot;id&quot;: &quot;3337&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 928.0, &quot;att&quot;: 0.7735849056603781, &quot;style&quot;: {&quot;color&quot;: &quot;#6ccd5a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.741111, 4.038442]]}, &quot;bbox&quot;: [9.733127999999999, 4.038442, 9.741111, 4.040919]}, {&quot;id&quot;: &quot;3373&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 441.0, &quot;att&quot;: 1.214285714285712, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.70265, 4.03931]]}, &quot;bbox&quot;: [9.699006, 4.03931, 9.70265, 4.040886]}, {&quot;id&quot;: &quot;3409&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 441.0, &quot;att&quot;: 1.3214285714285705, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.70275, 4.03941]]}, &quot;bbox&quot;: [9.699106, 4.03941, 9.70275, 4.040986]}, {&quot;id&quot;: &quot;3445&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 697.0, &quot;att&quot;: 0.3538461538461534, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6d8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774, 4.042306], [9.7795, 4.039278]]}, &quot;bbox&quot;: [9.774, 4.039278, 9.7795, 4.042306]}, {&quot;id&quot;: &quot;3481&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 697.0, &quot;att&quot;: 0.2772277227722771, &quot;style&quot;: {&quot;color&quot;: &quot;#38598c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774099999999999, 4.042406], [9.7796, 4.039378]]}, &quot;bbox&quot;: [9.774099999999999, 4.039378, 9.7796, 4.042406]}, {&quot;id&quot;: &quot;3518&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041057N-9.688122E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 387.0, &quot;att&quot;: 0.7916666666666665, &quot;style&quot;: {&quot;color&quot;: &quot;#75d054&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.689827, 4.040697]]}, &quot;bbox&quot;: [9.686417, 4.040697, 9.689827, 4.041417]}, {&quot;id&quot;: &quot;3554&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 975.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762056, 4.03875], [9.754583, 4.043386]]}, &quot;bbox&quot;: [9.754583, 4.03875, 9.762056, 4.043386]}, {&quot;id&quot;: &quot;3590&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 975.0, &quot;att&quot;: 0.46511627906976777, &quot;style&quot;: {&quot;color&quot;: &quot;#23888e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762156, 4.03885], [9.754683, 4.043486]]}, &quot;bbox&quot;: [9.754683, 4.03885, 9.762156, 4.043486]}, {&quot;id&quot;: &quot;3626&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.32258064516129015, &quot;style&quot;: {&quot;color&quot;: &quot;#32658e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.728389, 4.041694]]}, &quot;bbox&quot;: [9.728389, 4.040819, 9.733028, 4.041694]}, {&quot;id&quot;: &quot;3662&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.05694760820045558, &quot;style&quot;: {&quot;color&quot;: &quot;#481668&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.728489, 4.041793999999999]]}, &quot;bbox&quot;: [9.728489, 4.040919, 9.733127999999999, 4.041793999999999]}, {&quot;id&quot;: &quot;3698&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 0.20689655172413826, &quot;style&quot;: {&quot;color&quot;: &quot;#404588&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.779361, 4.053694]]}, &quot;bbox&quot;: [9.767833, 4.029, 9.779361, 4.053694]}, {&quot;id&quot;: &quot;3734&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 0.2666666666666669, &quot;style&quot;: {&quot;color&quot;: &quot;#39568c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.779461, 4.053794]]}, &quot;bbox&quot;: [9.767933, 4.0291, 9.779461, 4.053794]}, {&quot;id&quot;: &quot;3770&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 0.24999999999999878, &quot;style&quot;: {&quot;color&quot;: &quot;#3b518b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.747639, 4.043778]]}, &quot;bbox&quot;: [9.733028, 4.040819, 9.747639, 4.043778]}, {&quot;id&quot;: &quot;3806&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 0.3278688524590167, &quot;style&quot;: {&quot;color&quot;: &quot;#31668e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.747739, 4.043877999999999]]}, &quot;bbox&quot;: [9.733127999999999, 4.040919, 9.747739, 4.043877999999999]}, {&quot;id&quot;: &quot;3842&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 0.12765957446808532, &quot;style&quot;: {&quot;color&quot;: &quot;#472d7b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702978, 4.056559], [9.73025, 4.028444]]}, &quot;bbox&quot;: [9.702978, 4.028444, 9.73025, 4.056559]}, {&quot;id&quot;: &quot;3878&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 0.659090909090909, &quot;style&quot;: {&quot;color&quot;: &quot;#32b67a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703078, 4.056659], [9.73035, 4.028544]]}, &quot;bbox&quot;: [9.703078, 4.028544, 9.73035, 4.056659]}, {&quot;id&quot;: &quot;3914&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.8421052631578929, &quot;style&quot;: {&quot;color&quot;: &quot;#95d840&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.69725, 4.04425]]}, &quot;bbox&quot;: [9.69725, 4.040886, 9.699006, 4.04425]}, {&quot;id&quot;: &quot;3950&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.9545454545454539, &quot;style&quot;: {&quot;color&quot;: &quot;#e2e418&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.69735, 4.04435]]}, &quot;bbox&quot;: [9.69735, 4.040986, 9.699106, 4.04435]}, {&quot;id&quot;: &quot;3986&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 431.0, &quot;att&quot;: 0.8378378378378376, &quot;style&quot;: {&quot;color&quot;: &quot;#93d741&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704083, 4.04244], [9.707889, 4.043194]]}, &quot;bbox&quot;: [9.704083, 4.04244, 9.707889, 4.043194]}, {&quot;id&quot;: &quot;4022&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 431.0, &quot;att&quot;: 0.9210526315789463, &quot;style&quot;: {&quot;color&quot;: &quot;#cae11f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704183, 4.04254], [9.707989, 4.0432939999999995]]}, &quot;bbox&quot;: [9.704183, 4.04254, 9.707989, 4.0432939999999995]}, {&quot;id&quot;: &quot;4060&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043833N-9.687306E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 570.0, &quot;att&quot;: 0.9333333333333348, &quot;style&quot;: {&quot;color&quot;: &quot;#d2e21b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.688194, 4.04625]]}, &quot;bbox&quot;: [9.686417, 4.041417, 9.688194, 4.04625]}, {&quot;id&quot;: &quot;4096&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 810.0, &quot;att&quot;: 0.961538461538461, &quot;style&quot;: {&quot;color&quot;: &quot;#e7e419&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707889, 4.043194], [9.700739, 4.044661]]}, &quot;bbox&quot;: [9.700739, 4.043194, 9.707889, 4.044661]}, {&quot;id&quot;: &quot;4132&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 810.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707989, 4.0432939999999995], [9.700839, 4.044760999999999]]}, &quot;bbox&quot;: [9.700839, 4.0432939999999995, 9.707989, 4.044760999999999]}, {&quot;id&quot;: &quot;4168&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 706.0, &quot;att&quot;: 0.7083333333333335, &quot;style&quot;: {&quot;color&quot;: &quot;#48c16e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728389, 4.041694], [9.72575, 4.0475]]}, &quot;bbox&quot;: [9.72575, 4.041694, 9.728389, 4.0475]}, {&quot;id&quot;: &quot;4204&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 706.0, &quot;att&quot;: 0.7045454545454551, &quot;style&quot;: {&quot;color&quot;: &quot;#46c06f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728489, 4.041793999999999], [9.72585, 4.0476]]}, &quot;bbox&quot;: [9.72585, 4.041793999999999, 9.728489, 4.0476]}, {&quot;id&quot;: &quot;4240&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 0.564102564102565, &quot;style&quot;: {&quot;color&quot;: &quot;#1fa088&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.699006, 4.040886, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4276&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 0.6400000000000006, &quot;style&quot;: {&quot;color&quot;: &quot;#2cb17e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.699106, 4.040986, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4312&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14487.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 611.0, &quot;att&quot;: 0.8620689655172397, &quot;style&quot;: {&quot;color&quot;: &quot;#a2da37&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71598, 4.04642], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.71598, 4.04642, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4348&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14977.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 611.0, &quot;att&quot;: 0.8888888888888874, &quot;style&quot;: {&quot;color&quot;: &quot;#b5de2b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71608, 4.04652], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.71608, 4.04652, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4384&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048013N-9.705195E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 822.0, &quot;att&quot;: 1.0181818181818185, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703528, 4.044694], [9.706861, 4.051333]]}, &quot;bbox&quot;: [9.703528, 4.044694, 9.706861, 4.051333]}, {&quot;id&quot;: &quot;4420&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 317.0, &quot;att&quot;: 0.8685446009389673, &quot;style&quot;: {&quot;color&quot;: &quot;#a8db34&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698333, 4.049556], [9.698917, 4.04675]]}, &quot;bbox&quot;: [9.698333, 4.04675, 9.698917, 4.049556]}, {&quot;id&quot;: &quot;4456&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 317.0, &quot;att&quot;: 1.0416666666666672, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698433, 4.049656], [9.699017, 4.04685]]}, &quot;bbox&quot;: [9.698433, 4.04685, 9.699017, 4.049656]}, {&quot;id&quot;: &quot;4492&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 564.0, &quot;att&quot;: 1.0833333333333313, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706861, 4.051333], [9.708472, 4.0465]]}, &quot;bbox&quot;: [9.706861, 4.0465, 9.708472, 4.051333]}, {&quot;id&quot;: &quot;4528&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 564.0, &quot;att&quot;: 1.1739130434782605, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706961, 4.051432999999999], [9.708572, 4.0466]]}, &quot;bbox&quot;: [9.706961, 4.0466, 9.708572, 4.051432999999999]}, {&quot;id&quot;: &quot;4564&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 596.0, &quot;att&quot;: 0.22580645161290228, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4a89&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.771911, 4.050192], [9.777253, 4.049658]]}, &quot;bbox&quot;: [9.771911, 4.049658, 9.777253, 4.050192]}, {&quot;id&quot;: &quot;4600&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 596.0, &quot;att&quot;: 0.12500000000000167, &quot;style&quot;: {&quot;color&quot;: &quot;#472d7b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.772011, 4.050292], [9.777353, 4.049758]]}, &quot;bbox&quot;: [9.772011, 4.049758, 9.777353, 4.050292]}, {&quot;id&quot;: &quot;4636&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050150N-9.740475E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 454.0, &quot;att&quot;: 0.5483870967741942, &quot;style&quot;: {&quot;color&quot;: &quot;#1e9c89&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741306, 4.052028], [9.739644, 4.048272]]}, &quot;bbox&quot;: [9.739644, 4.048272, 9.741306, 4.052028]}, {&quot;id&quot;: &quot;4672&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 522.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702389, 4.052444], [9.704556, 4.04825]]}, &quot;bbox&quot;: [9.702389, 4.04825, 9.704556, 4.052444]}, {&quot;id&quot;: &quot;4708&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 522.0, &quot;att&quot;: 1.0200000000000002, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702489, 4.052544], [9.704656, 4.04835]]}, &quot;bbox&quot;: [9.702489, 4.04835, 9.704656, 4.052544]}, {&quot;id&quot;: &quot;4744&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 956.0, &quot;att&quot;: 0.14583333333333326, &quot;style&quot;: {&quot;color&quot;: &quot;#46337f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.756833, 4.047389]]}, &quot;bbox&quot;: [9.750917, 4.047389, 9.756833, 4.053667]}, {&quot;id&quot;: &quot;4780&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 956.0, &quot;att&quot;: 0.4, &quot;style&quot;: {&quot;color&quot;: &quot;#2a788e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.756933, 4.047489]]}, &quot;bbox&quot;: [9.751017, 4.047489, 9.756933, 4.053767]}, {&quot;id&quot;: &quot;4816&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 0.1857142857142853, &quot;style&quot;: {&quot;color&quot;: &quot;#423f85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779361, 4.053694], [9.797806, 4.050472]]}, &quot;bbox&quot;: [9.779361, 4.050472, 9.797806, 4.053694]}, {&quot;id&quot;: &quot;4852&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 0.23809523809523794, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4e8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779461, 4.053794], [9.797906, 4.050572]]}, &quot;bbox&quot;: [9.779461, 4.050572, 9.797906, 4.053794]}, {&quot;id&quot;: &quot;4888&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8363.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 0.12499999999999852, &quot;style&quot;: {&quot;color&quot;: &quot;#472c7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.775889, 4.05525]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.775889, 4.05525]}, {&quot;id&quot;: &quot;4924&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8482.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 0.4, &quot;style&quot;: {&quot;color&quot;: &quot;#2a788e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.775989, 4.05535]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.775989, 4.05535]}, {&quot;id&quot;: &quot;4960&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.004854368932038904, &quot;style&quot;: {&quot;color&quot;: &quot;#440256&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.754444, 4.058167]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.754444, 4.058167]}, {&quot;id&quot;: &quot;4996&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.009153318077803172, &quot;style&quot;: {&quot;color&quot;: &quot;#450457&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.754544, 4.058267]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.754544, 4.058267]}, {&quot;id&quot;: &quot;5032&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 546.0, &quot;att&quot;: 0.2954545454545449, &quot;style&quot;: {&quot;color&quot;: &quot;#355e8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.767556, 4.053639]]}, &quot;bbox&quot;: [9.767556, 4.053639, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5068&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 546.0, &quot;att&quot;: 0.29411764705882304, &quot;style&quot;: {&quot;color&quot;: &quot;#355e8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.767656, 4.053739]]}, &quot;bbox&quot;: [9.767656, 4.053739, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5104&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 879.0, &quot;att&quot;: 1.2499999999999993, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738694, 4.058056], [9.745611, 4.054186]]}, &quot;bbox&quot;: [9.738694, 4.054186, 9.745611, 4.058056]}, {&quot;id&quot;: &quot;5140&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 879.0, &quot;att&quot;: 1.1000000000000016, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738794, 4.058155999999999], [9.745711, 4.054285999999999]]}, &quot;bbox&quot;: [9.738794, 4.054285999999999, 9.745711, 4.058155999999999]}, {&quot;id&quot;: &quot;5176&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 0.15384615384615244, &quot;style&quot;: {&quot;color&quot;: &quot;#453581&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.743528, 4.059611]]}, &quot;bbox&quot;: [9.743528, 4.053667, 9.750917, 4.059611]}, {&quot;id&quot;: &quot;5212&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 0.37500000000000056, &quot;style&quot;: {&quot;color&quot;: &quot;#2c728e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.743628, 4.059711]]}, &quot;bbox&quot;: [9.743628, 4.053767, 9.751017, 4.059711]}, {&quot;id&quot;: &quot;5248&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.5806451612903214, &quot;style&quot;: {&quot;color&quot;: &quot;#20a386&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726194, 4.060028], [9.750917, 4.053667]]}, &quot;bbox&quot;: [9.726194, 4.053667, 9.750917, 4.060028]}, {&quot;id&quot;: &quot;5284&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.6285714285714293, &quot;style&quot;: {&quot;color&quot;: &quot;#28ae80&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726294, 4.060128], [9.751017, 4.053767]]}, &quot;bbox&quot;: [9.726294, 4.053767, 9.751017, 4.060128]}, {&quot;id&quot;: &quot;5320&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.5, &quot;style&quot;: {&quot;color&quot;: &quot;#21918c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726393999999999, 4.060228], [9.751116999999999, 4.053867]]}, &quot;bbox&quot;: [9.726393999999999, 4.053867, 9.751116999999999, 4.060228]}, {&quot;id&quot;: &quot;5356&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.6111111111111097, &quot;style&quot;: {&quot;color&quot;: &quot;#25ab82&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726493999999999, 4.060328], [9.751216999999999, 4.053967]]}, &quot;bbox&quot;: [9.726493999999999, 4.053967, 9.751216999999999, 4.060328]}, {&quot;id&quot;: &quot;5392&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_0&quot;, &quot;frequency&quot;: 12793.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.6071428571428562, &quot;style&quot;: {&quot;color&quot;: &quot;#24aa83&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726594, 4.060428], [9.751317, 4.054067]]}, &quot;bbox&quot;: [9.726594, 4.054067, 9.751317, 4.060428]}, {&quot;id&quot;: &quot;5428&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_1&quot;, &quot;frequency&quot;: 13059.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.5263157894736836, &quot;style&quot;: {&quot;color&quot;: &quot;#1f968b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726694, 4.060528], [9.751417, 4.054167]]}, &quot;bbox&quot;: [9.726694, 4.054167, 9.751417, 4.060528]}, {&quot;id&quot;: &quot;5464&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 0.7222222222222223, &quot;style&quot;: {&quot;color&quot;: &quot;#4ec36b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.734028, 4.06025]]}, &quot;bbox&quot;: [9.734028, 4.053667, 9.750917, 4.06025]}, {&quot;id&quot;: &quot;5500&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 0.5777777777777791, &quot;style&quot;: {&quot;color&quot;: &quot;#1fa287&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.734128, 4.06035]]}, &quot;bbox&quot;: [9.734128, 4.053767, 9.751017, 4.06035]}, {&quot;id&quot;: &quot;5536&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 630.0, &quot;att&quot;: 0.5405405405405401, &quot;style&quot;: {&quot;color&quot;: &quot;#1f9a8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.763167, 4.056417]]}, &quot;bbox&quot;: [9.763167, 4.056417, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5572&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 630.0, &quot;att&quot;: 0.39130434782608775, &quot;style&quot;: {&quot;color&quot;: &quot;#2a768e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.763266999999999, 4.0565169999999995]]}, &quot;bbox&quot;: [9.763266999999999, 4.0565169999999995, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5608&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 0.0967741935483874, &quot;style&quot;: {&quot;color&quot;: &quot;#482374&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.786861, 4.062806]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.786861, 4.062806]}, {&quot;id&quot;: &quot;5644&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 0.1714285714285698, &quot;style&quot;: {&quot;color&quot;: &quot;#443a83&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.786961, 4.062906]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.786961, 4.062906]}, {&quot;id&quot;: &quot;5680&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 0.8695652173913001, &quot;style&quot;: {&quot;color&quot;: &quot;#a8db34&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.720853, 4.053242]]}, &quot;bbox&quot;: [9.714664, 4.053242, 9.720853, 4.06425]}, {&quot;id&quot;: &quot;5716&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 0.7222222222222218, &quot;style&quot;: {&quot;color&quot;: &quot;#4ec36b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.720953, 4.053342]]}, &quot;bbox&quot;: [9.714764, 4.053342, 9.720953, 4.06435]}, {&quot;id&quot;: &quot;5752&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 0.32075471698113145, &quot;style&quot;: {&quot;color&quot;: &quot;#32658e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.75311, 4.064069]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.75311, 4.064069]}, {&quot;id&quot;: &quot;5788&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 0.3859649122807013, &quot;style&quot;: {&quot;color&quot;: &quot;#2b748e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.75321, 4.064169]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.75321, 4.064169]}, {&quot;id&quot;: &quot;5824&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.020833333333332163, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.767778, 4.064361]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.767778, 4.064361]}, {&quot;id&quot;: &quot;5860&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.19354838709677458, &quot;style&quot;: {&quot;color&quot;: &quot;#424186&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.767878, 4.064461]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.767878, 4.064461]}, {&quot;id&quot;: &quot;5896&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 796.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708444, 4.060333], [9.715412, 4.058638]]}, &quot;bbox&quot;: [9.708444, 4.058638, 9.715412, 4.060333]}, {&quot;id&quot;: &quot;5932&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 796.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708544, 4.060433], [9.715512, 4.058738]]}, &quot;bbox&quot;: [9.708544, 4.058738, 9.715512, 4.060433]}, {&quot;id&quot;: &quot;5968&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 0.4074074074074075, &quot;style&quot;: {&quot;color&quot;: &quot;#297a8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.759558, 4.066322]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.759558, 4.066322]}, {&quot;id&quot;: &quot;6004&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 0.15384615384615322, &quot;style&quot;: {&quot;color&quot;: &quot;#453581&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.759658, 4.066422]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.759658, 4.066422]}, {&quot;id&quot;: &quot;6040&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 0.2857142857142868, &quot;style&quot;: {&quot;color&quot;: &quot;#365c8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.777639, 4.063131]]}, &quot;bbox&quot;: [9.768444, 4.0585, 9.777639, 4.063131]}, {&quot;id&quot;: &quot;6076&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 0.2962962962962957, &quot;style&quot;: {&quot;color&quot;: &quot;#355e8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.777739, 4.063231]]}, &quot;bbox&quot;: [9.768544, 4.0586, 9.777739, 4.063231]}, {&quot;id&quot;: &quot;6112&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 498.0, &quot;att&quot;: 0.21568627450980413, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4889&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743528, 4.059611], [9.74569, 4.06356]]}, &quot;bbox&quot;: [9.743528, 4.059611, 9.74569, 4.06356]}, {&quot;id&quot;: &quot;6148&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 498.0, &quot;att&quot;: 0.3333333333333333, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743628, 4.059711], [9.74579, 4.06366]]}, &quot;bbox&quot;: [9.743628, 4.059711, 9.74579, 4.06366]}, {&quot;id&quot;: &quot;6184&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 741.0, &quot;att&quot;: 1.124999999999999, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704333, 4.059583], [9.706333, 4.065972]]}, &quot;bbox&quot;: [9.704333, 4.059583, 9.706333, 4.065972]}, {&quot;id&quot;: &quot;6220&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 741.0, &quot;att&quot;: 1.238095238095238, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704433, 4.059683], [9.706433, 4.066072]]}, &quot;bbox&quot;: [9.704433, 4.059683, 9.706433, 4.066072]}, {&quot;id&quot;: &quot;6256&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 603.0, &quot;att&quot;: 0.7272727272727275, &quot;style&quot;: {&quot;color&quot;: &quot;#52c569&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.719389, 4.061556]]}, &quot;bbox&quot;: [9.714664, 4.061556, 9.719389, 4.06425]}, {&quot;id&quot;: &quot;6292&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 603.0, &quot;att&quot;: 0.8064516129032254, &quot;style&quot;: {&quot;color&quot;: &quot;#7fd34e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.719489, 4.061656]]}, &quot;bbox&quot;: [9.714764, 4.061656, 9.719489, 4.06435]}, {&quot;id&quot;: &quot;6328&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 669.0, &quot;att&quot;: 0.42857142857142894, &quot;style&quot;: {&quot;color&quot;: &quot;#277f8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759558, 4.066322], [9.76425, 4.062528]]}, &quot;bbox&quot;: [9.759558, 4.062528, 9.76425, 4.066322]}, {&quot;id&quot;: &quot;6364&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 669.0, &quot;att&quot;: 0.3750000000000015, &quot;style&quot;: {&quot;color&quot;: &quot;#2c728e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759658, 4.066422], [9.76435, 4.062628]]}, &quot;bbox&quot;: [9.759658, 4.062628, 9.76435, 4.066422]}, {&quot;id&quot;: &quot;6400&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 451.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710083, 4.063917], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.710083, 4.063917, 9.71287, 4.06688]}, {&quot;id&quot;: &quot;6436&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 451.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710182999999999, 4.064017], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.710182999999999, 4.064017, 9.71297, 4.06698]}, {&quot;id&quot;: &quot;6472&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 924.0, &quot;att&quot;: 0.20000000000000082, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79152, 4.065848], [9.799722, 4.06725]]}, &quot;bbox&quot;: [9.79152, 4.065848, 9.799722, 4.06725]}, {&quot;id&quot;: &quot;6508&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 924.0, &quot;att&quot;: 0.29999999999999954, &quot;style&quot;: {&quot;color&quot;: &quot;#355f8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79162, 4.065948], [9.799821999999999, 4.067349999999999]]}, &quot;bbox&quot;: [9.79162, 4.065948, 9.799821999999999, 4.067349999999999]}, {&quot;id&quot;: &quot;6544&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.8750000000000011, &quot;style&quot;: {&quot;color&quot;: &quot;#addc30&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.72547, 4.07139]}, {&quot;id&quot;: &quot;6580&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.7500000000000006, &quot;style&quot;: {&quot;color&quot;: &quot;#5ec962&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.72557, 4.07149]}, {&quot;id&quot;: &quot;6616&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 932.0, &quot;att&quot;: 0.9777777777777791, &quot;style&quot;: {&quot;color&quot;: &quot;#f1e51d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.722972, 4.065667], [9.729139, 4.071389]]}, &quot;bbox&quot;: [9.722972, 4.065667, 9.729139, 4.071389]}, {&quot;id&quot;: &quot;6652&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 932.0, &quot;att&quot;: 1.022222222222221, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.723072, 4.065767], [9.729239, 4.071489]]}, &quot;bbox&quot;: [9.723072, 4.065767, 9.729239, 4.071489]}, {&quot;id&quot;: &quot;6688&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 535.0, &quot;att&quot;: 1.3999999999999997, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714869, 4.071278], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.71287, 4.06688, 9.714869, 4.071278]}, {&quot;id&quot;: &quot;6724&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 535.0, &quot;att&quot;: 1.1111111111111112, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714969, 4.071378], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.71297, 4.06698, 9.714969, 4.071378]}, {&quot;id&quot;: &quot;6760&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 407.0, &quot;att&quot;: 0.9655172413793099, &quot;style&quot;: {&quot;color&quot;: &quot;#eae51a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729139, 4.071389], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.72547, 4.071389, 9.729139, 4.07139]}, {&quot;id&quot;: &quot;6796&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 407.0, &quot;att&quot;: 1.379310344827587, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729239, 4.071489], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.72557, 4.071489, 9.729239, 4.07149]}, {&quot;id&quot;: &quot;6832&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 731.0, &quot;att&quot;: 0.6100000000000001, &quot;style&quot;: {&quot;color&quot;: &quot;#25ab82&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736111, 4.072222], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.736111, 4.072222, 9.742681, 4.072661]}, {&quot;id&quot;: &quot;6868&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 731.0, &quot;att&quot;: 1.076923076923078, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736210999999999, 4.072322], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.736210999999999, 4.072322, 9.742780999999999, 4.072761]}, {&quot;id&quot;: &quot;6904&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 561.0, &quot;att&quot;: 0.26086956521739224, &quot;style&quot;: {&quot;color&quot;: &quot;#3a548c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76925, 4.071639], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.76925, 4.071639, 9.774, 4.073367]}, {&quot;id&quot;: &quot;6940&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 561.0, &quot;att&quot;: 0.30769230769230643, &quot;style&quot;: {&quot;color&quot;: &quot;#34618d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76935, 4.071739], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.76935, 4.071739, 9.774099999999999, 4.073467]}, {&quot;id&quot;: &quot;6976&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 1.3499999999999979, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.721058, 4.084075]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.721058, 4.084075]}, {&quot;id&quot;: &quot;7012&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 1.0400000000000005, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.721157999999999, 4.084175]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.721157999999999, 4.084175]}, {&quot;id&quot;: &quot;7048&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 0.5666666666666677, &quot;style&quot;: {&quot;color&quot;: &quot;#1fa188&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.761667, 4.074778]}, {&quot;id&quot;: &quot;7084&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 0.1923076923076922, &quot;style&quot;: {&quot;color&quot;: &quot;#424186&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.761766999999999, 4.074878]}, {&quot;id&quot;: &quot;7120&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 1.588235294117646, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719639, 4.070306], [9.719417, 4.079889]]}, &quot;bbox&quot;: [9.719417, 4.070306, 9.719639, 4.079889]}, {&quot;id&quot;: &quot;7156&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 1.0400000000000005, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719739, 4.070406], [9.719517, 4.079988999999999]]}, &quot;bbox&quot;: [9.719517, 4.070406, 9.719739, 4.079988999999999]}, {&quot;id&quot;: &quot;7192&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 0.40000000000000097, &quot;style&quot;: {&quot;color&quot;: &quot;#2a788e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.781778, 4.069972]]}, &quot;bbox&quot;: [9.781778, 4.069972, 9.786083, 4.0817]}, {&quot;id&quot;: &quot;7228&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 0.4583333333333342, &quot;style&quot;: {&quot;color&quot;: &quot;#24868e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.781877999999999, 4.070072]]}, &quot;bbox&quot;: [9.781877999999999, 4.070072, 9.786183, 4.081799999999999]}, {&quot;id&quot;: &quot;7264&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.285714285714285, &quot;style&quot;: {&quot;color&quot;: &quot;#365c8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.75645, 4.07833]]}, &quot;bbox&quot;: [9.75645, 4.074778, 9.761667, 4.07833]}, {&quot;id&quot;: &quot;7300&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.02354788069073783, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.756549999999999, 4.07843]]}, &quot;bbox&quot;: [9.756549999999999, 4.074878, 9.761766999999999, 4.07843]}, {&quot;id&quot;: &quot;7336&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 480.0, &quot;att&quot;: 0.909090909090908, &quot;style&quot;: {&quot;color&quot;: &quot;#c2df23&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719417, 4.079889], [9.721778, 4.07625]]}, &quot;bbox&quot;: [9.719417, 4.07625, 9.721778, 4.079889]}, {&quot;id&quot;: &quot;7372&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 480.0, &quot;att&quot;: 0.9599999999999994, &quot;style&quot;: {&quot;color&quot;: &quot;#e5e419&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719517, 4.079988999999999], [9.721878, 4.07635]]}, &quot;bbox&quot;: [9.719517, 4.07635, 9.721878, 4.079988999999999]}, {&quot;id&quot;: &quot;7408&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 0.6, &quot;style&quot;: {&quot;color&quot;: &quot;#22a884&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756825, 4.081867], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.756825, 4.081867]}, {&quot;id&quot;: &quot;7444&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 0.5384615384615377, &quot;style&quot;: {&quot;color&quot;: &quot;#1f998a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756924999999999, 4.081967], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.756924999999999, 4.081967]}, {&quot;id&quot;: &quot;7480&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 0.5, &quot;style&quot;: {&quot;color&quot;: &quot;#21918c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.801611, 4.076722]]}, &quot;bbox&quot;: [9.786083, 4.076722, 9.801611, 4.0817]}, {&quot;id&quot;: &quot;7516&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 0.4, &quot;style&quot;: {&quot;color&quot;: &quot;#2a788e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.801711, 4.076822]]}, &quot;bbox&quot;: [9.786183, 4.076822, 9.801711, 4.081799999999999]}, {&quot;id&quot;: &quot;7552&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 0.5806451612903214, &quot;style&quot;: {&quot;color&quot;: &quot;#20a386&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.742681, 4.072661, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;7588&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 0.7222222222222218, &quot;style&quot;: {&quot;color&quot;: &quot;#4ec36b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.742780999999999, 4.072761, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;7624&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 0.4347826086956514, &quot;style&quot;: {&quot;color&quot;: &quot;#26818e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.752944, 4.073367, 9.774, 4.085936]}, {&quot;id&quot;: &quot;7660&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 0.30769230769230915, &quot;style&quot;: {&quot;color&quot;: &quot;#34618d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.753044, 4.073467, 9.774099999999999, 4.086036]}, {&quot;id&quot;: &quot;7696&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080070N-9.789737E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18848.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 888.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.79339, 4.07844]]}, &quot;bbox&quot;: [9.786083, 4.07844, 9.79339, 4.0817]}, {&quot;id&quot;: &quot;7732&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 0.7500000000000011, &quot;style&quot;: {&quot;color&quot;: &quot;#5ec962&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.753278, 4.074861]]}, &quot;bbox&quot;: [9.752944, 4.074861, 9.753278, 4.085936]}, {&quot;id&quot;: &quot;7768&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 0.681818181818181, &quot;style&quot;: {&quot;color&quot;: &quot;#3bbb75&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.753378, 4.074961]]}, &quot;bbox&quot;: [9.753044, 4.074961, 9.753378, 4.086036]}, {&quot;id&quot;: &quot;7804&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 968.0, &quot;att&quot;: 0.3571428571428575, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6e8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765535, 4.081441], [9.756825, 4.081867]]}, &quot;bbox&quot;: [9.756825, 4.081441, 9.765535, 4.081867]}, {&quot;id&quot;: &quot;7840&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 968.0, &quot;att&quot;: 0.5, &quot;style&quot;: {&quot;color&quot;: &quot;#21918c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765635, 4.081541], [9.756924999999999, 4.081967]]}, &quot;bbox&quot;: [9.756924999999999, 4.081541, 9.765635, 4.081967]}, {&quot;id&quot;: &quot;7876&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 0.4347826086956514, &quot;style&quot;: {&quot;color&quot;: &quot;#26818e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.7949, 4.08393]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.7949, 4.08393]}, {&quot;id&quot;: &quot;7912&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 0.5652173913043473, &quot;style&quot;: {&quot;color&quot;: &quot;#1fa088&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.795, 4.084029999999999]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.795, 4.084029999999999]}, {&quot;id&quot;: &quot;7948&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 895.0, &quot;att&quot;: 0.3953488372093016, &quot;style&quot;: {&quot;color&quot;: &quot;#2a778e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.77848, 4.08438]]}, &quot;bbox&quot;: [9.77848, 4.0817, 9.786083, 4.08438]}, {&quot;id&quot;: &quot;7984&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 895.0, &quot;att&quot;: 0.5185185185185188, &quot;style&quot;: {&quot;color&quot;: &quot;#1f948c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.77858, 4.08448]]}, &quot;bbox&quot;: [9.77858, 4.081799999999999, 9.786183, 4.08448]}, {&quot;id&quot;: &quot;8020&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 1.7272727272727237, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.751769, 4.093194]]}, &quot;bbox&quot;: [9.751769, 4.074778, 9.761667, 4.093194]}, {&quot;id&quot;: &quot;8056&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 0.5555555555555554, &quot;style&quot;: {&quot;color&quot;: &quot;#1f9e89&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.751869, 4.093294]]}, &quot;bbox&quot;: [9.751869, 4.074878, 9.761766999999999, 4.093294]}, {&quot;id&quot;: &quot;8092&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 0.5294117647058806, &quot;style&quot;: {&quot;color&quot;: &quot;#1f978b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.728889, 4.083056]]}, &quot;bbox&quot;: [9.728889, 4.083056, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8128&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 0.8888888888888872, &quot;style&quot;: {&quot;color&quot;: &quot;#b5de2b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.728989, 4.083156]]}, &quot;bbox&quot;: [9.728989, 4.083156, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8164&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 1.124999999999999, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.738306, 4.083528]]}, &quot;bbox&quot;: [9.738306, 4.083528, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8200&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 0.9230769230769248, &quot;style&quot;: {&quot;color&quot;: &quot;#cde11d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.738406, 4.083628]]}, &quot;bbox&quot;: [9.738406, 4.083628, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8236&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 947.0, &quot;att&quot;: 0.666666666666669, &quot;style&quot;: {&quot;color&quot;: &quot;#35b779&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.783583, 4.089889]]}, &quot;bbox&quot;: [9.783583, 4.0817, 9.786083, 4.089889]}, {&quot;id&quot;: &quot;8272&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 947.0, &quot;att&quot;: 0.5263157894736846, &quot;style&quot;: {&quot;color&quot;: &quot;#1f968b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.783683, 4.089989]]}, &quot;bbox&quot;: [9.783683, 4.081799999999999, 9.786183, 4.089989]}, {&quot;id&quot;: &quot;8308&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 1.1538461538461564, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.743333, 4.074778, 9.761667, 4.097333]}, {&quot;id&quot;: &quot;8344&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 0.9166666666666656, &quot;style&quot;: {&quot;color&quot;: &quot;#c8e020&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.743433, 4.074878, 9.761766999999999, 4.097433]}, {&quot;id&quot;: &quot;8380&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 1.121212121212123, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.76601, 4.08663]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.76601, 4.08663]}, {&quot;id&quot;: &quot;8416&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 0.6976744186046516, &quot;style&quot;: {&quot;color&quot;: &quot;#42be71&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.76611, 4.08673]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.76611, 4.08673]}, {&quot;id&quot;: &quot;8452&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 0.2121212121212127, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4788&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.808667, 4.091389]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.808667, 4.091389]}, {&quot;id&quot;: &quot;8488&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 0.21428571428571447, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4788&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.808767, 4.091489]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.808767, 4.091489]}, {&quot;id&quot;: &quot;8524&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 830.0, &quot;att&quot;: 0.8936170212765958, &quot;style&quot;: {&quot;color&quot;: &quot;#b8de29&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.758611, 4.090833]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.758611, 4.090833]}, {&quot;id&quot;: &quot;8560&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 830.0, &quot;att&quot;: 0.9, &quot;style&quot;: {&quot;color&quot;: &quot;#bddf26&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.758711, 4.090933]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.758711, 4.090933]}, {&quot;id&quot;: &quot;8596&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 555.0, &quot;att&quot;: 0.6874999999999989, &quot;style&quot;: {&quot;color&quot;: &quot;#3dbc74&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73381, 4.08679], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.73381, 4.08679, 9.736042, 4.091278]}, {&quot;id&quot;: &quot;8632&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 555.0, &quot;att&quot;: 0.7200000000000017, &quot;style&quot;: {&quot;color&quot;: &quot;#4ec36b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73391, 4.0868899999999995], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.73391, 4.0868899999999995, 9.736142, 4.091378]}, {&quot;id&quot;: &quot;8668&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 0.15000000000000568, &quot;style&quot;: {&quot;color&quot;: &quot;#463480&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.744, 4.104861]]}, &quot;bbox&quot;: [9.744, 4.074778, 9.761667, 4.104861]}, {&quot;id&quot;: &quot;8704&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 0.8285714285714302, &quot;style&quot;: {&quot;color&quot;: &quot;#8ed645&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.7441, 4.104960999999999]]}, &quot;bbox&quot;: [9.7441, 4.074878, 9.761766999999999, 4.104960999999999]}, {&quot;id&quot;: &quot;8740&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 889.0, &quot;att&quot;: 1.0714285714285725, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76601, 4.08663], [9.764367, 4.0945]]}, &quot;bbox&quot;: [9.764367, 4.08663, 9.76601, 4.0945]}, {&quot;id&quot;: &quot;8776&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 889.0, &quot;att&quot;: 0.7058823529411757, &quot;style&quot;: {&quot;color&quot;: &quot;#46c06f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76611, 4.08673], [9.764467, 4.0946]]}, &quot;bbox&quot;: [9.764467, 4.08673, 9.76611, 4.0946]}, {&quot;id&quot;: &quot;8812&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 736.0, &quot;att&quot;: 1.599999999999999, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729444, 4.091944], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.729444, 4.091278, 9.736042, 4.091944]}, {&quot;id&quot;: &quot;8848&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 736.0, &quot;att&quot;: 1.4090909090909078, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729544, 4.092044], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.729544, 4.091378, 9.736142, 4.092044]}, {&quot;id&quot;: &quot;8884&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 419.0, &quot;att&quot;: 0.6538461538461546, &quot;style&quot;: {&quot;color&quot;: &quot;#31b57b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74168, 4.09393], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.74168, 4.09393, 9.743333, 4.097333]}, {&quot;id&quot;: &quot;8920&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 419.0, &quot;att&quot;: 0.6086956521739132, &quot;style&quot;: {&quot;color&quot;: &quot;#24aa83&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:20:00&quot;, &quot;2019-07-18T00:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74178, 4.09403], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.74178, 4.09403, 9.743433, 4.097433]}, {&quot;id&quot;: &quot;26&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 0.29629629629629756, &quot;style&quot;: {&quot;color&quot;: &quot;#355e8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.791866, 3.97665]]}, &quot;bbox&quot;: [9.787167, 3.97665, 9.791866, 3.992722]}, {&quot;id&quot;: &quot;62&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 0.2500000000000013, &quot;style&quot;: {&quot;color&quot;: &quot;#3b528b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.791966, 3.97675]]}, &quot;bbox&quot;: [9.787267, 3.97675, 9.791966, 3.9928220000000003]}, {&quot;id&quot;: &quot;98&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.17105263157894712, &quot;style&quot;: {&quot;color&quot;: &quot;#443a83&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.81613, 3.97866]]}, &quot;bbox&quot;: [9.787167, 3.97866, 9.81613, 3.992722]}, {&quot;id&quot;: &quot;134&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.02914389799635704, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.81623, 3.9787600000000003]]}, &quot;bbox&quot;: [9.787267, 3.9787600000000003, 9.81623, 3.9928220000000003]}, {&quot;id&quot;: &quot;170&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 556.0, &quot;att&quot;: 0.21874999999999895, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4889&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763806, 3.997361], [9.75885, 3.99663]]}, &quot;bbox&quot;: [9.75885, 3.99663, 9.763806, 3.997361]}, {&quot;id&quot;: &quot;206&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 556.0, &quot;att&quot;: 0.5, &quot;style&quot;: {&quot;color&quot;: &quot;#21918c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763906, 3.9974610000000004], [9.75895, 3.9967300000000003]]}, &quot;bbox&quot;: [9.75895, 3.9967300000000003, 9.763906, 3.9974610000000004]}, {&quot;id&quot;: &quot;242&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 402.0, &quot;att&quot;: 0.6274509803921567, &quot;style&quot;: {&quot;color&quot;: &quot;#28ae80&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745083, 4.002553], [9.748639, 4.003231]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.748639, 4.003231]}, {&quot;id&quot;: &quot;278&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 402.0, &quot;att&quot;: 0.3703703703703703, &quot;style&quot;: {&quot;color&quot;: &quot;#2d718e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745182999999999, 4.002653], [9.748739, 4.003331]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.748739, 4.003331]}, {&quot;id&quot;: &quot;314&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 774.0, &quot;att&quot;: 0.5227272727272723, &quot;style&quot;: {&quot;color&quot;: &quot;#1f958b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76732, 4.003512], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.76732, 4.003512, 9.767719, 4.0105]}, {&quot;id&quot;: &quot;350&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 774.0, &quot;att&quot;: 0.4857142857142845, &quot;style&quot;: {&quot;color&quot;: &quot;#228d8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76742, 4.0036119999999995], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.76742, 4.0036119999999995, 9.767819, 4.0106]}, {&quot;id&quot;: &quot;386&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 0.4545454545454549, &quot;style&quot;: {&quot;color&quot;: &quot;#25858e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799472, 4.004194], [9.778111, 4.012278]]}, &quot;bbox&quot;: [9.778111, 4.004194, 9.799472, 4.012278]}, {&quot;id&quot;: &quot;422&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 0.37037037037036996, &quot;style&quot;: {&quot;color&quot;: &quot;#2d718e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799572, 4.004294], [9.778211, 4.012378]]}, &quot;bbox&quot;: [9.778211, 4.004294, 9.799572, 4.012378]}, {&quot;id&quot;: &quot;458&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 0.4259259259259268, &quot;style&quot;: {&quot;color&quot;: &quot;#277f8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.705944, 4.01775], [9.701194, 4.008306]]}, &quot;bbox&quot;: [9.701194, 4.008306, 9.705944, 4.01775]}, {&quot;id&quot;: &quot;494&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 0.021172638436482042, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706044, 4.01785], [9.701293999999999, 4.008406]]}, &quot;bbox&quot;: [9.701293999999999, 4.008406, 9.706044, 4.01785]}, {&quot;id&quot;: &quot;530&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 0.3076923076923091, &quot;style&quot;: {&quot;color&quot;: &quot;#34618d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.763806, 3.997361]]}, &quot;bbox&quot;: [9.763806, 3.997361, 9.767833, 4.029]}, {&quot;id&quot;: &quot;566&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 0.5675675675675687, &quot;style&quot;: {&quot;color&quot;: &quot;#1fa188&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.763906, 3.9974610000000004]]}, &quot;bbox&quot;: [9.763906, 3.9974610000000004, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;602&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 0.25974025974025966, &quot;style&quot;: {&quot;color&quot;: &quot;#3a548c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741417, 4.009639], [9.723611, 4.020194]]}, &quot;bbox&quot;: [9.723611, 4.009639, 9.741417, 4.020194]}, {&quot;id&quot;: &quot;638&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 0.2307692307692312, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4d8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741517, 4.009739], [9.723711, 4.020294]]}, &quot;bbox&quot;: [9.723711, 4.009739, 9.741517, 4.020294]}, {&quot;id&quot;: &quot;674&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 0.15686274509803882, &quot;style&quot;: {&quot;color&quot;: &quot;#453781&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.745083, 4.002553]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.767833, 4.029]}, {&quot;id&quot;: &quot;710&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 0.1466666666666678, &quot;style&quot;: {&quot;color&quot;: &quot;#46337f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.745182999999999, 4.002653]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;746&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 466.0, &quot;att&quot;: 0.25999999999999945, &quot;style&quot;: {&quot;color&quot;: &quot;#3a548c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73456, 4.01734]]}, &quot;bbox&quot;: [9.73456, 4.015972, 9.738528, 4.01734]}, {&quot;id&quot;: &quot;782&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 466.0, &quot;att&quot;: 0.2758620689655173, &quot;style&quot;: {&quot;color&quot;: &quot;#38598c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73466, 4.01744]]}, &quot;bbox&quot;: [9.73466, 4.016071999999999, 9.738628, 4.01744]}, {&quot;id&quot;: &quot;818&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8335.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 0.48000000000000115, &quot;style&quot;: {&quot;color&quot;: &quot;#228b8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.762056, 4.004472]]}, &quot;bbox&quot;: [9.762056, 4.004472, 9.767833, 4.029]}, {&quot;id&quot;: &quot;854&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8454.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 0.38095238095238065, &quot;style&quot;: {&quot;color&quot;: &quot;#2c738e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.762156, 4.004572]]}, &quot;bbox&quot;: [9.762156, 4.004572, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;890&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 0.16666666666666666, &quot;style&quot;: {&quot;color&quot;: &quot;#443983&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.768083, 4.017917]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.768083, 4.017917]}, {&quot;id&quot;: &quot;926&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 0.19148936170212752, &quot;style&quot;: {&quot;color&quot;: &quot;#424186&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.768183, 4.0180169999999995]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.768183, 4.0180169999999995]}, {&quot;id&quot;: &quot;962&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.29411764705882365, &quot;style&quot;: {&quot;color&quot;: &quot;#355e8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727083, 4.023444], [9.72629, 4.01048]]}, &quot;bbox&quot;: [9.72629, 4.01048, 9.727083, 4.023444]}, {&quot;id&quot;: &quot;998&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.24324324324324267, &quot;style&quot;: {&quot;color&quot;: &quot;#3c508b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727183, 4.023543999999999], [9.72639, 4.01058]]}, &quot;bbox&quot;: [9.72639, 4.01058, 9.727183, 4.023543999999999]}, {&quot;id&quot;: &quot;1034&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 0.25714285714285473, &quot;style&quot;: {&quot;color&quot;: &quot;#3a538b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.757556, 4.0195]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.757556, 4.0195]}, {&quot;id&quot;: &quot;1070&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 0.24390243902439016, &quot;style&quot;: {&quot;color&quot;: &quot;#3c508b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.757655999999999, 4.0196]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.757655999999999, 4.0196]}, {&quot;id&quot;: &quot;1106&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 0.9090909090909091, &quot;style&quot;: {&quot;color&quot;: &quot;#c2df23&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.756817, 4.008442]]}, &quot;bbox&quot;: [9.756817, 4.008442, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1142&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 0.9354838709677425, &quot;style&quot;: {&quot;color&quot;: &quot;#d5e21a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.756917, 4.008541999999999]]}, &quot;bbox&quot;: [9.756917, 4.008541999999999, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1178&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.0391517128874388, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744694, 4.014417], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.744694, 4.014417, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1214&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.07142857142857136, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744794, 4.014517], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.744794, 4.014517, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1250&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 0.4117647058823515, &quot;style&quot;: {&quot;color&quot;: &quot;#297b8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.767719, 4.0105, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1286&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 0.33333333333333226, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.767819, 4.0106, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1322&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 0.10606060606060598, &quot;style&quot;: {&quot;color&quot;: &quot;#482677&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.780278, 4.023889]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.780278, 4.023889]}, {&quot;id&quot;: &quot;1358&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 0.2063492063492069, &quot;style&quot;: {&quot;color&quot;: &quot;#404588&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.780377999999999, 4.023988999999999]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.780377999999999, 4.023988999999999]}, {&quot;id&quot;: &quot;1394&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 0.3947368421052627, &quot;style&quot;: {&quot;color&quot;: &quot;#2a778e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.721083, 4.0115]]}, &quot;bbox&quot;: [9.696744, 4.0115, 9.721083, 4.029381]}, {&quot;id&quot;: &quot;1430&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 0.22448979591836626, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4a89&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.721183, 4.0116]]}, &quot;bbox&quot;: [9.696844, 4.0116, 9.721183, 4.029481]}, {&quot;id&quot;: &quot;1466&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 654.0, &quot;att&quot;: 10.299999999999999, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743889, 4.0194], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.743889, 4.0194, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1502&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 654.0, &quot;att&quot;: 0.34482758620689674, &quot;style&quot;: {&quot;color&quot;: &quot;#2f6b8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743989, 4.0195], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.743989, 4.0195, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1538&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024043N-9.680260E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2266.0, &quot;att&quot;: 0.42222222222222255, &quot;style&quot;: {&quot;color&quot;: &quot;#277e8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.67025, 4.022056], [9.69027, 4.02603]]}, &quot;bbox&quot;: [9.67025, 4.022056, 9.69027, 4.02603]}, {&quot;id&quot;: &quot;1574&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 0.20689655172413607, &quot;style&quot;: {&quot;color&quot;: &quot;#404588&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.72802, 4.03279]]}, &quot;bbox&quot;: [9.72802, 4.015972, 9.738528, 4.03279]}, {&quot;id&quot;: &quot;1610&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 0.12500000000000167, &quot;style&quot;: {&quot;color&quot;: &quot;#472d7b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.72812, 4.03289]]}, &quot;bbox&quot;: [9.72812, 4.016071999999999, 9.738628, 4.03289]}, {&quot;id&quot;: &quot;1646&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.6226415094339626, &quot;style&quot;: {&quot;color&quot;: &quot;#27ad81&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.69921, 4.02012]]}, &quot;bbox&quot;: [9.696744, 4.02012, 9.69921, 4.029381]}, {&quot;id&quot;: &quot;1682&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.25874125874125836, &quot;style&quot;: {&quot;color&quot;: &quot;#3a548c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.69931, 4.02022]]}, &quot;bbox&quot;: [9.696844, 4.02022, 9.69931, 4.029481]}, {&quot;id&quot;: &quot;1718&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18737.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 0.6666666666666666, &quot;style&quot;: {&quot;color&quot;: &quot;#35b779&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.77399, 4.02125]]}, &quot;bbox&quot;: [9.767833, 4.02125, 9.77399, 4.029]}, {&quot;id&quot;: &quot;1754&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17727.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 0.2903225806451607, &quot;style&quot;: {&quot;color&quot;: &quot;#365d8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.77409, 4.02135]]}, &quot;bbox&quot;: [9.767933, 4.02135, 9.77409, 4.0291]}, {&quot;id&quot;: &quot;1790&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14431.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 874.0, &quot;att&quot;: 0.2758620689655182, &quot;style&quot;: {&quot;color&quot;: &quot;#38598c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737194, 4.022139], [9.741992, 4.0284]]}, &quot;bbox&quot;: [9.737194, 4.022139, 9.741992, 4.0284]}, {&quot;id&quot;: &quot;1826&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14921.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 874.0, &quot;att&quot;: 0.29999999999999954, &quot;style&quot;: {&quot;color&quot;: &quot;#355f8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737294, 4.022239], [9.742092, 4.0285]]}, &quot;bbox&quot;: [9.737294, 4.022239, 9.742092, 4.0285]}, {&quot;id&quot;: &quot;1862&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.2857142857142857, &quot;style&quot;: {&quot;color&quot;: &quot;#365c8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73325, 4.035278]]}, &quot;bbox&quot;: [9.73325, 4.015972, 9.738528, 4.035278]}, {&quot;id&quot;: &quot;1898&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.5599999999999994, &quot;style&quot;: {&quot;color&quot;: &quot;#1f9f88&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73335, 4.035378]]}, &quot;bbox&quot;: [9.73335, 4.016071999999999, 9.738628, 4.035378]}, {&quot;id&quot;: &quot;1934&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 0.4705882352941193, &quot;style&quot;: {&quot;color&quot;: &quot;#23898e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.70976, 4.02238]]}, &quot;bbox&quot;: [9.696744, 4.02238, 9.70976, 4.029381]}, {&quot;id&quot;: &quot;1970&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 0.5192307692307682, &quot;style&quot;: {&quot;color&quot;: &quot;#1f948c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.709859999999999, 4.02248]]}, &quot;bbox&quot;: [9.696844, 4.02248, 9.709859999999999, 4.029481]}, {&quot;id&quot;: &quot;2006&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 755.0, &quot;att&quot;: 0.5454545454545461, &quot;style&quot;: {&quot;color&quot;: &quot;#1e9b8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.694556, 4.022917]]}, &quot;bbox&quot;: [9.694556, 4.022917, 9.696744, 4.029381]}, {&quot;id&quot;: &quot;2042&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 755.0, &quot;att&quot;: 0.6500000000000004, &quot;style&quot;: {&quot;color&quot;: &quot;#2fb47c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.694656, 4.023016999999999]]}, &quot;bbox&quot;: [9.694656, 4.023016999999999, 9.696844, 4.029481]}, {&quot;id&quot;: &quot;2078&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 0.4193548387096763, &quot;style&quot;: {&quot;color&quot;: &quot;#287d8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.72684, 4.01658]]}, &quot;bbox&quot;: [9.72684, 4.01658, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2114&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 0.34883720930232526, &quot;style&quot;: {&quot;color&quot;: &quot;#2f6c8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.726939999999999, 4.01668]]}, &quot;bbox&quot;: [9.726939999999999, 4.01668, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2150&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 364.0, &quot;att&quot;: 0.6428571428571425, &quot;style&quot;: {&quot;color&quot;: &quot;#2db27d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.705139, 4.028333]]}, &quot;bbox&quot;: [9.701944, 4.028333, 9.705139, 4.029083]}, {&quot;id&quot;: &quot;2186&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 364.0, &quot;att&quot;: 0.5882352941176461, &quot;style&quot;: {&quot;color&quot;: &quot;#21a585&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.705239, 4.028433]]}, &quot;bbox&quot;: [9.702043999999999, 4.028433, 9.705239, 4.029183]}, {&quot;id&quot;: &quot;2222&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 0.8604651162790696, &quot;style&quot;: {&quot;color&quot;: &quot;#a2da37&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.686417, 4.029444]]}, &quot;bbox&quot;: [9.686417, 4.029381, 9.696744, 4.029444]}, {&quot;id&quot;: &quot;2258&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 0.8536585365853671, &quot;style&quot;: {&quot;color&quot;: &quot;#9dd93b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.686517, 4.029544]]}, &quot;bbox&quot;: [9.686517, 4.029481, 9.696844, 4.029544]}, {&quot;id&quot;: &quot;2294&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 868.0, &quot;att&quot;: 0.45833333333333126, &quot;style&quot;: {&quot;color&quot;: &quot;#24868e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.709194, 4.032028]]}, &quot;bbox&quot;: [9.701944, 4.029083, 9.709194, 4.032028]}, {&quot;id&quot;: &quot;2330&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 868.0, &quot;att&quot;: 0.4782608695652186, &quot;style&quot;: {&quot;color&quot;: &quot;#228b8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.709294, 4.032128]]}, &quot;bbox&quot;: [9.702043999999999, 4.029183, 9.709294, 4.032128]}, {&quot;id&quot;: &quot;2366&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 666.0, &quot;att&quot;: 0.6666666666666666, &quot;style&quot;: {&quot;color&quot;: &quot;#35b779&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.691575, 4.032433]]}, &quot;bbox&quot;: [9.691575, 4.029381, 9.696744, 4.032433]}, {&quot;id&quot;: &quot;2402&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 666.0, &quot;att&quot;: 0.5185185185185188, &quot;style&quot;: {&quot;color&quot;: &quot;#1f948c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.691675, 4.032533]]}, &quot;bbox&quot;: [9.691675, 4.029481, 9.696844, 4.032533]}, {&quot;id&quot;: &quot;2438&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 536.0, &quot;att&quot;: 0.590909090909092, &quot;style&quot;: {&quot;color&quot;: &quot;#21a685&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699417, 4.033417]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699417, 4.033417]}, {&quot;id&quot;: &quot;2474&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 536.0, &quot;att&quot;: 0.5666666666666652, &quot;style&quot;: {&quot;color&quot;: &quot;#1fa188&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699517, 4.033517]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699517, 4.033517]}, {&quot;id&quot;: &quot;2510&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 0.1891891891891898, &quot;style&quot;: {&quot;color&quot;: &quot;#424086&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.727083, 4.023444]]}, &quot;bbox&quot;: [9.727083, 4.023444, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2546&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 0.13461538461538392, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.727183, 4.023543999999999]]}, &quot;bbox&quot;: [9.727183, 4.023543999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2582&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.43902439024390233, &quot;style&quot;: {&quot;color&quot;: &quot;#26828e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71564, 4.032], [9.71203, 4.03312]]}, &quot;bbox&quot;: [9.71203, 4.032, 9.71564, 4.03312]}, {&quot;id&quot;: &quot;2618&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.3404255319148927, &quot;style&quot;: {&quot;color&quot;: &quot;#306a8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71574, 4.0321], [9.71213, 4.03322]]}, &quot;bbox&quot;: [9.71213, 4.0321, 9.71574, 4.03322]}, {&quot;id&quot;: &quot;2654&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 0.20512820512820593, &quot;style&quot;: {&quot;color&quot;: &quot;#404588&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.755167, 4.037361]]}, &quot;bbox&quot;: [9.755167, 4.029, 9.767833, 4.037361]}, {&quot;id&quot;: &quot;2690&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 0.2162162162162157, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4889&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.755267, 4.0374609999999995]]}, &quot;bbox&quot;: [9.755267, 4.0291, 9.767933, 4.0374609999999995]}, {&quot;id&quot;: &quot;2726&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 323.0, &quot;att&quot;: 0.6499999999999986, &quot;style&quot;: {&quot;color&quot;: &quot;#2fb47c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691575, 4.032433], [9.691889, 4.035333]]}, &quot;bbox&quot;: [9.691575, 4.032433, 9.691889, 4.035333]}, {&quot;id&quot;: &quot;2762&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 323.0, &quot;att&quot;: 0.705882352941177, &quot;style&quot;: {&quot;color&quot;: &quot;#46c06f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691675, 4.032533], [9.691989, 4.035432999999999]]}, &quot;bbox&quot;: [9.691675, 4.032533, 9.691989, 4.035432999999999]}, {&quot;id&quot;: &quot;2798&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 516.0, &quot;att&quot;: 0.18749999999999847, &quot;style&quot;: {&quot;color&quot;: &quot;#423f85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774333, 4.033028], [9.77026, 4.03527]]}, &quot;bbox&quot;: [9.77026, 4.033028, 9.774333, 4.03527]}, {&quot;id&quot;: &quot;2834&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 516.0, &quot;att&quot;: 0.2187500000000007, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4989&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774433, 4.033128], [9.77036, 4.0353699999999995]]}, &quot;bbox&quot;: [9.77036, 4.033128, 9.774433, 4.0353699999999995]}, {&quot;id&quot;: &quot;2870&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 0.21999999999999886, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4989&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.725667, 4.028583]]}, &quot;bbox&quot;: [9.725667, 4.028583, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2906&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 0.25490196078431343, &quot;style&quot;: {&quot;color&quot;: &quot;#3a538b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.725767, 4.028683]]}, &quot;bbox&quot;: [9.725767, 4.028683, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2942&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 0.4333333333333371, &quot;style&quot;: {&quot;color&quot;: &quot;#27808e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699006, 4.040886]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699006, 4.040886]}, {&quot;id&quot;: &quot;2978&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 0.4444444444444436, &quot;style&quot;: {&quot;color&quot;: &quot;#26828e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699106, 4.040986]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699106, 4.040986]}, {&quot;id&quot;: &quot;3014&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17810.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 610.0, &quot;att&quot;: 0.571428571428571, &quot;style&quot;: {&quot;color&quot;: &quot;#1fa187&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683883, 4.033886], [9.688056, 4.037472]]}, &quot;bbox&quot;: [9.683883, 4.033886, 9.688056, 4.037472]}, {&quot;id&quot;: &quot;3050&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18820.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 610.0, &quot;att&quot;: 0.555555555555555, &quot;style&quot;: {&quot;color&quot;: &quot;#1f9e89&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683983, 4.033986], [9.688156, 4.037572]]}, &quot;bbox&quot;: [9.683983, 4.033986, 9.688156, 4.037572]}, {&quot;id&quot;: &quot;3086&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 0.21568627450980443, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4889&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.766222, 4.046556]]}, &quot;bbox&quot;: [9.766222, 4.029, 9.767833, 4.046556]}, {&quot;id&quot;: &quot;3122&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 0.15686274509804002, &quot;style&quot;: {&quot;color&quot;: &quot;#453781&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.766322, 4.046656]]}, &quot;bbox&quot;: [9.766322, 4.0291, 9.767933, 4.046656]}, {&quot;id&quot;: &quot;3158&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 433.0, &quot;att&quot;: 0.3846153846153844, &quot;style&quot;: {&quot;color&quot;: &quot;#2b748e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706106, 4.040083], [9.703794, 4.036926]]}, &quot;bbox&quot;: [9.703794, 4.036926, 9.706106, 4.040083]}, {&quot;id&quot;: &quot;3194&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 433.0, &quot;att&quot;: 0.3571428571428575, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6e8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706206, 4.040183], [9.703894, 4.037026]]}, &quot;bbox&quot;: [9.703894, 4.037026, 9.706206, 4.040183]}, {&quot;id&quot;: &quot;3230&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 0.9069767441860452, &quot;style&quot;: {&quot;color&quot;: &quot;#c2df23&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.711917, 4.037722]]}, &quot;bbox&quot;: [9.711917, 4.037722, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;3266&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 1.1304347826086945, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.712017, 4.037821999999999]]}, &quot;bbox&quot;: [9.712017, 4.037821999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;3302&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 928.0, &quot;att&quot;: 0.3103448275862066, &quot;style&quot;: {&quot;color&quot;: &quot;#33628d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.741011, 4.038342]]}, &quot;bbox&quot;: [9.733028, 4.038342, 9.741011, 4.040819]}, {&quot;id&quot;: &quot;3338&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 928.0, &quot;att&quot;: 0.32075471698113145, &quot;style&quot;: {&quot;color&quot;: &quot;#32658e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.741111, 4.038442]]}, &quot;bbox&quot;: [9.733127999999999, 4.038442, 9.741111, 4.040919]}, {&quot;id&quot;: &quot;3374&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 441.0, &quot;att&quot;: 0.8571428571428553, &quot;style&quot;: {&quot;color&quot;: &quot;#a0da39&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.70265, 4.03931]]}, &quot;bbox&quot;: [9.699006, 4.03931, 9.70265, 4.040886]}, {&quot;id&quot;: &quot;3410&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 441.0, &quot;att&quot;: 0.9642857142857139, &quot;style&quot;: {&quot;color&quot;: &quot;#e7e419&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.70275, 4.03941]]}, &quot;bbox&quot;: [9.699106, 4.03941, 9.70275, 4.040986]}, {&quot;id&quot;: &quot;3446&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 697.0, &quot;att&quot;: 0.2769230769230765, &quot;style&quot;: {&quot;color&quot;: &quot;#38598c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774, 4.042306], [9.7795, 4.039278]]}, &quot;bbox&quot;: [9.774, 4.039278, 9.7795, 4.042306]}, {&quot;id&quot;: &quot;3482&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 697.0, &quot;att&quot;: 0.21782178217821752, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4889&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774099999999999, 4.042406], [9.7796, 4.039378]]}, &quot;bbox&quot;: [9.774099999999999, 4.039378, 9.7796, 4.042406]}, {&quot;id&quot;: &quot;3519&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041057N-9.688122E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 387.0, &quot;att&quot;: 0.9166666666666684, &quot;style&quot;: {&quot;color&quot;: &quot;#c8e020&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.689827, 4.040697]]}, &quot;bbox&quot;: [9.686417, 4.040697, 9.689827, 4.041417]}, {&quot;id&quot;: &quot;3555&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 975.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762056, 4.03875], [9.754583, 4.043386]]}, &quot;bbox&quot;: [9.754583, 4.03875, 9.762056, 4.043386]}, {&quot;id&quot;: &quot;3591&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 975.0, &quot;att&quot;: 0.2790697674418597, &quot;style&quot;: {&quot;color&quot;: &quot;#375a8c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762156, 4.03885], [9.754683, 4.043486]]}, &quot;bbox&quot;: [9.754683, 4.03885, 9.762156, 4.043486]}, {&quot;id&quot;: &quot;3627&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.2580645161290312, &quot;style&quot;: {&quot;color&quot;: &quot;#3a548c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.728389, 4.041694]]}, &quot;bbox&quot;: [9.728389, 4.040819, 9.733028, 4.041694]}, {&quot;id&quot;: &quot;3663&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.02505694760820049, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.728489, 4.041793999999999]]}, &quot;bbox&quot;: [9.728489, 4.040919, 9.733127999999999, 4.041793999999999]}, {&quot;id&quot;: &quot;3699&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 0.13793103448275926, &quot;style&quot;: {&quot;color&quot;: &quot;#46307e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.779361, 4.053694]]}, &quot;bbox&quot;: [9.767833, 4.029, 9.779361, 4.053694]}, {&quot;id&quot;: &quot;3735&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 0.18333333333333357, &quot;style&quot;: {&quot;color&quot;: &quot;#433e85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.779461, 4.053794]]}, &quot;bbox&quot;: [9.767933, 4.0291, 9.779461, 4.053794]}, {&quot;id&quot;: &quot;3771&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 0.18181818181818124, &quot;style&quot;: {&quot;color&quot;: &quot;#433e85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.747639, 4.043778]]}, &quot;bbox&quot;: [9.733028, 4.040819, 9.747639, 4.043778]}, {&quot;id&quot;: &quot;3807&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 0.22950819672131262, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4c8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.747739, 4.043877999999999]]}, &quot;bbox&quot;: [9.733127999999999, 4.040919, 9.747739, 4.043877999999999]}, {&quot;id&quot;: &quot;3843&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 0.23404255319148953, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4d8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702978, 4.056559], [9.73025, 4.028444]]}, &quot;bbox&quot;: [9.702978, 4.028444, 9.73025, 4.056559]}, {&quot;id&quot;: &quot;3879&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 0.20454545454545428, &quot;style&quot;: {&quot;color&quot;: &quot;#404588&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703078, 4.056659], [9.73035, 4.028544]]}, &quot;bbox&quot;: [9.703078, 4.028544, 9.73035, 4.056659]}, {&quot;id&quot;: &quot;3915&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.6842105263157897, &quot;style&quot;: {&quot;color&quot;: &quot;#3dbc74&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.69725, 4.04425]]}, &quot;bbox&quot;: [9.69725, 4.040886, 9.699006, 4.04425]}, {&quot;id&quot;: &quot;3951&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.727272727272727, &quot;style&quot;: {&quot;color&quot;: &quot;#52c569&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.69735, 4.04435]]}, &quot;bbox&quot;: [9.69735, 4.040986, 9.699106, 4.04435]}, {&quot;id&quot;: &quot;3987&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 431.0, &quot;att&quot;: 0.6756756756756751, &quot;style&quot;: {&quot;color&quot;: &quot;#38b977&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704083, 4.04244], [9.707889, 4.043194]]}, &quot;bbox&quot;: [9.704083, 4.04244, 9.707889, 4.043194]}, {&quot;id&quot;: &quot;4023&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 431.0, &quot;att&quot;: 0.7368421052631582, &quot;style&quot;: {&quot;color&quot;: &quot;#56c667&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704183, 4.04254], [9.707989, 4.0432939999999995]]}, &quot;bbox&quot;: [9.704183, 4.04254, 9.707989, 4.0432939999999995]}, {&quot;id&quot;: &quot;4061&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043833N-9.687306E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 570.0, &quot;att&quot;: 0.8333333333333334, &quot;style&quot;: {&quot;color&quot;: &quot;#90d743&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.688194, 4.04625]]}, &quot;bbox&quot;: [9.686417, 4.041417, 9.688194, 4.04625]}, {&quot;id&quot;: &quot;4097&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 810.0, &quot;att&quot;: 0.5769230769230766, &quot;style&quot;: {&quot;color&quot;: &quot;#1fa287&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707889, 4.043194], [9.700739, 4.044661]]}, &quot;bbox&quot;: [9.700739, 4.043194, 9.707889, 4.044661]}, {&quot;id&quot;: &quot;4133&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 810.0, &quot;att&quot;: 0.5599999999999994, &quot;style&quot;: {&quot;color&quot;: &quot;#1f9f88&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707989, 4.0432939999999995], [9.700839, 4.044760999999999]]}, &quot;bbox&quot;: [9.700839, 4.0432939999999995, 9.707989, 4.044760999999999]}, {&quot;id&quot;: &quot;4169&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 706.0, &quot;att&quot;: 0.7083333333333335, &quot;style&quot;: {&quot;color&quot;: &quot;#48c16e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728389, 4.041694], [9.72575, 4.0475]]}, &quot;bbox&quot;: [9.72575, 4.041694, 9.728389, 4.0475]}, {&quot;id&quot;: &quot;4205&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 706.0, &quot;att&quot;: 0.7045454545454551, &quot;style&quot;: {&quot;color&quot;: &quot;#46c06f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728489, 4.041793999999999], [9.72585, 4.0476]]}, &quot;bbox&quot;: [9.72585, 4.041793999999999, 9.728489, 4.0476]}, {&quot;id&quot;: &quot;4241&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 0.23076923076923048, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4d8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.699006, 4.040886, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4277&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 0.44000000000000056, &quot;style&quot;: {&quot;color&quot;: &quot;#26828e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.699106, 4.040986, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4313&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14487.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 611.0, &quot;att&quot;: 0.413793103448276, &quot;style&quot;: {&quot;color&quot;: &quot;#297b8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71598, 4.04642], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.71598, 4.04642, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4349&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14977.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 611.0, &quot;att&quot;: 0.37037037037036996, &quot;style&quot;: {&quot;color&quot;: &quot;#2d718e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71608, 4.04652], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.71608, 4.04652, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4385&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048013N-9.705195E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 822.0, &quot;att&quot;: 0.6181818181818179, &quot;style&quot;: {&quot;color&quot;: &quot;#26ad81&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703528, 4.044694], [9.706861, 4.051333]]}, &quot;bbox&quot;: [9.703528, 4.044694, 9.706861, 4.051333]}, {&quot;id&quot;: &quot;4421&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 317.0, &quot;att&quot;: 0.3145539906103287, &quot;style&quot;: {&quot;color&quot;: &quot;#33638d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698333, 4.049556], [9.698917, 4.04675]]}, &quot;bbox&quot;: [9.698333, 4.04675, 9.698917, 4.049556]}, {&quot;id&quot;: &quot;4457&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 317.0, &quot;att&quot;: 0.7499999999999992, &quot;style&quot;: {&quot;color&quot;: &quot;#5cc863&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698433, 4.049656], [9.699017, 4.04685]]}, &quot;bbox&quot;: [9.698433, 4.04685, 9.699017, 4.049656]}, {&quot;id&quot;: &quot;4493&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 564.0, &quot;att&quot;: 0.7083333333333328, &quot;style&quot;: {&quot;color&quot;: &quot;#48c16e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706861, 4.051333], [9.708472, 4.0465]]}, &quot;bbox&quot;: [9.706861, 4.0465, 9.708472, 4.051333]}, {&quot;id&quot;: &quot;4529&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 564.0, &quot;att&quot;: 0.9565217391304341, &quot;style&quot;: {&quot;color&quot;: &quot;#e2e418&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706961, 4.051432999999999], [9.708572, 4.0466]]}, &quot;bbox&quot;: [9.706961, 4.0466, 9.708572, 4.051432999999999]}, {&quot;id&quot;: &quot;4565&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 596.0, &quot;att&quot;: 0.09677419354838636, &quot;style&quot;: {&quot;color&quot;: &quot;#482374&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.771911, 4.050192], [9.777253, 4.049658]]}, &quot;bbox&quot;: [9.771911, 4.049658, 9.777253, 4.050192]}, {&quot;id&quot;: &quot;4601&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 596.0, &quot;att&quot;: 0.09375000000000125, &quot;style&quot;: {&quot;color&quot;: &quot;#482374&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.772011, 4.050292], [9.777353, 4.049758]]}, &quot;bbox&quot;: [9.772011, 4.049758, 9.777353, 4.050292]}, {&quot;id&quot;: &quot;4637&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050150N-9.740475E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 454.0, &quot;att&quot;: 0.2580645161290335, &quot;style&quot;: {&quot;color&quot;: &quot;#3a548c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741306, 4.052028], [9.739644, 4.048272]]}, &quot;bbox&quot;: [9.739644, 4.048272, 9.741306, 4.052028]}, {&quot;id&quot;: &quot;4673&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 522.0, &quot;att&quot;: 0.7692307692307688, &quot;style&quot;: {&quot;color&quot;: &quot;#67cc5c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702389, 4.052444], [9.704556, 4.04825]]}, &quot;bbox&quot;: [9.702389, 4.04825, 9.704556, 4.052444]}, {&quot;id&quot;: &quot;4709&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 522.0, &quot;att&quot;: 0.8200000000000003, &quot;style&quot;: {&quot;color&quot;: &quot;#86d549&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702489, 4.052544], [9.704656, 4.04835]]}, &quot;bbox&quot;: [9.702489, 4.04835, 9.704656, 4.052544]}, {&quot;id&quot;: &quot;4745&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 956.0, &quot;att&quot;: 0.12500000000000036, &quot;style&quot;: {&quot;color&quot;: &quot;#472d7b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.756833, 4.047389]]}, &quot;bbox&quot;: [9.750917, 4.047389, 9.756833, 4.053667]}, {&quot;id&quot;: &quot;4781&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 956.0, &quot;att&quot;: 0.24000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#3c4f8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.756933, 4.047489]]}, &quot;bbox&quot;: [9.751017, 4.047489, 9.756933, 4.053767]}, {&quot;id&quot;: &quot;4817&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 0.12857142857142836, &quot;style&quot;: {&quot;color&quot;: &quot;#472d7b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779361, 4.053694], [9.797806, 4.050472]]}, &quot;bbox&quot;: [9.779361, 4.050472, 9.797806, 4.053694]}, {&quot;id&quot;: &quot;4853&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 0.1904761904761908, &quot;style&quot;: {&quot;color&quot;: &quot;#424086&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779461, 4.053794], [9.797906, 4.050572]]}, &quot;bbox&quot;: [9.779461, 4.050572, 9.797906, 4.053794]}, {&quot;id&quot;: &quot;4889&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8363.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 0.16666666666666863, &quot;style&quot;: {&quot;color&quot;: &quot;#443983&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.775889, 4.05525]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.775889, 4.05525]}, {&quot;id&quot;: &quot;4925&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8482.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 0.31999999999999884, &quot;style&quot;: {&quot;color&quot;: &quot;#32648e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.775989, 4.05535]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.775989, 4.05535]}, {&quot;id&quot;: &quot;4961&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.009708737864077808, &quot;style&quot;: {&quot;color&quot;: &quot;#450457&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.754444, 4.058167]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.754444, 4.058167]}, {&quot;id&quot;: &quot;4997&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.006864988558352338, &quot;style&quot;: {&quot;color&quot;: &quot;#440256&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.754544, 4.058267]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.754544, 4.058267]}, {&quot;id&quot;: &quot;5033&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 546.0, &quot;att&quot;: 0.18181818181818124, &quot;style&quot;: {&quot;color&quot;: &quot;#433e85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.767556, 4.053639]]}, &quot;bbox&quot;: [9.767556, 4.053639, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5069&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 546.0, &quot;att&quot;: 0.14705882352941152, &quot;style&quot;: {&quot;color&quot;: &quot;#46337f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.767656, 4.053739]]}, &quot;bbox&quot;: [9.767656, 4.053739, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5105&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 879.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738694, 4.058056], [9.745611, 4.054186]]}, &quot;bbox&quot;: [9.738694, 4.054186, 9.745611, 4.058056]}, {&quot;id&quot;: &quot;5141&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 879.0, &quot;att&quot;: 0.7666666666666678, &quot;style&quot;: {&quot;color&quot;: &quot;#67cc5c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738794, 4.058155999999999], [9.745711, 4.054285999999999]]}, &quot;bbox&quot;: [9.738794, 4.054285999999999, 9.745711, 4.058155999999999]}, {&quot;id&quot;: &quot;5177&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 0.12820512820512825, &quot;style&quot;: {&quot;color&quot;: &quot;#472d7b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.743528, 4.059611]]}, &quot;bbox&quot;: [9.743528, 4.053667, 9.750917, 4.059611]}, {&quot;id&quot;: &quot;5213&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 0.18750000000000028, &quot;style&quot;: {&quot;color&quot;: &quot;#424086&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.743628, 4.059711]]}, &quot;bbox&quot;: [9.743628, 4.053767, 9.751017, 4.059711]}, {&quot;id&quot;: &quot;5249&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.2903225806451607, &quot;style&quot;: {&quot;color&quot;: &quot;#365d8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726194, 4.060028], [9.750917, 4.053667]]}, &quot;bbox&quot;: [9.726194, 4.053667, 9.750917, 4.060028]}, {&quot;id&quot;: &quot;5285&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.3428571428571437, &quot;style&quot;: {&quot;color&quot;: &quot;#306a8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726294, 4.060128], [9.751017, 4.053767]]}, &quot;bbox&quot;: [9.726294, 4.053767, 9.751017, 4.060128]}, {&quot;id&quot;: &quot;5321&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.27500000000000036, &quot;style&quot;: {&quot;color&quot;: &quot;#38598c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726393999999999, 4.060228], [9.751116999999999, 4.053867]]}, &quot;bbox&quot;: [9.726393999999999, 4.053867, 9.751116999999999, 4.060228]}, {&quot;id&quot;: &quot;5357&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.36111111111111016, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6f8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726493999999999, 4.060328], [9.751216999999999, 4.053967]]}, &quot;bbox&quot;: [9.726493999999999, 4.053967, 9.751216999999999, 4.060328]}, {&quot;id&quot;: &quot;5393&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_0&quot;, &quot;frequency&quot;: 12793.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.285714285714285, &quot;style&quot;: {&quot;color&quot;: &quot;#365c8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726594, 4.060428], [9.751317, 4.054067]]}, &quot;bbox&quot;: [9.726594, 4.054067, 9.751317, 4.060428]}, {&quot;id&quot;: &quot;5429&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_1&quot;, &quot;frequency&quot;: 13059.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.49999999999999906, &quot;style&quot;: {&quot;color&quot;: &quot;#21908d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726694, 4.060528], [9.751417, 4.054167]]}, &quot;bbox&quot;: [9.726694, 4.054167, 9.751417, 4.060528]}, {&quot;id&quot;: &quot;5465&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 0.36111111111111016, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6f8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.734028, 4.06025]]}, &quot;bbox&quot;: [9.734028, 4.053667, 9.750917, 4.06025]}, {&quot;id&quot;: &quot;5501&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 0.33333333333333387, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.734128, 4.06035]]}, &quot;bbox&quot;: [9.734128, 4.053767, 9.751017, 4.06035]}, {&quot;id&quot;: &quot;5537&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 630.0, &quot;att&quot;: 0.4594594594594599, &quot;style&quot;: {&quot;color&quot;: &quot;#24868e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.763167, 4.056417]]}, &quot;bbox&quot;: [9.763167, 4.056417, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5573&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 630.0, &quot;att&quot;: 0.326086956521739, &quot;style&quot;: {&quot;color&quot;: &quot;#31668e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.763266999999999, 4.0565169999999995]]}, &quot;bbox&quot;: [9.763266999999999, 4.0565169999999995, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5609&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 0.016129032258064755, &quot;style&quot;: {&quot;color&quot;: &quot;#46075a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.786861, 4.062806]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.786861, 4.062806]}, {&quot;id&quot;: &quot;5645&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 0.14285714285714285, &quot;style&quot;: {&quot;color&quot;: &quot;#46327e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.786961, 4.062906]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.786961, 4.062906]}, {&quot;id&quot;: &quot;5681&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 0.56521739130435, &quot;style&quot;: {&quot;color&quot;: &quot;#1fa088&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.720853, 4.053242]]}, &quot;bbox&quot;: [9.714664, 4.053242, 9.720853, 4.06425]}, {&quot;id&quot;: &quot;5717&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 0.38888888888889106, &quot;style&quot;: {&quot;color&quot;: &quot;#2b758e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.720953, 4.053342]]}, &quot;bbox&quot;: [9.714764, 4.053342, 9.720953, 4.06435]}, {&quot;id&quot;: &quot;5753&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 0.2452830188679241, &quot;style&quot;: {&quot;color&quot;: &quot;#3c508b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.75311, 4.064069]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.75311, 4.064069]}, {&quot;id&quot;: &quot;5789&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 0.2631578947368423, &quot;style&quot;: {&quot;color&quot;: &quot;#39558c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.75321, 4.064169]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.75321, 4.064169]}, {&quot;id&quot;: &quot;5825&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.020833333333332163, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.767778, 4.064361]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.767778, 4.064361]}, {&quot;id&quot;: &quot;5861&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.16129032258064507, &quot;style&quot;: {&quot;color&quot;: &quot;#453882&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.767878, 4.064461]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.767878, 4.064461]}, {&quot;id&quot;: &quot;5897&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 796.0, &quot;att&quot;: 0.4999999999999985, &quot;style&quot;: {&quot;color&quot;: &quot;#21908d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708444, 4.060333], [9.715412, 4.058638]]}, &quot;bbox&quot;: [9.708444, 4.058638, 9.715412, 4.060333]}, {&quot;id&quot;: &quot;5933&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 796.0, &quot;att&quot;: 0.5652173913043473, &quot;style&quot;: {&quot;color&quot;: &quot;#1fa088&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708544, 4.060433], [9.715512, 4.058738]]}, &quot;bbox&quot;: [9.708544, 4.058738, 9.715512, 4.060433]}, {&quot;id&quot;: &quot;5969&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 0.11111111111110994, &quot;style&quot;: {&quot;color&quot;: &quot;#482878&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.759558, 4.066322]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.759558, 4.066322]}, {&quot;id&quot;: &quot;6005&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 0.26923076923076744, &quot;style&quot;: {&quot;color&quot;: &quot;#39568c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.759658, 4.066422]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.759658, 4.066422]}, {&quot;id&quot;: &quot;6041&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 0.1785714285714283, &quot;style&quot;: {&quot;color&quot;: &quot;#433d84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.777639, 4.063131]]}, &quot;bbox&quot;: [9.768444, 4.0585, 9.777639, 4.063131]}, {&quot;id&quot;: &quot;6077&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 0.18518518518518548, &quot;style&quot;: {&quot;color&quot;: &quot;#423f85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.777739, 4.063231]]}, &quot;bbox&quot;: [9.768544, 4.0586, 9.777739, 4.063231]}, {&quot;id&quot;: &quot;6113&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 498.0, &quot;att&quot;: 0.13725490196078344, &quot;style&quot;: {&quot;color&quot;: &quot;#46307e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743528, 4.059611], [9.74569, 4.06356]]}, &quot;bbox&quot;: [9.743528, 4.059611, 9.74569, 4.06356]}, {&quot;id&quot;: &quot;6149&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 498.0, &quot;att&quot;: 0.2592592592592581, &quot;style&quot;: {&quot;color&quot;: &quot;#3a548c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743628, 4.059711], [9.74579, 4.06366]]}, &quot;bbox&quot;: [9.743628, 4.059711, 9.74579, 4.06366]}, {&quot;id&quot;: &quot;6185&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 741.0, &quot;att&quot;: 0.6666666666666676, &quot;style&quot;: {&quot;color&quot;: &quot;#35b779&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704333, 4.059583], [9.706333, 4.065972]]}, &quot;bbox&quot;: [9.704333, 4.059583, 9.706333, 4.065972]}, {&quot;id&quot;: &quot;6221&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 741.0, &quot;att&quot;: 0.666666666666669, &quot;style&quot;: {&quot;color&quot;: &quot;#35b779&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704433, 4.059683], [9.706433, 4.066072]]}, &quot;bbox&quot;: [9.704433, 4.059683, 9.706433, 4.066072]}, {&quot;id&quot;: &quot;6257&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 603.0, &quot;att&quot;: 0.5454545454545451, &quot;style&quot;: {&quot;color&quot;: &quot;#1e9b8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.719389, 4.061556]]}, &quot;bbox&quot;: [9.714664, 4.061556, 9.719389, 4.06425]}, {&quot;id&quot;: &quot;6293&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 603.0, &quot;att&quot;: 0.548387096774192, &quot;style&quot;: {&quot;color&quot;: &quot;#1e9c89&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.719489, 4.061656]]}, &quot;bbox&quot;: [9.714764, 4.061656, 9.719489, 4.06435]}, {&quot;id&quot;: &quot;6329&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 669.0, &quot;att&quot;: 0.2500000000000006, &quot;style&quot;: {&quot;color&quot;: &quot;#3b528b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759558, 4.066322], [9.76425, 4.062528]]}, &quot;bbox&quot;: [9.759558, 4.062528, 9.76425, 4.066322]}, {&quot;id&quot;: &quot;6365&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 669.0, &quot;att&quot;: 0.25, &quot;style&quot;: {&quot;color&quot;: &quot;#3b528b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759658, 4.066422], [9.76435, 4.062628]]}, &quot;bbox&quot;: [9.759658, 4.062628, 9.76435, 4.066422]}, {&quot;id&quot;: &quot;6401&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 451.0, &quot;att&quot;: 0.5263157894736846, &quot;style&quot;: {&quot;color&quot;: &quot;#1f968b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710083, 4.063917], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.710083, 4.063917, 9.71287, 4.06688]}, {&quot;id&quot;: &quot;6437&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 451.0, &quot;att&quot;: 0.500000000000002, &quot;style&quot;: {&quot;color&quot;: &quot;#21918c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710182999999999, 4.064017], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.710182999999999, 4.064017, 9.71297, 4.06698]}, {&quot;id&quot;: &quot;6473&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 924.0, &quot;att&quot;: 0.14285714285714285, &quot;style&quot;: {&quot;color&quot;: &quot;#46327e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79152, 4.065848], [9.799722, 4.06725]]}, &quot;bbox&quot;: [9.79152, 4.065848, 9.799722, 4.06725]}, {&quot;id&quot;: &quot;6509&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 924.0, &quot;att&quot;: 0.2666666666666681, &quot;style&quot;: {&quot;color&quot;: &quot;#39568c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79162, 4.065948], [9.799821999999999, 4.067349999999999]]}, &quot;bbox&quot;: [9.79162, 4.065948, 9.799821999999999, 4.067349999999999]}, {&quot;id&quot;: &quot;6545&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.3749999999999996, &quot;style&quot;: {&quot;color&quot;: &quot;#2c718e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.72547, 4.07139]}, {&quot;id&quot;: &quot;6581&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.34374999999999867, &quot;style&quot;: {&quot;color&quot;: &quot;#306a8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.72557, 4.07149]}, {&quot;id&quot;: &quot;6617&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 932.0, &quot;att&quot;: 0.6222222222222216, &quot;style&quot;: {&quot;color&quot;: &quot;#27ad81&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.722972, 4.065667], [9.729139, 4.071389]]}, &quot;bbox&quot;: [9.722972, 4.065667, 9.729139, 4.071389]}, {&quot;id&quot;: &quot;6653&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 932.0, &quot;att&quot;: 0.5777777777777765, &quot;style&quot;: {&quot;color&quot;: &quot;#1fa287&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.723072, 4.065767], [9.729239, 4.071489]]}, &quot;bbox&quot;: [9.723072, 4.065767, 9.729239, 4.071489]}, {&quot;id&quot;: &quot;6689&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 535.0, &quot;att&quot;: 0.6000000000000004, &quot;style&quot;: {&quot;color&quot;: &quot;#22a884&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714869, 4.071278], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.71287, 4.06688, 9.714869, 4.071278]}, {&quot;id&quot;: &quot;6725&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 535.0, &quot;att&quot;: 0.6000000000000006, &quot;style&quot;: {&quot;color&quot;: &quot;#22a884&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714969, 4.071378], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.71297, 4.06698, 9.714969, 4.071378]}, {&quot;id&quot;: &quot;6761&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 407.0, &quot;att&quot;: 0.31034482758620824, &quot;style&quot;: {&quot;color&quot;: &quot;#33628d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729139, 4.071389], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.72547, 4.071389, 9.729139, 4.07139]}, {&quot;id&quot;: &quot;6797&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 407.0, &quot;att&quot;: 0.7241379310344812, &quot;style&quot;: {&quot;color&quot;: &quot;#50c46a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729239, 4.071489], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.72557, 4.071489, 9.729239, 4.07149]}, {&quot;id&quot;: &quot;6833&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 731.0, &quot;att&quot;: 0.12000000000000029, &quot;style&quot;: {&quot;color&quot;: &quot;#472a7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736111, 4.072222], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.736111, 4.072222, 9.742681, 4.072661]}, {&quot;id&quot;: &quot;6869&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 731.0, &quot;att&quot;: 0.30769230769230915, &quot;style&quot;: {&quot;color&quot;: &quot;#34618d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736210999999999, 4.072322], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.736210999999999, 4.072322, 9.742780999999999, 4.072761]}, {&quot;id&quot;: &quot;6905&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 561.0, &quot;att&quot;: 0.17391304347826048, &quot;style&quot;: {&quot;color&quot;: &quot;#443b84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76925, 4.071639], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.76925, 4.071639, 9.774, 4.073367]}, {&quot;id&quot;: &quot;6941&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 561.0, &quot;att&quot;: 0.1923076923076922, &quot;style&quot;: {&quot;color&quot;: &quot;#424186&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76935, 4.071739], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.76935, 4.071739, 9.774099999999999, 4.073467]}, {&quot;id&quot;: &quot;6977&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 0.34999999999999787, &quot;style&quot;: {&quot;color&quot;: &quot;#2f6c8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.721058, 4.084075]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.721058, 4.084075]}, {&quot;id&quot;: &quot;7013&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 0.5599999999999994, &quot;style&quot;: {&quot;color&quot;: &quot;#1f9f88&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.721157999999999, 4.084175]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.721157999999999, 4.084175]}, {&quot;id&quot;: &quot;7049&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 0.2666666666666681, &quot;style&quot;: {&quot;color&quot;: &quot;#39568c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.761667, 4.074778]}, {&quot;id&quot;: &quot;7085&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 0.11538461538461423, &quot;style&quot;: {&quot;color&quot;: &quot;#482979&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.761766999999999, 4.074878]}, {&quot;id&quot;: &quot;7121&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.9411764705882345, &quot;style&quot;: {&quot;color&quot;: &quot;#d8e219&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719639, 4.070306], [9.719417, 4.079889]]}, &quot;bbox&quot;: [9.719417, 4.070306, 9.719639, 4.079889]}, {&quot;id&quot;: &quot;7157&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.6800000000000012, &quot;style&quot;: {&quot;color&quot;: &quot;#3bbb75&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719739, 4.070406], [9.719517, 4.079988999999999]]}, &quot;bbox&quot;: [9.719517, 4.070406, 9.719739, 4.079988999999999]}, {&quot;id&quot;: &quot;7193&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 0.4333333333333324, &quot;style&quot;: {&quot;color&quot;: &quot;#27808e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.781778, 4.069972]]}, &quot;bbox&quot;: [9.781778, 4.069972, 9.786083, 4.0817]}, {&quot;id&quot;: &quot;7229&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 0.3749999999999996, &quot;style&quot;: {&quot;color&quot;: &quot;#2c718e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.781877999999999, 4.070072]]}, &quot;bbox&quot;: [9.781877999999999, 4.070072, 9.786183, 4.081799999999999]}, {&quot;id&quot;: &quot;7265&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.04761904761904665, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.75645, 4.07833]]}, &quot;bbox&quot;: [9.75645, 4.074778, 9.761667, 4.07833]}, {&quot;id&quot;: &quot;7301&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.007849293563579277, &quot;style&quot;: {&quot;color&quot;: &quot;#450457&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.756549999999999, 4.07843]]}, &quot;bbox&quot;: [9.756549999999999, 4.074878, 9.761766999999999, 4.07843]}, {&quot;id&quot;: &quot;7337&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 480.0, &quot;att&quot;: 0.590909090909092, &quot;style&quot;: {&quot;color&quot;: &quot;#21a685&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719417, 4.079889], [9.721778, 4.07625]]}, &quot;bbox&quot;: [9.719417, 4.07625, 9.721778, 4.079889]}, {&quot;id&quot;: &quot;7373&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 480.0, &quot;att&quot;: 0.6399999999999977, &quot;style&quot;: {&quot;color&quot;: &quot;#2cb17e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719517, 4.079988999999999], [9.721878, 4.07635]]}, &quot;bbox&quot;: [9.719517, 4.07635, 9.721878, 4.079988999999999]}, {&quot;id&quot;: &quot;7409&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 0.28000000000000114, &quot;style&quot;: {&quot;color&quot;: &quot;#375a8c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756825, 4.081867], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.756825, 4.081867]}, {&quot;id&quot;: &quot;7445&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 0.30769230769230915, &quot;style&quot;: {&quot;color&quot;: &quot;#34618d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756924999999999, 4.081967], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.756924999999999, 4.081967]}, {&quot;id&quot;: &quot;7481&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 0.39285714285714374, &quot;style&quot;: {&quot;color&quot;: &quot;#2a768e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.801611, 4.076722]]}, &quot;bbox&quot;: [9.786083, 4.076722, 9.801611, 4.0817]}, {&quot;id&quot;: &quot;7517&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 0.31999999999999884, &quot;style&quot;: {&quot;color&quot;: &quot;#32648e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.801711, 4.076822]]}, &quot;bbox&quot;: [9.786183, 4.076822, 9.801711, 4.081799999999999]}, {&quot;id&quot;: &quot;7553&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 0.38709677419354915, &quot;style&quot;: {&quot;color&quot;: &quot;#2b758e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.742681, 4.072661, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;7589&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 0.3055555555555564, &quot;style&quot;: {&quot;color&quot;: &quot;#34618d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.742780999999999, 4.072761, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;7625&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 0.2173913043478257, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4889&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.752944, 4.073367, 9.774, 4.085936]}, {&quot;id&quot;: &quot;7661&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 0.15384615384615594, &quot;style&quot;: {&quot;color&quot;: &quot;#453581&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.753044, 4.073467, 9.774099999999999, 4.086036]}, {&quot;id&quot;: &quot;7697&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080070N-9.789737E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18848.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 888.0, &quot;att&quot;: 0.8333333333333413, &quot;style&quot;: {&quot;color&quot;: &quot;#90d743&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.79339, 4.07844]]}, &quot;bbox&quot;: [9.786083, 4.07844, 9.79339, 4.0817]}, {&quot;id&quot;: &quot;7733&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 0.4375000000000014, &quot;style&quot;: {&quot;color&quot;: &quot;#26828e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.753278, 4.074861]]}, &quot;bbox&quot;: [9.752944, 4.074861, 9.753278, 4.085936]}, {&quot;id&quot;: &quot;7769&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 0.5, &quot;style&quot;: {&quot;color&quot;: &quot;#21918c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.753378, 4.074961]]}, &quot;bbox&quot;: [9.753044, 4.074961, 9.753378, 4.086036]}, {&quot;id&quot;: &quot;7805&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 968.0, &quot;att&quot;: 0.3571428571428575, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6e8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765535, 4.081441], [9.756825, 4.081867]]}, &quot;bbox&quot;: [9.756825, 4.081441, 9.765535, 4.081867]}, {&quot;id&quot;: &quot;7841&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 968.0, &quot;att&quot;: 0.3000000000000007, &quot;style&quot;: {&quot;color&quot;: &quot;#355f8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765635, 4.081541], [9.756924999999999, 4.081967]]}, &quot;bbox&quot;: [9.756924999999999, 4.081541, 9.765635, 4.081967]}, {&quot;id&quot;: &quot;7877&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 0.3913043478260887, &quot;style&quot;: {&quot;color&quot;: &quot;#2a768e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.7949, 4.08393]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.7949, 4.08393]}, {&quot;id&quot;: &quot;7913&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 0.30434782608695504, &quot;style&quot;: {&quot;color&quot;: &quot;#34608d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.795, 4.084029999999999]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.795, 4.084029999999999]}, {&quot;id&quot;: &quot;7949&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 895.0, &quot;att&quot;: 0.3720930232558129, &quot;style&quot;: {&quot;color&quot;: &quot;#2c718e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.77848, 4.08438]]}, &quot;bbox&quot;: [9.77848, 4.0817, 9.786083, 4.08438]}, {&quot;id&quot;: &quot;7985&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 895.0, &quot;att&quot;: 0.4444444444444436, &quot;style&quot;: {&quot;color&quot;: &quot;#26828e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.77858, 4.08448]]}, &quot;bbox&quot;: [9.77858, 4.081799999999999, 9.786183, 4.08448]}, {&quot;id&quot;: &quot;8021&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.751769, 4.093194]]}, &quot;bbox&quot;: [9.751769, 4.074778, 9.761667, 4.093194]}, {&quot;id&quot;: &quot;8057&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 0.22222222222222332, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4989&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.751869, 4.093294]]}, &quot;bbox&quot;: [9.751869, 4.074878, 9.761766999999999, 4.093294]}, {&quot;id&quot;: &quot;8093&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 0.41176470588234976, &quot;style&quot;: {&quot;color&quot;: &quot;#297b8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.728889, 4.083056]]}, &quot;bbox&quot;: [9.728889, 4.083056, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8129&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 0.7777777777777742, &quot;style&quot;: {&quot;color&quot;: &quot;#6ece58&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.728989, 4.083156]]}, &quot;bbox&quot;: [9.728989, 4.083156, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8165&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 0.5416666666666659, &quot;style&quot;: {&quot;color&quot;: &quot;#1f9a8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.738306, 4.083528]]}, &quot;bbox&quot;: [9.738306, 4.083528, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8201&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 0.34615384615384814, &quot;style&quot;: {&quot;color&quot;: &quot;#2f6b8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.738406, 4.083628]]}, &quot;bbox&quot;: [9.738406, 4.083628, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8237&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 947.0, &quot;att&quot;: 0.7142857142857139, &quot;style&quot;: {&quot;color&quot;: &quot;#4ac16d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.783583, 4.089889]]}, &quot;bbox&quot;: [9.783583, 4.0817, 9.786083, 4.089889]}, {&quot;id&quot;: &quot;8273&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 947.0, &quot;att&quot;: 0.4210526315789462, &quot;style&quot;: {&quot;color&quot;: &quot;#287d8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.783683, 4.089989]]}, &quot;bbox&quot;: [9.783683, 4.081799999999999, 9.786183, 4.089989]}, {&quot;id&quot;: &quot;8309&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 0.9230769230769218, &quot;style&quot;: {&quot;color&quot;: &quot;#cde11d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.743333, 4.074778, 9.761667, 4.097333]}, {&quot;id&quot;: &quot;8345&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 0.9166666666666656, &quot;style&quot;: {&quot;color&quot;: &quot;#c8e020&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.743433, 4.074878, 9.761766999999999, 4.097433]}, {&quot;id&quot;: &quot;8381&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 0.7575757575757582, &quot;style&quot;: {&quot;color&quot;: &quot;#60ca60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.76601, 4.08663]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.76601, 4.08663]}, {&quot;id&quot;: &quot;8417&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 0.5348837209302323, &quot;style&quot;: {&quot;color&quot;: &quot;#1f988b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.76611, 4.08673]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.76611, 4.08673]}, {&quot;id&quot;: &quot;8453&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 0.18181818181818202, &quot;style&quot;: {&quot;color&quot;: &quot;#433e85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.808667, 4.091389]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.808667, 4.091389]}, {&quot;id&quot;: &quot;8489&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 0.21428571428571447, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4788&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.808767, 4.091489]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.808767, 4.091489]}, {&quot;id&quot;: &quot;8525&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 830.0, &quot;att&quot;: 0.40425531914893564, &quot;style&quot;: {&quot;color&quot;: &quot;#29798e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.758611, 4.090833]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.758611, 4.090833]}, {&quot;id&quot;: &quot;8561&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 830.0, &quot;att&quot;: 0.4799999999999997, &quot;style&quot;: {&quot;color&quot;: &quot;#228b8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.758711, 4.090933]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.758711, 4.090933]}, {&quot;id&quot;: &quot;8597&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 555.0, &quot;att&quot;: 0.5, &quot;style&quot;: {&quot;color&quot;: &quot;#21918c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73381, 4.08679], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.73381, 4.08679, 9.736042, 4.091278]}, {&quot;id&quot;: &quot;8633&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 555.0, &quot;att&quot;: 0.6, &quot;style&quot;: {&quot;color&quot;: &quot;#22a884&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73391, 4.0868899999999995], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.73391, 4.0868899999999995, 9.736142, 4.091378]}, {&quot;id&quot;: &quot;8669&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 0.3500000000000014, &quot;style&quot;: {&quot;color&quot;: &quot;#2f6c8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.744, 4.104861]]}, &quot;bbox&quot;: [9.744, 4.074778, 9.761667, 4.104861]}, {&quot;id&quot;: &quot;8705&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 0.45714285714285957, &quot;style&quot;: {&quot;color&quot;: &quot;#24868e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.7441, 4.104960999999999]]}, &quot;bbox&quot;: [9.7441, 4.074878, 9.761766999999999, 4.104960999999999]}, {&quot;id&quot;: &quot;8741&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 889.0, &quot;att&quot;: 0.42857142857143005, &quot;style&quot;: {&quot;color&quot;: &quot;#277f8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76601, 4.08663], [9.764367, 4.0945]]}, &quot;bbox&quot;: [9.764367, 4.08663, 9.76601, 4.0945]}, {&quot;id&quot;: &quot;8777&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 889.0, &quot;att&quot;: 0.5294117647058828, &quot;style&quot;: {&quot;color&quot;: &quot;#1f978b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76611, 4.08673], [9.764467, 4.0946]]}, &quot;bbox&quot;: [9.764467, 4.08673, 9.76611, 4.0946]}, {&quot;id&quot;: &quot;8813&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 736.0, &quot;att&quot;: 0.6666666666666666, &quot;style&quot;: {&quot;color&quot;: &quot;#35b779&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729444, 4.091944], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.729444, 4.091278, 9.736042, 4.091944]}, {&quot;id&quot;: &quot;8849&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 736.0, &quot;att&quot;: 0.590909090909092, &quot;style&quot;: {&quot;color&quot;: &quot;#21a685&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729544, 4.092044], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.729544, 4.091378, 9.736142, 4.092044]}, {&quot;id&quot;: &quot;8885&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 419.0, &quot;att&quot;: 0.5384615384615377, &quot;style&quot;: {&quot;color&quot;: &quot;#1f998a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74168, 4.09393], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.74168, 4.09393, 9.743333, 4.097333]}, {&quot;id&quot;: &quot;8921&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 419.0, &quot;att&quot;: 0.4782608695652186, &quot;style&quot;: {&quot;color&quot;: &quot;#228b8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:35:00&quot;, &quot;2019-07-18T00:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74178, 4.09403], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.74178, 4.09403, 9.743433, 4.097433]}, {&quot;id&quot;: &quot;27&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 0.25925925925926, &quot;style&quot;: {&quot;color&quot;: &quot;#3a548c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.791866, 3.97665]]}, &quot;bbox&quot;: [9.787167, 3.97665, 9.791866, 3.992722]}, {&quot;id&quot;: &quot;63&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 0.17857142857142874, &quot;style&quot;: {&quot;color&quot;: &quot;#433d84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.791966, 3.97675]]}, &quot;bbox&quot;: [9.787267, 3.97675, 9.791966, 3.9928220000000003]}, {&quot;id&quot;: &quot;99&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.10526315789473654, &quot;style&quot;: {&quot;color&quot;: &quot;#482576&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.81613, 3.97866]]}, &quot;bbox&quot;: [9.787167, 3.97866, 9.81613, 3.992722]}, {&quot;id&quot;: &quot;135&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.02550091074681236, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.81623, 3.9787600000000003]]}, &quot;bbox&quot;: [9.787267, 3.9787600000000003, 9.81623, 3.9928220000000003]}, {&quot;id&quot;: &quot;171&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 556.0, &quot;att&quot;: 0.1875000000000007, &quot;style&quot;: {&quot;color&quot;: &quot;#424086&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763806, 3.997361], [9.75885, 3.99663]]}, &quot;bbox&quot;: [9.75885, 3.99663, 9.763806, 3.997361]}, {&quot;id&quot;: &quot;207&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 556.0, &quot;att&quot;: 0.5, &quot;style&quot;: {&quot;color&quot;: &quot;#21918c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763906, 3.9974610000000004], [9.75895, 3.9967300000000003]]}, &quot;bbox&quot;: [9.75895, 3.9967300000000003, 9.763906, 3.9974610000000004]}, {&quot;id&quot;: &quot;243&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 402.0, &quot;att&quot;: 0.5098039215686269, &quot;style&quot;: {&quot;color&quot;: &quot;#20928c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745083, 4.002553], [9.748639, 4.003231]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.748639, 4.003231]}, {&quot;id&quot;: &quot;279&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 402.0, &quot;att&quot;: 0.32098765432098775, &quot;style&quot;: {&quot;color&quot;: &quot;#32658e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745182999999999, 4.002653], [9.748739, 4.003331]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.748739, 4.003331]}, {&quot;id&quot;: &quot;315&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 774.0, &quot;att&quot;: 0.43181818181818166, &quot;style&quot;: {&quot;color&quot;: &quot;#27808e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76732, 4.003512], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.76732, 4.003512, 9.767719, 4.0105]}, {&quot;id&quot;: &quot;351&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 774.0, &quot;att&quot;: 0.34285714285714164, &quot;style&quot;: {&quot;color&quot;: &quot;#306a8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76742, 4.0036119999999995], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.76742, 4.0036119999999995, 9.767819, 4.0106]}, {&quot;id&quot;: &quot;387&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 0.3636363636363648, &quot;style&quot;: {&quot;color&quot;: &quot;#2d708e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799472, 4.004194], [9.778111, 4.012278]]}, &quot;bbox&quot;: [9.778111, 4.004194, 9.799472, 4.012278]}, {&quot;id&quot;: &quot;423&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 0.2962962962963002, &quot;style&quot;: {&quot;color&quot;: &quot;#355e8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799572, 4.004294], [9.778211, 4.012378]]}, &quot;bbox&quot;: [9.778211, 4.004294, 9.799572, 4.012378]}, {&quot;id&quot;: &quot;459&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 0.3518518518518517, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6d8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.705944, 4.01775], [9.701194, 4.008306]]}, &quot;bbox&quot;: [9.701194, 4.008306, 9.705944, 4.01775]}, {&quot;id&quot;: &quot;495&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 0.014657980456026037, &quot;style&quot;: {&quot;color&quot;: &quot;#450559&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706044, 4.01785], [9.701293999999999, 4.008406]]}, &quot;bbox&quot;: [9.701293999999999, 4.008406, 9.706044, 4.01785]}, {&quot;id&quot;: &quot;531&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 0.1794871794871806, &quot;style&quot;: {&quot;color&quot;: &quot;#433d84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.763806, 3.997361]]}, &quot;bbox&quot;: [9.763806, 3.997361, 9.767833, 4.029]}, {&quot;id&quot;: &quot;567&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 0.18918918918918826, &quot;style&quot;: {&quot;color&quot;: &quot;#424086&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.763906, 3.9974610000000004]]}, &quot;bbox&quot;: [9.763906, 3.9974610000000004, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;603&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 0.22077922077922107, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4989&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741417, 4.009639], [9.723611, 4.020194]]}, &quot;bbox&quot;: [9.723611, 4.009639, 9.741417, 4.020194]}, {&quot;id&quot;: &quot;639&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 0.2179487179487182, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4889&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741517, 4.009739], [9.723711, 4.020294]]}, &quot;bbox&quot;: [9.723711, 4.009739, 9.741517, 4.020294]}, {&quot;id&quot;: &quot;675&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 0.13725490196078502, &quot;style&quot;: {&quot;color&quot;: &quot;#46307e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.745083, 4.002553]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.767833, 4.029]}, {&quot;id&quot;: &quot;711&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 0.10666666666666819, &quot;style&quot;: {&quot;color&quot;: &quot;#482677&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.745182999999999, 4.002653]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;747&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 466.0, &quot;att&quot;: 0.22000000000000028, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4989&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73456, 4.01734]]}, &quot;bbox&quot;: [9.73456, 4.015972, 9.738528, 4.01734]}, {&quot;id&quot;: &quot;783&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 466.0, &quot;att&quot;: 0.20689655172413826, &quot;style&quot;: {&quot;color&quot;: &quot;#404588&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73466, 4.01744]]}, &quot;bbox&quot;: [9.73466, 4.016071999999999, 9.738628, 4.01744]}, {&quot;id&quot;: &quot;819&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8335.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 0.48000000000000115, &quot;style&quot;: {&quot;color&quot;: &quot;#228b8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.762056, 4.004472]]}, &quot;bbox&quot;: [9.762056, 4.004472, 9.767833, 4.029]}, {&quot;id&quot;: &quot;855&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8454.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 0.38095238095238065, &quot;style&quot;: {&quot;color&quot;: &quot;#2c738e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.762156, 4.004572]]}, &quot;bbox&quot;: [9.762156, 4.004572, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;891&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 0.14999999999999977, &quot;style&quot;: {&quot;color&quot;: &quot;#463480&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.768083, 4.017917]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.768083, 4.017917]}, {&quot;id&quot;: &quot;927&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 0.14893617021276517, &quot;style&quot;: {&quot;color&quot;: &quot;#463480&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.768183, 4.0180169999999995]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.768183, 4.0180169999999995]}, {&quot;id&quot;: &quot;963&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.26470588235294085, &quot;style&quot;: {&quot;color&quot;: &quot;#39558c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727083, 4.023444], [9.72629, 4.01048]]}, &quot;bbox&quot;: [9.72629, 4.01048, 9.727083, 4.023444]}, {&quot;id&quot;: &quot;999&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.16216216216216242, &quot;style&quot;: {&quot;color&quot;: &quot;#453882&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727183, 4.023543999999999], [9.72639, 4.01058]]}, &quot;bbox&quot;: [9.72639, 4.01058, 9.727183, 4.023543999999999]}, {&quot;id&quot;: &quot;1035&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 0.22857142857142776, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4c8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.757556, 4.0195]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.757556, 4.0195]}, {&quot;id&quot;: &quot;1071&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 0.19512195121951317, &quot;style&quot;: {&quot;color&quot;: &quot;#424186&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.757655999999999, 4.0196]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.757655999999999, 4.0196]}, {&quot;id&quot;: &quot;1107&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 0.8863636363636364, &quot;style&quot;: {&quot;color&quot;: &quot;#b2dd2d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.756817, 4.008442]]}, &quot;bbox&quot;: [9.756817, 4.008442, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1143&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 0.9032258064516138, &quot;style&quot;: {&quot;color&quot;: &quot;#c0df25&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.756917, 4.008541999999999]]}, &quot;bbox&quot;: [9.756917, 4.008541999999999, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1179&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.02610114192495924, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744694, 4.014417], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.744694, 4.014417, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1215&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.0459183673469387, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744794, 4.014517], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.744794, 4.014517, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1251&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 0.20588235294117782, &quot;style&quot;: {&quot;color&quot;: &quot;#404588&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.767719, 4.0105, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1287&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 0.24444444444444516, &quot;style&quot;: {&quot;color&quot;: &quot;#3c508b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.767819, 4.0106, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1323&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 0.09090909090909115, &quot;style&quot;: {&quot;color&quot;: &quot;#482173&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.780278, 4.023889]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.780278, 4.023889]}, {&quot;id&quot;: &quot;1359&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 0.23809523809523794, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4e8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.780377999999999, 4.023988999999999]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.780377999999999, 4.023988999999999]}, {&quot;id&quot;: &quot;1395&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 0.34210526315789547, &quot;style&quot;: {&quot;color&quot;: &quot;#306a8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.721083, 4.0115]]}, &quot;bbox&quot;: [9.696744, 4.0115, 9.721083, 4.029381]}, {&quot;id&quot;: &quot;1431&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 0.20408163265306128, &quot;style&quot;: {&quot;color&quot;: &quot;#404588&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.721183, 4.0116]]}, &quot;bbox&quot;: [9.696844, 4.0116, 9.721183, 4.029481]}, {&quot;id&quot;: &quot;1467&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 654.0, &quot;att&quot;: 10.366666666666667, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743889, 4.0194], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.743889, 4.0194, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1503&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 654.0, &quot;att&quot;: 0.27586206896551885, &quot;style&quot;: {&quot;color&quot;: &quot;#38598c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743989, 4.0195], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.743989, 4.0195, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1539&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024043N-9.680260E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2266.0, &quot;att&quot;: 0.35555555555555646, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6e8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.67025, 4.022056], [9.69027, 4.02603]]}, &quot;bbox&quot;: [9.67025, 4.022056, 9.69027, 4.02603]}, {&quot;id&quot;: &quot;1575&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 0.1379310344827582, &quot;style&quot;: {&quot;color&quot;: &quot;#46307e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.72802, 4.03279]]}, &quot;bbox&quot;: [9.72802, 4.015972, 9.738528, 4.03279]}, {&quot;id&quot;: &quot;1611&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 0.06250000000000083, &quot;style&quot;: {&quot;color&quot;: &quot;#48186a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.72812, 4.03289]]}, &quot;bbox&quot;: [9.72812, 4.016071999999999, 9.738628, 4.03289]}, {&quot;id&quot;: &quot;1647&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.9622641509433957, &quot;style&quot;: {&quot;color&quot;: &quot;#e7e419&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.69921, 4.02012]]}, &quot;bbox&quot;: [9.696744, 4.02012, 9.69921, 4.029381]}, {&quot;id&quot;: &quot;1683&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.34265734265734243, &quot;style&quot;: {&quot;color&quot;: &quot;#306a8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.69931, 4.02022]]}, &quot;bbox&quot;: [9.696844, 4.02022, 9.69931, 4.029481]}, {&quot;id&quot;: &quot;1719&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18737.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 0.30303030303030265, &quot;style&quot;: {&quot;color&quot;: &quot;#34608d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.77399, 4.02125]]}, &quot;bbox&quot;: [9.767833, 4.02125, 9.77399, 4.029]}, {&quot;id&quot;: &quot;1755&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17727.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 0.2903225806451607, &quot;style&quot;: {&quot;color&quot;: &quot;#365d8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.77409, 4.02135]]}, &quot;bbox&quot;: [9.767933, 4.02135, 9.77409, 4.0291]}, {&quot;id&quot;: &quot;1791&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14431.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 874.0, &quot;att&quot;: 0.206896551724138, &quot;style&quot;: {&quot;color&quot;: &quot;#404588&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737194, 4.022139], [9.741992, 4.0284]]}, &quot;bbox&quot;: [9.737194, 4.022139, 9.741992, 4.0284]}, {&quot;id&quot;: &quot;1827&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14921.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 874.0, &quot;att&quot;: 0.23333333333333428, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4d8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737294, 4.022239], [9.742092, 4.0285]]}, &quot;bbox&quot;: [9.737294, 4.022239, 9.742092, 4.0285]}, {&quot;id&quot;: &quot;1863&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.22857142857142776, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4c8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73325, 4.035278]]}, &quot;bbox&quot;: [9.73325, 4.015972, 9.738528, 4.035278]}, {&quot;id&quot;: &quot;1899&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.5200000000000017, &quot;style&quot;: {&quot;color&quot;: &quot;#1f958b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73335, 4.035378]]}, &quot;bbox&quot;: [9.73335, 4.016071999999999, 9.738628, 4.035378]}, {&quot;id&quot;: &quot;1935&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 0.4901960784313731, &quot;style&quot;: {&quot;color&quot;: &quot;#218e8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.70976, 4.02238]]}, &quot;bbox&quot;: [9.696744, 4.02238, 9.70976, 4.029381]}, {&quot;id&quot;: &quot;1971&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 0.5, &quot;style&quot;: {&quot;color&quot;: &quot;#21918c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.709859999999999, 4.02248]]}, &quot;bbox&quot;: [9.696844, 4.02248, 9.709859999999999, 4.029481]}, {&quot;id&quot;: &quot;2007&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 755.0, &quot;att&quot;: 0.5151515151515154, &quot;style&quot;: {&quot;color&quot;: &quot;#20938c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.694556, 4.022917]]}, &quot;bbox&quot;: [9.694556, 4.022917, 9.696744, 4.029381]}, {&quot;id&quot;: &quot;2043&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 755.0, &quot;att&quot;: 0.42499999999999893, &quot;style&quot;: {&quot;color&quot;: &quot;#277e8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.694656, 4.023016999999999]]}, &quot;bbox&quot;: [9.694656, 4.023016999999999, 9.696844, 4.029481]}, {&quot;id&quot;: &quot;2079&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 0.32258064516129015, &quot;style&quot;: {&quot;color&quot;: &quot;#32658e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.72684, 4.01658]]}, &quot;bbox&quot;: [9.72684, 4.01658, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2115&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 0.32558139534883657, &quot;style&quot;: {&quot;color&quot;: &quot;#31668e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.726939999999999, 4.01668]]}, &quot;bbox&quot;: [9.726939999999999, 4.01668, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2151&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 364.0, &quot;att&quot;: 0.57142857142857, &quot;style&quot;: {&quot;color&quot;: &quot;#1fa187&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.705139, 4.028333]]}, &quot;bbox&quot;: [9.701944, 4.028333, 9.705139, 4.029083]}, {&quot;id&quot;: &quot;2187&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 364.0, &quot;att&quot;: 0.5294117647058806, &quot;style&quot;: {&quot;color&quot;: &quot;#1f978b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.705239, 4.028433]]}, &quot;bbox&quot;: [9.702043999999999, 4.028433, 9.705239, 4.029183]}, {&quot;id&quot;: &quot;2223&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 0.8139534883720922, &quot;style&quot;: {&quot;color&quot;: &quot;#84d44b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.686417, 4.029444]]}, &quot;bbox&quot;: [9.686417, 4.029381, 9.696744, 4.029444]}, {&quot;id&quot;: &quot;2259&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 0.8048780487804882, &quot;style&quot;: {&quot;color&quot;: &quot;#7fd34e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.686517, 4.029544]]}, &quot;bbox&quot;: [9.686517, 4.029481, 9.696844, 4.029544]}, {&quot;id&quot;: &quot;2295&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 868.0, &quot;att&quot;: 0.4999999999999985, &quot;style&quot;: {&quot;color&quot;: &quot;#21908d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.709194, 4.032028]]}, &quot;bbox&quot;: [9.701944, 4.029083, 9.709194, 4.032028]}, {&quot;id&quot;: &quot;2331&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 868.0, &quot;att&quot;: 0.5217391304347814, &quot;style&quot;: {&quot;color&quot;: &quot;#1f958b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.709294, 4.032128]]}, &quot;bbox&quot;: [9.702043999999999, 4.029183, 9.709294, 4.032128]}, {&quot;id&quot;: &quot;2367&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 666.0, &quot;att&quot;: 0.6333333333333329, &quot;style&quot;: {&quot;color&quot;: &quot;#2ab07f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.691575, 4.032433]]}, &quot;bbox&quot;: [9.691575, 4.029381, 9.696744, 4.032433]}, {&quot;id&quot;: &quot;2403&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 666.0, &quot;att&quot;: 0.40740740740740855, &quot;style&quot;: {&quot;color&quot;: &quot;#297a8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.691675, 4.032533]]}, &quot;bbox&quot;: [9.691675, 4.029481, 9.696844, 4.032533]}, {&quot;id&quot;: &quot;2439&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 536.0, &quot;att&quot;: 0.590909090909092, &quot;style&quot;: {&quot;color&quot;: &quot;#21a685&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699417, 4.033417]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699417, 4.033417]}, {&quot;id&quot;: &quot;2475&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 536.0, &quot;att&quot;: 0.5666666666666652, &quot;style&quot;: {&quot;color&quot;: &quot;#1fa188&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699517, 4.033517]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699517, 4.033517]}, {&quot;id&quot;: &quot;2511&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 0.10810810810810764, &quot;style&quot;: {&quot;color&quot;: &quot;#482677&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.727083, 4.023444]]}, &quot;bbox&quot;: [9.727083, 4.023444, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2547&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 0.09615384615384623, &quot;style&quot;: {&quot;color&quot;: &quot;#482374&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.727183, 4.023543999999999]]}, &quot;bbox&quot;: [9.727183, 4.023543999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2583&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.43902439024390233, &quot;style&quot;: {&quot;color&quot;: &quot;#26828e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71564, 4.032], [9.71203, 4.03312]]}, &quot;bbox&quot;: [9.71203, 4.032, 9.71564, 4.03312]}, {&quot;id&quot;: &quot;2619&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.3404255319148927, &quot;style&quot;: {&quot;color&quot;: &quot;#306a8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71574, 4.0321], [9.71213, 4.03322]]}, &quot;bbox&quot;: [9.71213, 4.0321, 9.71574, 4.03322]}, {&quot;id&quot;: &quot;2655&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 0.153846153846154, &quot;style&quot;: {&quot;color&quot;: &quot;#453581&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.755167, 4.037361]]}, &quot;bbox&quot;: [9.755167, 4.029, 9.767833, 4.037361]}, {&quot;id&quot;: &quot;2691&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 0.13513513513513528, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.755267, 4.0374609999999995]]}, &quot;bbox&quot;: [9.755267, 4.0291, 9.767933, 4.0374609999999995]}, {&quot;id&quot;: &quot;2727&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 323.0, &quot;att&quot;: 0.5, &quot;style&quot;: {&quot;color&quot;: &quot;#21918c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691575, 4.032433], [9.691889, 4.035333]]}, &quot;bbox&quot;: [9.691575, 4.032433, 9.691889, 4.035333]}, {&quot;id&quot;: &quot;2763&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 323.0, &quot;att&quot;: 0.5294117647058806, &quot;style&quot;: {&quot;color&quot;: &quot;#1f978b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691675, 4.032533], [9.691989, 4.035432999999999]]}, &quot;bbox&quot;: [9.691675, 4.032533, 9.691989, 4.035432999999999]}, {&quot;id&quot;: &quot;2799&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 516.0, &quot;att&quot;: 0.15625000000000022, &quot;style&quot;: {&quot;color&quot;: &quot;#453781&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774333, 4.033028], [9.77026, 4.03527]]}, &quot;bbox&quot;: [9.77026, 4.033028, 9.774333, 4.03527]}, {&quot;id&quot;: &quot;2835&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 516.0, &quot;att&quot;: 0.18750000000000028, &quot;style&quot;: {&quot;color&quot;: &quot;#424086&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774433, 4.033128], [9.77036, 4.0353699999999995]]}, &quot;bbox&quot;: [9.77036, 4.033128, 9.774433, 4.0353699999999995]}, {&quot;id&quot;: &quot;2871&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 0.2, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.725667, 4.028583]]}, &quot;bbox&quot;: [9.725667, 4.028583, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2907&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 0.19607843137254924, &quot;style&quot;: {&quot;color&quot;: &quot;#414287&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.725767, 4.028683]]}, &quot;bbox&quot;: [9.725767, 4.028683, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2943&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 0.5666666666666677, &quot;style&quot;: {&quot;color&quot;: &quot;#1fa188&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699006, 4.040886]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699006, 4.040886]}, {&quot;id&quot;: &quot;2979&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 0.38888888888889106, &quot;style&quot;: {&quot;color&quot;: &quot;#2b758e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699106, 4.040986]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699106, 4.040986]}, {&quot;id&quot;: &quot;3015&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17810.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 610.0, &quot;att&quot;: 0.5238095238095225, &quot;style&quot;: {&quot;color&quot;: &quot;#1f968b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683883, 4.033886], [9.688056, 4.037472]]}, &quot;bbox&quot;: [9.683883, 4.033886, 9.688056, 4.037472]}, {&quot;id&quot;: &quot;3051&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18820.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 610.0, &quot;att&quot;: 0.44444444444444503, &quot;style&quot;: {&quot;color&quot;: &quot;#26828e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683983, 4.033986], [9.688156, 4.037572]]}, &quot;bbox&quot;: [9.683983, 4.033986, 9.688156, 4.037572]}, {&quot;id&quot;: &quot;3087&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 0.19607843137254924, &quot;style&quot;: {&quot;color&quot;: &quot;#414287&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.766222, 4.046556]]}, &quot;bbox&quot;: [9.766222, 4.029, 9.767833, 4.046556]}, {&quot;id&quot;: &quot;3123&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 0.09803921568627448, &quot;style&quot;: {&quot;color&quot;: &quot;#482475&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.766322, 4.046656]]}, &quot;bbox&quot;: [9.766322, 4.0291, 9.767933, 4.046656]}, {&quot;id&quot;: &quot;3159&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 433.0, &quot;att&quot;: 0.30769230769230643, &quot;style&quot;: {&quot;color&quot;: &quot;#34618d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706106, 4.040083], [9.703794, 4.036926]]}, &quot;bbox&quot;: [9.703794, 4.036926, 9.706106, 4.040083]}, {&quot;id&quot;: &quot;3195&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 433.0, &quot;att&quot;: 0.3571428571428575, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6e8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706206, 4.040183], [9.703894, 4.037026]]}, &quot;bbox&quot;: [9.703894, 4.037026, 9.706206, 4.040183]}, {&quot;id&quot;: &quot;3231&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.711917, 4.037722]]}, &quot;bbox&quot;: [9.711917, 4.037722, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;3267&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 0.673913043478261, &quot;style&quot;: {&quot;color&quot;: &quot;#38b977&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.712017, 4.037821999999999]]}, &quot;bbox&quot;: [9.712017, 4.037821999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;3303&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 928.0, &quot;att&quot;: 0.25862068965517254, &quot;style&quot;: {&quot;color&quot;: &quot;#3a548c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.741011, 4.038342]]}, &quot;bbox&quot;: [9.733028, 4.038342, 9.741011, 4.040819]}, {&quot;id&quot;: &quot;3339&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 928.0, &quot;att&quot;: 0.2452830188679241, &quot;style&quot;: {&quot;color&quot;: &quot;#3c508b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.741111, 4.038442]]}, &quot;bbox&quot;: [9.733127999999999, 4.038442, 9.741111, 4.040919]}, {&quot;id&quot;: &quot;3375&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 441.0, &quot;att&quot;: 0.8214285714285717, &quot;style&quot;: {&quot;color&quot;: &quot;#89d548&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.70265, 4.03931]]}, &quot;bbox&quot;: [9.699006, 4.03931, 9.70265, 4.040886]}, {&quot;id&quot;: &quot;3411&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 441.0, &quot;att&quot;: 1.1428571428571421, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.70275, 4.03941]]}, &quot;bbox&quot;: [9.699106, 4.03941, 9.70275, 4.040986]}, {&quot;id&quot;: &quot;3447&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 697.0, &quot;att&quot;: 0.23076923076923078, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4d8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774, 4.042306], [9.7795, 4.039278]]}, &quot;bbox&quot;: [9.774, 4.039278, 9.7795, 4.042306]}, {&quot;id&quot;: &quot;3483&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 697.0, &quot;att&quot;: 0.19801980198019814, &quot;style&quot;: {&quot;color&quot;: &quot;#414287&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774099999999999, 4.042406], [9.7796, 4.039378]]}, &quot;bbox&quot;: [9.774099999999999, 4.039378, 9.7796, 4.042406]}, {&quot;id&quot;: &quot;3520&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041057N-9.688122E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 387.0, &quot;att&quot;: 0.5416666666666687, &quot;style&quot;: {&quot;color&quot;: &quot;#1f9a8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.689827, 4.040697]]}, &quot;bbox&quot;: [9.686417, 4.040697, 9.689827, 4.041417]}, {&quot;id&quot;: &quot;3556&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 975.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762056, 4.03875], [9.754583, 4.043386]]}, &quot;bbox&quot;: [9.754583, 4.03875, 9.762056, 4.043386]}, {&quot;id&quot;: &quot;3592&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 975.0, &quot;att&quot;: 0.20930232558139517, &quot;style&quot;: {&quot;color&quot;: &quot;#404688&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762156, 4.03885], [9.754683, 4.043486]]}, &quot;bbox&quot;: [9.754683, 4.03885, 9.762156, 4.043486]}, {&quot;id&quot;: &quot;3628&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.2580645161290312, &quot;style&quot;: {&quot;color&quot;: &quot;#3a548c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.728389, 4.041694]]}, &quot;bbox&quot;: [9.728389, 4.040819, 9.733028, 4.041694]}, {&quot;id&quot;: &quot;3664&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.022779043280182234, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.728489, 4.041793999999999]]}, &quot;bbox&quot;: [9.728489, 4.040919, 9.733127999999999, 4.041793999999999]}, {&quot;id&quot;: &quot;3700&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 0.06896551724138024, &quot;style&quot;: {&quot;color&quot;: &quot;#481a6c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.779361, 4.053694]]}, &quot;bbox&quot;: [9.767833, 4.029, 9.779361, 4.053694]}, {&quot;id&quot;: &quot;3736&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 0.11666666666666596, &quot;style&quot;: {&quot;color&quot;: &quot;#482979&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.779461, 4.053794]]}, &quot;bbox&quot;: [9.767933, 4.0291, 9.779461, 4.053794]}, {&quot;id&quot;: &quot;3772&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 0.15909090909090817, &quot;style&quot;: {&quot;color&quot;: &quot;#453781&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.747639, 4.043778]]}, &quot;bbox&quot;: [9.733028, 4.040819, 9.747639, 4.043778]}, {&quot;id&quot;: &quot;3808&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 0.2131147540983604, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4788&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.747739, 4.043877999999999]]}, &quot;bbox&quot;: [9.733127999999999, 4.040919, 9.747739, 4.043877999999999]}, {&quot;id&quot;: &quot;3844&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 0.1702127659574476, &quot;style&quot;: {&quot;color&quot;: &quot;#443a83&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702978, 4.056559], [9.73025, 4.028444]]}, &quot;bbox&quot;: [9.702978, 4.028444, 9.73025, 4.056559]}, {&quot;id&quot;: &quot;3880&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 0.2954545454545449, &quot;style&quot;: {&quot;color&quot;: &quot;#355e8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703078, 4.056659], [9.73035, 4.028544]]}, &quot;bbox&quot;: [9.703078, 4.028544, 9.73035, 4.056659]}, {&quot;id&quot;: &quot;3916&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.5789473684210517, &quot;style&quot;: {&quot;color&quot;: &quot;#20a386&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.69725, 4.04425]]}, &quot;bbox&quot;: [9.69725, 4.040886, 9.699006, 4.04425]}, {&quot;id&quot;: &quot;3952&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.5454545454545461, &quot;style&quot;: {&quot;color&quot;: &quot;#1e9b8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.69735, 4.04435]]}, &quot;bbox&quot;: [9.69735, 4.040986, 9.699106, 4.04435]}, {&quot;id&quot;: &quot;3988&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 431.0, &quot;att&quot;: 0.4864864864864873, &quot;style&quot;: {&quot;color&quot;: &quot;#228d8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704083, 4.04244], [9.707889, 4.043194]]}, &quot;bbox&quot;: [9.704083, 4.04244, 9.707889, 4.043194]}, {&quot;id&quot;: &quot;4024&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 431.0, &quot;att&quot;: 0.5263157894736836, &quot;style&quot;: {&quot;color&quot;: &quot;#1f968b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704183, 4.04254], [9.707989, 4.0432939999999995]]}, &quot;bbox&quot;: [9.704183, 4.04254, 9.707989, 4.0432939999999995]}, {&quot;id&quot;: &quot;4062&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043833N-9.687306E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 570.0, &quot;att&quot;: 0.6666666666666666, &quot;style&quot;: {&quot;color&quot;: &quot;#35b779&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.688194, 4.04625]]}, &quot;bbox&quot;: [9.686417, 4.041417, 9.688194, 4.04625]}, {&quot;id&quot;: &quot;4098&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 810.0, &quot;att&quot;: 0.5384615384615377, &quot;style&quot;: {&quot;color&quot;: &quot;#1f998a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707889, 4.043194], [9.700739, 4.044661]]}, &quot;bbox&quot;: [9.700739, 4.043194, 9.707889, 4.044661]}, {&quot;id&quot;: &quot;4134&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 810.0, &quot;att&quot;: 0.44000000000000056, &quot;style&quot;: {&quot;color&quot;: &quot;#26828e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707989, 4.0432939999999995], [9.700839, 4.044760999999999]]}, &quot;bbox&quot;: [9.700839, 4.0432939999999995, 9.707989, 4.044760999999999]}, {&quot;id&quot;: &quot;4170&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 706.0, &quot;att&quot;: 0.35416666666666746, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6d8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728389, 4.041694], [9.72575, 4.0475]]}, &quot;bbox&quot;: [9.72575, 4.041694, 9.728389, 4.0475]}, {&quot;id&quot;: &quot;4206&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 706.0, &quot;att&quot;: 0.2954545454545449, &quot;style&quot;: {&quot;color&quot;: &quot;#355e8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728489, 4.041793999999999], [9.72585, 4.0476]]}, &quot;bbox&quot;: [9.72585, 4.041793999999999, 9.728489, 4.0476]}, {&quot;id&quot;: &quot;4242&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 0.23076923076923048, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4d8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.699006, 4.040886, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4278&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 0.48000000000000115, &quot;style&quot;: {&quot;color&quot;: &quot;#228b8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.699106, 4.040986, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4314&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14487.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 611.0, &quot;att&quot;: 0.34482758620689585, &quot;style&quot;: {&quot;color&quot;: &quot;#2f6b8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71598, 4.04642], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.71598, 4.04642, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4350&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14977.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 611.0, &quot;att&quot;: 0.3333333333333325, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71608, 4.04652], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.71608, 4.04652, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4386&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048013N-9.705195E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 822.0, &quot;att&quot;: 0.36363636363636365, &quot;style&quot;: {&quot;color&quot;: &quot;#2d708e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703528, 4.044694], [9.706861, 4.051333]]}, &quot;bbox&quot;: [9.703528, 4.044694, 9.706861, 4.051333]}, {&quot;id&quot;: &quot;4422&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 317.0, &quot;att&quot;: 0.6948356807511737, &quot;style&quot;: {&quot;color&quot;: &quot;#40bd72&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698333, 4.049556], [9.698917, 4.04675]]}, &quot;bbox&quot;: [9.698333, 4.04675, 9.698917, 4.049556]}, {&quot;id&quot;: &quot;4458&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 317.0, &quot;att&quot;: 0.7083333333333319, &quot;style&quot;: {&quot;color&quot;: &quot;#48c16e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698433, 4.049656], [9.699017, 4.04685]]}, &quot;bbox&quot;: [9.698433, 4.04685, 9.699017, 4.049656]}, {&quot;id&quot;: &quot;4494&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 564.0, &quot;att&quot;: 0.4166666666666657, &quot;style&quot;: {&quot;color&quot;: &quot;#287c8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706861, 4.051333], [9.708472, 4.0465]]}, &quot;bbox&quot;: [9.706861, 4.0465, 9.708472, 4.051333]}, {&quot;id&quot;: &quot;4530&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 564.0, &quot;att&quot;: 0.6086956521739132, &quot;style&quot;: {&quot;color&quot;: &quot;#24aa83&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706961, 4.051432999999999], [9.708572, 4.0466]]}, &quot;bbox&quot;: [9.706961, 4.0466, 9.708572, 4.051432999999999]}, {&quot;id&quot;: &quot;4566&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 596.0, &quot;att&quot;: 0.09677419354838636, &quot;style&quot;: {&quot;color&quot;: &quot;#482374&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.771911, 4.050192], [9.777253, 4.049658]]}, &quot;bbox&quot;: [9.771911, 4.049658, 9.777253, 4.050192]}, {&quot;id&quot;: &quot;4602&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 596.0, &quot;att&quot;: 0.09375000000000125, &quot;style&quot;: {&quot;color&quot;: &quot;#482374&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.772011, 4.050292], [9.777353, 4.049758]]}, &quot;bbox&quot;: [9.772011, 4.049758, 9.777353, 4.050292]}, {&quot;id&quot;: &quot;4638&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050150N-9.740475E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 454.0, &quot;att&quot;: 0.19354838709677458, &quot;style&quot;: {&quot;color&quot;: &quot;#424186&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741306, 4.052028], [9.739644, 4.048272]]}, &quot;bbox&quot;: [9.739644, 4.048272, 9.741306, 4.052028]}, {&quot;id&quot;: &quot;4674&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 522.0, &quot;att&quot;: 0.6730769230769227, &quot;style&quot;: {&quot;color&quot;: &quot;#38b977&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702389, 4.052444], [9.704556, 4.04825]]}, &quot;bbox&quot;: [9.702389, 4.04825, 9.704556, 4.052444]}, {&quot;id&quot;: &quot;4710&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 522.0, &quot;att&quot;: 0.7200000000000003, &quot;style&quot;: {&quot;color&quot;: &quot;#4ec36b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702489, 4.052544], [9.704656, 4.04835]]}, &quot;bbox&quot;: [9.702489, 4.04835, 9.704656, 4.052544]}, {&quot;id&quot;: &quot;4746&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 956.0, &quot;att&quot;: 0.0937499999999999, &quot;style&quot;: {&quot;color&quot;: &quot;#482173&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.756833, 4.047389]]}, &quot;bbox&quot;: [9.750917, 4.047389, 9.756833, 4.053667]}, {&quot;id&quot;: &quot;4782&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 956.0, &quot;att&quot;: 0.24000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#3c4f8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.756933, 4.047489]]}, &quot;bbox&quot;: [9.751017, 4.047489, 9.756933, 4.053767]}, {&quot;id&quot;: &quot;4818&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 0.11428571428571388, &quot;style&quot;: {&quot;color&quot;: &quot;#482979&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779361, 4.053694], [9.797806, 4.050472]]}, &quot;bbox&quot;: [9.779361, 4.050472, 9.797806, 4.053694]}, {&quot;id&quot;: &quot;4854&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 0.1587301587301586, &quot;style&quot;: {&quot;color&quot;: &quot;#453781&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779461, 4.053794], [9.797906, 4.050572]]}, &quot;bbox&quot;: [9.779461, 4.050572, 9.797906, 4.053794]}, {&quot;id&quot;: &quot;4890&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8363.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 0.12499999999999852, &quot;style&quot;: {&quot;color&quot;: &quot;#472c7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.775889, 4.05525]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.775889, 4.05525]}, {&quot;id&quot;: &quot;4926&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8482.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 0.28000000000000114, &quot;style&quot;: {&quot;color&quot;: &quot;#375a8c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.775989, 4.05535]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.775989, 4.05535]}, {&quot;id&quot;: &quot;4962&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.004854368932038904, &quot;style&quot;: {&quot;color&quot;: &quot;#440256&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.754444, 4.058167]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.754444, 4.058167]}, {&quot;id&quot;: &quot;4998&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.006864988558352338, &quot;style&quot;: {&quot;color&quot;: &quot;#440256&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.754544, 4.058267]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.754544, 4.058267]}, {&quot;id&quot;: &quot;5034&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 546.0, &quot;att&quot;: 0.20454545454545428, &quot;style&quot;: {&quot;color&quot;: &quot;#404588&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.767556, 4.053639]]}, &quot;bbox&quot;: [9.767556, 4.053639, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5070&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 546.0, &quot;att&quot;: 0.17647058823529424, &quot;style&quot;: {&quot;color&quot;: &quot;#433d84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.767656, 4.053739]]}, &quot;bbox&quot;: [9.767656, 4.053739, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5106&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 879.0, &quot;att&quot;: 0.8076923076923078, &quot;style&quot;: {&quot;color&quot;: &quot;#7fd34e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738694, 4.058056], [9.745611, 4.054186]]}, &quot;bbox&quot;: [9.738694, 4.054186, 9.745611, 4.058056]}, {&quot;id&quot;: &quot;5142&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 879.0, &quot;att&quot;: 0.7833333333333335, &quot;style&quot;: {&quot;color&quot;: &quot;#70cf57&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738794, 4.058155999999999], [9.745711, 4.054285999999999]]}, &quot;bbox&quot;: [9.738794, 4.054285999999999, 9.745711, 4.058155999999999]}, {&quot;id&quot;: &quot;5178&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 0.10256410256410224, &quot;style&quot;: {&quot;color&quot;: &quot;#482576&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.743528, 4.059611]]}, &quot;bbox&quot;: [9.743528, 4.053667, 9.750917, 4.059611]}, {&quot;id&quot;: &quot;5214&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 0.15624999999999986, &quot;style&quot;: {&quot;color&quot;: &quot;#453581&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.743628, 4.059711]]}, &quot;bbox&quot;: [9.743628, 4.053767, 9.751017, 4.059711]}, {&quot;id&quot;: &quot;5250&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.2580645161290312, &quot;style&quot;: {&quot;color&quot;: &quot;#3a548c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726194, 4.060028], [9.750917, 4.053667]]}, &quot;bbox&quot;: [9.726194, 4.053667, 9.750917, 4.060028]}, {&quot;id&quot;: &quot;5286&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.31428571428571467, &quot;style&quot;: {&quot;color&quot;: &quot;#33638d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726294, 4.060128], [9.751017, 4.053767]]}, &quot;bbox&quot;: [9.726294, 4.053767, 9.751017, 4.060128]}, {&quot;id&quot;: &quot;5322&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.22499999999999964, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4a89&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726393999999999, 4.060228], [9.751116999999999, 4.053867]]}, &quot;bbox&quot;: [9.726393999999999, 4.053867, 9.751116999999999, 4.060228]}, {&quot;id&quot;: &quot;5358&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.36111111111111016, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6f8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726493999999999, 4.060328], [9.751216999999999, 4.053967]]}, &quot;bbox&quot;: [9.726493999999999, 4.053967, 9.751216999999999, 4.060328]}, {&quot;id&quot;: &quot;5394&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_0&quot;, &quot;frequency&quot;: 12793.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.24999999999999872, &quot;style&quot;: {&quot;color&quot;: &quot;#3b518b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726594, 4.060428], [9.751317, 4.054067]]}, &quot;bbox&quot;: [9.726594, 4.054067, 9.751317, 4.060428]}, {&quot;id&quot;: &quot;5430&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_1&quot;, &quot;frequency&quot;: 13059.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.34210526315789547, &quot;style&quot;: {&quot;color&quot;: &quot;#306a8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726694, 4.060528], [9.751417, 4.054167]]}, &quot;bbox&quot;: [9.726694, 4.054167, 9.751417, 4.060528]}, {&quot;id&quot;: &quot;5466&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 0.3055555555555558, &quot;style&quot;: {&quot;color&quot;: &quot;#34618d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.734028, 4.06025]]}, &quot;bbox&quot;: [9.734028, 4.053667, 9.750917, 4.06025]}, {&quot;id&quot;: &quot;5502&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 0.2, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.734128, 4.06035]]}, &quot;bbox&quot;: [9.734128, 4.053767, 9.751017, 4.06035]}, {&quot;id&quot;: &quot;5538&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 630.0, &quot;att&quot;: 0.4324324324324325, &quot;style&quot;: {&quot;color&quot;: &quot;#27808e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.763167, 4.056417]]}, &quot;bbox&quot;: [9.763167, 4.056417, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5574&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 630.0, &quot;att&quot;: 0.2826086956521748, &quot;style&quot;: {&quot;color&quot;: &quot;#375b8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.763266999999999, 4.0565169999999995]]}, &quot;bbox&quot;: [9.763266999999999, 4.0565169999999995, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5610&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 0.016129032258064755, &quot;style&quot;: {&quot;color&quot;: &quot;#46075a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.786861, 4.062806]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.786861, 4.062806]}, {&quot;id&quot;: &quot;5646&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 0.1714285714285698, &quot;style&quot;: {&quot;color&quot;: &quot;#443a83&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.786961, 4.062906]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.786961, 4.062906]}, {&quot;id&quot;: &quot;5682&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 0.6956521739130438, &quot;style&quot;: {&quot;color&quot;: &quot;#42be71&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.720853, 4.053242]]}, &quot;bbox&quot;: [9.714664, 4.053242, 9.720853, 4.06425]}, {&quot;id&quot;: &quot;5718&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 0.5555555555555565, &quot;style&quot;: {&quot;color&quot;: &quot;#1f9e89&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.720953, 4.053342]]}, &quot;bbox&quot;: [9.714764, 4.053342, 9.720953, 4.06435]}, {&quot;id&quot;: &quot;5754&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 0.2452830188679241, &quot;style&quot;: {&quot;color&quot;: &quot;#3c508b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.75311, 4.064069]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.75311, 4.064069]}, {&quot;id&quot;: &quot;5790&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 0.2105263157894731, &quot;style&quot;: {&quot;color&quot;: &quot;#404688&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.75321, 4.064169]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.75321, 4.064169]}, {&quot;id&quot;: &quot;5826&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.767778, 4.064361]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.767778, 4.064361]}, {&quot;id&quot;: &quot;5862&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.1290322580645156, &quot;style&quot;: {&quot;color&quot;: &quot;#472e7c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.767878, 4.064461]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.767878, 4.064461]}, {&quot;id&quot;: &quot;5898&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 796.0, &quot;att&quot;: 0.7083333333333319, &quot;style&quot;: {&quot;color&quot;: &quot;#48c16e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708444, 4.060333], [9.715412, 4.058638]]}, &quot;bbox&quot;: [9.708444, 4.058638, 9.715412, 4.060333]}, {&quot;id&quot;: &quot;5934&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 796.0, &quot;att&quot;: 0.7391304347826047, &quot;style&quot;: {&quot;color&quot;: &quot;#58c765&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708544, 4.060433], [9.715512, 4.058738]]}, &quot;bbox&quot;: [9.708544, 4.058738, 9.715512, 4.060433]}, {&quot;id&quot;: &quot;5970&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 0.07407407407407506, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.759558, 4.066322]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.759558, 4.066322]}, {&quot;id&quot;: &quot;6006&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.759658, 4.066422]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.759658, 4.066422]}, {&quot;id&quot;: &quot;6042&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 0.14285714285714468, &quot;style&quot;: {&quot;color&quot;: &quot;#46327e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.777639, 4.063131]]}, &quot;bbox&quot;: [9.768444, 4.0585, 9.777639, 4.063131]}, {&quot;id&quot;: &quot;6078&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 0.14814814814814786, &quot;style&quot;: {&quot;color&quot;: &quot;#46337f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.777739, 4.063231]]}, &quot;bbox&quot;: [9.768544, 4.0586, 9.777739, 4.063231]}, {&quot;id&quot;: &quot;6114&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 498.0, &quot;att&quot;: 0.09803921568627448, &quot;style&quot;: {&quot;color&quot;: &quot;#482475&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743528, 4.059611], [9.74569, 4.06356]]}, &quot;bbox&quot;: [9.743528, 4.059611, 9.74569, 4.06356]}, {&quot;id&quot;: &quot;6150&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 498.0, &quot;att&quot;: 0.14814814814814786, &quot;style&quot;: {&quot;color&quot;: &quot;#46337f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743628, 4.059711], [9.74579, 4.06366]]}, &quot;bbox&quot;: [9.743628, 4.059711, 9.74579, 4.06366]}, {&quot;id&quot;: &quot;6186&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 741.0, &quot;att&quot;: 0.583333333333333, &quot;style&quot;: {&quot;color&quot;: &quot;#20a486&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704333, 4.059583], [9.706333, 4.065972]]}, &quot;bbox&quot;: [9.704333, 4.059583, 9.706333, 4.065972]}, {&quot;id&quot;: &quot;6222&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 741.0, &quot;att&quot;: 0.7142857142857139, &quot;style&quot;: {&quot;color&quot;: &quot;#4ac16d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704433, 4.059683], [9.706433, 4.066072]]}, &quot;bbox&quot;: [9.704433, 4.059683, 9.706433, 4.066072]}, {&quot;id&quot;: &quot;6258&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 603.0, &quot;att&quot;: 0.33333333333333187, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.719389, 4.061556]]}, &quot;bbox&quot;: [9.714664, 4.061556, 9.719389, 4.06425]}, {&quot;id&quot;: &quot;6294&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 603.0, &quot;att&quot;: 0.32258064516129015, &quot;style&quot;: {&quot;color&quot;: &quot;#32658e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.719489, 4.061656]]}, &quot;bbox&quot;: [9.714764, 4.061656, 9.719489, 4.06435]}, {&quot;id&quot;: &quot;6330&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 669.0, &quot;att&quot;: 0.1785714285714283, &quot;style&quot;: {&quot;color&quot;: &quot;#433d84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759558, 4.066322], [9.76425, 4.062528]]}, &quot;bbox&quot;: [9.759558, 4.062528, 9.76425, 4.066322]}, {&quot;id&quot;: &quot;6366&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 669.0, &quot;att&quot;: 0.12500000000000147, &quot;style&quot;: {&quot;color&quot;: &quot;#472d7b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759658, 4.066422], [9.76435, 4.062628]]}, &quot;bbox&quot;: [9.759658, 4.062628, 9.76435, 4.066422]}, {&quot;id&quot;: &quot;6402&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 451.0, &quot;att&quot;: 0.5263157894736846, &quot;style&quot;: {&quot;color&quot;: &quot;#1f968b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710083, 4.063917], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.710083, 4.063917, 9.71287, 4.06688]}, {&quot;id&quot;: &quot;6438&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 451.0, &quot;att&quot;: 0.500000000000002, &quot;style&quot;: {&quot;color&quot;: &quot;#21918c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710182999999999, 4.064017], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.710182999999999, 4.064017, 9.71297, 4.06698]}, {&quot;id&quot;: &quot;6474&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 924.0, &quot;att&quot;: 0.11428571428571388, &quot;style&quot;: {&quot;color&quot;: &quot;#482979&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79152, 4.065848], [9.799722, 4.06725]]}, &quot;bbox&quot;: [9.79152, 4.065848, 9.799722, 4.06725]}, {&quot;id&quot;: &quot;6510&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 924.0, &quot;att&quot;: 0.16666666666666666, &quot;style&quot;: {&quot;color&quot;: &quot;#443983&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79162, 4.065948], [9.799821999999999, 4.067349999999999]]}, &quot;bbox&quot;: [9.79162, 4.065948, 9.799821999999999, 4.067349999999999]}, {&quot;id&quot;: &quot;6546&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.4583333333333342, &quot;style&quot;: {&quot;color&quot;: &quot;#24868e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.72547, 4.07139]}, {&quot;id&quot;: &quot;6582&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.43750000000000017, &quot;style&quot;: {&quot;color&quot;: &quot;#26828e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.72557, 4.07149]}, {&quot;id&quot;: &quot;6618&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 932.0, &quot;att&quot;: 0.8000000000000019, &quot;style&quot;: {&quot;color&quot;: &quot;#7ad151&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.722972, 4.065667], [9.729139, 4.071389]]}, &quot;bbox&quot;: [9.722972, 4.065667, 9.729139, 4.071389]}, {&quot;id&quot;: &quot;6654&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 932.0, &quot;att&quot;: 0.8222222222222197, &quot;style&quot;: {&quot;color&quot;: &quot;#89d548&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.723072, 4.065767], [9.729239, 4.071489]]}, &quot;bbox&quot;: [9.723072, 4.065767, 9.729239, 4.071489]}, {&quot;id&quot;: &quot;6690&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 535.0, &quot;att&quot;: 0.9428571428571421, &quot;style&quot;: {&quot;color&quot;: &quot;#dae319&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714869, 4.071278], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.71287, 4.06688, 9.714869, 4.071278]}, {&quot;id&quot;: &quot;6726&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 535.0, &quot;att&quot;: 0.9777777777777791, &quot;style&quot;: {&quot;color&quot;: &quot;#f1e51d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714969, 4.071378], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.71297, 4.06698, 9.714969, 4.071378]}, {&quot;id&quot;: &quot;6762&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 407.0, &quot;att&quot;: 0.37931034482758597, &quot;style&quot;: {&quot;color&quot;: &quot;#2c738e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729139, 4.071389], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.72547, 4.071389, 9.729139, 4.07139]}, {&quot;id&quot;: &quot;6798&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 407.0, &quot;att&quot;: 0.3793103448275844, &quot;style&quot;: {&quot;color&quot;: &quot;#2c738e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729239, 4.071489], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.72557, 4.071489, 9.729239, 4.07149]}, {&quot;id&quot;: &quot;6834&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 731.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736111, 4.072222], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.736111, 4.072222, 9.742681, 4.072661]}, {&quot;id&quot;: &quot;6870&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 731.0, &quot;att&quot;: 0.3846153846153844, &quot;style&quot;: {&quot;color&quot;: &quot;#2b748e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736210999999999, 4.072322], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.736210999999999, 4.072322, 9.742780999999999, 4.072761]}, {&quot;id&quot;: &quot;6906&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 561.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76925, 4.071639], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.76925, 4.071639, 9.774, 4.073367]}, {&quot;id&quot;: &quot;6942&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 561.0, &quot;att&quot;: 0.11538461538461423, &quot;style&quot;: {&quot;color&quot;: &quot;#482979&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76935, 4.071739], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.76935, 4.071739, 9.774099999999999, 4.073467]}, {&quot;id&quot;: &quot;6978&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 0.5, &quot;style&quot;: {&quot;color&quot;: &quot;#21918c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.721058, 4.084075]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.721058, 4.084075]}, {&quot;id&quot;: &quot;7014&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 0.44000000000000056, &quot;style&quot;: {&quot;color&quot;: &quot;#26828e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.721157999999999, 4.084175]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.721157999999999, 4.084175]}, {&quot;id&quot;: &quot;7050&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 0.20000000000000048, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.761667, 4.074778]}, {&quot;id&quot;: &quot;7086&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 0.11538461538461423, &quot;style&quot;: {&quot;color&quot;: &quot;#482979&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.761766999999999, 4.074878]}, {&quot;id&quot;: &quot;7122&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.8235294117647078, &quot;style&quot;: {&quot;color&quot;: &quot;#89d548&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719639, 4.070306], [9.719417, 4.079889]]}, &quot;bbox&quot;: [9.719417, 4.070306, 9.719639, 4.079889]}, {&quot;id&quot;: &quot;7158&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.5599999999999994, &quot;style&quot;: {&quot;color&quot;: &quot;#1f9f88&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719739, 4.070406], [9.719517, 4.079988999999999]]}, &quot;bbox&quot;: [9.719517, 4.070406, 9.719739, 4.079988999999999]}, {&quot;id&quot;: &quot;7194&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 0.3333333333333333, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.781778, 4.069972]]}, &quot;bbox&quot;: [9.781778, 4.069972, 9.786083, 4.0817]}, {&quot;id&quot;: &quot;7230&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 0.2500000000000007, &quot;style&quot;: {&quot;color&quot;: &quot;#3b528b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.781877999999999, 4.070072]]}, &quot;bbox&quot;: [9.781877999999999, 4.070072, 9.786183, 4.081799999999999]}, {&quot;id&quot;: &quot;7266&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.04761904761904665, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.75645, 4.07833]]}, &quot;bbox&quot;: [9.75645, 4.074778, 9.761667, 4.07833]}, {&quot;id&quot;: &quot;7302&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.006279434850863511, &quot;style&quot;: {&quot;color&quot;: &quot;#440256&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.756549999999999, 4.07843]]}, &quot;bbox&quot;: [9.756549999999999, 4.074878, 9.761766999999999, 4.07843]}, {&quot;id&quot;: &quot;7338&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 480.0, &quot;att&quot;: 0.818181818181819, &quot;style&quot;: {&quot;color&quot;: &quot;#86d549&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719417, 4.079889], [9.721778, 4.07625]]}, &quot;bbox&quot;: [9.719417, 4.07625, 9.721778, 4.079889]}, {&quot;id&quot;: &quot;7374&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 480.0, &quot;att&quot;: 1.0799999999999983, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719517, 4.079988999999999], [9.721878, 4.07635]]}, &quot;bbox&quot;: [9.719517, 4.07635, 9.721878, 4.079988999999999]}, {&quot;id&quot;: &quot;7410&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 0.2, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756825, 4.081867], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.756825, 4.081867]}, {&quot;id&quot;: &quot;7446&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 0.11538461538461696, &quot;style&quot;: {&quot;color&quot;: &quot;#482979&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756924999999999, 4.081967], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.756924999999999, 4.081967]}, {&quot;id&quot;: &quot;7482&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 0.3571428571428575, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6e8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.801611, 4.076722]]}, &quot;bbox&quot;: [9.786083, 4.076722, 9.801611, 4.0817]}, {&quot;id&quot;: &quot;7518&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 0.31999999999999884, &quot;style&quot;: {&quot;color&quot;: &quot;#32648e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.801711, 4.076822]]}, &quot;bbox&quot;: [9.786183, 4.076822, 9.801711, 4.081799999999999]}, {&quot;id&quot;: &quot;7554&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 0.22580645161290405, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4a89&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.742681, 4.072661, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;7590&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 0.16666666666666732, &quot;style&quot;: {&quot;color&quot;: &quot;#443983&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.742780999999999, 4.072761, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;7626&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 0.2173913043478257, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4889&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.752944, 4.073367, 9.774, 4.085936]}, {&quot;id&quot;: &quot;7662&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 0.07692307692307797, &quot;style&quot;: {&quot;color&quot;: &quot;#481c6e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.753044, 4.073467, 9.774099999999999, 4.086036]}, {&quot;id&quot;: &quot;7698&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080070N-9.789737E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18848.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 888.0, &quot;att&quot;: 0.8333333333333413, &quot;style&quot;: {&quot;color&quot;: &quot;#90d743&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.79339, 4.07844]]}, &quot;bbox&quot;: [9.786083, 4.07844, 9.79339, 4.0817]}, {&quot;id&quot;: &quot;7734&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 0.37500000000000056, &quot;style&quot;: {&quot;color&quot;: &quot;#2c728e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.753278, 4.074861]]}, &quot;bbox&quot;: [9.752944, 4.074861, 9.753278, 4.085936]}, {&quot;id&quot;: &quot;7770&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 0.4090909090909079, &quot;style&quot;: {&quot;color&quot;: &quot;#297a8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.753378, 4.074961]]}, &quot;bbox&quot;: [9.753044, 4.074961, 9.753378, 4.086036]}, {&quot;id&quot;: &quot;7806&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 968.0, &quot;att&quot;: 0.42857142857142494, &quot;style&quot;: {&quot;color&quot;: &quot;#277f8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765535, 4.081441], [9.756825, 4.081867]]}, &quot;bbox&quot;: [9.756825, 4.081441, 9.765535, 4.081867]}, {&quot;id&quot;: &quot;7842&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 968.0, &quot;att&quot;: 0.1999999999999993, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765635, 4.081541], [9.756924999999999, 4.081967]]}, &quot;bbox&quot;: [9.756924999999999, 4.081541, 9.765635, 4.081967]}, {&quot;id&quot;: &quot;7878&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 0.4347826086956514, &quot;style&quot;: {&quot;color&quot;: &quot;#26818e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.7949, 4.08393]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.7949, 4.08393]}, {&quot;id&quot;: &quot;7914&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 0.21739130434782636, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4889&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.795, 4.084029999999999]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.795, 4.084029999999999]}, {&quot;id&quot;: &quot;7950&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 895.0, &quot;att&quot;: 0.3488372093023258, &quot;style&quot;: {&quot;color&quot;: &quot;#2f6c8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.77848, 4.08438]]}, &quot;bbox&quot;: [9.77848, 4.0817, 9.786083, 4.08438]}, {&quot;id&quot;: &quot;7986&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 895.0, &quot;att&quot;: 0.4444444444444436, &quot;style&quot;: {&quot;color&quot;: &quot;#26828e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.77858, 4.08448]]}, &quot;bbox&quot;: [9.77858, 4.081799999999999, 9.786183, 4.08448]}, {&quot;id&quot;: &quot;8022&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 0.7272727272727237, &quot;style&quot;: {&quot;color&quot;: &quot;#52c569&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.751769, 4.093194]]}, &quot;bbox&quot;: [9.751769, 4.074778, 9.761667, 4.093194]}, {&quot;id&quot;: &quot;8058&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 0.22222222222222332, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4989&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.751869, 4.093294]]}, &quot;bbox&quot;: [9.751869, 4.074878, 9.761766999999999, 4.093294]}, {&quot;id&quot;: &quot;8094&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 0.5882352941176461, &quot;style&quot;: {&quot;color&quot;: &quot;#21a585&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.728889, 4.083056]]}, &quot;bbox&quot;: [9.728889, 4.083056, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8130&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 0.6666666666666653, &quot;style&quot;: {&quot;color&quot;: &quot;#35b779&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.728989, 4.083156]]}, &quot;bbox&quot;: [9.728989, 4.083156, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8166&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 0.6250000000000003, &quot;style&quot;: {&quot;color&quot;: &quot;#28ae80&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.738306, 4.083528]]}, &quot;bbox&quot;: [9.738306, 4.083528, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8202&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 0.5000000000000013, &quot;style&quot;: {&quot;color&quot;: &quot;#21918c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.738406, 4.083628]]}, &quot;bbox&quot;: [9.738406, 4.083628, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8238&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 947.0, &quot;att&quot;: 0.3809523809523827, &quot;style&quot;: {&quot;color&quot;: &quot;#2c738e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.783583, 4.089889]]}, &quot;bbox&quot;: [9.783583, 4.0817, 9.786083, 4.089889]}, {&quot;id&quot;: &quot;8274&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 947.0, &quot;att&quot;: 0.368421052631577, &quot;style&quot;: {&quot;color&quot;: &quot;#2d718e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.783683, 4.089989]]}, &quot;bbox&quot;: [9.783683, 4.081799999999999, 9.786183, 4.089989]}, {&quot;id&quot;: &quot;8310&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 0.9230769230769218, &quot;style&quot;: {&quot;color&quot;: &quot;#cde11d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.743333, 4.074778, 9.761667, 4.097333]}, {&quot;id&quot;: &quot;8346&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 0.750000000000003, &quot;style&quot;: {&quot;color&quot;: &quot;#5ec962&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.743433, 4.074878, 9.761766999999999, 4.097433]}, {&quot;id&quot;: &quot;8382&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 0.7878787878787912, &quot;style&quot;: {&quot;color&quot;: &quot;#73d056&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.76601, 4.08663]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.76601, 4.08663]}, {&quot;id&quot;: &quot;8418&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 0.5581395348837209, &quot;style&quot;: {&quot;color&quot;: &quot;#1f9e89&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.76611, 4.08673]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.76611, 4.08673]}, {&quot;id&quot;: &quot;8454&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 0.18181818181818202, &quot;style&quot;: {&quot;color&quot;: &quot;#433e85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.808667, 4.091389]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.808667, 4.091389]}, {&quot;id&quot;: &quot;8490&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 0.21428571428571447, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4788&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.808767, 4.091489]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.808767, 4.091489]}, {&quot;id&quot;: &quot;8526&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 830.0, &quot;att&quot;: 0.3404255319148937, &quot;style&quot;: {&quot;color&quot;: &quot;#306a8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.758611, 4.090833]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.758611, 4.090833]}, {&quot;id&quot;: &quot;8562&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 830.0, &quot;att&quot;: 0.43999999999999917, &quot;style&quot;: {&quot;color&quot;: &quot;#26828e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.758711, 4.090933]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.758711, 4.090933]}, {&quot;id&quot;: &quot;8598&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 555.0, &quot;att&quot;: 0.5625000000000011, &quot;style&quot;: {&quot;color&quot;: &quot;#1fa088&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73381, 4.08679], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.73381, 4.08679, 9.736042, 4.091278]}, {&quot;id&quot;: &quot;8634&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 555.0, &quot;att&quot;: 0.6800000000000012, &quot;style&quot;: {&quot;color&quot;: &quot;#3bbb75&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73391, 4.0868899999999995], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.73391, 4.0868899999999995, 9.736142, 4.091378]}, {&quot;id&quot;: &quot;8670&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 0.25, &quot;style&quot;: {&quot;color&quot;: &quot;#3b528b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.744, 4.104861]]}, &quot;bbox&quot;: [9.744, 4.074778, 9.761667, 4.104861]}, {&quot;id&quot;: &quot;8706&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 0.2571428571428588, &quot;style&quot;: {&quot;color&quot;: &quot;#3a538b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.7441, 4.104960999999999]]}, &quot;bbox&quot;: [9.7441, 4.074878, 9.761766999999999, 4.104960999999999]}, {&quot;id&quot;: &quot;8742&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 889.0, &quot;att&quot;: 0.285714285714285, &quot;style&quot;: {&quot;color&quot;: &quot;#365c8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76601, 4.08663], [9.764367, 4.0945]]}, &quot;bbox&quot;: [9.764367, 4.08663, 9.76601, 4.0945]}, {&quot;id&quot;: &quot;8778&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 889.0, &quot;att&quot;: 0.29411764705882426, &quot;style&quot;: {&quot;color&quot;: &quot;#355e8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76611, 4.08673], [9.764467, 4.0946]]}, &quot;bbox&quot;: [9.764467, 4.08673, 9.76611, 4.0946]}, {&quot;id&quot;: &quot;8814&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 736.0, &quot;att&quot;: 1.1333333333333353, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729444, 4.091944], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.729444, 4.091278, 9.736042, 4.091944]}, {&quot;id&quot;: &quot;8850&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 736.0, &quot;att&quot;: 1.318181818181816, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729544, 4.092044], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.729544, 4.091378, 9.736142, 4.092044]}, {&quot;id&quot;: &quot;8886&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 419.0, &quot;att&quot;: 0.6153846153846156, &quot;style&quot;: {&quot;color&quot;: &quot;#25ac82&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74168, 4.09393], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.74168, 4.09393, 9.743333, 4.097333]}, {&quot;id&quot;: &quot;8922&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 419.0, &quot;att&quot;: 0.6956521739130449, &quot;style&quot;: {&quot;color&quot;: &quot;#42be71&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T00:50:00&quot;, &quot;2019-07-18T00:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74178, 4.09403], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.74178, 4.09403, 9.743433, 4.097433]}, {&quot;id&quot;: &quot;28&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 0.3333333333333351, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.791866, 3.97665]]}, &quot;bbox&quot;: [9.787167, 3.97665, 9.791866, 3.992722]}, {&quot;id&quot;: &quot;64&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 0.285714285714285, &quot;style&quot;: {&quot;color&quot;: &quot;#365c8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.791966, 3.97675]]}, &quot;bbox&quot;: [9.787267, 3.97675, 9.791966, 3.9928220000000003]}, {&quot;id&quot;: &quot;100&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.06578947368421058, &quot;style&quot;: {&quot;color&quot;: &quot;#48186a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.81613, 3.97866]]}, &quot;bbox&quot;: [9.787167, 3.97866, 9.81613, 3.992722]}, {&quot;id&quot;: &quot;136&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.010928961748633906, &quot;style&quot;: {&quot;color&quot;: &quot;#450457&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.81623, 3.9787600000000003]]}, &quot;bbox&quot;: [9.787267, 3.9787600000000003, 9.81623, 3.9928220000000003]}, {&quot;id&quot;: &quot;172&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 556.0, &quot;att&quot;: 0.1875000000000007, &quot;style&quot;: {&quot;color&quot;: &quot;#424086&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763806, 3.997361], [9.75885, 3.99663]]}, &quot;bbox&quot;: [9.75885, 3.99663, 9.763806, 3.997361]}, {&quot;id&quot;: &quot;208&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 556.0, &quot;att&quot;: 0.28571428571428864, &quot;style&quot;: {&quot;color&quot;: &quot;#365c8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763906, 3.9974610000000004], [9.75895, 3.9967300000000003]]}, &quot;bbox&quot;: [9.75895, 3.9967300000000003, 9.763906, 3.9974610000000004]}, {&quot;id&quot;: &quot;244&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 402.0, &quot;att&quot;: 0.5098039215686269, &quot;style&quot;: {&quot;color&quot;: &quot;#20928c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745083, 4.002553], [9.748639, 4.003231]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.748639, 4.003231]}, {&quot;id&quot;: &quot;280&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 402.0, &quot;att&quot;: 0.27160493827160526, &quot;style&quot;: {&quot;color&quot;: &quot;#38588c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745182999999999, 4.002653], [9.748739, 4.003331]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.748739, 4.003331]}, {&quot;id&quot;: &quot;316&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 774.0, &quot;att&quot;: 0.43181818181818166, &quot;style&quot;: {&quot;color&quot;: &quot;#27808e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76732, 4.003512], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.76732, 4.003512, 9.767719, 4.0105]}, {&quot;id&quot;: &quot;352&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 774.0, &quot;att&quot;: 0.31428571428571267, &quot;style&quot;: {&quot;color&quot;: &quot;#33638d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76742, 4.0036119999999995], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.76742, 4.0036119999999995, 9.767819, 4.0106]}, {&quot;id&quot;: &quot;388&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 0.15151515151515166, &quot;style&quot;: {&quot;color&quot;: &quot;#463480&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799472, 4.004194], [9.778111, 4.012278]]}, &quot;bbox&quot;: [9.778111, 4.004194, 9.799472, 4.012278]}, {&quot;id&quot;: &quot;424&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 0.1481481481481501, &quot;style&quot;: {&quot;color&quot;: &quot;#46337f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799572, 4.004294], [9.778211, 4.012378]]}, &quot;bbox&quot;: [9.778211, 4.004294, 9.799572, 4.012378]}, {&quot;id&quot;: &quot;460&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 0.2962962962962966, &quot;style&quot;: {&quot;color&quot;: &quot;#355e8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.705944, 4.01775], [9.701194, 4.008306]]}, &quot;bbox&quot;: [9.701194, 4.008306, 9.705944, 4.01775]}, {&quot;id&quot;: &quot;496&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 0.006514657980456004, &quot;style&quot;: {&quot;color&quot;: &quot;#440256&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706044, 4.01785], [9.701293999999999, 4.008406]]}, &quot;bbox&quot;: [9.701293999999999, 4.008406, 9.706044, 4.01785]}, {&quot;id&quot;: &quot;532&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 0.1025641025641006, &quot;style&quot;: {&quot;color&quot;: &quot;#482576&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.763806, 3.997361]]}, &quot;bbox&quot;: [9.763806, 3.997361, 9.767833, 4.029]}, {&quot;id&quot;: &quot;568&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 0.32432432432432357, &quot;style&quot;: {&quot;color&quot;: &quot;#31668e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.763906, 3.9974610000000004]]}, &quot;bbox&quot;: [9.763906, 3.9974610000000004, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;604&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 0.1688311688311684, &quot;style&quot;: {&quot;color&quot;: &quot;#443a83&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741417, 4.009639], [9.723611, 4.020194]]}, &quot;bbox&quot;: [9.723611, 4.009639, 9.741417, 4.020194]}, {&quot;id&quot;: &quot;640&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 0.1923076923076922, &quot;style&quot;: {&quot;color&quot;: &quot;#424186&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741517, 4.009739], [9.723711, 4.020294]]}, &quot;bbox&quot;: [9.723711, 4.009739, 9.741517, 4.020294]}, {&quot;id&quot;: &quot;676&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 0.11764705882352983, &quot;style&quot;: {&quot;color&quot;: &quot;#472a7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.745083, 4.002553]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.767833, 4.029]}, {&quot;id&quot;: &quot;712&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 0.12000000000000076, &quot;style&quot;: {&quot;color&quot;: &quot;#472a7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.745182999999999, 4.002653]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;748&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 466.0, &quot;att&quot;: 0.2, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73456, 4.01734]]}, &quot;bbox&quot;: [9.73456, 4.015972, 9.738528, 4.01734]}, {&quot;id&quot;: &quot;784&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 466.0, &quot;att&quot;: 0.1896551724137932, &quot;style&quot;: {&quot;color&quot;: &quot;#424086&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73466, 4.01744]]}, &quot;bbox&quot;: [9.73466, 4.016071999999999, 9.738628, 4.01744]}, {&quot;id&quot;: &quot;820&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8335.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 0.36000000000000226, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6f8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.762056, 4.004472]]}, &quot;bbox&quot;: [9.762056, 4.004472, 9.767833, 4.029]}, {&quot;id&quot;: &quot;856&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8454.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 0.28571428571428714, &quot;style&quot;: {&quot;color&quot;: &quot;#365c8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.762156, 4.004572]]}, &quot;bbox&quot;: [9.762156, 4.004572, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;892&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 0.14999999999999977, &quot;style&quot;: {&quot;color&quot;: &quot;#463480&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.768083, 4.017917]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.768083, 4.017917]}, {&quot;id&quot;: &quot;928&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 0.14893617021276517, &quot;style&quot;: {&quot;color&quot;: &quot;#463480&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.768183, 4.0180169999999995]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.768183, 4.0180169999999995]}, {&quot;id&quot;: &quot;964&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.2058823529411774, &quot;style&quot;: {&quot;color&quot;: &quot;#404588&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727083, 4.023444], [9.72629, 4.01048]]}, &quot;bbox&quot;: [9.72629, 4.01048, 9.727083, 4.023444]}, {&quot;id&quot;: &quot;1000&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.13513513513513503, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727183, 4.023543999999999], [9.72639, 4.01058]]}, &quot;bbox&quot;: [9.72639, 4.01058, 9.727183, 4.023543999999999]}, {&quot;id&quot;: &quot;1036&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 0.22857142857142776, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4c8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.757556, 4.0195]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.757556, 4.0195]}, {&quot;id&quot;: &quot;1072&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 0.2195121951219508, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4989&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.757655999999999, 4.0196]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.757655999999999, 4.0196]}, {&quot;id&quot;: &quot;1108&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 0.8863636363636364, &quot;style&quot;: {&quot;color&quot;: &quot;#b2dd2d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.756817, 4.008442]]}, &quot;bbox&quot;: [9.756817, 4.008442, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1144&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 0.8924731182795699, &quot;style&quot;: {&quot;color&quot;: &quot;#b8de29&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.756917, 4.008541999999999]]}, &quot;bbox&quot;: [9.756917, 4.008541999999999, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1180&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.01957585644371934, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744694, 4.014417], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.744694, 4.014417, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1216&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.030612244897959252, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744794, 4.014517], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.744794, 4.014517, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1252&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 0.4411764705882364, &quot;style&quot;: {&quot;color&quot;: &quot;#26828e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.767719, 4.0105, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1288&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 0.2, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.767819, 4.0106, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1324&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 0.09090909090909115, &quot;style&quot;: {&quot;color&quot;: &quot;#482173&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.780278, 4.023889]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.780278, 4.023889]}, {&quot;id&quot;: &quot;1360&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 0.2063492063492069, &quot;style&quot;: {&quot;color&quot;: &quot;#404588&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.780377999999999, 4.023988999999999]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.780377999999999, 4.023988999999999]}, {&quot;id&quot;: &quot;1396&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 0.34210526315789547, &quot;style&quot;: {&quot;color&quot;: &quot;#306a8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.721083, 4.0115]]}, &quot;bbox&quot;: [9.696744, 4.0115, 9.721083, 4.029381]}, {&quot;id&quot;: &quot;1432&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 0.18367346938775486, &quot;style&quot;: {&quot;color&quot;: &quot;#423f85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.721183, 4.0116]]}, &quot;bbox&quot;: [9.696844, 4.0116, 9.721183, 4.029481]}, {&quot;id&quot;: &quot;1468&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 654.0, &quot;att&quot;: 0.10000000000000024, &quot;style&quot;: {&quot;color&quot;: &quot;#482475&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743889, 4.0194], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.743889, 4.0194, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1504&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 654.0, &quot;att&quot;: 0.24137931034482868, &quot;style&quot;: {&quot;color&quot;: &quot;#3c4f8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743989, 4.0195], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.743989, 4.0195, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1540&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024043N-9.680260E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2266.0, &quot;att&quot;: 0.35555555555555646, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6e8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.67025, 4.022056], [9.69027, 4.02603]]}, &quot;bbox&quot;: [9.67025, 4.022056, 9.69027, 4.02603]}, {&quot;id&quot;: &quot;1576&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 0.20689655172413607, &quot;style&quot;: {&quot;color&quot;: &quot;#404588&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.72802, 4.03279]]}, &quot;bbox&quot;: [9.72802, 4.015972, 9.738528, 4.03279]}, {&quot;id&quot;: &quot;1612&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.72812, 4.03289]]}, &quot;bbox&quot;: [9.72812, 4.016071999999999, 9.738628, 4.03289]}, {&quot;id&quot;: &quot;1648&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.4716981132075468, &quot;style&quot;: {&quot;color&quot;: &quot;#23898e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.69921, 4.02012]]}, &quot;bbox&quot;: [9.696744, 4.02012, 9.69921, 4.029381]}, {&quot;id&quot;: &quot;1684&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.20979020979020974, &quot;style&quot;: {&quot;color&quot;: &quot;#404688&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.69931, 4.02022]]}, &quot;bbox&quot;: [9.696844, 4.02022, 9.69931, 4.029481]}, {&quot;id&quot;: &quot;1720&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18737.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 0.18181818181818202, &quot;style&quot;: {&quot;color&quot;: &quot;#433e85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.77399, 4.02125]]}, &quot;bbox&quot;: [9.767833, 4.02125, 9.77399, 4.029]}, {&quot;id&quot;: &quot;1756&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17727.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 0.19354838709677458, &quot;style&quot;: {&quot;color&quot;: &quot;#424186&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.77409, 4.02135]]}, &quot;bbox&quot;: [9.767933, 4.02135, 9.77409, 4.0291]}, {&quot;id&quot;: &quot;1792&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14431.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 874.0, &quot;att&quot;: 0.17241379310344793, &quot;style&quot;: {&quot;color&quot;: &quot;#443b84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737194, 4.022139], [9.741992, 4.0284]]}, &quot;bbox&quot;: [9.737194, 4.022139, 9.741992, 4.0284]}, {&quot;id&quot;: &quot;1828&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14921.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 874.0, &quot;att&quot;: 0.20000000000000048, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737294, 4.022239], [9.742092, 4.0285]]}, &quot;bbox&quot;: [9.737294, 4.022239, 9.742092, 4.0285]}, {&quot;id&quot;: &quot;1864&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.20000000000000082, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73325, 4.035278]]}, &quot;bbox&quot;: [9.73325, 4.015972, 9.738528, 4.035278]}, {&quot;id&quot;: &quot;1900&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.48000000000000115, &quot;style&quot;: {&quot;color&quot;: &quot;#228b8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73335, 4.035378]]}, &quot;bbox&quot;: [9.73335, 4.016071999999999, 9.738628, 4.035378]}, {&quot;id&quot;: &quot;1936&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 0.4117647058823523, &quot;style&quot;: {&quot;color&quot;: &quot;#297b8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.70976, 4.02238]]}, &quot;bbox&quot;: [9.696744, 4.02238, 9.70976, 4.029381]}, {&quot;id&quot;: &quot;1972&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 0.38461538461538547, &quot;style&quot;: {&quot;color&quot;: &quot;#2b748e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.709859999999999, 4.02248]]}, &quot;bbox&quot;: [9.696844, 4.02248, 9.709859999999999, 4.029481]}, {&quot;id&quot;: &quot;2008&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 755.0, &quot;att&quot;: 0.5757575757575746, &quot;style&quot;: {&quot;color&quot;: &quot;#1fa287&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.694556, 4.022917]]}, &quot;bbox&quot;: [9.694556, 4.022917, 9.696744, 4.029381]}, {&quot;id&quot;: &quot;2044&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 755.0, &quot;att&quot;: 0.4499999999999993, &quot;style&quot;: {&quot;color&quot;: &quot;#25848e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.694656, 4.023016999999999]]}, &quot;bbox&quot;: [9.694656, 4.023016999999999, 9.696844, 4.029481]}, {&quot;id&quot;: &quot;2080&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 0.2903225806451607, &quot;style&quot;: {&quot;color&quot;: &quot;#365d8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.72684, 4.01658]]}, &quot;bbox&quot;: [9.72684, 4.01658, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2116&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 0.27906976744186085, &quot;style&quot;: {&quot;color&quot;: &quot;#375a8c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.726939999999999, 4.01668]]}, &quot;bbox&quot;: [9.726939999999999, 4.01668, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2152&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 364.0, &quot;att&quot;: 0.57142857142857, &quot;style&quot;: {&quot;color&quot;: &quot;#1fa187&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.705139, 4.028333]]}, &quot;bbox&quot;: [9.701944, 4.028333, 9.705139, 4.029083]}, {&quot;id&quot;: &quot;2188&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 364.0, &quot;att&quot;: 0.47058823529411936, &quot;style&quot;: {&quot;color&quot;: &quot;#23898e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.705239, 4.028433]]}, &quot;bbox&quot;: [9.702043999999999, 4.028433, 9.705239, 4.029183]}, {&quot;id&quot;: &quot;2224&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 0.34883720930232526, &quot;style&quot;: {&quot;color&quot;: &quot;#2f6c8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.686417, 4.029444]]}, &quot;bbox&quot;: [9.686417, 4.029381, 9.696744, 4.029444]}, {&quot;id&quot;: &quot;2260&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 0.39024390243902357, &quot;style&quot;: {&quot;color&quot;: &quot;#2b758e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.686517, 4.029544]]}, &quot;bbox&quot;: [9.686517, 4.029481, 9.696844, 4.029544]}, {&quot;id&quot;: &quot;2296&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 868.0, &quot;att&quot;: 0.24999999999999778, &quot;style&quot;: {&quot;color&quot;: &quot;#3b518b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.709194, 4.032028]]}, &quot;bbox&quot;: [9.701944, 4.029083, 9.709194, 4.032028]}, {&quot;id&quot;: &quot;2332&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 868.0, &quot;att&quot;: 0.26086956521739224, &quot;style&quot;: {&quot;color&quot;: &quot;#3a548c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.709294, 4.032128]]}, &quot;bbox&quot;: [9.702043999999999, 4.029183, 9.709294, 4.032128]}, {&quot;id&quot;: &quot;2368&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 666.0, &quot;att&quot;: 0.5999999999999991, &quot;style&quot;: {&quot;color&quot;: &quot;#22a884&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.691575, 4.032433]]}, &quot;bbox&quot;: [9.691575, 4.029381, 9.696744, 4.032433]}, {&quot;id&quot;: &quot;2404&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 666.0, &quot;att&quot;: 0.40740740740740855, &quot;style&quot;: {&quot;color&quot;: &quot;#297a8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.691675, 4.032533]]}, &quot;bbox&quot;: [9.691675, 4.029481, 9.696844, 4.032533]}, {&quot;id&quot;: &quot;2440&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 536.0, &quot;att&quot;: 0.3636363636363651, &quot;style&quot;: {&quot;color&quot;: &quot;#2d708e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699417, 4.033417]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699417, 4.033417]}, {&quot;id&quot;: &quot;2476&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 536.0, &quot;att&quot;: 0.3999999999999986, &quot;style&quot;: {&quot;color&quot;: &quot;#2a788e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699517, 4.033517]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699517, 4.033517]}, {&quot;id&quot;: &quot;2512&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 0.08108108108108217, &quot;style&quot;: {&quot;color&quot;: &quot;#481d6f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.727083, 4.023444]]}, &quot;bbox&quot;: [9.727083, 4.023444, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2548&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 0.07692307692307672, &quot;style&quot;: {&quot;color&quot;: &quot;#481c6e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.727183, 4.023543999999999]]}, &quot;bbox&quot;: [9.727183, 4.023543999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2584&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.36585365853658586, &quot;style&quot;: {&quot;color&quot;: &quot;#2d708e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71564, 4.032], [9.71203, 4.03312]]}, &quot;bbox&quot;: [9.71203, 4.032, 9.71564, 4.03312]}, {&quot;id&quot;: &quot;2620&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.2553191489361695, &quot;style&quot;: {&quot;color&quot;: &quot;#3a538b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71574, 4.0321], [9.71213, 4.03322]]}, &quot;bbox&quot;: [9.71213, 4.0321, 9.71574, 4.03322]}, {&quot;id&quot;: &quot;2656&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 0.10256410256410388, &quot;style&quot;: {&quot;color&quot;: &quot;#482576&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.755167, 4.037361]]}, &quot;bbox&quot;: [9.755167, 4.029, 9.767833, 4.037361]}, {&quot;id&quot;: &quot;2692&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 0.05405405405405296, &quot;style&quot;: {&quot;color&quot;: &quot;#481467&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.755267, 4.0374609999999995]]}, &quot;bbox&quot;: [9.755267, 4.0291, 9.767933, 4.0374609999999995]}, {&quot;id&quot;: &quot;2728&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 323.0, &quot;att&quot;: 0.6999999999999993, &quot;style&quot;: {&quot;color&quot;: &quot;#44bf70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691575, 4.032433], [9.691889, 4.035333]]}, &quot;bbox&quot;: [9.691575, 4.032433, 9.691889, 4.035333]}, {&quot;id&quot;: &quot;2764&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 323.0, &quot;att&quot;: 0.7647058823529425, &quot;style&quot;: {&quot;color&quot;: &quot;#65cb5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691675, 4.032533], [9.691989, 4.035432999999999]]}, &quot;bbox&quot;: [9.691675, 4.032533, 9.691989, 4.035432999999999]}, {&quot;id&quot;: &quot;2800&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 516.0, &quot;att&quot;: 0.12499999999999972, &quot;style&quot;: {&quot;color&quot;: &quot;#472c7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774333, 4.033028], [9.77026, 4.03527]]}, &quot;bbox&quot;: [9.77026, 4.033028, 9.774333, 4.03527]}, {&quot;id&quot;: &quot;2836&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 516.0, &quot;att&quot;: 0.09375000000000125, &quot;style&quot;: {&quot;color&quot;: &quot;#482374&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774433, 4.033128], [9.77036, 4.0353699999999995]]}, &quot;bbox&quot;: [9.77036, 4.033128, 9.774433, 4.0353699999999995]}, {&quot;id&quot;: &quot;2872&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 0.17999999999999972, &quot;style&quot;: {&quot;color&quot;: &quot;#433e85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.725667, 4.028583]]}, &quot;bbox&quot;: [9.725667, 4.028583, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2908&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 0.15686274509803882, &quot;style&quot;: {&quot;color&quot;: &quot;#453781&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.725767, 4.028683]]}, &quot;bbox&quot;: [9.725767, 4.028683, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2944&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 0.23333333333333428, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4d8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699006, 4.040886]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699006, 4.040886]}, {&quot;id&quot;: &quot;2980&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 0.3611111111111109, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6f8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699106, 4.040986]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699106, 4.040986]}, {&quot;id&quot;: &quot;3016&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17810.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 610.0, &quot;att&quot;: 0.5238095238095225, &quot;style&quot;: {&quot;color&quot;: &quot;#1f968b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683883, 4.033886], [9.688056, 4.037472]]}, &quot;bbox&quot;: [9.683883, 4.033886, 9.688056, 4.037472]}, {&quot;id&quot;: &quot;3052&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18820.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 610.0, &quot;att&quot;: 0.4074074074074075, &quot;style&quot;: {&quot;color&quot;: &quot;#297a8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683983, 4.033986], [9.688156, 4.037572]]}, &quot;bbox&quot;: [9.683983, 4.033986, 9.688156, 4.037572]}, {&quot;id&quot;: &quot;3088&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 0.11764705882352983, &quot;style&quot;: {&quot;color&quot;: &quot;#472a7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.766222, 4.046556]]}, &quot;bbox&quot;: [9.766222, 4.029, 9.767833, 4.046556]}, {&quot;id&quot;: &quot;3124&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 0.0784313725490193, &quot;style&quot;: {&quot;color&quot;: &quot;#481d6f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.766322, 4.046656]]}, &quot;bbox&quot;: [9.766322, 4.0291, 9.767933, 4.046656]}, {&quot;id&quot;: &quot;3160&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 433.0, &quot;att&quot;: 0.2307692307692312, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4d8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706106, 4.040083], [9.703794, 4.036926]]}, &quot;bbox&quot;: [9.703794, 4.036926, 9.706106, 4.040083]}, {&quot;id&quot;: &quot;3196&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 433.0, &quot;att&quot;: 0.24999999999999872, &quot;style&quot;: {&quot;color&quot;: &quot;#3b518b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706206, 4.040183], [9.703894, 4.037026]]}, &quot;bbox&quot;: [9.703894, 4.037026, 9.706206, 4.040183]}, {&quot;id&quot;: &quot;3232&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 0.8139534883720922, &quot;style&quot;: {&quot;color&quot;: &quot;#84d44b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.711917, 4.037722]]}, &quot;bbox&quot;: [9.711917, 4.037722, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;3268&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 0.7173913043478268, &quot;style&quot;: {&quot;color&quot;: &quot;#4cc26c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.712017, 4.037821999999999]]}, &quot;bbox&quot;: [9.712017, 4.037821999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;3304&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 928.0, &quot;att&quot;: 0.25862068965517254, &quot;style&quot;: {&quot;color&quot;: &quot;#3a548c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.741011, 4.038342]]}, &quot;bbox&quot;: [9.733028, 4.038342, 9.741011, 4.040819]}, {&quot;id&quot;: &quot;3340&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 928.0, &quot;att&quot;: 0.22641509433962195, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4a89&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.741111, 4.038442]]}, &quot;bbox&quot;: [9.733127999999999, 4.038442, 9.741111, 4.040919]}, {&quot;id&quot;: &quot;3376&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 441.0, &quot;att&quot;: 0.7499999999999993, &quot;style&quot;: {&quot;color&quot;: &quot;#5cc863&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.70265, 4.03931]]}, &quot;bbox&quot;: [9.699006, 4.03931, 9.70265, 4.040886]}, {&quot;id&quot;: &quot;3412&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 441.0, &quot;att&quot;: 0.8928571428571415, &quot;style&quot;: {&quot;color&quot;: &quot;#b8de29&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.70275, 4.03941]]}, &quot;bbox&quot;: [9.699106, 4.03941, 9.70275, 4.040986]}, {&quot;id&quot;: &quot;3448&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 697.0, &quot;att&quot;: 0.19999999999999957, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774, 4.042306], [9.7795, 4.039278]]}, &quot;bbox&quot;: [9.774, 4.039278, 9.7795, 4.042306]}, {&quot;id&quot;: &quot;3484&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 697.0, &quot;att&quot;: 0.168316831683168, &quot;style&quot;: {&quot;color&quot;: &quot;#443a83&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774099999999999, 4.042406], [9.7796, 4.039378]]}, &quot;bbox&quot;: [9.774099999999999, 4.039378, 9.7796, 4.042406]}, {&quot;id&quot;: &quot;3521&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041057N-9.688122E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 387.0, &quot;att&quot;: 0.583333333333333, &quot;style&quot;: {&quot;color&quot;: &quot;#20a486&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.689827, 4.040697]]}, &quot;bbox&quot;: [9.686417, 4.040697, 9.689827, 4.041417]}, {&quot;id&quot;: &quot;3557&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 975.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762056, 4.03875], [9.754583, 4.043386]]}, &quot;bbox&quot;: [9.754583, 4.03875, 9.762056, 4.043386]}, {&quot;id&quot;: &quot;3593&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 975.0, &quot;att&quot;: 0.18604651162790645, &quot;style&quot;: {&quot;color&quot;: &quot;#423f85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762156, 4.03885], [9.754683, 4.043486]]}, &quot;bbox&quot;: [9.754683, 4.03885, 9.762156, 4.043486]}, {&quot;id&quot;: &quot;3629&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.2580645161290312, &quot;style&quot;: {&quot;color&quot;: &quot;#3a548c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.728389, 4.041694]]}, &quot;bbox&quot;: [9.728389, 4.040819, 9.733028, 4.041694]}, {&quot;id&quot;: &quot;3665&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.020501138952163978, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.728489, 4.041793999999999]]}, &quot;bbox&quot;: [9.728489, 4.040919, 9.733127999999999, 4.041793999999999]}, {&quot;id&quot;: &quot;3701&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 0.06896551724138024, &quot;style&quot;: {&quot;color&quot;: &quot;#481a6c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.779361, 4.053694]]}, &quot;bbox&quot;: [9.767833, 4.029, 9.779361, 4.053694]}, {&quot;id&quot;: &quot;3737&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 0.10000000000000024, &quot;style&quot;: {&quot;color&quot;: &quot;#482475&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.779461, 4.053794]]}, &quot;bbox&quot;: [9.767933, 4.0291, 9.779461, 4.053794]}, {&quot;id&quot;: &quot;3773&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 0.15909090909090817, &quot;style&quot;: {&quot;color&quot;: &quot;#453781&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.747639, 4.043778]]}, &quot;bbox&quot;: [9.733028, 4.040819, 9.747639, 4.043778]}, {&quot;id&quot;: &quot;3809&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 0.2131147540983604, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4788&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.747739, 4.043877999999999]]}, &quot;bbox&quot;: [9.733127999999999, 4.040919, 9.747739, 4.043877999999999]}, {&quot;id&quot;: &quot;3845&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 0.1702127659574476, &quot;style&quot;: {&quot;color&quot;: &quot;#443a83&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702978, 4.056559], [9.73025, 4.028444]]}, &quot;bbox&quot;: [9.702978, 4.028444, 9.73025, 4.056559]}, {&quot;id&quot;: &quot;3881&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 0.2727272727272718, &quot;style&quot;: {&quot;color&quot;: &quot;#38588c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703078, 4.056659], [9.73035, 4.028544]]}, &quot;bbox&quot;: [9.703078, 4.028544, 9.73035, 4.056659]}, {&quot;id&quot;: &quot;3917&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.5789473684210517, &quot;style&quot;: {&quot;color&quot;: &quot;#20a386&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.69725, 4.04425]]}, &quot;bbox&quot;: [9.69725, 4.040886, 9.699006, 4.04425]}, {&quot;id&quot;: &quot;3953&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.590909090909092, &quot;style&quot;: {&quot;color&quot;: &quot;#21a685&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.69735, 4.04435]]}, &quot;bbox&quot;: [9.69735, 4.040986, 9.699106, 4.04435]}, {&quot;id&quot;: &quot;3989&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 431.0, &quot;att&quot;: 0.5405405405405401, &quot;style&quot;: {&quot;color&quot;: &quot;#1f9a8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704083, 4.04244], [9.707889, 4.043194]]}, &quot;bbox&quot;: [9.704083, 4.04244, 9.707889, 4.043194]}, {&quot;id&quot;: &quot;4025&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 431.0, &quot;att&quot;: 0.6578947368421045, &quot;style&quot;: {&quot;color&quot;: &quot;#32b67a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704183, 4.04254], [9.707989, 4.0432939999999995]]}, &quot;bbox&quot;: [9.704183, 4.04254, 9.707989, 4.0432939999999995]}, {&quot;id&quot;: &quot;4063&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043833N-9.687306E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 570.0, &quot;att&quot;: 0.6333333333333329, &quot;style&quot;: {&quot;color&quot;: &quot;#2ab07f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.688194, 4.04625]]}, &quot;bbox&quot;: [9.686417, 4.041417, 9.688194, 4.04625]}, {&quot;id&quot;: &quot;4099&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 810.0, &quot;att&quot;: 0.5000000000000013, &quot;style&quot;: {&quot;color&quot;: &quot;#21918c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707889, 4.043194], [9.700739, 4.044661]]}, &quot;bbox&quot;: [9.700739, 4.043194, 9.707889, 4.044661]}, {&quot;id&quot;: &quot;4135&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 810.0, &quot;att&quot;: 0.44000000000000056, &quot;style&quot;: {&quot;color&quot;: &quot;#26828e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707989, 4.0432939999999995], [9.700839, 4.044760999999999]]}, &quot;bbox&quot;: [9.700839, 4.0432939999999995, 9.707989, 4.044760999999999]}, {&quot;id&quot;: &quot;4171&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 706.0, &quot;att&quot;: 0.2500000000000007, &quot;style&quot;: {&quot;color&quot;: &quot;#3b528b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728389, 4.041694], [9.72575, 4.0475]]}, &quot;bbox&quot;: [9.72575, 4.041694, 9.728389, 4.0475]}, {&quot;id&quot;: &quot;4207&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 706.0, &quot;att&quot;: 0.2500000000000004, &quot;style&quot;: {&quot;color&quot;: &quot;#3b528b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728489, 4.041793999999999], [9.72585, 4.0476]]}, &quot;bbox&quot;: [9.72585, 4.041793999999999, 9.728489, 4.0476]}, {&quot;id&quot;: &quot;4243&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 0.23076923076923048, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4d8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.699006, 4.040886, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4279&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 0.48000000000000115, &quot;style&quot;: {&quot;color&quot;: &quot;#228b8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.699106, 4.040986, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4315&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14487.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 611.0, &quot;att&quot;: 0.2413793103448281, &quot;style&quot;: {&quot;color&quot;: &quot;#3c4f8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71598, 4.04642], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.71598, 4.04642, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4351&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14977.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 611.0, &quot;att&quot;: 0.37037037037036996, &quot;style&quot;: {&quot;color&quot;: &quot;#2d718e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71608, 4.04652], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.71608, 4.04652, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4387&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048013N-9.705195E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 822.0, &quot;att&quot;: 0.6909090909090904, &quot;style&quot;: {&quot;color&quot;: &quot;#3fbc73&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703528, 4.044694], [9.706861, 4.051333]]}, &quot;bbox&quot;: [9.703528, 4.044694, 9.706861, 4.051333]}, {&quot;id&quot;: &quot;4423&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 317.0, &quot;att&quot;: 0.6009389671361504, &quot;style&quot;: {&quot;color&quot;: &quot;#22a884&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698333, 4.049556], [9.698917, 4.04675]]}, &quot;bbox&quot;: [9.698333, 4.04675, 9.698917, 4.049556]}, {&quot;id&quot;: &quot;4459&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 317.0, &quot;att&quot;: 0.6666666666666676, &quot;style&quot;: {&quot;color&quot;: &quot;#35b779&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698433, 4.049656], [9.699017, 4.04685]]}, &quot;bbox&quot;: [9.698433, 4.04685, 9.699017, 4.049656]}, {&quot;id&quot;: &quot;4495&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 564.0, &quot;att&quot;: 0.3750000000000015, &quot;style&quot;: {&quot;color&quot;: &quot;#2c728e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706861, 4.051333], [9.708472, 4.0465]]}, &quot;bbox&quot;: [9.706861, 4.0465, 9.708472, 4.051333]}, {&quot;id&quot;: &quot;4531&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 564.0, &quot;att&quot;: 0.5652173913043473, &quot;style&quot;: {&quot;color&quot;: &quot;#1fa088&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706961, 4.051432999999999], [9.708572, 4.0466]]}, &quot;bbox&quot;: [9.706961, 4.0466, 9.708572, 4.051432999999999]}, {&quot;id&quot;: &quot;4567&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 596.0, &quot;att&quot;: 0.06451612903225681, &quot;style&quot;: {&quot;color&quot;: &quot;#48186a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.771911, 4.050192], [9.777253, 4.049658]]}, &quot;bbox&quot;: [9.771911, 4.049658, 9.777253, 4.050192]}, {&quot;id&quot;: &quot;4603&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 596.0, &quot;att&quot;: 0.031250000000000416, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.772011, 4.050292], [9.777353, 4.049758]]}, &quot;bbox&quot;: [9.772011, 4.049758, 9.777353, 4.050292]}, {&quot;id&quot;: &quot;4639&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050150N-9.740475E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 454.0, &quot;att&quot;: 0.16129032258064507, &quot;style&quot;: {&quot;color&quot;: &quot;#453882&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741306, 4.052028], [9.739644, 4.048272]]}, &quot;bbox&quot;: [9.739644, 4.048272, 9.741306, 4.052028]}, {&quot;id&quot;: &quot;4675&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 522.0, &quot;att&quot;: 0.6346153846153837, &quot;style&quot;: {&quot;color&quot;: &quot;#2ab07f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702389, 4.052444], [9.704556, 4.04825]]}, &quot;bbox&quot;: [9.702389, 4.04825, 9.704556, 4.052444]}, {&quot;id&quot;: &quot;4711&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 522.0, &quot;att&quot;: 0.6799999999999997, &quot;style&quot;: {&quot;color&quot;: &quot;#3bbb75&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702489, 4.052544], [9.704656, 4.04835]]}, &quot;bbox&quot;: [9.702489, 4.04835, 9.704656, 4.052544]}, {&quot;id&quot;: &quot;4747&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 956.0, &quot;att&quot;: 0.06250000000000018, &quot;style&quot;: {&quot;color&quot;: &quot;#48186a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.756833, 4.047389]]}, &quot;bbox&quot;: [9.750917, 4.047389, 9.756833, 4.053667]}, {&quot;id&quot;: &quot;4783&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 956.0, &quot;att&quot;: 0.15999999999999942, &quot;style&quot;: {&quot;color&quot;: &quot;#453781&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.756933, 4.047489]]}, &quot;bbox&quot;: [9.751017, 4.047489, 9.756933, 4.053767]}, {&quot;id&quot;: &quot;4819&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 0.08571428571428592, &quot;style&quot;: {&quot;color&quot;: &quot;#481f70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779361, 4.053694], [9.797806, 4.050472]]}, &quot;bbox&quot;: [9.779361, 4.050472, 9.797806, 4.053694]}, {&quot;id&quot;: &quot;4855&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 0.1269841269841276, &quot;style&quot;: {&quot;color&quot;: &quot;#472d7b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779461, 4.053794], [9.797906, 4.050572]]}, &quot;bbox&quot;: [9.779461, 4.050572, 9.797906, 4.053794]}, {&quot;id&quot;: &quot;4891&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8363.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 0.12499999999999852, &quot;style&quot;: {&quot;color&quot;: &quot;#472c7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.775889, 4.05525]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.775889, 4.05525]}, {&quot;id&quot;: &quot;4927&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8482.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 0.23999999999999772, &quot;style&quot;: {&quot;color&quot;: &quot;#3c4f8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.775989, 4.05535]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.775989, 4.05535]}, {&quot;id&quot;: &quot;4963&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.754444, 4.058167]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.754444, 4.058167]}, {&quot;id&quot;: &quot;4999&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.004576659038901505, &quot;style&quot;: {&quot;color&quot;: &quot;#440256&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.754544, 4.058267]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.754544, 4.058267]}, {&quot;id&quot;: &quot;5035&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 546.0, &quot;att&quot;: 0.09090909090909062, &quot;style&quot;: {&quot;color&quot;: &quot;#482173&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.767556, 4.053639]]}, &quot;bbox&quot;: [9.767556, 4.053639, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5071&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 546.0, &quot;att&quot;: 0.02941176470588272, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.767656, 4.053739]]}, &quot;bbox&quot;: [9.767656, 4.053739, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5107&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 879.0, &quot;att&quot;: 0.8076923076923078, &quot;style&quot;: {&quot;color&quot;: &quot;#7fd34e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738694, 4.058056], [9.745611, 4.054186]]}, &quot;bbox&quot;: [9.738694, 4.054186, 9.745611, 4.058056]}, {&quot;id&quot;: &quot;5143&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 879.0, &quot;att&quot;: 0.7000000000000001, &quot;style&quot;: {&quot;color&quot;: &quot;#44bf70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738794, 4.058155999999999], [9.745711, 4.054285999999999]]}, &quot;bbox&quot;: [9.738794, 4.054285999999999, 9.745711, 4.058155999999999]}, {&quot;id&quot;: &quot;5179&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 0.07692307692307622, &quot;style&quot;: {&quot;color&quot;: &quot;#481c6e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.743528, 4.059611]]}, &quot;bbox&quot;: [9.743528, 4.053667, 9.750917, 4.059611]}, {&quot;id&quot;: &quot;5215&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 0.12499999999999944, &quot;style&quot;: {&quot;color&quot;: &quot;#472c7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.743628, 4.059711]]}, &quot;bbox&quot;: [9.743628, 4.053767, 9.751017, 4.059711]}, {&quot;id&quot;: &quot;5251&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.22580645161290405, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4a89&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726194, 4.060028], [9.750917, 4.053667]]}, &quot;bbox&quot;: [9.726194, 4.053667, 9.750917, 4.060028]}, {&quot;id&quot;: &quot;5287&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.2857142857142857, &quot;style&quot;: {&quot;color&quot;: &quot;#365c8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726294, 4.060128], [9.751017, 4.053767]]}, &quot;bbox&quot;: [9.726294, 4.053767, 9.751017, 4.060128]}, {&quot;id&quot;: &quot;5323&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.22499999999999964, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4a89&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726393999999999, 4.060228], [9.751116999999999, 4.053867]]}, &quot;bbox&quot;: [9.726393999999999, 4.053867, 9.751116999999999, 4.060228]}, {&quot;id&quot;: &quot;5359&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.2777777777777777, &quot;style&quot;: {&quot;color&quot;: &quot;#375a8c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726493999999999, 4.060328], [9.751216999999999, 4.053967]]}, &quot;bbox&quot;: [9.726493999999999, 4.053967, 9.751216999999999, 4.060328]}, {&quot;id&quot;: &quot;5395&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_0&quot;, &quot;frequency&quot;: 12793.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.24999999999999872, &quot;style&quot;: {&quot;color&quot;: &quot;#3b518b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726594, 4.060428], [9.751317, 4.054067]]}, &quot;bbox&quot;: [9.726594, 4.054067, 9.751317, 4.060428]}, {&quot;id&quot;: &quot;5431&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_1&quot;, &quot;frequency&quot;: 13059.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.2631578947368418, &quot;style&quot;: {&quot;color&quot;: &quot;#39558c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726694, 4.060528], [9.751417, 4.054167]]}, &quot;bbox&quot;: [9.726694, 4.054167, 9.751417, 4.060528]}, {&quot;id&quot;: &quot;5467&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 0.2777777777777777, &quot;style&quot;: {&quot;color&quot;: &quot;#375a8c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.734028, 4.06025]]}, &quot;bbox&quot;: [9.734028, 4.053667, 9.750917, 4.06025]}, {&quot;id&quot;: &quot;5503&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 0.17777777777777742, &quot;style&quot;: {&quot;color&quot;: &quot;#433d84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.734128, 4.06035]]}, &quot;bbox&quot;: [9.734128, 4.053767, 9.751017, 4.06035]}, {&quot;id&quot;: &quot;5539&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 630.0, &quot;att&quot;: 0.35135135135135226, &quot;style&quot;: {&quot;color&quot;: &quot;#2f6c8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.763167, 4.056417]]}, &quot;bbox&quot;: [9.763167, 4.056417, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5575&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 630.0, &quot;att&quot;: 0.21739130434782603, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4889&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.763266999999999, 4.0565169999999995]]}, &quot;bbox&quot;: [9.763266999999999, 4.0565169999999995, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5611&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 0.016129032258064755, &quot;style&quot;: {&quot;color&quot;: &quot;#46075a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.786861, 4.062806]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.786861, 4.062806]}, {&quot;id&quot;: &quot;5647&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 0.14285714285714285, &quot;style&quot;: {&quot;color&quot;: &quot;#46327e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.786961, 4.062906]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.786961, 4.062906]}, {&quot;id&quot;: &quot;5683&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 0.6086956521739125, &quot;style&quot;: {&quot;color&quot;: &quot;#24aa83&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.720853, 4.053242]]}, &quot;bbox&quot;: [9.714664, 4.053242, 9.720853, 4.06425]}, {&quot;id&quot;: &quot;5719&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 0.500000000000004, &quot;style&quot;: {&quot;color&quot;: &quot;#21918c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.720953, 4.053342]]}, &quot;bbox&quot;: [9.714764, 4.053342, 9.720953, 4.06435]}, {&quot;id&quot;: &quot;5755&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 0.15094339622641464, &quot;style&quot;: {&quot;color&quot;: &quot;#463480&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.75311, 4.064069]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.75311, 4.064069]}, {&quot;id&quot;: &quot;5791&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 0.2807017543859641, &quot;style&quot;: {&quot;color&quot;: &quot;#375a8c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.75321, 4.064169]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.75321, 4.064169]}, {&quot;id&quot;: &quot;5827&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.767778, 4.064361]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.767778, 4.064361]}, {&quot;id&quot;: &quot;5863&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.06451612903225666, &quot;style&quot;: {&quot;color&quot;: &quot;#48186a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.767878, 4.064461]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.767878, 4.064461]}, {&quot;id&quot;: &quot;5899&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 796.0, &quot;att&quot;: 0.583333333333333, &quot;style&quot;: {&quot;color&quot;: &quot;#20a486&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708444, 4.060333], [9.715412, 4.058638]]}, &quot;bbox&quot;: [9.708444, 4.058638, 9.715412, 4.060333]}, {&quot;id&quot;: &quot;5935&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 796.0, &quot;att&quot;: 0.652173913043479, &quot;style&quot;: {&quot;color&quot;: &quot;#2fb47c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708544, 4.060433], [9.715512, 4.058738]]}, &quot;bbox&quot;: [9.708544, 4.058738, 9.715512, 4.060433]}, {&quot;id&quot;: &quot;5971&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 0.03703703703703753, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.759558, 4.066322]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.759558, 4.066322]}, {&quot;id&quot;: &quot;6007&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.759658, 4.066422]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.759658, 4.066422]}, {&quot;id&quot;: &quot;6043&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 0.14285714285714468, &quot;style&quot;: {&quot;color&quot;: &quot;#46327e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.777639, 4.063131]]}, &quot;bbox&quot;: [9.768444, 4.0585, 9.777639, 4.063131]}, {&quot;id&quot;: &quot;6079&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 0.14814814814814786, &quot;style&quot;: {&quot;color&quot;: &quot;#46337f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.777739, 4.063231]]}, &quot;bbox&quot;: [9.768544, 4.0586, 9.777739, 4.063231]}, {&quot;id&quot;: &quot;6115&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 498.0, &quot;att&quot;: 0.03921568627450896, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743528, 4.059611], [9.74569, 4.06356]]}, &quot;bbox&quot;: [9.743528, 4.059611, 9.74569, 4.06356]}, {&quot;id&quot;: &quot;6151&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 498.0, &quot;att&quot;: 0.14814814814814786, &quot;style&quot;: {&quot;color&quot;: &quot;#46337f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743628, 4.059711], [9.74579, 4.06366]]}, &quot;bbox&quot;: [9.743628, 4.059711, 9.74579, 4.06366]}, {&quot;id&quot;: &quot;6187&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 741.0, &quot;att&quot;: 0.583333333333333, &quot;style&quot;: {&quot;color&quot;: &quot;#20a486&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704333, 4.059583], [9.706333, 4.065972]]}, &quot;bbox&quot;: [9.704333, 4.059583, 9.706333, 4.065972]}, {&quot;id&quot;: &quot;6223&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 741.0, &quot;att&quot;: 0.5238095238095242, &quot;style&quot;: {&quot;color&quot;: &quot;#1f968b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704433, 4.059683], [9.706433, 4.066072]]}, &quot;bbox&quot;: [9.704433, 4.059683, 9.706433, 4.066072]}, {&quot;id&quot;: &quot;6259&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 603.0, &quot;att&quot;: 0.24242424242424176, &quot;style&quot;: {&quot;color&quot;: &quot;#3c508b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.719389, 4.061556]]}, &quot;bbox&quot;: [9.714664, 4.061556, 9.719389, 4.06425]}, {&quot;id&quot;: &quot;6295&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 603.0, &quot;att&quot;: 0.22580645161290175, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4a89&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.719489, 4.061656]]}, &quot;bbox&quot;: [9.714764, 4.061656, 9.719489, 4.06435]}, {&quot;id&quot;: &quot;6331&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 669.0, &quot;att&quot;: 0.1071428571428585, &quot;style&quot;: {&quot;color&quot;: &quot;#482677&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759558, 4.066322], [9.76425, 4.062528]]}, &quot;bbox&quot;: [9.759558, 4.062528, 9.76425, 4.066322]}, {&quot;id&quot;: &quot;6367&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 669.0, &quot;att&quot;: 0.08333333333333431, &quot;style&quot;: {&quot;color&quot;: &quot;#481f70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759658, 4.066422], [9.76435, 4.062628]]}, &quot;bbox&quot;: [9.759658, 4.062628, 9.76435, 4.066422]}, {&quot;id&quot;: &quot;6403&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 451.0, &quot;att&quot;: 0.4736842105263154, &quot;style&quot;: {&quot;color&quot;: &quot;#238a8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710083, 4.063917], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.710083, 4.063917, 9.71287, 4.06688]}, {&quot;id&quot;: &quot;6439&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 451.0, &quot;att&quot;: 0.44444444444444575, &quot;style&quot;: {&quot;color&quot;: &quot;#26828e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710182999999999, 4.064017], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.710182999999999, 4.064017, 9.71297, 4.06698]}, {&quot;id&quot;: &quot;6475&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 924.0, &quot;att&quot;: 0.11428571428571388, &quot;style&quot;: {&quot;color&quot;: &quot;#482979&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79152, 4.065848], [9.799722, 4.06725]]}, &quot;bbox&quot;: [9.79152, 4.065848, 9.799722, 4.06725]}, {&quot;id&quot;: &quot;6511&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 924.0, &quot;att&quot;: 0.16666666666666666, &quot;style&quot;: {&quot;color&quot;: &quot;#443983&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79162, 4.065948], [9.799821999999999, 4.067349999999999]]}, &quot;bbox&quot;: [9.79162, 4.065948, 9.799821999999999, 4.067349999999999]}, {&quot;id&quot;: &quot;6547&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.33333333333333237, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.72547, 4.07139]}, {&quot;id&quot;: &quot;6583&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.34374999999999867, &quot;style&quot;: {&quot;color&quot;: &quot;#306a8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.72557, 4.07149]}, {&quot;id&quot;: &quot;6619&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 932.0, &quot;att&quot;: 0.48888888888888954, &quot;style&quot;: {&quot;color&quot;: &quot;#218e8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.722972, 4.065667], [9.729139, 4.071389]]}, &quot;bbox&quot;: [9.722972, 4.065667, 9.729139, 4.071389]}, {&quot;id&quot;: &quot;6655&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 932.0, &quot;att&quot;: 0.4444444444444444, &quot;style&quot;: {&quot;color&quot;: &quot;#26828e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.723072, 4.065767], [9.729239, 4.071489]]}, &quot;bbox&quot;: [9.723072, 4.065767, 9.729239, 4.071489]}, {&quot;id&quot;: &quot;6691&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 535.0, &quot;att&quot;: 0.5142857142857135, &quot;style&quot;: {&quot;color&quot;: &quot;#20938c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714869, 4.071278], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.71287, 4.06688, 9.714869, 4.071278]}, {&quot;id&quot;: &quot;6727&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 535.0, &quot;att&quot;: 0.5111111111111121, &quot;style&quot;: {&quot;color&quot;: &quot;#20928c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714969, 4.071378], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.71297, 4.06698, 9.714969, 4.071378]}, {&quot;id&quot;: &quot;6763&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 407.0, &quot;att&quot;: 0.31034482758620824, &quot;style&quot;: {&quot;color&quot;: &quot;#33628d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729139, 4.071389], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.72547, 4.071389, 9.729139, 4.07139]}, {&quot;id&quot;: &quot;6799&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 407.0, &quot;att&quot;: 0.2758620689655164, &quot;style&quot;: {&quot;color&quot;: &quot;#38598c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729239, 4.071489], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.72557, 4.071489, 9.729239, 4.07149]}, {&quot;id&quot;: &quot;6835&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 731.0, &quot;att&quot;: 0.24000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#3c4f8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736111, 4.072222], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.736111, 4.072222, 9.742681, 4.072661]}, {&quot;id&quot;: &quot;6871&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 731.0, &quot;att&quot;: 0.2307692307692312, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4d8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736210999999999, 4.072322], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.736210999999999, 4.072322, 9.742780999999999, 4.072761]}, {&quot;id&quot;: &quot;6907&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 561.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76925, 4.071639], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.76925, 4.071639, 9.774, 4.073367]}, {&quot;id&quot;: &quot;6943&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 561.0, &quot;att&quot;: 0.07692307692307797, &quot;style&quot;: {&quot;color&quot;: &quot;#481c6e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76935, 4.071739], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.76935, 4.071739, 9.774099999999999, 4.073467]}, {&quot;id&quot;: &quot;6979&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 0.3999999999999986, &quot;style&quot;: {&quot;color&quot;: &quot;#2a788e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.721058, 4.084075]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.721058, 4.084075]}, {&quot;id&quot;: &quot;7015&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 0.31999999999999884, &quot;style&quot;: {&quot;color&quot;: &quot;#32648e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.721157999999999, 4.084175]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.721157999999999, 4.084175]}, {&quot;id&quot;: &quot;7051&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 0.16666666666666666, &quot;style&quot;: {&quot;color&quot;: &quot;#443983&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.761667, 4.074778]}, {&quot;id&quot;: &quot;7087&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 0.07692307692307797, &quot;style&quot;: {&quot;color&quot;: &quot;#481c6e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.761766999999999, 4.074878]}, {&quot;id&quot;: &quot;7123&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.47058823529411936, &quot;style&quot;: {&quot;color&quot;: &quot;#23898e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719639, 4.070306], [9.719417, 4.079889]]}, &quot;bbox&quot;: [9.719417, 4.070306, 9.719639, 4.079889]}, {&quot;id&quot;: &quot;7159&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.4, &quot;style&quot;: {&quot;color&quot;: &quot;#2a788e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719739, 4.070406], [9.719517, 4.079988999999999]]}, &quot;bbox&quot;: [9.719517, 4.070406, 9.719739, 4.079988999999999]}, {&quot;id&quot;: &quot;7195&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 0.20000000000000048, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.781778, 4.069972]]}, &quot;bbox&quot;: [9.781778, 4.069972, 9.786083, 4.0817]}, {&quot;id&quot;: &quot;7231&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 0.20833333333333345, &quot;style&quot;: {&quot;color&quot;: &quot;#404688&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.781877999999999, 4.070072]]}, &quot;bbox&quot;: [9.781877999999999, 4.070072, 9.786183, 4.081799999999999]}, {&quot;id&quot;: &quot;7267&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.023809523809524172, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.75645, 4.07833]]}, &quot;bbox&quot;: [9.75645, 4.074778, 9.761667, 4.07833]}, {&quot;id&quot;: &quot;7303&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.004709576138147633, &quot;style&quot;: {&quot;color&quot;: &quot;#440256&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.756549999999999, 4.07843]]}, &quot;bbox&quot;: [9.756549999999999, 4.074878, 9.761766999999999, 4.07843]}, {&quot;id&quot;: &quot;7339&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 480.0, &quot;att&quot;: 0.590909090909092, &quot;style&quot;: {&quot;color&quot;: &quot;#21a685&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719417, 4.079889], [9.721778, 4.07625]]}, &quot;bbox&quot;: [9.719417, 4.07625, 9.721778, 4.079889]}, {&quot;id&quot;: &quot;7375&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 480.0, &quot;att&quot;: 0.6799999999999983, &quot;style&quot;: {&quot;color&quot;: &quot;#3bbb75&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719517, 4.079988999999999], [9.721878, 4.07635]]}, &quot;bbox&quot;: [9.719517, 4.07635, 9.721878, 4.079988999999999]}, {&quot;id&quot;: &quot;7411&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 0.08000000000000114, &quot;style&quot;: {&quot;color&quot;: &quot;#481d6f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756825, 4.081867], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.756825, 4.081867]}, {&quot;id&quot;: &quot;7447&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 0.11538461538461696, &quot;style&quot;: {&quot;color&quot;: &quot;#482979&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756924999999999, 4.081967], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.756924999999999, 4.081967]}, {&quot;id&quot;: &quot;7483&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 0.285714285714285, &quot;style&quot;: {&quot;color&quot;: &quot;#365c8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.801611, 4.076722]]}, &quot;bbox&quot;: [9.786083, 4.076722, 9.801611, 4.0817]}, {&quot;id&quot;: &quot;7519&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 0.28000000000000114, &quot;style&quot;: {&quot;color&quot;: &quot;#375a8c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.801711, 4.076822]]}, &quot;bbox&quot;: [9.786183, 4.076822, 9.801711, 4.081799999999999]}, {&quot;id&quot;: &quot;7555&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 0.19354838709677458, &quot;style&quot;: {&quot;color&quot;: &quot;#424186&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.742681, 4.072661, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;7591&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 0.13888888888888912, &quot;style&quot;: {&quot;color&quot;: &quot;#46307e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.742780999999999, 4.072761, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;7627&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 0.04347826086956576, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.752944, 4.073367, 9.774, 4.085936]}, {&quot;id&quot;: &quot;7663&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 0.15384615384615594, &quot;style&quot;: {&quot;color&quot;: &quot;#453581&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.753044, 4.073467, 9.774099999999999, 4.086036]}, {&quot;id&quot;: &quot;7699&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080070N-9.789737E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18848.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 888.0, &quot;att&quot;: 0.8333333333333413, &quot;style&quot;: {&quot;color&quot;: &quot;#90d743&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.79339, 4.07844]]}, &quot;bbox&quot;: [9.786083, 4.07844, 9.79339, 4.0817]}, {&quot;id&quot;: &quot;7735&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 0.6249999999999994, &quot;style&quot;: {&quot;color&quot;: &quot;#27ad81&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.753278, 4.074861]]}, &quot;bbox&quot;: [9.752944, 4.074861, 9.753278, 4.085936]}, {&quot;id&quot;: &quot;7771&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 0.31818181818181906, &quot;style&quot;: {&quot;color&quot;: &quot;#32648e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.753378, 4.074961]]}, &quot;bbox&quot;: [9.753044, 4.074961, 9.753378, 4.086036]}, {&quot;id&quot;: &quot;7807&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 968.0, &quot;att&quot;: 0.21428571428571247, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4788&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765535, 4.081441], [9.756825, 4.081867]]}, &quot;bbox&quot;: [9.756825, 4.081441, 9.765535, 4.081867]}, {&quot;id&quot;: &quot;7843&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 968.0, &quot;att&quot;: 0.10000000000000142, &quot;style&quot;: {&quot;color&quot;: &quot;#482475&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765635, 4.081541], [9.756924999999999, 4.081967]]}, &quot;bbox&quot;: [9.756924999999999, 4.081541, 9.765635, 4.081967]}, {&quot;id&quot;: &quot;7879&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 0.17391304347826303, &quot;style&quot;: {&quot;color&quot;: &quot;#443b84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.7949, 4.08393]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.7949, 4.08393]}, {&quot;id&quot;: &quot;7915&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 0.21739130434782636, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4889&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.795, 4.084029999999999]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.795, 4.084029999999999]}, {&quot;id&quot;: &quot;7951&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 895.0, &quot;att&quot;: 0.3255813953488371, &quot;style&quot;: {&quot;color&quot;: &quot;#31668e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.77848, 4.08438]]}, &quot;bbox&quot;: [9.77848, 4.0817, 9.786083, 4.08438]}, {&quot;id&quot;: &quot;7987&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 895.0, &quot;att&quot;: 0.37037037037037096, &quot;style&quot;: {&quot;color&quot;: &quot;#2d718e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.77858, 4.08448]]}, &quot;bbox&quot;: [9.77858, 4.081799999999999, 9.786183, 4.08448]}, {&quot;id&quot;: &quot;8023&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 0.6363636363636317, &quot;style&quot;: {&quot;color&quot;: &quot;#2ab07f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.751769, 4.093194]]}, &quot;bbox&quot;: [9.751769, 4.074778, 9.761667, 4.093194]}, {&quot;id&quot;: &quot;8059&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 0.22222222222222332, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4989&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.751869, 4.093294]]}, &quot;bbox&quot;: [9.751869, 4.074878, 9.761766999999999, 4.093294]}, {&quot;id&quot;: &quot;8095&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 0.3529411764705843, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6d8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.728889, 4.083056]]}, &quot;bbox&quot;: [9.728889, 4.083056, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8131&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 0.5555555555555565, &quot;style&quot;: {&quot;color&quot;: &quot;#1f9e89&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.728989, 4.083156]]}, &quot;bbox&quot;: [9.728989, 4.083156, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8167&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 0.5416666666666659, &quot;style&quot;: {&quot;color&quot;: &quot;#1f9a8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.738306, 4.083528]]}, &quot;bbox&quot;: [9.738306, 4.083528, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8203&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 0.34615384615384814, &quot;style&quot;: {&quot;color&quot;: &quot;#2f6b8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.738406, 4.083628]]}, &quot;bbox&quot;: [9.738406, 4.083628, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8239&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 947.0, &quot;att&quot;: 0.3333333333333345, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.783583, 4.089889]]}, &quot;bbox&quot;: [9.783583, 4.0817, 9.786083, 4.089889]}, {&quot;id&quot;: &quot;8275&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 947.0, &quot;att&quot;: 0.2631578947368423, &quot;style&quot;: {&quot;color&quot;: &quot;#39558c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.783683, 4.089989]]}, &quot;bbox&quot;: [9.783683, 4.081799999999999, 9.786183, 4.089989]}, {&quot;id&quot;: &quot;8311&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 0.7692307692307709, &quot;style&quot;: {&quot;color&quot;: &quot;#67cc5c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.743333, 4.074778, 9.761667, 4.097333]}, {&quot;id&quot;: &quot;8347&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 0.6666666666666686, &quot;style&quot;: {&quot;color&quot;: &quot;#35b779&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.743433, 4.074878, 9.761766999999999, 4.097433]}, {&quot;id&quot;: &quot;8383&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 0.6060606060606066, &quot;style&quot;: {&quot;color&quot;: &quot;#24aa83&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.76601, 4.08663]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.76601, 4.08663]}, {&quot;id&quot;: &quot;8419&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 0.41860465116279033, &quot;style&quot;: {&quot;color&quot;: &quot;#287d8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.76611, 4.08673]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.76611, 4.08673]}, {&quot;id&quot;: &quot;8455&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 0.15151515151515133, &quot;style&quot;: {&quot;color&quot;: &quot;#463480&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.808667, 4.091389]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.808667, 4.091389]}, {&quot;id&quot;: &quot;8491&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 0.1785714285714283, &quot;style&quot;: {&quot;color&quot;: &quot;#433d84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.808767, 4.091489]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.808767, 4.091489]}, {&quot;id&quot;: &quot;8527&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 830.0, &quot;att&quot;: 0.31914893617021256, &quot;style&quot;: {&quot;color&quot;: &quot;#32648e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.758611, 4.090833]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.758611, 4.090833]}, {&quot;id&quot;: &quot;8563&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 830.0, &quot;att&quot;: 0.42000000000000026, &quot;style&quot;: {&quot;color&quot;: &quot;#287d8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.758711, 4.090933]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.758711, 4.090933]}, {&quot;id&quot;: &quot;8599&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 555.0, &quot;att&quot;: 0.1874999999999989, &quot;style&quot;: {&quot;color&quot;: &quot;#423f85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73381, 4.08679], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.73381, 4.08679, 9.736042, 4.091278]}, {&quot;id&quot;: &quot;8635&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 555.0, &quot;att&quot;: 0.48000000000000115, &quot;style&quot;: {&quot;color&quot;: &quot;#228b8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73391, 4.0868899999999995], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.73391, 4.0868899999999995, 9.736142, 4.091378]}, {&quot;id&quot;: &quot;8671&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 0.10000000000000142, &quot;style&quot;: {&quot;color&quot;: &quot;#482475&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.744, 4.104861]]}, &quot;bbox&quot;: [9.744, 4.074778, 9.761667, 4.104861]}, {&quot;id&quot;: &quot;8707&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 0.2857142857142857, &quot;style&quot;: {&quot;color&quot;: &quot;#365c8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.7441, 4.104960999999999]]}, &quot;bbox&quot;: [9.7441, 4.074878, 9.761766999999999, 4.104960999999999]}, {&quot;id&quot;: &quot;8743&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 889.0, &quot;att&quot;: 0.07142857142857252, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76601, 4.08663], [9.764367, 4.0945]]}, &quot;bbox&quot;: [9.764367, 4.08663, 9.76601, 4.0945]}, {&quot;id&quot;: &quot;8779&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 889.0, &quot;att&quot;: 0.17647058823529288, &quot;style&quot;: {&quot;color&quot;: &quot;#433d84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76611, 4.08673], [9.764467, 4.0946]]}, &quot;bbox&quot;: [9.764467, 4.08673, 9.76611, 4.0946]}, {&quot;id&quot;: &quot;8815&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 736.0, &quot;att&quot;: 0.40000000000000097, &quot;style&quot;: {&quot;color&quot;: &quot;#2a788e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729444, 4.091944], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.729444, 4.091278, 9.736042, 4.091944]}, {&quot;id&quot;: &quot;8851&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 736.0, &quot;att&quot;: 0.3636363636363651, &quot;style&quot;: {&quot;color&quot;: &quot;#2d708e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729544, 4.092044], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.729544, 4.091378, 9.736142, 4.092044]}, {&quot;id&quot;: &quot;8887&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 419.0, &quot;att&quot;: 0.30769230769230915, &quot;style&quot;: {&quot;color&quot;: &quot;#34618d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74168, 4.09393], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.74168, 4.09393, 9.743333, 4.097333]}, {&quot;id&quot;: &quot;8923&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 419.0, &quot;att&quot;: 0.5652173913043473, &quot;style&quot;: {&quot;color&quot;: &quot;#1fa088&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:05:00&quot;, &quot;2019-07-18T01:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74178, 4.09403], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.74178, 4.09403, 9.743433, 4.097433]}, {&quot;id&quot;: &quot;29&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 0.44444444444444503, &quot;style&quot;: {&quot;color&quot;: &quot;#26828e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.791866, 3.97665]]}, &quot;bbox&quot;: [9.787167, 3.97665, 9.791866, 3.992722]}, {&quot;id&quot;: &quot;65&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 0.32142857142857123, &quot;style&quot;: {&quot;color&quot;: &quot;#32658e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.791966, 3.97675]]}, &quot;bbox&quot;: [9.787267, 3.97675, 9.791966, 3.9928220000000003]}, {&quot;id&quot;: &quot;101&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.05263157894736827, &quot;style&quot;: {&quot;color&quot;: &quot;#481467&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.81613, 3.97866]]}, &quot;bbox&quot;: [9.787167, 3.97866, 9.81613, 3.992722]}, {&quot;id&quot;: &quot;137&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.009107468123861567, &quot;style&quot;: {&quot;color&quot;: &quot;#450457&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.81623, 3.9787600000000003]]}, &quot;bbox&quot;: [9.787267, 3.9787600000000003, 9.81623, 3.9928220000000003]}, {&quot;id&quot;: &quot;173&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 556.0, &quot;att&quot;: 0.1875000000000007, &quot;style&quot;: {&quot;color&quot;: &quot;#424086&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763806, 3.997361], [9.75885, 3.99663]]}, &quot;bbox&quot;: [9.75885, 3.99663, 9.763806, 3.997361]}, {&quot;id&quot;: &quot;209&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 556.0, &quot;att&quot;: 0.4285714285714278, &quot;style&quot;: {&quot;color&quot;: &quot;#277f8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763906, 3.9974610000000004], [9.75895, 3.9967300000000003]]}, &quot;bbox&quot;: [9.75895, 3.9967300000000003, 9.763906, 3.9974610000000004]}, {&quot;id&quot;: &quot;245&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 402.0, &quot;att&quot;: 0.6078431372549016, &quot;style&quot;: {&quot;color&quot;: &quot;#24aa83&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745083, 4.002553], [9.748639, 4.003231]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.748639, 4.003231]}, {&quot;id&quot;: &quot;281&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 402.0, &quot;att&quot;: 0.3086419753086419, &quot;style&quot;: {&quot;color&quot;: &quot;#33628d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745182999999999, 4.002653], [9.748739, 4.003331]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.748739, 4.003331]}, {&quot;id&quot;: &quot;317&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 774.0, &quot;att&quot;: 0.5000000000000008, &quot;style&quot;: {&quot;color&quot;: &quot;#21918c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76732, 4.003512], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.76732, 4.003512, 9.767719, 4.0105]}, {&quot;id&quot;: &quot;353&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 774.0, &quot;att&quot;: 0.3714285714285706, &quot;style&quot;: {&quot;color&quot;: &quot;#2c718e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76742, 4.0036119999999995], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.76742, 4.0036119999999995, 9.767819, 4.0106]}, {&quot;id&quot;: &quot;389&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 0.15151515151515166, &quot;style&quot;: {&quot;color&quot;: &quot;#463480&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799472, 4.004194], [9.778111, 4.012278]]}, &quot;bbox&quot;: [9.778111, 4.004194, 9.799472, 4.012278]}, {&quot;id&quot;: &quot;425&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 0.07407407407407506, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799572, 4.004294], [9.778211, 4.012378]]}, &quot;bbox&quot;: [9.778211, 4.004294, 9.799572, 4.012378]}, {&quot;id&quot;: &quot;461&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 0.2962962962962966, &quot;style&quot;: {&quot;color&quot;: &quot;#355e8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.705944, 4.01775], [9.701194, 4.008306]]}, &quot;bbox&quot;: [9.701194, 4.008306, 9.705944, 4.01775]}, {&quot;id&quot;: &quot;497&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 0.006514657980456004, &quot;style&quot;: {&quot;color&quot;: &quot;#440256&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706044, 4.01785], [9.701293999999999, 4.008406]]}, &quot;bbox&quot;: [9.701293999999999, 4.008406, 9.706044, 4.01785]}, {&quot;id&quot;: &quot;533&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 0.2307692307692291, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4d8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.763806, 3.997361]]}, &quot;bbox&quot;: [9.763806, 3.997361, 9.767833, 4.029]}, {&quot;id&quot;: &quot;569&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 0.4594594594594588, &quot;style&quot;: {&quot;color&quot;: &quot;#24868e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.763906, 3.9974610000000004]]}, &quot;bbox&quot;: [9.763906, 3.9974610000000004, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;605&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 0.1688311688311684, &quot;style&quot;: {&quot;color&quot;: &quot;#443a83&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741417, 4.009639], [9.723611, 4.020194]]}, &quot;bbox&quot;: [9.723611, 4.009639, 9.741417, 4.020194]}, {&quot;id&quot;: &quot;641&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 0.16666666666666713, &quot;style&quot;: {&quot;color&quot;: &quot;#443983&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741517, 4.009739], [9.723711, 4.020294]]}, &quot;bbox&quot;: [9.723711, 4.009739, 9.741517, 4.020294]}, {&quot;id&quot;: &quot;677&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 0.09803921568627462, &quot;style&quot;: {&quot;color&quot;: &quot;#482475&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.745083, 4.002553]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.767833, 4.029]}, {&quot;id&quot;: &quot;713&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 0.09333333333333371, &quot;style&quot;: {&quot;color&quot;: &quot;#482173&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.745182999999999, 4.002653]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;749&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 466.0, &quot;att&quot;: 0.25999999999999945, &quot;style&quot;: {&quot;color&quot;: &quot;#3a548c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73456, 4.01734]]}, &quot;bbox&quot;: [9.73456, 4.015972, 9.738528, 4.01734]}, {&quot;id&quot;: &quot;785&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 466.0, &quot;att&quot;: 0.2758620689655173, &quot;style&quot;: {&quot;color&quot;: &quot;#38598c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73466, 4.01744]]}, &quot;bbox&quot;: [9.73466, 4.016071999999999, 9.738628, 4.01744]}, {&quot;id&quot;: &quot;821&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8335.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 0.44000000000000056, &quot;style&quot;: {&quot;color&quot;: &quot;#26828e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.762056, 4.004472]]}, &quot;bbox&quot;: [9.762056, 4.004472, 9.767833, 4.029]}, {&quot;id&quot;: &quot;857&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8454.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 0.3333333333333356, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.762156, 4.004572]]}, &quot;bbox&quot;: [9.762156, 4.004572, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;893&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 0.10000000000000024, &quot;style&quot;: {&quot;color&quot;: &quot;#482475&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.768083, 4.017917]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.768083, 4.017917]}, {&quot;id&quot;: &quot;929&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 0.2127659574468087, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4788&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.768183, 4.0180169999999995]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.768183, 4.0180169999999995]}, {&quot;id&quot;: &quot;965&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.29411764705882365, &quot;style&quot;: {&quot;color&quot;: &quot;#355e8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727083, 4.023444], [9.72629, 4.01048]]}, &quot;bbox&quot;: [9.72629, 4.01048, 9.727083, 4.023444]}, {&quot;id&quot;: &quot;1001&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.13513513513513503, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727183, 4.023543999999999], [9.72639, 4.01058]]}, &quot;bbox&quot;: [9.72639, 4.01058, 9.727183, 4.023543999999999]}, {&quot;id&quot;: &quot;1037&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 0.25714285714285473, &quot;style&quot;: {&quot;color&quot;: &quot;#3a538b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.757556, 4.0195]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.757556, 4.0195]}, {&quot;id&quot;: &quot;1073&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 0.2195121951219508, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4989&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.757655999999999, 4.0196]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.757655999999999, 4.0196]}, {&quot;id&quot;: &quot;1109&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 0.8863636363636364, &quot;style&quot;: {&quot;color&quot;: &quot;#b2dd2d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.756817, 4.008442]]}, &quot;bbox&quot;: [9.756817, 4.008442, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1145&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 0.9139784946236562, &quot;style&quot;: {&quot;color&quot;: &quot;#c5e021&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.756917, 4.008541999999999]]}, &quot;bbox&quot;: [9.756917, 4.008541999999999, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1181&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.021207177814029317, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744694, 4.014417], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.744694, 4.014417, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1217&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.030612244897959252, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744794, 4.014517], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.744794, 4.014517, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1253&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 0.29411764705882426, &quot;style&quot;: {&quot;color&quot;: &quot;#355e8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.767719, 4.0105, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1289&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 0.26666666666666616, &quot;style&quot;: {&quot;color&quot;: &quot;#39568c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.767819, 4.0106, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1325&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 0.09090909090909115, &quot;style&quot;: {&quot;color&quot;: &quot;#482173&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.780278, 4.023889]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.780278, 4.023889]}, {&quot;id&quot;: &quot;1361&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 0.222222222222223, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4989&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.780377999999999, 4.023988999999999]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.780377999999999, 4.023988999999999]}, {&quot;id&quot;: &quot;1397&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 0.34210526315789547, &quot;style&quot;: {&quot;color&quot;: &quot;#306a8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.721083, 4.0115]]}, &quot;bbox&quot;: [9.696744, 4.0115, 9.721083, 4.029381]}, {&quot;id&quot;: &quot;1433&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 0.18367346938775486, &quot;style&quot;: {&quot;color&quot;: &quot;#423f85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.721183, 4.0116]]}, &quot;bbox&quot;: [9.696844, 4.0116, 9.721183, 4.029481]}, {&quot;id&quot;: &quot;1469&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 654.0, &quot;att&quot;: 0.13333333333333286, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743889, 4.0194], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.743889, 4.0194, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1505&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 654.0, &quot;att&quot;: 0.27586206896551885, &quot;style&quot;: {&quot;color&quot;: &quot;#38598c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743989, 4.0195], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.743989, 4.0195, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1541&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024043N-9.680260E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2266.0, &quot;att&quot;: 0.26666666666666616, &quot;style&quot;: {&quot;color&quot;: &quot;#39568c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.67025, 4.022056], [9.69027, 4.02603]]}, &quot;bbox&quot;: [9.67025, 4.022056, 9.69027, 4.02603]}, {&quot;id&quot;: &quot;1577&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 0.1379310344827582, &quot;style&quot;: {&quot;color&quot;: &quot;#46307e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.72802, 4.03279]]}, &quot;bbox&quot;: [9.72802, 4.015972, 9.738528, 4.03279]}, {&quot;id&quot;: &quot;1613&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 0.18749999999999806, &quot;style&quot;: {&quot;color&quot;: &quot;#423f85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.72812, 4.03289]]}, &quot;bbox&quot;: [9.72812, 4.016071999999999, 9.738628, 4.03289]}, {&quot;id&quot;: &quot;1649&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.3962264150943396, &quot;style&quot;: {&quot;color&quot;: &quot;#2a778e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.69921, 4.02012]]}, &quot;bbox&quot;: [9.696744, 4.02012, 9.69921, 4.029381]}, {&quot;id&quot;: &quot;1685&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.18181818181818185, &quot;style&quot;: {&quot;color&quot;: &quot;#433e85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.69931, 4.02022]]}, &quot;bbox&quot;: [9.696844, 4.02022, 9.69931, 4.029481]}, {&quot;id&quot;: &quot;1721&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18737.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 0.18181818181818202, &quot;style&quot;: {&quot;color&quot;: &quot;#433e85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.77399, 4.02125]]}, &quot;bbox&quot;: [9.767833, 4.02125, 9.77399, 4.029]}, {&quot;id&quot;: &quot;1757&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17727.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 0.19354838709677458, &quot;style&quot;: {&quot;color&quot;: &quot;#424186&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.77409, 4.02135]]}, &quot;bbox&quot;: [9.767933, 4.02135, 9.77409, 4.0291]}, {&quot;id&quot;: &quot;1793&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14431.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 874.0, &quot;att&quot;: 0.206896551724138, &quot;style&quot;: {&quot;color&quot;: &quot;#404588&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737194, 4.022139], [9.741992, 4.0284]]}, &quot;bbox&quot;: [9.737194, 4.022139, 9.741992, 4.0284]}, {&quot;id&quot;: &quot;1829&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14921.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 874.0, &quot;att&quot;: 0.23333333333333428, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4d8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737294, 4.022239], [9.742092, 4.0285]]}, &quot;bbox&quot;: [9.737294, 4.022239, 9.742092, 4.0285]}, {&quot;id&quot;: &quot;1865&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.22857142857142776, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4c8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73325, 4.035278]]}, &quot;bbox&quot;: [9.73325, 4.015972, 9.738528, 4.035278]}, {&quot;id&quot;: &quot;1901&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.48000000000000115, &quot;style&quot;: {&quot;color&quot;: &quot;#228b8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73335, 4.035378]]}, &quot;bbox&quot;: [9.73335, 4.016071999999999, 9.738628, 4.035378]}, {&quot;id&quot;: &quot;1937&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 0.31372549019607765, &quot;style&quot;: {&quot;color&quot;: &quot;#33638d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.70976, 4.02238]]}, &quot;bbox&quot;: [9.696744, 4.02238, 9.70976, 4.029381]}, {&quot;id&quot;: &quot;1973&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 0.36538461538461453, &quot;style&quot;: {&quot;color&quot;: &quot;#2d708e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.709859999999999, 4.02248]]}, &quot;bbox&quot;: [9.696844, 4.02248, 9.709859999999999, 4.029481]}, {&quot;id&quot;: &quot;2009&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 755.0, &quot;att&quot;: 0.3939393939393947, &quot;style&quot;: {&quot;color&quot;: &quot;#2a768e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.694556, 4.022917]]}, &quot;bbox&quot;: [9.694556, 4.022917, 9.696744, 4.029381]}, {&quot;id&quot;: &quot;2045&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 755.0, &quot;att&quot;: 0.3249999999999993, &quot;style&quot;: {&quot;color&quot;: &quot;#31668e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.694656, 4.023016999999999]]}, &quot;bbox&quot;: [9.694656, 4.023016999999999, 9.696844, 4.029481]}, {&quot;id&quot;: &quot;2081&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 0.32258064516129015, &quot;style&quot;: {&quot;color&quot;: &quot;#32658e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.72684, 4.01658]]}, &quot;bbox&quot;: [9.72684, 4.01658, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2117&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 0.27906976744186085, &quot;style&quot;: {&quot;color&quot;: &quot;#375a8c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.726939999999999, 4.01668]]}, &quot;bbox&quot;: [9.726939999999999, 4.01668, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2153&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 364.0, &quot;att&quot;: 0.57142857142857, &quot;style&quot;: {&quot;color&quot;: &quot;#1fa187&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.705139, 4.028333]]}, &quot;bbox&quot;: [9.701944, 4.028333, 9.705139, 4.029083]}, {&quot;id&quot;: &quot;2189&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 364.0, &quot;att&quot;: 0.4117647058823539, &quot;style&quot;: {&quot;color&quot;: &quot;#297b8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.705239, 4.028433]]}, &quot;bbox&quot;: [9.702043999999999, 4.028433, 9.705239, 4.029183]}, {&quot;id&quot;: &quot;2225&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 0.30232558139534954, &quot;style&quot;: {&quot;color&quot;: &quot;#34608d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.686417, 4.029444]]}, &quot;bbox&quot;: [9.686417, 4.029381, 9.696744, 4.029444]}, {&quot;id&quot;: &quot;2261&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 0.29268292682926766, &quot;style&quot;: {&quot;color&quot;: &quot;#365d8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.686517, 4.029544]]}, &quot;bbox&quot;: [9.686517, 4.029481, 9.696844, 4.029544]}, {&quot;id&quot;: &quot;2297&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 868.0, &quot;att&quot;: 0.24999999999999778, &quot;style&quot;: {&quot;color&quot;: &quot;#3b518b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.709194, 4.032028]]}, &quot;bbox&quot;: [9.701944, 4.029083, 9.709194, 4.032028]}, {&quot;id&quot;: &quot;2333&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 868.0, &quot;att&quot;: 0.26086956521739224, &quot;style&quot;: {&quot;color&quot;: &quot;#3a548c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.709294, 4.032128]]}, &quot;bbox&quot;: [9.702043999999999, 4.029183, 9.709294, 4.032128]}, {&quot;id&quot;: &quot;2369&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 666.0, &quot;att&quot;: 0.5333333333333314, &quot;style&quot;: {&quot;color&quot;: &quot;#1f988b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.691575, 4.032433]]}, &quot;bbox&quot;: [9.691575, 4.029381, 9.696744, 4.032433]}, {&quot;id&quot;: &quot;2405&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 666.0, &quot;att&quot;: 0.3333333333333333, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.691675, 4.032533]]}, &quot;bbox&quot;: [9.691675, 4.029481, 9.696844, 4.032533]}, {&quot;id&quot;: &quot;2441&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 536.0, &quot;att&quot;: 0.31818181818181906, &quot;style&quot;: {&quot;color&quot;: &quot;#32648e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699417, 4.033417]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699417, 4.033417]}, {&quot;id&quot;: &quot;2477&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 536.0, &quot;att&quot;: 0.3333333333333333, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699517, 4.033517]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699517, 4.033517]}, {&quot;id&quot;: &quot;2513&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 0.08108108108108217, &quot;style&quot;: {&quot;color&quot;: &quot;#481d6f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.727083, 4.023444]]}, &quot;bbox&quot;: [9.727083, 4.023444, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2549&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 0.07692307692307672, &quot;style&quot;: {&quot;color&quot;: &quot;#481c6e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.727183, 4.023543999999999]]}, &quot;bbox&quot;: [9.727183, 4.023543999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2585&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.31707317073170704, &quot;style&quot;: {&quot;color&quot;: &quot;#32648e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71564, 4.032], [9.71203, 4.03312]]}, &quot;bbox&quot;: [9.71203, 4.032, 9.71564, 4.03312]}, {&quot;id&quot;: &quot;2621&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.2127659574468087, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4788&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71574, 4.0321], [9.71213, 4.03322]]}, &quot;bbox&quot;: [9.71213, 4.0321, 9.71574, 4.03322]}, {&quot;id&quot;: &quot;2657&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 0.153846153846154, &quot;style&quot;: {&quot;color&quot;: &quot;#453581&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.755167, 4.037361]]}, &quot;bbox&quot;: [9.755167, 4.029, 9.767833, 4.037361]}, {&quot;id&quot;: &quot;2693&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 0.13513513513513528, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.755267, 4.0374609999999995]]}, &quot;bbox&quot;: [9.755267, 4.0291, 9.767933, 4.0374609999999995]}, {&quot;id&quot;: &quot;2729&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 323.0, &quot;att&quot;: 0.3999999999999986, &quot;style&quot;: {&quot;color&quot;: &quot;#2a788e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691575, 4.032433], [9.691889, 4.035333]]}, &quot;bbox&quot;: [9.691575, 4.032433, 9.691889, 4.035333]}, {&quot;id&quot;: &quot;2765&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 323.0, &quot;att&quot;: 0.4117647058823539, &quot;style&quot;: {&quot;color&quot;: &quot;#297b8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691675, 4.032533], [9.691989, 4.035432999999999]]}, &quot;bbox&quot;: [9.691675, 4.032533, 9.691989, 4.035432999999999]}, {&quot;id&quot;: &quot;2801&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 516.0, &quot;att&quot;: 0.09374999999999924, &quot;style&quot;: {&quot;color&quot;: &quot;#482173&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774333, 4.033028], [9.77026, 4.03527]]}, &quot;bbox&quot;: [9.77026, 4.033028, 9.774333, 4.03527]}, {&quot;id&quot;: &quot;2837&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 516.0, &quot;att&quot;: 0.09375000000000125, &quot;style&quot;: {&quot;color&quot;: &quot;#482374&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774433, 4.033128], [9.77036, 4.0353699999999995]]}, &quot;bbox&quot;: [9.77036, 4.033128, 9.774433, 4.0353699999999995]}, {&quot;id&quot;: &quot;2873&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 0.13999999999999915, &quot;style&quot;: {&quot;color&quot;: &quot;#46307e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.725667, 4.028583]]}, &quot;bbox&quot;: [9.725667, 4.028583, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2909&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 0.19607843137254924, &quot;style&quot;: {&quot;color&quot;: &quot;#414287&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.725767, 4.028683]]}, &quot;bbox&quot;: [9.725767, 4.028683, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2945&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 0.23333333333333428, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4d8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699006, 4.040886]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699006, 4.040886]}, {&quot;id&quot;: &quot;2981&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 0.27777777777777823, &quot;style&quot;: {&quot;color&quot;: &quot;#375a8c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699106, 4.040986]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699106, 4.040986]}, {&quot;id&quot;: &quot;3017&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17810.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 610.0, &quot;att&quot;: 0.5238095238095225, &quot;style&quot;: {&quot;color&quot;: &quot;#1f968b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683883, 4.033886], [9.688056, 4.037472]]}, &quot;bbox&quot;: [9.683883, 4.033886, 9.688056, 4.037472]}, {&quot;id&quot;: &quot;3053&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18820.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 610.0, &quot;att&quot;: 0.37037037037036996, &quot;style&quot;: {&quot;color&quot;: &quot;#2d718e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683983, 4.033986], [9.688156, 4.037572]]}, &quot;bbox&quot;: [9.683983, 4.033986, 9.688156, 4.037572]}, {&quot;id&quot;: &quot;3089&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 0.11764705882352983, &quot;style&quot;: {&quot;color&quot;: &quot;#472a7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.766222, 4.046556]]}, &quot;bbox&quot;: [9.766222, 4.029, 9.767833, 4.046556]}, {&quot;id&quot;: &quot;3125&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 0.03921568627451035, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.766322, 4.046656]]}, &quot;bbox&quot;: [9.766322, 4.0291, 9.767933, 4.046656]}, {&quot;id&quot;: &quot;3161&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 433.0, &quot;att&quot;: 0.2307692307692312, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4d8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706106, 4.040083], [9.703794, 4.036926]]}, &quot;bbox&quot;: [9.703794, 4.036926, 9.706106, 4.040083]}, {&quot;id&quot;: &quot;3197&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 433.0, &quot;att&quot;: 0.24999999999999872, &quot;style&quot;: {&quot;color&quot;: &quot;#3b518b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706206, 4.040183], [9.703894, 4.037026]]}, &quot;bbox&quot;: [9.703894, 4.037026, 9.706206, 4.040183]}, {&quot;id&quot;: &quot;3233&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 0.6976744186046505, &quot;style&quot;: {&quot;color&quot;: &quot;#42be71&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.711917, 4.037722]]}, &quot;bbox&quot;: [9.711917, 4.037722, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;3269&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 0.9130434782608684, &quot;style&quot;: {&quot;color&quot;: &quot;#c5e021&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.712017, 4.037821999999999]]}, &quot;bbox&quot;: [9.712017, 4.037821999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;3305&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 928.0, &quot;att&quot;: 0.24137931034482746, &quot;style&quot;: {&quot;color&quot;: &quot;#3c4f8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.741011, 4.038342]]}, &quot;bbox&quot;: [9.733028, 4.038342, 9.741011, 4.040819]}, {&quot;id&quot;: &quot;3341&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 928.0, &quot;att&quot;: 0.22641509433962195, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4a89&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.741111, 4.038442]]}, &quot;bbox&quot;: [9.733127999999999, 4.038442, 9.741111, 4.040919]}, {&quot;id&quot;: &quot;3377&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 441.0, &quot;att&quot;: 0.6428571428571433, &quot;style&quot;: {&quot;color&quot;: &quot;#2db27d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.70265, 4.03931]]}, &quot;bbox&quot;: [9.699006, 4.03931, 9.70265, 4.040886]}, {&quot;id&quot;: &quot;3413&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 441.0, &quot;att&quot;: 0.7142857142857132, &quot;style&quot;: {&quot;color&quot;: &quot;#4ac16d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.70275, 4.03941]]}, &quot;bbox&quot;: [9.699106, 4.03941, 9.70275, 4.040986]}, {&quot;id&quot;: &quot;3449&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 697.0, &quot;att&quot;: 0.16923076923076946, &quot;style&quot;: {&quot;color&quot;: &quot;#443a83&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774, 4.042306], [9.7795, 4.039278]]}, &quot;bbox&quot;: [9.774, 4.039278, 9.7795, 4.042306]}, {&quot;id&quot;: &quot;3485&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 697.0, &quot;att&quot;: 0.13861386138613854, &quot;style&quot;: {&quot;color&quot;: &quot;#46307e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774099999999999, 4.042406], [9.7796, 4.039378]]}, &quot;bbox&quot;: [9.774099999999999, 4.039378, 9.7796, 4.042406]}, {&quot;id&quot;: &quot;3522&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041057N-9.688122E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 387.0, &quot;att&quot;: 0.4583333333333342, &quot;style&quot;: {&quot;color&quot;: &quot;#24868e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.689827, 4.040697]]}, &quot;bbox&quot;: [9.686417, 4.040697, 9.689827, 4.041417]}, {&quot;id&quot;: &quot;3558&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 975.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762056, 4.03875], [9.754583, 4.043386]]}, &quot;bbox&quot;: [9.754583, 4.03875, 9.762056, 4.043386]}, {&quot;id&quot;: &quot;3594&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 975.0, &quot;att&quot;: 0.13953488372093065, &quot;style&quot;: {&quot;color&quot;: &quot;#46307e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762156, 4.03885], [9.754683, 4.043486]]}, &quot;bbox&quot;: [9.754683, 4.03885, 9.762156, 4.043486]}, {&quot;id&quot;: &quot;3630&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.22580645161290405, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4a89&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.728389, 4.041694]]}, &quot;bbox&quot;: [9.728389, 4.040819, 9.733028, 4.041694]}, {&quot;id&quot;: &quot;3666&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.018223234624145882, &quot;style&quot;: {&quot;color&quot;: &quot;#46075a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.728489, 4.041793999999999]]}, &quot;bbox&quot;: [9.728489, 4.040919, 9.733127999999999, 4.041793999999999]}, {&quot;id&quot;: &quot;3702&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 0.08620689655172407, &quot;style&quot;: {&quot;color&quot;: &quot;#482071&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.779361, 4.053694]]}, &quot;bbox&quot;: [9.767833, 4.029, 9.779361, 4.053694]}, {&quot;id&quot;: &quot;3738&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 0.10000000000000024, &quot;style&quot;: {&quot;color&quot;: &quot;#482475&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.779461, 4.053794]]}, &quot;bbox&quot;: [9.767933, 4.0291, 9.779461, 4.053794]}, {&quot;id&quot;: &quot;3774&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 0.09090909090909062, &quot;style&quot;: {&quot;color&quot;: &quot;#482173&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.747639, 4.043778]]}, &quot;bbox&quot;: [9.733028, 4.040819, 9.747639, 4.043778]}, {&quot;id&quot;: &quot;3810&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 0.2131147540983604, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4788&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.747739, 4.043877999999999]]}, &quot;bbox&quot;: [9.733127999999999, 4.040919, 9.747739, 4.043877999999999]}, {&quot;id&quot;: &quot;3846&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 0.06382978723404342, &quot;style&quot;: {&quot;color&quot;: &quot;#48186a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702978, 4.056559], [9.73025, 4.028444]]}, &quot;bbox&quot;: [9.702978, 4.028444, 9.73025, 4.056559]}, {&quot;id&quot;: &quot;3882&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 0.20454545454545428, &quot;style&quot;: {&quot;color&quot;: &quot;#404588&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703078, 4.056659], [9.73035, 4.028544]]}, &quot;bbox&quot;: [9.703078, 4.028544, 9.73035, 4.056659]}, {&quot;id&quot;: &quot;3918&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.42105263157894834, &quot;style&quot;: {&quot;color&quot;: &quot;#287d8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.69725, 4.04425]]}, &quot;bbox&quot;: [9.69725, 4.040886, 9.699006, 4.04425]}, {&quot;id&quot;: &quot;3954&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.454545454545454, &quot;style&quot;: {&quot;color&quot;: &quot;#25858e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.69735, 4.04435]]}, &quot;bbox&quot;: [9.69735, 4.040986, 9.699106, 4.04435]}, {&quot;id&quot;: &quot;3990&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 431.0, &quot;att&quot;: 0.2972972972972975, &quot;style&quot;: {&quot;color&quot;: &quot;#355f8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704083, 4.04244], [9.707889, 4.043194]]}, &quot;bbox&quot;: [9.704083, 4.04244, 9.707889, 4.043194]}, {&quot;id&quot;: &quot;4026&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 431.0, &quot;att&quot;: 0.2894736842105264, &quot;style&quot;: {&quot;color&quot;: &quot;#365d8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704183, 4.04254], [9.707989, 4.0432939999999995]]}, &quot;bbox&quot;: [9.704183, 4.04254, 9.707989, 4.0432939999999995]}, {&quot;id&quot;: &quot;4064&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043833N-9.687306E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 570.0, &quot;att&quot;: 0.5, &quot;style&quot;: {&quot;color&quot;: &quot;#21918c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.688194, 4.04625]]}, &quot;bbox&quot;: [9.686417, 4.041417, 9.688194, 4.04625]}, {&quot;id&quot;: &quot;4100&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 810.0, &quot;att&quot;: 0.3846153846153844, &quot;style&quot;: {&quot;color&quot;: &quot;#2b748e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707889, 4.043194], [9.700739, 4.044661]]}, &quot;bbox&quot;: [9.700739, 4.043194, 9.707889, 4.044661]}, {&quot;id&quot;: &quot;4136&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 810.0, &quot;att&quot;: 0.4, &quot;style&quot;: {&quot;color&quot;: &quot;#2a788e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707989, 4.0432939999999995], [9.700839, 4.044760999999999]]}, &quot;bbox&quot;: [9.700839, 4.0432939999999995, 9.707989, 4.044760999999999]}, {&quot;id&quot;: &quot;4172&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 706.0, &quot;att&quot;: 0.20833333333333345, &quot;style&quot;: {&quot;color&quot;: &quot;#404688&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728389, 4.041694], [9.72575, 4.0475]]}, &quot;bbox&quot;: [9.72575, 4.041694, 9.728389, 4.0475]}, {&quot;id&quot;: &quot;4208&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 706.0, &quot;att&quot;: 0.15909090909090817, &quot;style&quot;: {&quot;color&quot;: &quot;#453781&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728489, 4.041793999999999], [9.72585, 4.0476]]}, &quot;bbox&quot;: [9.72585, 4.041793999999999, 9.728489, 4.0476]}, {&quot;id&quot;: &quot;4244&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 0.15384615384615427, &quot;style&quot;: {&quot;color&quot;: &quot;#453581&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.699006, 4.040886, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4280&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 0.31999999999999884, &quot;style&quot;: {&quot;color&quot;: &quot;#32648e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.699106, 4.040986, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4316&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14487.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 611.0, &quot;att&quot;: 0.206896551724138, &quot;style&quot;: {&quot;color&quot;: &quot;#404588&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71598, 4.04642], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.71598, 4.04642, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4352&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14977.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 611.0, &quot;att&quot;: 0.22222222222222252, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4989&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71608, 4.04652], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.71608, 4.04652, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4388&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048013N-9.705195E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 822.0, &quot;att&quot;: 0.2909090909090912, &quot;style&quot;: {&quot;color&quot;: &quot;#365d8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703528, 4.044694], [9.706861, 4.051333]]}, &quot;bbox&quot;: [9.703528, 4.044694, 9.706861, 4.051333]}, {&quot;id&quot;: &quot;4424&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 317.0, &quot;att&quot;: 0.6901408450704222, &quot;style&quot;: {&quot;color&quot;: &quot;#3fbc73&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698333, 4.049556], [9.698917, 4.04675]]}, &quot;bbox&quot;: [9.698333, 4.04675, 9.698917, 4.049556]}, {&quot;id&quot;: &quot;4460&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 317.0, &quot;att&quot;: 0.9583333333333327, &quot;style&quot;: {&quot;color&quot;: &quot;#e5e419&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698433, 4.049656], [9.699017, 4.04685]]}, &quot;bbox&quot;: [9.698433, 4.04685, 9.699017, 4.049656]}, {&quot;id&quot;: &quot;4496&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 564.0, &quot;att&quot;: 0.12500000000000147, &quot;style&quot;: {&quot;color&quot;: &quot;#472d7b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706861, 4.051333], [9.708472, 4.0465]]}, &quot;bbox&quot;: [9.706861, 4.0465, 9.708472, 4.051333]}, {&quot;id&quot;: &quot;4532&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 564.0, &quot;att&quot;: 0.3913043478260868, &quot;style&quot;: {&quot;color&quot;: &quot;#2a768e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706961, 4.051432999999999], [9.708572, 4.0466]]}, &quot;bbox&quot;: [9.706961, 4.0466, 9.708572, 4.051432999999999]}, {&quot;id&quot;: &quot;4568&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 596.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.771911, 4.050192], [9.777253, 4.049658]]}, &quot;bbox&quot;: [9.771911, 4.049658, 9.777253, 4.050192]}, {&quot;id&quot;: &quot;4604&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 596.0, &quot;att&quot;: 0.031250000000000416, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.772011, 4.050292], [9.777353, 4.049758]]}, &quot;bbox&quot;: [9.772011, 4.049758, 9.777353, 4.050292]}, {&quot;id&quot;: &quot;4640&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050150N-9.740475E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 454.0, &quot;att&quot;: 0.032258064516129475, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741306, 4.052028], [9.739644, 4.048272]]}, &quot;bbox&quot;: [9.739644, 4.048272, 9.741306, 4.052028]}, {&quot;id&quot;: &quot;4676&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 522.0, &quot;att&quot;: 0.5576923076923072, &quot;style&quot;: {&quot;color&quot;: &quot;#1f9e89&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702389, 4.052444], [9.704556, 4.04825]]}, &quot;bbox&quot;: [9.702389, 4.04825, 9.704556, 4.052444]}, {&quot;id&quot;: &quot;4712&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 522.0, &quot;att&quot;: 0.5599999999999994, &quot;style&quot;: {&quot;color&quot;: &quot;#1f9f88&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702489, 4.052544], [9.704656, 4.04835]]}, &quot;bbox&quot;: [9.702489, 4.04835, 9.704656, 4.052544]}, {&quot;id&quot;: &quot;4748&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 956.0, &quot;att&quot;: 0.06250000000000018, &quot;style&quot;: {&quot;color&quot;: &quot;#48186a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.756833, 4.047389]]}, &quot;bbox&quot;: [9.750917, 4.047389, 9.756833, 4.053667]}, {&quot;id&quot;: &quot;4784&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 956.0, &quot;att&quot;: 0.04000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.756933, 4.047489]]}, &quot;bbox&quot;: [9.751017, 4.047489, 9.756933, 4.053767]}, {&quot;id&quot;: &quot;4820&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 0.08571428571428592, &quot;style&quot;: {&quot;color&quot;: &quot;#481f70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779361, 4.053694], [9.797806, 4.050472]]}, &quot;bbox&quot;: [9.779361, 4.050472, 9.797806, 4.053694]}, {&quot;id&quot;: &quot;4856&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 0.1111111111111115, &quot;style&quot;: {&quot;color&quot;: &quot;#482878&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779461, 4.053794], [9.797906, 4.050572]]}, &quot;bbox&quot;: [9.779461, 4.050572, 9.797906, 4.053794]}, {&quot;id&quot;: &quot;4892&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8363.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 0.0416666666666642, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.775889, 4.05525]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.775889, 4.05525]}, {&quot;id&quot;: &quot;4928&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8482.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 0.2, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.775989, 4.05535]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.775989, 4.05535]}, {&quot;id&quot;: &quot;4964&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.754444, 4.058167]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.754444, 4.058167]}, {&quot;id&quot;: &quot;5000&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.0022883295194508334, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.754544, 4.058267]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.754544, 4.058267]}, {&quot;id&quot;: &quot;5036&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 546.0, &quot;att&quot;: 0.06818181818181755, &quot;style&quot;: {&quot;color&quot;: &quot;#481a6c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.767556, 4.053639]]}, &quot;bbox&quot;: [9.767556, 4.053639, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5072&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 546.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.767656, 4.053739]]}, &quot;bbox&quot;: [9.767656, 4.053739, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5108&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 879.0, &quot;att&quot;: 0.8076923076923078, &quot;style&quot;: {&quot;color&quot;: &quot;#7fd34e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738694, 4.058056], [9.745611, 4.054186]]}, &quot;bbox&quot;: [9.738694, 4.054186, 9.745611, 4.058056]}, {&quot;id&quot;: &quot;5144&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 879.0, &quot;att&quot;: 0.6500000000000006, &quot;style&quot;: {&quot;color&quot;: &quot;#2fb47c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738794, 4.058155999999999], [9.745711, 4.054285999999999]]}, &quot;bbox&quot;: [9.738794, 4.054285999999999, 9.745711, 4.058155999999999]}, {&quot;id&quot;: &quot;5180&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 0.025641025641024193, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.743528, 4.059611]]}, &quot;bbox&quot;: [9.743528, 4.053667, 9.750917, 4.059611]}, {&quot;id&quot;: &quot;5216&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 0.09375000000000125, &quot;style&quot;: {&quot;color&quot;: &quot;#482374&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.743628, 4.059711]]}, &quot;bbox&quot;: [9.743628, 4.053767, 9.751017, 4.059711]}, {&quot;id&quot;: &quot;5252&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.19354838709677458, &quot;style&quot;: {&quot;color&quot;: &quot;#424186&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726194, 4.060028], [9.750917, 4.053667]]}, &quot;bbox&quot;: [9.726194, 4.053667, 9.750917, 4.060028]}, {&quot;id&quot;: &quot;5288&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.25714285714285673, &quot;style&quot;: {&quot;color&quot;: &quot;#3a538b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726294, 4.060128], [9.751017, 4.053767]]}, &quot;bbox&quot;: [9.726294, 4.053767, 9.751017, 4.060128]}, {&quot;id&quot;: &quot;5324&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.1999999999999993, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726393999999999, 4.060228], [9.751116999999999, 4.053867]]}, &quot;bbox&quot;: [9.726393999999999, 4.053867, 9.751116999999999, 4.060228]}, {&quot;id&quot;: &quot;5360&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.22222222222222135, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4989&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726493999999999, 4.060328], [9.751216999999999, 4.053967]]}, &quot;bbox&quot;: [9.726493999999999, 4.053967, 9.751216999999999, 4.060328]}, {&quot;id&quot;: &quot;5396&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_0&quot;, &quot;frequency&quot;: 12793.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.21428571428571247, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4788&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726594, 4.060428], [9.751317, 4.054067]]}, &quot;bbox&quot;: [9.726594, 4.054067, 9.751317, 4.060428]}, {&quot;id&quot;: &quot;5432&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_1&quot;, &quot;frequency&quot;: 13059.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.23684210526315724, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4e8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726694, 4.060528], [9.751417, 4.054167]]}, &quot;bbox&quot;: [9.726694, 4.054167, 9.751417, 4.060528]}, {&quot;id&quot;: &quot;5468&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 0.22222222222222135, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4989&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.734028, 4.06025]]}, &quot;bbox&quot;: [9.734028, 4.053667, 9.750917, 4.06025]}, {&quot;id&quot;: &quot;5504&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 0.11111111111111129, &quot;style&quot;: {&quot;color&quot;: &quot;#482878&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.734128, 4.06035]]}, &quot;bbox&quot;: [9.734128, 4.053767, 9.751017, 4.06035]}, {&quot;id&quot;: &quot;5540&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 630.0, &quot;att&quot;: 0.35135135135135226, &quot;style&quot;: {&quot;color&quot;: &quot;#2f6c8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.763167, 4.056417]]}, &quot;bbox&quot;: [9.763167, 4.056417, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5576&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 630.0, &quot;att&quot;: 0.26086956521739185, &quot;style&quot;: {&quot;color&quot;: &quot;#3a548c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.763266999999999, 4.0565169999999995]]}, &quot;bbox&quot;: [9.763266999999999, 4.0565169999999995, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5612&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4117.0, &quot;att&quot;: -0.016129032258064755, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.786861, 4.062806]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.786861, 4.062806]}, {&quot;id&quot;: &quot;5648&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 0.1999999999999988, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.786961, 4.062906]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.786961, 4.062906]}, {&quot;id&quot;: &quot;5684&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 0.6086956521739125, &quot;style&quot;: {&quot;color&quot;: &quot;#24aa83&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.720853, 4.053242]]}, &quot;bbox&quot;: [9.714664, 4.053242, 9.720853, 4.06425]}, {&quot;id&quot;: &quot;5720&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 0.500000000000004, &quot;style&quot;: {&quot;color&quot;: &quot;#21918c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.720953, 4.053342]]}, &quot;bbox&quot;: [9.714764, 4.053342, 9.720953, 4.06435]}, {&quot;id&quot;: &quot;5756&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 0.2075471698113198, &quot;style&quot;: {&quot;color&quot;: &quot;#404688&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.75311, 4.064069]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.75311, 4.064069]}, {&quot;id&quot;: &quot;5792&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 0.15789473684210514, &quot;style&quot;: {&quot;color&quot;: &quot;#453781&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.75321, 4.064169]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.75321, 4.064169]}, {&quot;id&quot;: &quot;5828&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.767778, 4.064361]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.767778, 4.064361]}, {&quot;id&quot;: &quot;5864&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.09677419354838614, &quot;style&quot;: {&quot;color&quot;: &quot;#482374&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.767878, 4.064461]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.767878, 4.064461]}, {&quot;id&quot;: &quot;5900&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 796.0, &quot;att&quot;: 0.2916666666666651, &quot;style&quot;: {&quot;color&quot;: &quot;#365d8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708444, 4.060333], [9.715412, 4.058638]]}, &quot;bbox&quot;: [9.708444, 4.058638, 9.715412, 4.060333]}, {&quot;id&quot;: &quot;5936&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 796.0, &quot;att&quot;: 0.4782608695652155, &quot;style&quot;: {&quot;color&quot;: &quot;#228b8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708544, 4.060433], [9.715512, 4.058738]]}, &quot;bbox&quot;: [9.708544, 4.058738, 9.715512, 4.060433]}, {&quot;id&quot;: &quot;5972&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 0.03703703703703753, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.759558, 4.066322]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.759558, 4.066322]}, {&quot;id&quot;: &quot;6008&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.759658, 4.066422]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.759658, 4.066422]}, {&quot;id&quot;: &quot;6044&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 0.1785714285714283, &quot;style&quot;: {&quot;color&quot;: &quot;#433d84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.777639, 4.063131]]}, &quot;bbox&quot;: [9.768444, 4.0585, 9.777639, 4.063131]}, {&quot;id&quot;: &quot;6080&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 0.18518518518518548, &quot;style&quot;: {&quot;color&quot;: &quot;#423f85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.777739, 4.063231]]}, &quot;bbox&quot;: [9.768544, 4.0586, 9.777739, 4.063231]}, {&quot;id&quot;: &quot;6116&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 498.0, &quot;att&quot;: 0.05882352941176413, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743528, 4.059611], [9.74569, 4.06356]]}, &quot;bbox&quot;: [9.743528, 4.059611, 9.74569, 4.06356]}, {&quot;id&quot;: &quot;6152&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 498.0, &quot;att&quot;: 0.03703703703703499, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743628, 4.059711], [9.74579, 4.06366]]}, &quot;bbox&quot;: [9.743628, 4.059711, 9.74579, 4.06366]}, {&quot;id&quot;: &quot;6188&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 741.0, &quot;att&quot;: 0.3749999999999996, &quot;style&quot;: {&quot;color&quot;: &quot;#2c718e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704333, 4.059583], [9.706333, 4.065972]]}, &quot;bbox&quot;: [9.704333, 4.059583, 9.706333, 4.065972]}, {&quot;id&quot;: &quot;6224&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 741.0, &quot;att&quot;: 0.3333333333333345, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704433, 4.059683], [9.706433, 4.066072]]}, &quot;bbox&quot;: [9.704433, 4.059683, 9.706433, 4.066072]}, {&quot;id&quot;: &quot;6260&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 603.0, &quot;att&quot;: 0.21212121212121102, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4788&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.719389, 4.061556]]}, &quot;bbox&quot;: [9.714664, 4.061556, 9.719389, 4.06425]}, {&quot;id&quot;: &quot;6296&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 603.0, &quot;att&quot;: 0.1290322580645156, &quot;style&quot;: {&quot;color&quot;: &quot;#472e7c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.719489, 4.061656]]}, &quot;bbox&quot;: [9.714764, 4.061656, 9.719489, 4.06435]}, {&quot;id&quot;: &quot;6332&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 669.0, &quot;att&quot;: 0.1071428571428585, &quot;style&quot;: {&quot;color&quot;: &quot;#482677&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759558, 4.066322], [9.76425, 4.062528]]}, &quot;bbox&quot;: [9.759558, 4.062528, 9.76425, 4.066322]}, {&quot;id&quot;: &quot;6368&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 669.0, &quot;att&quot;: 0.08333333333333431, &quot;style&quot;: {&quot;color&quot;: &quot;#481f70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759658, 4.066422], [9.76435, 4.062628]]}, &quot;bbox&quot;: [9.759658, 4.062628, 9.76435, 4.066422]}, {&quot;id&quot;: &quot;6404&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 451.0, &quot;att&quot;: 0.3157894736842115, &quot;style&quot;: {&quot;color&quot;: &quot;#33638d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710083, 4.063917], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.710083, 4.063917, 9.71287, 4.06688]}, {&quot;id&quot;: &quot;6440&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 451.0, &quot;att&quot;: 0.2777777777777771, &quot;style&quot;: {&quot;color&quot;: &quot;#375a8c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710182999999999, 4.064017], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.710182999999999, 4.064017, 9.71297, 4.06698]}, {&quot;id&quot;: &quot;6476&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 924.0, &quot;att&quot;: 0.11428571428571388, &quot;style&quot;: {&quot;color&quot;: &quot;#482979&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79152, 4.065848], [9.799722, 4.06725]]}, &quot;bbox&quot;: [9.79152, 4.065848, 9.799722, 4.06725]}, {&quot;id&quot;: &quot;6512&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 924.0, &quot;att&quot;: 0.13333333333333286, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79162, 4.065948], [9.799821999999999, 4.067349999999999]]}, &quot;bbox&quot;: [9.79162, 4.065948, 9.799821999999999, 4.067349999999999]}, {&quot;id&quot;: &quot;6548&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.16666666666666619, &quot;style&quot;: {&quot;color&quot;: &quot;#443983&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.72547, 4.07139]}, {&quot;id&quot;: &quot;6584&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.21874999999999895, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4889&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.72557, 4.07149]}, {&quot;id&quot;: &quot;6620&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 932.0, &quot;att&quot;: 0.8888888888888888, &quot;style&quot;: {&quot;color&quot;: &quot;#b5de2b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.722972, 4.065667], [9.729139, 4.071389]]}, &quot;bbox&quot;: [9.722972, 4.065667, 9.729139, 4.071389]}, {&quot;id&quot;: &quot;6656&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 932.0, &quot;att&quot;: 0.7999999999999987, &quot;style&quot;: {&quot;color&quot;: &quot;#7ad151&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.723072, 4.065767], [9.729239, 4.071489]]}, &quot;bbox&quot;: [9.723072, 4.065767, 9.729239, 4.071489]}, {&quot;id&quot;: &quot;6692&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 535.0, &quot;att&quot;: 0.42857142857142855, &quot;style&quot;: {&quot;color&quot;: &quot;#277f8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714869, 4.071278], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.71287, 4.06688, 9.714869, 4.071278]}, {&quot;id&quot;: &quot;6728&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 535.0, &quot;att&quot;: 0.4444444444444444, &quot;style&quot;: {&quot;color&quot;: &quot;#26828e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714969, 4.071378], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.71297, 4.06698, 9.714969, 4.071378]}, {&quot;id&quot;: &quot;6764&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 407.0, &quot;att&quot;: 0.2413793103448281, &quot;style&quot;: {&quot;color&quot;: &quot;#3c4f8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729139, 4.071389], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.72547, 4.071389, 9.729139, 4.07139]}, {&quot;id&quot;: &quot;6800&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 407.0, &quot;att&quot;: 0.20689655172413607, &quot;style&quot;: {&quot;color&quot;: &quot;#404588&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729239, 4.071489], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.72557, 4.071489, 9.729239, 4.07149]}, {&quot;id&quot;: &quot;6836&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 731.0, &quot;att&quot;: 1.5, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736111, 4.072222], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.736111, 4.072222, 9.742681, 4.072661]}, {&quot;id&quot;: &quot;6872&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 731.0, &quot;att&quot;: 0.5000000000000013, &quot;style&quot;: {&quot;color&quot;: &quot;#21918c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736210999999999, 4.072322], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.736210999999999, 4.072322, 9.742780999999999, 4.072761]}, {&quot;id&quot;: &quot;6908&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 561.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76925, 4.071639], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.76925, 4.071639, 9.774, 4.073367]}, {&quot;id&quot;: &quot;6944&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 561.0, &quot;att&quot;: 0.07692307692307797, &quot;style&quot;: {&quot;color&quot;: &quot;#481c6e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76935, 4.071739], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.76935, 4.071739, 9.774099999999999, 4.073467]}, {&quot;id&quot;: &quot;6980&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 0.3000000000000007, &quot;style&quot;: {&quot;color&quot;: &quot;#355f8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.721058, 4.084075]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.721058, 4.084075]}, {&quot;id&quot;: &quot;7016&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 0.24000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#3c4f8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.721157999999999, 4.084175]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.721157999999999, 4.084175]}, {&quot;id&quot;: &quot;7052&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 0.16666666666666666, &quot;style&quot;: {&quot;color&quot;: &quot;#443983&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.761667, 4.074778]}, {&quot;id&quot;: &quot;7088&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.761766999999999, 4.074878]}, {&quot;id&quot;: &quot;7124&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.3529411764705885, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6d8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719639, 4.070306], [9.719417, 4.079889]]}, &quot;bbox&quot;: [9.719417, 4.070306, 9.719639, 4.079889]}, {&quot;id&quot;: &quot;7160&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.28000000000000114, &quot;style&quot;: {&quot;color&quot;: &quot;#375a8c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719739, 4.070406], [9.719517, 4.079988999999999]]}, &quot;bbox&quot;: [9.719517, 4.070406, 9.719739, 4.079988999999999]}, {&quot;id&quot;: &quot;7196&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 0.20000000000000048, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.781778, 4.069972]]}, &quot;bbox&quot;: [9.781778, 4.069972, 9.786083, 4.0817]}, {&quot;id&quot;: &quot;7232&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 0.20833333333333345, &quot;style&quot;: {&quot;color&quot;: &quot;#404688&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.781877999999999, 4.070072]]}, &quot;bbox&quot;: [9.781877999999999, 4.070072, 9.786183, 4.081799999999999]}, {&quot;id&quot;: &quot;7268&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.07142857142857083, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.75645, 4.07833]]}, &quot;bbox&quot;: [9.75645, 4.074778, 9.761667, 4.07833]}, {&quot;id&quot;: &quot;7304&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.006279434850863511, &quot;style&quot;: {&quot;color&quot;: &quot;#440256&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.756549999999999, 4.07843]]}, &quot;bbox&quot;: [9.756549999999999, 4.074878, 9.761766999999999, 4.07843]}, {&quot;id&quot;: &quot;7340&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 480.0, &quot;att&quot;: 0.31818181818181906, &quot;style&quot;: {&quot;color&quot;: &quot;#32648e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719417, 4.079889], [9.721778, 4.07625]]}, &quot;bbox&quot;: [9.719417, 4.07625, 9.721778, 4.079889]}, {&quot;id&quot;: &quot;7376&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 480.0, &quot;att&quot;: 0.4399999999999977, &quot;style&quot;: {&quot;color&quot;: &quot;#26828e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719517, 4.079988999999999], [9.721878, 4.07635]]}, &quot;bbox&quot;: [9.719517, 4.07635, 9.721878, 4.079988999999999]}, {&quot;id&quot;: &quot;7412&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 0.08000000000000114, &quot;style&quot;: {&quot;color&quot;: &quot;#481d6f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756825, 4.081867], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.756825, 4.081867]}, {&quot;id&quot;: &quot;7448&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 0.11538461538461696, &quot;style&quot;: {&quot;color&quot;: &quot;#482979&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756924999999999, 4.081967], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.756924999999999, 4.081967]}, {&quot;id&quot;: &quot;7484&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 0.32142857142857123, &quot;style&quot;: {&quot;color&quot;: &quot;#32658e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.801611, 4.076722]]}, &quot;bbox&quot;: [9.786083, 4.076722, 9.801611, 4.0817]}, {&quot;id&quot;: &quot;7520&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 0.28000000000000114, &quot;style&quot;: {&quot;color&quot;: &quot;#375a8c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.801711, 4.076822]]}, &quot;bbox&quot;: [9.786183, 4.076822, 9.801711, 4.081799999999999]}, {&quot;id&quot;: &quot;7556&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 0.1290322580645156, &quot;style&quot;: {&quot;color&quot;: &quot;#472e7c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.742681, 4.072661, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;7592&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 0.1111111111111109, &quot;style&quot;: {&quot;color&quot;: &quot;#482878&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.742780999999999, 4.072761, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;7628&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.752944, 4.073367, 9.774, 4.085936]}, {&quot;id&quot;: &quot;7664&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 0.07692307692307797, &quot;style&quot;: {&quot;color&quot;: &quot;#481c6e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.753044, 4.073467, 9.774099999999999, 4.086036]}, {&quot;id&quot;: &quot;7700&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080070N-9.789737E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18848.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 888.0, &quot;att&quot;: 0.8333333333333413, &quot;style&quot;: {&quot;color&quot;: &quot;#90d743&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.79339, 4.07844]]}, &quot;bbox&quot;: [9.786083, 4.07844, 9.79339, 4.0817]}, {&quot;id&quot;: &quot;7736&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 0.4375000000000014, &quot;style&quot;: {&quot;color&quot;: &quot;#26828e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.753278, 4.074861]]}, &quot;bbox&quot;: [9.752944, 4.074861, 9.753278, 4.085936]}, {&quot;id&quot;: &quot;7772&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 0.227272727272727, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4c8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.753378, 4.074961]]}, &quot;bbox&quot;: [9.753044, 4.074961, 9.753378, 4.086036]}, {&quot;id&quot;: &quot;7808&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 968.0, &quot;att&quot;: 0.14285714285713996, &quot;style&quot;: {&quot;color&quot;: &quot;#46327e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765535, 4.081441], [9.756825, 4.081867]]}, &quot;bbox&quot;: [9.756825, 4.081441, 9.765535, 4.081867]}, {&quot;id&quot;: &quot;7844&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 968.0, &quot;att&quot;: 0.05000000000000071, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765635, 4.081541], [9.756924999999999, 4.081967]]}, &quot;bbox&quot;: [9.756924999999999, 4.081541, 9.765635, 4.081967]}, {&quot;id&quot;: &quot;7880&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 0.17391304347826303, &quot;style&quot;: {&quot;color&quot;: &quot;#443b84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.7949, 4.08393]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.7949, 4.08393]}, {&quot;id&quot;: &quot;7916&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 0.17391304347826048, &quot;style&quot;: {&quot;color&quot;: &quot;#443b84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.795, 4.084029999999999]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.795, 4.084029999999999]}, {&quot;id&quot;: &quot;7952&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 895.0, &quot;att&quot;: 0.3023255813953484, &quot;style&quot;: {&quot;color&quot;: &quot;#34608d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.77848, 4.08438]]}, &quot;bbox&quot;: [9.77848, 4.0817, 9.786083, 4.08438]}, {&quot;id&quot;: &quot;7988&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 895.0, &quot;att&quot;: 0.3333333333333333, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.77858, 4.08448]]}, &quot;bbox&quot;: [9.77858, 4.081799999999999, 9.786183, 4.08448]}, {&quot;id&quot;: &quot;8024&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 0.6363636363636317, &quot;style&quot;: {&quot;color&quot;: &quot;#2ab07f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.751769, 4.093194]]}, &quot;bbox&quot;: [9.751769, 4.074778, 9.761667, 4.093194]}, {&quot;id&quot;: &quot;8060&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 0.22222222222222332, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4989&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.751869, 4.093294]]}, &quot;bbox&quot;: [9.751869, 4.074878, 9.761766999999999, 4.093294]}, {&quot;id&quot;: &quot;8096&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 0.17647058823529216, &quot;style&quot;: {&quot;color&quot;: &quot;#433d84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.728889, 4.083056]]}, &quot;bbox&quot;: [9.728889, 4.083056, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8132&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 0.4444444444444436, &quot;style&quot;: {&quot;color&quot;: &quot;#26828e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.728989, 4.083156]]}, &quot;bbox&quot;: [9.728989, 4.083156, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8168&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 0.33333333333333237, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.738306, 4.083528]]}, &quot;bbox&quot;: [9.738306, 4.083528, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8204&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 0.26923076923077016, &quot;style&quot;: {&quot;color&quot;: &quot;#39568c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.738406, 4.083628]]}, &quot;bbox&quot;: [9.738406, 4.083628, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8240&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 947.0, &quot;att&quot;: 0.2857142857142862, &quot;style&quot;: {&quot;color&quot;: &quot;#365c8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.783583, 4.089889]]}, &quot;bbox&quot;: [9.783583, 4.0817, 9.786083, 4.089889]}, {&quot;id&quot;: &quot;8276&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 947.0, &quot;att&quot;: 0.2105263157894731, &quot;style&quot;: {&quot;color&quot;: &quot;#404688&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.783683, 4.089989]]}, &quot;bbox&quot;: [9.783683, 4.081799999999999, 9.786183, 4.089989]}, {&quot;id&quot;: &quot;8312&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 0.6923076923076927, &quot;style&quot;: {&quot;color&quot;: &quot;#40bd72&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.743333, 4.074778, 9.761667, 4.097333]}, {&quot;id&quot;: &quot;8348&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 0.5833333333333344, &quot;style&quot;: {&quot;color&quot;: &quot;#20a486&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.743433, 4.074878, 9.761766999999999, 4.097433]}, {&quot;id&quot;: &quot;8384&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 0.6060606060606066, &quot;style&quot;: {&quot;color&quot;: &quot;#24aa83&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.76601, 4.08663]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.76601, 4.08663]}, {&quot;id&quot;: &quot;8420&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 0.41860465116279033, &quot;style&quot;: {&quot;color&quot;: &quot;#287d8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.76611, 4.08673]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.76611, 4.08673]}, {&quot;id&quot;: &quot;8456&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 0.15151515151515133, &quot;style&quot;: {&quot;color&quot;: &quot;#463480&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.808667, 4.091389]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.808667, 4.091389]}, {&quot;id&quot;: &quot;8492&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 0.1785714285714283, &quot;style&quot;: {&quot;color&quot;: &quot;#433d84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.808767, 4.091489]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.808767, 4.091489]}, {&quot;id&quot;: &quot;8528&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 830.0, &quot;att&quot;: 0.29787234042553146, &quot;style&quot;: {&quot;color&quot;: &quot;#355f8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.758611, 4.090833]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.758611, 4.090833]}, {&quot;id&quot;: &quot;8564&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 830.0, &quot;att&quot;: 0.42000000000000026, &quot;style&quot;: {&quot;color&quot;: &quot;#287d8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.758711, 4.090933]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.758711, 4.090933]}, {&quot;id&quot;: &quot;8600&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 555.0, &quot;att&quot;: 0.1874999999999989, &quot;style&quot;: {&quot;color&quot;: &quot;#423f85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73381, 4.08679], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.73381, 4.08679, 9.736042, 4.091278]}, {&quot;id&quot;: &quot;8636&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 555.0, &quot;att&quot;: 0.35999999999999943, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6f8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73391, 4.0868899999999995], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.73391, 4.0868899999999995, 9.736142, 4.091378]}, {&quot;id&quot;: &quot;8672&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.744, 4.104861]]}, &quot;bbox&quot;: [9.744, 4.074778, 9.761667, 4.104861]}, {&quot;id&quot;: &quot;8708&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 0.2285714285714318, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4c8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.7441, 4.104960999999999]]}, &quot;bbox&quot;: [9.7441, 4.074878, 9.761766999999999, 4.104960999999999]}, {&quot;id&quot;: &quot;8744&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 889.0, &quot;att&quot;: 0.07142857142857252, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76601, 4.08663], [9.764367, 4.0945]]}, &quot;bbox&quot;: [9.764367, 4.08663, 9.76601, 4.0945]}, {&quot;id&quot;: &quot;8780&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 889.0, &quot;att&quot;: 0.17647058823529288, &quot;style&quot;: {&quot;color&quot;: &quot;#433d84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76611, 4.08673], [9.764467, 4.0946]]}, &quot;bbox&quot;: [9.764467, 4.08673, 9.76611, 4.0946]}, {&quot;id&quot;: &quot;8816&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 736.0, &quot;att&quot;: 0.2666666666666657, &quot;style&quot;: {&quot;color&quot;: &quot;#39568c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729444, 4.091944], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.729444, 4.091278, 9.736042, 4.091944]}, {&quot;id&quot;: &quot;8852&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 736.0, &quot;att&quot;: 0.227272727272727, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4c8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729544, 4.092044], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.729544, 4.091378, 9.736142, 4.092044]}, {&quot;id&quot;: &quot;8888&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 419.0, &quot;att&quot;: 0.30769230769230915, &quot;style&quot;: {&quot;color&quot;: &quot;#34618d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74168, 4.09393], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.74168, 4.09393, 9.743333, 4.097333]}, {&quot;id&quot;: &quot;8924&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 419.0, &quot;att&quot;: 0.3913043478260868, &quot;style&quot;: {&quot;color&quot;: &quot;#2a768e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:20:00&quot;, &quot;2019-07-18T01:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74178, 4.09403], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.74178, 4.09403, 9.743433, 4.097433]}, {&quot;id&quot;: &quot;30&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 0.37037037037036996, &quot;style&quot;: {&quot;color&quot;: &quot;#2d718e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.791866, 3.97665]]}, &quot;bbox&quot;: [9.787167, 3.97665, 9.791866, 3.992722]}, {&quot;id&quot;: &quot;66&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 0.2500000000000013, &quot;style&quot;: {&quot;color&quot;: &quot;#3b528b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.791966, 3.97675]]}, &quot;bbox&quot;: [9.787267, 3.97675, 9.791966, 3.9928220000000003]}, {&quot;id&quot;: &quot;102&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.026315789473684605, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.81613, 3.97866]]}, &quot;bbox&quot;: [9.787167, 3.97866, 9.81613, 3.992722]}, {&quot;id&quot;: &quot;138&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.009107468123861567, &quot;style&quot;: {&quot;color&quot;: &quot;#450457&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.81623, 3.9787600000000003]]}, &quot;bbox&quot;: [9.787267, 3.9787600000000003, 9.81623, 3.9928220000000003]}, {&quot;id&quot;: &quot;174&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 556.0, &quot;att&quot;: 0.24999999999999944, &quot;style&quot;: {&quot;color&quot;: &quot;#3b518b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763806, 3.997361], [9.75885, 3.99663]]}, &quot;bbox&quot;: [9.75885, 3.99663, 9.763806, 3.997361]}, {&quot;id&quot;: &quot;210&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 556.0, &quot;att&quot;: 0.4285714285714278, &quot;style&quot;: {&quot;color&quot;: &quot;#277f8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763906, 3.9974610000000004], [9.75895, 3.9967300000000003]]}, &quot;bbox&quot;: [9.75895, 3.9967300000000003, 9.763906, 3.9974610000000004]}, {&quot;id&quot;: &quot;246&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 402.0, &quot;att&quot;: 0.7058823529411762, &quot;style&quot;: {&quot;color&quot;: &quot;#46c06f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745083, 4.002553], [9.748639, 4.003231]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.748639, 4.003231]}, {&quot;id&quot;: &quot;282&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 402.0, &quot;att&quot;: 0.3086419753086419, &quot;style&quot;: {&quot;color&quot;: &quot;#33628d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745182999999999, 4.002653], [9.748739, 4.003331]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.748739, 4.003331]}, {&quot;id&quot;: &quot;318&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 774.0, &quot;att&quot;: 0.47727272727272774, &quot;style&quot;: {&quot;color&quot;: &quot;#228b8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76732, 4.003512], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.76732, 4.003512, 9.767719, 4.0105]}, {&quot;id&quot;: &quot;354&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 774.0, &quot;att&quot;: 0.42857142857142855, &quot;style&quot;: {&quot;color&quot;: &quot;#277f8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76742, 4.0036119999999995], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.76742, 4.0036119999999995, 9.767819, 4.0106]}, {&quot;id&quot;: &quot;390&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 0.15151515151515166, &quot;style&quot;: {&quot;color&quot;: &quot;#463480&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799472, 4.004194], [9.778111, 4.012278]]}, &quot;bbox&quot;: [9.778111, 4.004194, 9.799472, 4.012278]}, {&quot;id&quot;: &quot;426&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 0.1481481481481501, &quot;style&quot;: {&quot;color&quot;: &quot;#46337f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799572, 4.004294], [9.778211, 4.012378]]}, &quot;bbox&quot;: [9.778211, 4.004294, 9.799572, 4.012378]}, {&quot;id&quot;: &quot;462&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 0.611111111111112, &quot;style&quot;: {&quot;color&quot;: &quot;#25ab82&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.705944, 4.01775], [9.701194, 4.008306]]}, &quot;bbox&quot;: [9.701194, 4.008306, 9.705944, 4.01775]}, {&quot;id&quot;: &quot;498&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 0.042345276872964084, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706044, 4.01785], [9.701293999999999, 4.008406]]}, &quot;bbox&quot;: [9.701293999999999, 4.008406, 9.706044, 4.01785]}, {&quot;id&quot;: &quot;534&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 0.2307692307692291, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4d8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.763806, 3.997361]]}, &quot;bbox&quot;: [9.763806, 3.997361, 9.767833, 4.029]}, {&quot;id&quot;: &quot;570&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 0.32432432432432357, &quot;style&quot;: {&quot;color&quot;: &quot;#31668e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.763906, 3.9974610000000004]]}, &quot;bbox&quot;: [9.763906, 3.9974610000000004, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;606&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 0.38961038961038946, &quot;style&quot;: {&quot;color&quot;: &quot;#2b758e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741417, 4.009639], [9.723611, 4.020194]]}, &quot;bbox&quot;: [9.723611, 4.009639, 9.741417, 4.020194]}, {&quot;id&quot;: &quot;642&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 0.5641025641025637, &quot;style&quot;: {&quot;color&quot;: &quot;#1fa088&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741517, 4.009739], [9.723711, 4.020294]]}, &quot;bbox&quot;: [9.723711, 4.009739, 9.741517, 4.020294]}, {&quot;id&quot;: &quot;678&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 0.09803921568627462, &quot;style&quot;: {&quot;color&quot;: &quot;#482475&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.745083, 4.002553]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.767833, 4.029]}, {&quot;id&quot;: &quot;714&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 0.12000000000000076, &quot;style&quot;: {&quot;color&quot;: &quot;#472a7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.745182999999999, 4.002653]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;750&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 466.0, &quot;att&quot;: 0.24000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#3c4f8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73456, 4.01734]]}, &quot;bbox&quot;: [9.73456, 4.015972, 9.738528, 4.01734]}, {&quot;id&quot;: &quot;786&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 466.0, &quot;att&quot;: 0.2758620689655173, &quot;style&quot;: {&quot;color&quot;: &quot;#38598c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73466, 4.01744]]}, &quot;bbox&quot;: [9.73466, 4.016071999999999, 9.738628, 4.01744]}, {&quot;id&quot;: &quot;822&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8335.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 0.44000000000000056, &quot;style&quot;: {&quot;color&quot;: &quot;#26828e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.762056, 4.004472]]}, &quot;bbox&quot;: [9.762056, 4.004472, 9.767833, 4.029]}, {&quot;id&quot;: &quot;858&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8454.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 0.3333333333333356, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.762156, 4.004572]]}, &quot;bbox&quot;: [9.762156, 4.004572, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;894&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 0.11666666666666596, &quot;style&quot;: {&quot;color&quot;: &quot;#482979&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.768083, 4.017917]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.768083, 4.017917]}, {&quot;id&quot;: &quot;930&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 0.2127659574468087, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4788&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.768183, 4.0180169999999995]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.768183, 4.0180169999999995]}, {&quot;id&quot;: &quot;966&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.3529411764705892, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6d8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727083, 4.023444], [9.72629, 4.01048]]}, &quot;bbox&quot;: [9.72629, 4.01048, 9.727083, 4.023444]}, {&quot;id&quot;: &quot;1002&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.13513513513513503, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727183, 4.023543999999999], [9.72639, 4.01058]]}, &quot;bbox&quot;: [9.72639, 4.01058, 9.727183, 4.023543999999999]}, {&quot;id&quot;: &quot;1038&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 0.25714285714285473, &quot;style&quot;: {&quot;color&quot;: &quot;#3a538b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.757556, 4.0195]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.757556, 4.0195]}, {&quot;id&quot;: &quot;1074&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 0.2926829268292689, &quot;style&quot;: {&quot;color&quot;: &quot;#365d8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.757655999999999, 4.0196]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.757655999999999, 4.0196]}, {&quot;id&quot;: &quot;1110&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 0.8863636363636364, &quot;style&quot;: {&quot;color&quot;: &quot;#b2dd2d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.756817, 4.008442]]}, &quot;bbox&quot;: [9.756817, 4.008442, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1146&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 0.9247311827957001, &quot;style&quot;: {&quot;color&quot;: &quot;#cde11d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.756917, 4.008541999999999]]}, &quot;bbox&quot;: [9.756917, 4.008541999999999, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1182&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.02610114192495924, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744694, 4.014417], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.744694, 4.014417, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1218&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.0459183673469387, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744794, 4.014517], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.744794, 4.014517, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1254&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 0.29411764705882426, &quot;style&quot;: {&quot;color&quot;: &quot;#355e8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.767719, 4.0105, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1290&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 0.2888888888888903, &quot;style&quot;: {&quot;color&quot;: &quot;#365c8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.767819, 4.0106, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1326&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 0.0681818181818181, &quot;style&quot;: {&quot;color&quot;: &quot;#481a6c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.780278, 4.023889]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.780278, 4.023889]}, {&quot;id&quot;: &quot;1362&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 0.14285714285714365, &quot;style&quot;: {&quot;color&quot;: &quot;#46327e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.780377999999999, 4.023988999999999]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.780377999999999, 4.023988999999999]}, {&quot;id&quot;: &quot;1398&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 0.3947368421052627, &quot;style&quot;: {&quot;color&quot;: &quot;#2a778e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.721083, 4.0115]]}, &quot;bbox&quot;: [9.696744, 4.0115, 9.721083, 4.029381]}, {&quot;id&quot;: &quot;1434&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 0.2653061224489791, &quot;style&quot;: {&quot;color&quot;: &quot;#39558c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.721183, 4.0116]]}, &quot;bbox&quot;: [9.696844, 4.0116, 9.721183, 4.029481]}, {&quot;id&quot;: &quot;1470&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 654.0, &quot;att&quot;: 0.2166666666666662, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4889&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743889, 4.0194], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.743889, 4.0194, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1506&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 654.0, &quot;att&quot;: 0.4482758620689672, &quot;style&quot;: {&quot;color&quot;: &quot;#25838e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743989, 4.0195], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.743989, 4.0195, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1542&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024043N-9.680260E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2266.0, &quot;att&quot;: 0.42222222222222255, &quot;style&quot;: {&quot;color&quot;: &quot;#277e8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.67025, 4.022056], [9.69027, 4.02603]]}, &quot;bbox&quot;: [9.67025, 4.022056, 9.69027, 4.02603]}, {&quot;id&quot;: &quot;1578&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 0.1379310344827582, &quot;style&quot;: {&quot;color&quot;: &quot;#46307e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.72802, 4.03279]]}, &quot;bbox&quot;: [9.72802, 4.015972, 9.738528, 4.03279]}, {&quot;id&quot;: &quot;1614&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 0.18749999999999806, &quot;style&quot;: {&quot;color&quot;: &quot;#423f85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.72812, 4.03289]]}, &quot;bbox&quot;: [9.72812, 4.016071999999999, 9.738628, 4.03289]}, {&quot;id&quot;: &quot;1650&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.8679245283018864, &quot;style&quot;: {&quot;color&quot;: &quot;#a8db34&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.69921, 4.02012]]}, &quot;bbox&quot;: [9.696744, 4.02012, 9.69921, 4.029381]}, {&quot;id&quot;: &quot;1686&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.2867132867132867, &quot;style&quot;: {&quot;color&quot;: &quot;#365c8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.69931, 4.02022]]}, &quot;bbox&quot;: [9.696844, 4.02022, 9.69931, 4.029481]}, {&quot;id&quot;: &quot;1722&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18737.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 0.2121212121212127, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4788&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.77399, 4.02125]]}, &quot;bbox&quot;: [9.767833, 4.02125, 9.77399, 4.029]}, {&quot;id&quot;: &quot;1758&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17727.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 0.19354838709677458, &quot;style&quot;: {&quot;color&quot;: &quot;#424186&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.77409, 4.02135]]}, &quot;bbox&quot;: [9.767933, 4.02135, 9.77409, 4.0291]}, {&quot;id&quot;: &quot;1794&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14431.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 874.0, &quot;att&quot;: 0.31034482758620824, &quot;style&quot;: {&quot;color&quot;: &quot;#33628d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737194, 4.022139], [9.741992, 4.0284]]}, &quot;bbox&quot;: [9.737194, 4.022139, 9.741992, 4.0284]}, {&quot;id&quot;: &quot;1830&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14921.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 874.0, &quot;att&quot;: 0.29999999999999954, &quot;style&quot;: {&quot;color&quot;: &quot;#355f8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737294, 4.022239], [9.742092, 4.0285]]}, &quot;bbox&quot;: [9.737294, 4.022239, 9.742092, 4.0285]}, {&quot;id&quot;: &quot;1866&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.25714285714285673, &quot;style&quot;: {&quot;color&quot;: &quot;#3a538b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73325, 4.035278]]}, &quot;bbox&quot;: [9.73325, 4.015972, 9.738528, 4.035278]}, {&quot;id&quot;: &quot;1902&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.5599999999999994, &quot;style&quot;: {&quot;color&quot;: &quot;#1f9f88&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73335, 4.035378]]}, &quot;bbox&quot;: [9.73335, 4.016071999999999, 9.738628, 4.035378]}, {&quot;id&quot;: &quot;1938&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 0.43137254901960886, &quot;style&quot;: {&quot;color&quot;: &quot;#27808e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.70976, 4.02238]]}, &quot;bbox&quot;: [9.696744, 4.02238, 9.70976, 4.029381]}, {&quot;id&quot;: &quot;1974&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 0.5, &quot;style&quot;: {&quot;color&quot;: &quot;#21918c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.709859999999999, 4.02248]]}, &quot;bbox&quot;: [9.696844, 4.02248, 9.709859999999999, 4.029481]}, {&quot;id&quot;: &quot;2010&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 755.0, &quot;att&quot;: 0.48484848484848464, &quot;style&quot;: {&quot;color&quot;: &quot;#228d8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.694556, 4.022917]]}, &quot;bbox&quot;: [9.694556, 4.022917, 9.696744, 4.029381]}, {&quot;id&quot;: &quot;2046&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 755.0, &quot;att&quot;: 0.4499999999999993, &quot;style&quot;: {&quot;color&quot;: &quot;#25848e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.694656, 4.023016999999999]]}, &quot;bbox&quot;: [9.694656, 4.023016999999999, 9.696844, 4.029481]}, {&quot;id&quot;: &quot;2082&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 0.32258064516129015, &quot;style&quot;: {&quot;color&quot;: &quot;#32658e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.72684, 4.01658]]}, &quot;bbox&quot;: [9.72684, 4.01658, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2118&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 0.30232558139534954, &quot;style&quot;: {&quot;color&quot;: &quot;#34608d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.726939999999999, 4.01668]]}, &quot;bbox&quot;: [9.726939999999999, 4.01668, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2154&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 364.0, &quot;att&quot;: 0.6428571428571425, &quot;style&quot;: {&quot;color&quot;: &quot;#2db27d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.705139, 4.028333]]}, &quot;bbox&quot;: [9.701944, 4.028333, 9.705139, 4.029083]}, {&quot;id&quot;: &quot;2190&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 364.0, &quot;att&quot;: 0.5294117647058806, &quot;style&quot;: {&quot;color&quot;: &quot;#1f978b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.705239, 4.028433]]}, &quot;bbox&quot;: [9.702043999999999, 4.028433, 9.705239, 4.029183]}, {&quot;id&quot;: &quot;2226&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 0.4186046511627913, &quot;style&quot;: {&quot;color&quot;: &quot;#287d8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.686417, 4.029444]]}, &quot;bbox&quot;: [9.686417, 4.029381, 9.696744, 4.029444]}, {&quot;id&quot;: &quot;2262&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 0.41463414634146295, &quot;style&quot;: {&quot;color&quot;: &quot;#287c8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.686517, 4.029544]]}, &quot;bbox&quot;: [9.686517, 4.029481, 9.696844, 4.029544]}, {&quot;id&quot;: &quot;2298&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 868.0, &quot;att&quot;: 0.4166666666666669, &quot;style&quot;: {&quot;color&quot;: &quot;#287c8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.709194, 4.032028]]}, &quot;bbox&quot;: [9.701944, 4.029083, 9.709194, 4.032028]}, {&quot;id&quot;: &quot;2334&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 868.0, &quot;att&quot;: 0.3913043478260868, &quot;style&quot;: {&quot;color&quot;: &quot;#2a768e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.709294, 4.032128]]}, &quot;bbox&quot;: [9.702043999999999, 4.029183, 9.709294, 4.032128]}, {&quot;id&quot;: &quot;2370&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 666.0, &quot;att&quot;: 0.4666666666666662, &quot;style&quot;: {&quot;color&quot;: &quot;#23888e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.691575, 4.032433]]}, &quot;bbox&quot;: [9.691575, 4.029381, 9.696744, 4.032433]}, {&quot;id&quot;: &quot;2406&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 666.0, &quot;att&quot;: 0.2962962962962957, &quot;style&quot;: {&quot;color&quot;: &quot;#355e8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.691675, 4.032533]]}, &quot;bbox&quot;: [9.691675, 4.029481, 9.696844, 4.032533]}, {&quot;id&quot;: &quot;2442&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 536.0, &quot;att&quot;: 0.5, &quot;style&quot;: {&quot;color&quot;: &quot;#21918c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699417, 4.033417]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699417, 4.033417]}, {&quot;id&quot;: &quot;2478&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 536.0, &quot;att&quot;: 0.5, &quot;style&quot;: {&quot;color&quot;: &quot;#21918c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699517, 4.033517]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699517, 4.033517]}, {&quot;id&quot;: &quot;2514&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 0.08108108108108217, &quot;style&quot;: {&quot;color&quot;: &quot;#481d6f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.727083, 4.023444]]}, &quot;bbox&quot;: [9.727083, 4.023444, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2550&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 0.09615384615384623, &quot;style&quot;: {&quot;color&quot;: &quot;#482374&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.727183, 4.023543999999999]]}, &quot;bbox&quot;: [9.727183, 4.023543999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2586&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.41463414634146295, &quot;style&quot;: {&quot;color&quot;: &quot;#287c8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71564, 4.032], [9.71203, 4.03312]]}, &quot;bbox&quot;: [9.71203, 4.032, 9.71564, 4.03312]}, {&quot;id&quot;: &quot;2622&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.2765957446808507, &quot;style&quot;: {&quot;color&quot;: &quot;#38598c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71574, 4.0321], [9.71213, 4.03322]]}, &quot;bbox&quot;: [9.71213, 4.0321, 9.71574, 4.03322]}, {&quot;id&quot;: &quot;2658&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 0.0769230769230779, &quot;style&quot;: {&quot;color&quot;: &quot;#481c6e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.755167, 4.037361]]}, &quot;bbox&quot;: [9.755167, 4.029, 9.767833, 4.037361]}, {&quot;id&quot;: &quot;2694&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 0.0810810810810804, &quot;style&quot;: {&quot;color&quot;: &quot;#481d6f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.755267, 4.0374609999999995]]}, &quot;bbox&quot;: [9.755267, 4.0291, 9.767933, 4.0374609999999995]}, {&quot;id&quot;: &quot;2730&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 323.0, &quot;att&quot;: 0.4499999999999993, &quot;style&quot;: {&quot;color&quot;: &quot;#25848e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691575, 4.032433], [9.691889, 4.035333]]}, &quot;bbox&quot;: [9.691575, 4.032433, 9.691889, 4.035333]}, {&quot;id&quot;: &quot;2766&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 323.0, &quot;att&quot;: 0.5294117647058806, &quot;style&quot;: {&quot;color&quot;: &quot;#1f978b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691675, 4.032533], [9.691989, 4.035432999999999]]}, &quot;bbox&quot;: [9.691675, 4.032533, 9.691989, 4.035432999999999]}, {&quot;id&quot;: &quot;2802&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 516.0, &quot;att&quot;: 0.06249999999999875, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774333, 4.033028], [9.77026, 4.03527]]}, &quot;bbox&quot;: [9.77026, 4.033028, 9.774333, 4.03527]}, {&quot;id&quot;: &quot;2838&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 516.0, &quot;att&quot;: 0.09375000000000125, &quot;style&quot;: {&quot;color&quot;: &quot;#482374&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774433, 4.033128], [9.77036, 4.0353699999999995]]}, &quot;bbox&quot;: [9.77036, 4.033128, 9.774433, 4.0353699999999995]}, {&quot;id&quot;: &quot;2874&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 0.17999999999999972, &quot;style&quot;: {&quot;color&quot;: &quot;#433e85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.725667, 4.028583]]}, &quot;bbox&quot;: [9.725667, 4.028583, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2910&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 0.23529411764705965, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4e8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.725767, 4.028683]]}, &quot;bbox&quot;: [9.725767, 4.028683, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2946&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 0.3000000000000019, &quot;style&quot;: {&quot;color&quot;: &quot;#355f8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699006, 4.040886]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699006, 4.040886]}, {&quot;id&quot;: &quot;2982&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 0.3611111111111109, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6f8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699106, 4.040986]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699106, 4.040986]}, {&quot;id&quot;: &quot;3018&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17810.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 610.0, &quot;att&quot;: 0.38095238095238065, &quot;style&quot;: {&quot;color&quot;: &quot;#2c738e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683883, 4.033886], [9.688056, 4.037472]]}, &quot;bbox&quot;: [9.683883, 4.033886, 9.688056, 4.037472]}, {&quot;id&quot;: &quot;3054&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18820.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 610.0, &quot;att&quot;: 0.3333333333333325, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683983, 4.033986], [9.688156, 4.037572]]}, &quot;bbox&quot;: [9.683983, 4.033986, 9.688156, 4.037572]}, {&quot;id&quot;: &quot;3090&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 0.09803921568627462, &quot;style&quot;: {&quot;color&quot;: &quot;#482475&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.766222, 4.046556]]}, &quot;bbox&quot;: [9.766222, 4.029, 9.767833, 4.046556]}, {&quot;id&quot;: &quot;3126&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 0.03921568627451035, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.766322, 4.046656]]}, &quot;bbox&quot;: [9.766322, 4.0291, 9.767933, 4.046656]}, {&quot;id&quot;: &quot;3162&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 433.0, &quot;att&quot;: 0.3461538461538454, &quot;style&quot;: {&quot;color&quot;: &quot;#2f6b8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706106, 4.040083], [9.703794, 4.036926]]}, &quot;bbox&quot;: [9.703794, 4.036926, 9.706106, 4.040083]}, {&quot;id&quot;: &quot;3198&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 433.0, &quot;att&quot;: 0.32142857142857123, &quot;style&quot;: {&quot;color&quot;: &quot;#32658e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706206, 4.040183], [9.703894, 4.037026]]}, &quot;bbox&quot;: [9.703894, 4.037026, 9.706206, 4.040183]}, {&quot;id&quot;: &quot;3234&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 0.5813953488372088, &quot;style&quot;: {&quot;color&quot;: &quot;#20a386&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.711917, 4.037722]]}, &quot;bbox&quot;: [9.711917, 4.037722, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;3270&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 0.7173913043478268, &quot;style&quot;: {&quot;color&quot;: &quot;#4cc26c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.712017, 4.037821999999999]]}, &quot;bbox&quot;: [9.712017, 4.037821999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;3306&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 928.0, &quot;att&quot;: 0.24137931034482746, &quot;style&quot;: {&quot;color&quot;: &quot;#3c4f8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.741011, 4.038342]]}, &quot;bbox&quot;: [9.733028, 4.038342, 9.741011, 4.040819]}, {&quot;id&quot;: &quot;3342&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 928.0, &quot;att&quot;: 0.22641509433962195, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4a89&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.741111, 4.038442]]}, &quot;bbox&quot;: [9.733127999999999, 4.038442, 9.741111, 4.040919]}, {&quot;id&quot;: &quot;3378&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 441.0, &quot;att&quot;: 0.7499999999999993, &quot;style&quot;: {&quot;color&quot;: &quot;#5cc863&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.70265, 4.03931]]}, &quot;bbox&quot;: [9.699006, 4.03931, 9.70265, 4.040886]}, {&quot;id&quot;: &quot;3414&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 441.0, &quot;att&quot;: 0.7857142857142856, &quot;style&quot;: {&quot;color&quot;: &quot;#73d056&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.70275, 4.03941]]}, &quot;bbox&quot;: [9.699106, 4.03941, 9.70275, 4.040986]}, {&quot;id&quot;: &quot;3450&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 697.0, &quot;att&quot;: 0.12307692307692264, &quot;style&quot;: {&quot;color&quot;: &quot;#472c7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774, 4.042306], [9.7795, 4.039278]]}, &quot;bbox&quot;: [9.774, 4.039278, 9.7795, 4.042306]}, {&quot;id&quot;: &quot;3486&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 697.0, &quot;att&quot;: 0.10891089108910841, &quot;style&quot;: {&quot;color&quot;: &quot;#482677&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774099999999999, 4.042406], [9.7796, 4.039378]]}, &quot;bbox&quot;: [9.774099999999999, 4.039378, 9.7796, 4.042406]}, {&quot;id&quot;: &quot;3523&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041057N-9.688122E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 387.0, &quot;att&quot;: 0.7500000000000022, &quot;style&quot;: {&quot;color&quot;: &quot;#5ec962&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.689827, 4.040697]]}, &quot;bbox&quot;: [9.686417, 4.040697, 9.689827, 4.041417]}, {&quot;id&quot;: &quot;3559&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 975.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762056, 4.03875], [9.754583, 4.043386]]}, &quot;bbox&quot;: [9.754583, 4.03875, 9.762056, 4.043386]}, {&quot;id&quot;: &quot;3595&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 975.0, &quot;att&quot;: 0.13953488372093065, &quot;style&quot;: {&quot;color&quot;: &quot;#46307e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762156, 4.03885], [9.754683, 4.043486]]}, &quot;bbox&quot;: [9.754683, 4.03885, 9.762156, 4.043486]}, {&quot;id&quot;: &quot;3631&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.22580645161290405, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4a89&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.728389, 4.041694]]}, &quot;bbox&quot;: [9.728389, 4.040819, 9.733028, 4.041694]}, {&quot;id&quot;: &quot;3667&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.015945330296127627, &quot;style&quot;: {&quot;color&quot;: &quot;#46075a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.728489, 4.041793999999999]]}, &quot;bbox&quot;: [9.728489, 4.040919, 9.733127999999999, 4.041793999999999]}, {&quot;id&quot;: &quot;3703&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 0.03448275862069012, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.779361, 4.053694]]}, &quot;bbox&quot;: [9.767833, 4.029, 9.779361, 4.053694]}, {&quot;id&quot;: &quot;3739&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 0.049999999999999524, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.779461, 4.053794]]}, &quot;bbox&quot;: [9.767933, 4.0291, 9.779461, 4.053794]}, {&quot;id&quot;: &quot;3775&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 0.11363636363636367, &quot;style&quot;: {&quot;color&quot;: &quot;#482979&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.747639, 4.043778]]}, &quot;bbox&quot;: [9.733028, 4.040819, 9.747639, 4.043778]}, {&quot;id&quot;: &quot;3811&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 0.1311475409836062, &quot;style&quot;: {&quot;color&quot;: &quot;#472e7c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.747739, 4.043877999999999]]}, &quot;bbox&quot;: [9.733127999999999, 4.040919, 9.747739, 4.043877999999999]}, {&quot;id&quot;: &quot;3847&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 0.06382978723404342, &quot;style&quot;: {&quot;color&quot;: &quot;#48186a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702978, 4.056559], [9.73025, 4.028444]]}, &quot;bbox&quot;: [9.702978, 4.028444, 9.73025, 4.056559]}, {&quot;id&quot;: &quot;3883&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 0.15909090909090817, &quot;style&quot;: {&quot;color&quot;: &quot;#453781&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703078, 4.056659], [9.73035, 4.028544]]}, &quot;bbox&quot;: [9.703078, 4.028544, 9.73035, 4.056659]}, {&quot;id&quot;: &quot;3919&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.42105263157894834, &quot;style&quot;: {&quot;color&quot;: &quot;#287d8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.69725, 4.04425]]}, &quot;bbox&quot;: [9.69725, 4.040886, 9.699006, 4.04425]}, {&quot;id&quot;: &quot;3955&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.454545454545454, &quot;style&quot;: {&quot;color&quot;: &quot;#25858e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.69735, 4.04435]]}, &quot;bbox&quot;: [9.69735, 4.040986, 9.699106, 4.04435]}, {&quot;id&quot;: &quot;3991&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 431.0, &quot;att&quot;: 0.27027027027027006, &quot;style&quot;: {&quot;color&quot;: &quot;#38588c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704083, 4.04244], [9.707889, 4.043194]]}, &quot;bbox&quot;: [9.704083, 4.04244, 9.707889, 4.043194]}, {&quot;id&quot;: &quot;4027&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 431.0, &quot;att&quot;: 0.23684210526315724, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4e8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704183, 4.04254], [9.707989, 4.0432939999999995]]}, &quot;bbox&quot;: [9.704183, 4.04254, 9.707989, 4.0432939999999995]}, {&quot;id&quot;: &quot;4065&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043833N-9.687306E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 570.0, &quot;att&quot;: 0.5333333333333338, &quot;style&quot;: {&quot;color&quot;: &quot;#1f988b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.688194, 4.04625]]}, &quot;bbox&quot;: [9.686417, 4.041417, 9.688194, 4.04625]}, {&quot;id&quot;: &quot;4101&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 810.0, &quot;att&quot;: 0.30769230769230915, &quot;style&quot;: {&quot;color&quot;: &quot;#34618d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707889, 4.043194], [9.700739, 4.044661]]}, &quot;bbox&quot;: [9.700739, 4.043194, 9.707889, 4.044661]}, {&quot;id&quot;: &quot;4137&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 810.0, &quot;att&quot;: 0.31999999999999884, &quot;style&quot;: {&quot;color&quot;: &quot;#32648e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707989, 4.0432939999999995], [9.700839, 4.044760999999999]]}, &quot;bbox&quot;: [9.700839, 4.0432939999999995, 9.707989, 4.044760999999999]}, {&quot;id&quot;: &quot;4173&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 706.0, &quot;att&quot;: 0.145833333333334, &quot;style&quot;: {&quot;color&quot;: &quot;#46337f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728389, 4.041694], [9.72575, 4.0475]]}, &quot;bbox&quot;: [9.72575, 4.041694, 9.728389, 4.0475]}, {&quot;id&quot;: &quot;4209&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 706.0, &quot;att&quot;: 0.13636363636363674, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728489, 4.041793999999999], [9.72585, 4.0476]]}, &quot;bbox&quot;: [9.72585, 4.041793999999999, 9.728489, 4.0476]}, {&quot;id&quot;: &quot;4245&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 0.10256410256410224, &quot;style&quot;: {&quot;color&quot;: &quot;#482576&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.699006, 4.040886, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4281&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 0.24000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#3c4f8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.699106, 4.040986, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4317&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14487.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 611.0, &quot;att&quot;: 0.206896551724138, &quot;style&quot;: {&quot;color&quot;: &quot;#404588&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71598, 4.04642], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.71598, 4.04642, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4353&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14977.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 611.0, &quot;att&quot;: 0.11111111111111258, &quot;style&quot;: {&quot;color&quot;: &quot;#482878&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71608, 4.04652], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.71608, 4.04652, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4389&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048013N-9.705195E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 822.0, &quot;att&quot;: 0.2909090909090912, &quot;style&quot;: {&quot;color&quot;: &quot;#365d8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703528, 4.044694], [9.706861, 4.051333]]}, &quot;bbox&quot;: [9.703528, 4.044694, 9.706861, 4.051333]}, {&quot;id&quot;: &quot;4425&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 317.0, &quot;att&quot;: 0.6854460093896713, &quot;style&quot;: {&quot;color&quot;: &quot;#3dbc74&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698333, 4.049556], [9.698917, 4.04675]]}, &quot;bbox&quot;: [9.698333, 4.04675, 9.698917, 4.049556]}, {&quot;id&quot;: &quot;4461&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 317.0, &quot;att&quot;: 0.583333333333333, &quot;style&quot;: {&quot;color&quot;: &quot;#20a486&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698433, 4.049656], [9.699017, 4.04685]]}, &quot;bbox&quot;: [9.698433, 4.04685, 9.699017, 4.049656]}, {&quot;id&quot;: &quot;4497&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 564.0, &quot;att&quot;: 0.25, &quot;style&quot;: {&quot;color&quot;: &quot;#3b528b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706861, 4.051333], [9.708472, 4.0465]]}, &quot;bbox&quot;: [9.706861, 4.0465, 9.708472, 4.051333]}, {&quot;id&quot;: &quot;4533&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 564.0, &quot;att&quot;: 0.3913043478260868, &quot;style&quot;: {&quot;color&quot;: &quot;#2a768e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706961, 4.051432999999999], [9.708572, 4.0466]]}, &quot;bbox&quot;: [9.706961, 4.0466, 9.708572, 4.051432999999999]}, {&quot;id&quot;: &quot;4569&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 596.0, &quot;att&quot;: 0.032258064516127255, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.771911, 4.050192], [9.777253, 4.049658]]}, &quot;bbox&quot;: [9.771911, 4.049658, 9.777253, 4.050192]}, {&quot;id&quot;: &quot;4605&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 596.0, &quot;att&quot;: 0.06250000000000083, &quot;style&quot;: {&quot;color&quot;: &quot;#48186a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.772011, 4.050292], [9.777353, 4.049758]]}, &quot;bbox&quot;: [9.772011, 4.049758, 9.777353, 4.050292]}, {&quot;id&quot;: &quot;4641&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050150N-9.740475E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 454.0, &quot;att&quot;: 0.032258064516129475, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741306, 4.052028], [9.739644, 4.048272]]}, &quot;bbox&quot;: [9.739644, 4.048272, 9.741306, 4.052028]}, {&quot;id&quot;: &quot;4677&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 522.0, &quot;att&quot;: 0.5576923076923072, &quot;style&quot;: {&quot;color&quot;: &quot;#1f9e89&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702389, 4.052444], [9.704556, 4.04825]]}, &quot;bbox&quot;: [9.702389, 4.04825, 9.704556, 4.052444]}, {&quot;id&quot;: &quot;4713&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 522.0, &quot;att&quot;: 0.5599999999999994, &quot;style&quot;: {&quot;color&quot;: &quot;#1f9f88&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702489, 4.052544], [9.704656, 4.04835]]}, &quot;bbox&quot;: [9.702489, 4.04835, 9.704656, 4.052544]}, {&quot;id&quot;: &quot;4749&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 956.0, &quot;att&quot;: 0.01041666666666682, &quot;style&quot;: {&quot;color&quot;: &quot;#450457&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.756833, 4.047389]]}, &quot;bbox&quot;: [9.750917, 4.047389, 9.756833, 4.053667]}, {&quot;id&quot;: &quot;4785&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 956.0, &quot;att&quot;: 0.0799999999999983, &quot;style&quot;: {&quot;color&quot;: &quot;#481d6f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.756933, 4.047489]]}, &quot;bbox&quot;: [9.751017, 4.047489, 9.756933, 4.053767]}, {&quot;id&quot;: &quot;4821&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 0.07142857142857142, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779361, 4.053694], [9.797806, 4.050472]]}, &quot;bbox&quot;: [9.779361, 4.050472, 9.797806, 4.053694]}, {&quot;id&quot;: &quot;4857&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 0.06349206349206322, &quot;style&quot;: {&quot;color&quot;: &quot;#48186a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779461, 4.053794], [9.797906, 4.050572]]}, &quot;bbox&quot;: [9.779461, 4.050572, 9.797906, 4.053794]}, {&quot;id&quot;: &quot;4893&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8363.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 0.08333333333333431, &quot;style&quot;: {&quot;color&quot;: &quot;#481f70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.775889, 4.05525]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.775889, 4.05525]}, {&quot;id&quot;: &quot;4929&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8482.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 0.1599999999999966, &quot;style&quot;: {&quot;color&quot;: &quot;#453781&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.775989, 4.05535]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.775989, 4.05535]}, {&quot;id&quot;: &quot;4965&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 633.0, &quot;att&quot;: -0.009708737864077463, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.754444, 4.058167]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.754444, 4.058167]}, {&quot;id&quot;: &quot;5001&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.754544, 4.058267]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.754544, 4.058267]}, {&quot;id&quot;: &quot;5037&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 546.0, &quot;att&quot;: 0.022727272727271444, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.767556, 4.053639]]}, &quot;bbox&quot;: [9.767556, 4.053639, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5073&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 546.0, &quot;att&quot;: 0.02941176470588272, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.767656, 4.053739]]}, &quot;bbox&quot;: [9.767656, 4.053739, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5109&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 879.0, &quot;att&quot;: 0.7692307692307688, &quot;style&quot;: {&quot;color&quot;: &quot;#67cc5c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738694, 4.058056], [9.745611, 4.054186]]}, &quot;bbox&quot;: [9.738694, 4.054186, 9.745611, 4.058056]}, {&quot;id&quot;: &quot;5145&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 879.0, &quot;att&quot;: 0.8333333333333344, &quot;style&quot;: {&quot;color&quot;: &quot;#90d743&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738794, 4.058155999999999], [9.745711, 4.054285999999999]]}, &quot;bbox&quot;: [9.738794, 4.054285999999999, 9.745711, 4.058155999999999]}, {&quot;id&quot;: &quot;5181&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 0.025641025641024193, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.743528, 4.059611]]}, &quot;bbox&quot;: [9.743528, 4.053667, 9.750917, 4.059611]}, {&quot;id&quot;: &quot;5217&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 0.031250000000000416, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.743628, 4.059711]]}, &quot;bbox&quot;: [9.743628, 4.053767, 9.751017, 4.059711]}, {&quot;id&quot;: &quot;5253&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.09677419354838614, &quot;style&quot;: {&quot;color&quot;: &quot;#482374&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726194, 4.060028], [9.750917, 4.053667]]}, &quot;bbox&quot;: [9.726194, 4.053667, 9.750917, 4.060028]}, {&quot;id&quot;: &quot;5289&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.14285714285714285, &quot;style&quot;: {&quot;color&quot;: &quot;#46327e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726294, 4.060128], [9.751017, 4.053767]]}, &quot;bbox&quot;: [9.726294, 4.053767, 9.751017, 4.060128]}, {&quot;id&quot;: &quot;5325&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.09999999999999964, &quot;style&quot;: {&quot;color&quot;: &quot;#482475&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726393999999999, 4.060228], [9.751116999999999, 4.053867]]}, &quot;bbox&quot;: [9.726393999999999, 4.053867, 9.751116999999999, 4.060228]}, {&quot;id&quot;: &quot;5361&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.166666666666667, &quot;style&quot;: {&quot;color&quot;: &quot;#443983&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726493999999999, 4.060328], [9.751216999999999, 4.053967]]}, &quot;bbox&quot;: [9.726493999999999, 4.053967, 9.751216999999999, 4.060328]}, {&quot;id&quot;: &quot;5397&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_0&quot;, &quot;frequency&quot;: 12793.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.07142857142856998, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726594, 4.060428], [9.751317, 4.054067]]}, &quot;bbox&quot;: [9.726594, 4.054067, 9.751317, 4.060428]}, {&quot;id&quot;: &quot;5433&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_1&quot;, &quot;frequency&quot;: 13059.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.18421052631579002, &quot;style&quot;: {&quot;color&quot;: &quot;#423f85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726694, 4.060528], [9.751417, 4.054167]]}, &quot;bbox&quot;: [9.726694, 4.054167, 9.751417, 4.060528]}, {&quot;id&quot;: &quot;5469&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 0.22222222222222135, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4989&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.734028, 4.06025]]}, &quot;bbox&quot;: [9.734028, 4.053667, 9.750917, 4.06025]}, {&quot;id&quot;: &quot;5505&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 0.044444444444443565, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.734128, 4.06035]]}, &quot;bbox&quot;: [9.734128, 4.053767, 9.751017, 4.06035]}, {&quot;id&quot;: &quot;5541&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 630.0, &quot;att&quot;: 0.2972972972972975, &quot;style&quot;: {&quot;color&quot;: &quot;#355f8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.763167, 4.056417]]}, &quot;bbox&quot;: [9.763167, 4.056417, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5577&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 630.0, &quot;att&quot;: 0.26086956521739185, &quot;style&quot;: {&quot;color&quot;: &quot;#3a548c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.763266999999999, 4.0565169999999995]]}, &quot;bbox&quot;: [9.763266999999999, 4.0565169999999995, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5613&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 0.03225806451612951, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.786861, 4.062806]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.786861, 4.062806]}, {&quot;id&quot;: &quot;5649&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 0.1714285714285698, &quot;style&quot;: {&quot;color&quot;: &quot;#443a83&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.786961, 4.062906]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.786961, 4.062906]}, {&quot;id&quot;: &quot;5685&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 0.43478260869565005, &quot;style&quot;: {&quot;color&quot;: &quot;#26818e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.720853, 4.053242]]}, &quot;bbox&quot;: [9.714664, 4.053242, 9.720853, 4.06425]}, {&quot;id&quot;: &quot;5721&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 0.3333333333333386, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.720953, 4.053342]]}, &quot;bbox&quot;: [9.714764, 4.053342, 9.720953, 4.06435]}, {&quot;id&quot;: &quot;5757&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 0.09433962264150948, &quot;style&quot;: {&quot;color&quot;: &quot;#482374&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.75311, 4.064069]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.75311, 4.064069]}, {&quot;id&quot;: &quot;5793&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 0.19298245614035003, &quot;style&quot;: {&quot;color&quot;: &quot;#424186&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.75321, 4.064169]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.75321, 4.064169]}, {&quot;id&quot;: &quot;5829&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: -0.02083333333333364, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.767778, 4.064361]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.767778, 4.064361]}, {&quot;id&quot;: &quot;5865&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.06451612903225666, &quot;style&quot;: {&quot;color&quot;: &quot;#48186a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.767878, 4.064461]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.767878, 4.064461]}, {&quot;id&quot;: &quot;5901&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 796.0, &quot;att&quot;: 0.3749999999999996, &quot;style&quot;: {&quot;color&quot;: &quot;#2c718e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708444, 4.060333], [9.715412, 4.058638]]}, &quot;bbox&quot;: [9.708444, 4.058638, 9.715412, 4.060333]}, {&quot;id&quot;: &quot;5937&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 796.0, &quot;att&quot;: 0.39130434782608375, &quot;style&quot;: {&quot;color&quot;: &quot;#2a768e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708544, 4.060433], [9.715512, 4.058738]]}, &quot;bbox&quot;: [9.708544, 4.058738, 9.715512, 4.060433]}, {&quot;id&quot;: &quot;5973&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.759558, 4.066322]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.759558, 4.066322]}, {&quot;id&quot;: &quot;6009&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.759658, 4.066422]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.759658, 4.066422]}, {&quot;id&quot;: &quot;6045&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 0.14285714285714468, &quot;style&quot;: {&quot;color&quot;: &quot;#46327e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.777639, 4.063131]]}, &quot;bbox&quot;: [9.768444, 4.0585, 9.777639, 4.063131]}, {&quot;id&quot;: &quot;6081&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 0.14814814814814786, &quot;style&quot;: {&quot;color&quot;: &quot;#46337f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.777739, 4.063231]]}, &quot;bbox&quot;: [9.768544, 4.0586, 9.777739, 4.063231]}, {&quot;id&quot;: &quot;6117&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 498.0, &quot;att&quot;: 0.05882352941176413, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743528, 4.059611], [9.74569, 4.06356]]}, &quot;bbox&quot;: [9.743528, 4.059611, 9.74569, 4.06356]}, {&quot;id&quot;: &quot;6153&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 498.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743628, 4.059711], [9.74579, 4.06366]]}, &quot;bbox&quot;: [9.743628, 4.059711, 9.74579, 4.06366]}, {&quot;id&quot;: &quot;6189&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 741.0, &quot;att&quot;: 0.2916666666666651, &quot;style&quot;: {&quot;color&quot;: &quot;#365d8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704333, 4.059583], [9.706333, 4.065972]]}, &quot;bbox&quot;: [9.704333, 4.059583, 9.706333, 4.065972]}, {&quot;id&quot;: &quot;6225&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 741.0, &quot;att&quot;: 0.3333333333333345, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704433, 4.059683], [9.706433, 4.066072]]}, &quot;bbox&quot;: [9.704433, 4.059683, 9.706433, 4.066072]}, {&quot;id&quot;: &quot;6261&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 603.0, &quot;att&quot;: 0.15151515151515166, &quot;style&quot;: {&quot;color&quot;: &quot;#463480&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.719389, 4.061556]]}, &quot;bbox&quot;: [9.714664, 4.061556, 9.719389, 4.06425]}, {&quot;id&quot;: &quot;6297&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 603.0, &quot;att&quot;: 0.06451612903225666, &quot;style&quot;: {&quot;color&quot;: &quot;#48186a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.719489, 4.061656]]}, &quot;bbox&quot;: [9.714764, 4.061656, 9.719489, 4.06435]}, {&quot;id&quot;: &quot;6333&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 669.0, &quot;att&quot;: 0.03571428571428617, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759558, 4.066322], [9.76425, 4.062528]]}, &quot;bbox&quot;: [9.759558, 4.062528, 9.76425, 4.066322]}, {&quot;id&quot;: &quot;6369&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 669.0, &quot;att&quot;: 0.04166666666666716, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759658, 4.066422], [9.76435, 4.062628]]}, &quot;bbox&quot;: [9.759658, 4.062628, 9.76435, 4.066422]}, {&quot;id&quot;: &quot;6405&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 451.0, &quot;att&quot;: 0.3157894736842115, &quot;style&quot;: {&quot;color&quot;: &quot;#33638d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710083, 4.063917], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.710083, 4.063917, 9.71287, 4.06688]}, {&quot;id&quot;: &quot;6441&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 451.0, &quot;att&quot;: 0.22222222222222485, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4989&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710182999999999, 4.064017], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.710182999999999, 4.064017, 9.71297, 4.06698]}, {&quot;id&quot;: &quot;6477&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 924.0, &quot;att&quot;: 0.11428571428571388, &quot;style&quot;: {&quot;color&quot;: &quot;#482979&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79152, 4.065848], [9.799722, 4.06725]]}, &quot;bbox&quot;: [9.79152, 4.065848, 9.799722, 4.06725]}, {&quot;id&quot;: &quot;6513&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 924.0, &quot;att&quot;: 0.13333333333333286, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79162, 4.065948], [9.799821999999999, 4.067349999999999]]}, &quot;bbox&quot;: [9.79162, 4.065948, 9.799821999999999, 4.067349999999999]}, {&quot;id&quot;: &quot;6549&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.16666666666666619, &quot;style&quot;: {&quot;color&quot;: &quot;#443983&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.72547, 4.07139]}, {&quot;id&quot;: &quot;6585&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.15625000000000022, &quot;style&quot;: {&quot;color&quot;: &quot;#453781&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.72557, 4.07149]}, {&quot;id&quot;: &quot;6621&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 932.0, &quot;att&quot;: 0.4222222222222235, &quot;style&quot;: {&quot;color&quot;: &quot;#277e8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.722972, 4.065667], [9.729139, 4.071389]]}, &quot;bbox&quot;: [9.722972, 4.065667, 9.729139, 4.071389]}, {&quot;id&quot;: &quot;6657&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 932.0, &quot;att&quot;: 0.37777777777777527, &quot;style&quot;: {&quot;color&quot;: &quot;#2c728e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.723072, 4.065767], [9.729239, 4.071489]]}, &quot;bbox&quot;: [9.723072, 4.065767, 9.729239, 4.071489]}, {&quot;id&quot;: &quot;6693&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 535.0, &quot;att&quot;: 0.3714285714285706, &quot;style&quot;: {&quot;color&quot;: &quot;#2c718e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714869, 4.071278], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.71287, 4.06688, 9.714869, 4.071278]}, {&quot;id&quot;: &quot;6729&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 535.0, &quot;att&quot;: 0.40000000000000097, &quot;style&quot;: {&quot;color&quot;: &quot;#2a788e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714969, 4.071378], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.71297, 4.06698, 9.714969, 4.071378]}, {&quot;id&quot;: &quot;6765&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 407.0, &quot;att&quot;: 0.17241379310344793, &quot;style&quot;: {&quot;color&quot;: &quot;#443b84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729139, 4.071389], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.72547, 4.071389, 9.729139, 4.07139]}, {&quot;id&quot;: &quot;6801&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 407.0, &quot;att&quot;: 0.17241379310344837, &quot;style&quot;: {&quot;color&quot;: &quot;#443b84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729239, 4.071489], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.72557, 4.071489, 9.729239, 4.07149]}, {&quot;id&quot;: &quot;6837&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 731.0, &quot;att&quot;: 0.020000000000000285, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736111, 4.072222], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.736111, 4.072222, 9.742681, 4.072661]}, {&quot;id&quot;: &quot;6873&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 731.0, &quot;att&quot;: 0.07692307692307797, &quot;style&quot;: {&quot;color&quot;: &quot;#481c6e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736210999999999, 4.072322], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.736210999999999, 4.072322, 9.742780999999999, 4.072761]}, {&quot;id&quot;: &quot;6909&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 561.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76925, 4.071639], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.76925, 4.071639, 9.774, 4.073367]}, {&quot;id&quot;: &quot;6945&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 561.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76935, 4.071739], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.76935, 4.071739, 9.774099999999999, 4.073467]}, {&quot;id&quot;: &quot;6981&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 0.25, &quot;style&quot;: {&quot;color&quot;: &quot;#3b528b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.721058, 4.084075]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.721058, 4.084075]}, {&quot;id&quot;: &quot;7017&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 0.2, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.721157999999999, 4.084175]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.721157999999999, 4.084175]}, {&quot;id&quot;: &quot;7053&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 0.16666666666666666, &quot;style&quot;: {&quot;color&quot;: &quot;#443983&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.761667, 4.074778]}, {&quot;id&quot;: &quot;7089&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.761766999999999, 4.074878]}, {&quot;id&quot;: &quot;7125&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.23529411764706176, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4e8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719639, 4.070306], [9.719417, 4.079889]]}, &quot;bbox&quot;: [9.719417, 4.070306, 9.719639, 4.079889]}, {&quot;id&quot;: &quot;7161&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.2, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719739, 4.070406], [9.719517, 4.079988999999999]]}, &quot;bbox&quot;: [9.719517, 4.070406, 9.719739, 4.079988999999999]}, {&quot;id&quot;: &quot;7197&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 0.16666666666666666, &quot;style&quot;: {&quot;color&quot;: &quot;#443983&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.781778, 4.069972]]}, &quot;bbox&quot;: [9.781778, 4.069972, 9.786083, 4.0817]}, {&quot;id&quot;: &quot;7233&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 0.16666666666666619, &quot;style&quot;: {&quot;color&quot;: &quot;#443983&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.781877999999999, 4.070072]]}, &quot;bbox&quot;: [9.781877999999999, 4.070072, 9.786183, 4.081799999999999]}, {&quot;id&quot;: &quot;7269&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.023809523809524172, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.75645, 4.07833]]}, &quot;bbox&quot;: [9.75645, 4.074778, 9.761667, 4.07833]}, {&quot;id&quot;: &quot;7305&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.0031397174254317556, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.756549999999999, 4.07843]]}, &quot;bbox&quot;: [9.756549999999999, 4.074878, 9.761766999999999, 4.07843]}, {&quot;id&quot;: &quot;7341&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 480.0, &quot;att&quot;: 0.3636363636363651, &quot;style&quot;: {&quot;color&quot;: &quot;#2d708e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719417, 4.079889], [9.721778, 4.07625]]}, &quot;bbox&quot;: [9.719417, 4.07625, 9.721778, 4.079889]}, {&quot;id&quot;: &quot;7377&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 480.0, &quot;att&quot;: 0.4, &quot;style&quot;: {&quot;color&quot;: &quot;#2a788e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719517, 4.079988999999999], [9.721878, 4.07635]]}, &quot;bbox&quot;: [9.719517, 4.07635, 9.721878, 4.079988999999999]}, {&quot;id&quot;: &quot;7413&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 0.08000000000000114, &quot;style&quot;: {&quot;color&quot;: &quot;#481d6f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756825, 4.081867], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.756825, 4.081867]}, {&quot;id&quot;: &quot;7449&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 0.07692307692307797, &quot;style&quot;: {&quot;color&quot;: &quot;#481c6e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756924999999999, 4.081967], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.756924999999999, 4.081967]}, {&quot;id&quot;: &quot;7485&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 0.32142857142857123, &quot;style&quot;: {&quot;color&quot;: &quot;#32658e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.801611, 4.076722]]}, &quot;bbox&quot;: [9.786083, 4.076722, 9.801611, 4.0817]}, {&quot;id&quot;: &quot;7521&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 0.31999999999999884, &quot;style&quot;: {&quot;color&quot;: &quot;#32648e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.801711, 4.076822]]}, &quot;bbox&quot;: [9.786183, 4.076822, 9.801711, 4.081799999999999]}, {&quot;id&quot;: &quot;7557&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 0.16129032258064507, &quot;style&quot;: {&quot;color&quot;: &quot;#453882&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.742681, 4.072661, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;7593&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 0.08333333333333268, &quot;style&quot;: {&quot;color&quot;: &quot;#481f70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.742780999999999, 4.072761, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;7629&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 0.04347826086956576, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.752944, 4.073367, 9.774, 4.085936]}, {&quot;id&quot;: &quot;7665&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.753044, 4.073467, 9.774099999999999, 4.086036]}, {&quot;id&quot;: &quot;7701&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080070N-9.789737E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18848.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 888.0, &quot;att&quot;: 0.8333333333333413, &quot;style&quot;: {&quot;color&quot;: &quot;#90d743&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.79339, 4.07844]]}, &quot;bbox&quot;: [9.786083, 4.07844, 9.79339, 4.0817]}, {&quot;id&quot;: &quot;7737&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 0.4375000000000014, &quot;style&quot;: {&quot;color&quot;: &quot;#26828e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.753278, 4.074861]]}, &quot;bbox&quot;: [9.752944, 4.074861, 9.753278, 4.085936]}, {&quot;id&quot;: &quot;7773&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 0.227272727272727, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4c8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.753378, 4.074961]]}, &quot;bbox&quot;: [9.753044, 4.074961, 9.753378, 4.086036]}, {&quot;id&quot;: &quot;7809&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 968.0, &quot;att&quot;: 0.14285714285713996, &quot;style&quot;: {&quot;color&quot;: &quot;#46327e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765535, 4.081441], [9.756825, 4.081867]]}, &quot;bbox&quot;: [9.756825, 4.081441, 9.765535, 4.081867]}, {&quot;id&quot;: &quot;7845&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 968.0, &quot;att&quot;: 0.05000000000000071, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765635, 4.081541], [9.756924999999999, 4.081967]]}, &quot;bbox&quot;: [9.756924999999999, 4.081541, 9.765635, 4.081967]}, {&quot;id&quot;: &quot;7881&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 0.17391304347826303, &quot;style&quot;: {&quot;color&quot;: &quot;#443b84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.7949, 4.08393]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.7949, 4.08393]}, {&quot;id&quot;: &quot;7917&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 0.17391304347826048, &quot;style&quot;: {&quot;color&quot;: &quot;#443b84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.795, 4.084029999999999]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.795, 4.084029999999999]}, {&quot;id&quot;: &quot;7953&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 895.0, &quot;att&quot;: 0.25581395348837094, &quot;style&quot;: {&quot;color&quot;: &quot;#3a538b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.77848, 4.08438]]}, &quot;bbox&quot;: [9.77848, 4.0817, 9.786083, 4.08438]}, {&quot;id&quot;: &quot;7989&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 895.0, &quot;att&quot;: 0.2592592592592581, &quot;style&quot;: {&quot;color&quot;: &quot;#3a548c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.77858, 4.08448]]}, &quot;bbox&quot;: [9.77858, 4.081799999999999, 9.786183, 4.08448]}, {&quot;id&quot;: &quot;8025&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 0.454545454545454, &quot;style&quot;: {&quot;color&quot;: &quot;#25858e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.751769, 4.093194]]}, &quot;bbox&quot;: [9.751769, 4.074778, 9.761667, 4.093194]}, {&quot;id&quot;: &quot;8061&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 0.166666666666667, &quot;style&quot;: {&quot;color&quot;: &quot;#443983&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.751869, 4.093294]]}, &quot;bbox&quot;: [9.751869, 4.074878, 9.761766999999999, 4.093294]}, {&quot;id&quot;: &quot;8097&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 0.1176470588235267, &quot;style&quot;: {&quot;color&quot;: &quot;#472a7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.728889, 4.083056]]}, &quot;bbox&quot;: [9.728889, 4.083056, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8133&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 0.3333333333333307, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.728989, 4.083156]]}, &quot;bbox&quot;: [9.728989, 4.083156, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8169&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 0.2916666666666651, &quot;style&quot;: {&quot;color&quot;: &quot;#365d8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.738306, 4.083528]]}, &quot;bbox&quot;: [9.738306, 4.083528, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8205&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 0.2307692307692312, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4d8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.738406, 4.083628]]}, &quot;bbox&quot;: [9.738406, 4.083628, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8241&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 947.0, &quot;att&quot;: 0.23809523809523794, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4e8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.783583, 4.089889]]}, &quot;bbox&quot;: [9.783583, 4.0817, 9.786083, 4.089889]}, {&quot;id&quot;: &quot;8277&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 947.0, &quot;att&quot;: 0.2105263157894731, &quot;style&quot;: {&quot;color&quot;: &quot;#404688&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.783683, 4.089989]]}, &quot;bbox&quot;: [9.783683, 4.081799999999999, 9.786183, 4.089989]}, {&quot;id&quot;: &quot;8313&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 0.6153846153846145, &quot;style&quot;: {&quot;color&quot;: &quot;#25ac82&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.743333, 4.074778, 9.761667, 4.097333]}, {&quot;id&quot;: &quot;8349&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 0.5833333333333344, &quot;style&quot;: {&quot;color&quot;: &quot;#20a486&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.743433, 4.074878, 9.761766999999999, 4.097433]}, {&quot;id&quot;: &quot;8385&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 0.6060606060606066, &quot;style&quot;: {&quot;color&quot;: &quot;#24aa83&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.76601, 4.08663]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.76601, 4.08663]}, {&quot;id&quot;: &quot;8421&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 0.3720930232558145, &quot;style&quot;: {&quot;color&quot;: &quot;#2c718e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.76611, 4.08673]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.76611, 4.08673]}, {&quot;id&quot;: &quot;8457&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 0.12121212121212062, &quot;style&quot;: {&quot;color&quot;: &quot;#472c7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.808667, 4.091389]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.808667, 4.091389]}, {&quot;id&quot;: &quot;8493&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 0.1785714285714283, &quot;style&quot;: {&quot;color&quot;: &quot;#433d84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.808767, 4.091489]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.808767, 4.091489]}, {&quot;id&quot;: &quot;8529&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 830.0, &quot;att&quot;: 0.2765957446808518, &quot;style&quot;: {&quot;color&quot;: &quot;#38598c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.758611, 4.090833]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.758611, 4.090833]}, {&quot;id&quot;: &quot;8565&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 830.0, &quot;att&quot;: 0.35999999999999943, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6f8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.758711, 4.090933]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.758711, 4.090933]}, {&quot;id&quot;: &quot;8601&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 555.0, &quot;att&quot;: 0.3749999999999978, &quot;style&quot;: {&quot;color&quot;: &quot;#2c718e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73381, 4.08679], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.73381, 4.08679, 9.736042, 4.091278]}, {&quot;id&quot;: &quot;8637&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 555.0, &quot;att&quot;: 0.4, &quot;style&quot;: {&quot;color&quot;: &quot;#2a788e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73391, 4.0868899999999995], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.73391, 4.0868899999999995, 9.736142, 4.091378]}, {&quot;id&quot;: &quot;8673&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.744, 4.104861]]}, &quot;bbox&quot;: [9.744, 4.074778, 9.761667, 4.104861]}, {&quot;id&quot;: &quot;8709&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 0.1142857142857159, &quot;style&quot;: {&quot;color&quot;: &quot;#482979&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.7441, 4.104960999999999]]}, &quot;bbox&quot;: [9.7441, 4.074878, 9.761766999999999, 4.104960999999999]}, {&quot;id&quot;: &quot;8745&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 889.0, &quot;att&quot;: 0.07142857142857252, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76601, 4.08663], [9.764367, 4.0945]]}, &quot;bbox&quot;: [9.764367, 4.08663, 9.76601, 4.0945]}, {&quot;id&quot;: &quot;8781&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 889.0, &quot;att&quot;: 0.05882352941176569, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76611, 4.08673], [9.764467, 4.0946]]}, &quot;bbox&quot;: [9.764467, 4.08673, 9.76611, 4.0946]}, {&quot;id&quot;: &quot;8817&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 736.0, &quot;att&quot;: 0.1999999999999981, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729444, 4.091944], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.729444, 4.091278, 9.736042, 4.091944]}, {&quot;id&quot;: &quot;8853&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 736.0, &quot;att&quot;: 0.13636363636363813, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729544, 4.092044], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.729544, 4.091378, 9.736142, 4.092044]}, {&quot;id&quot;: &quot;8889&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 419.0, &quot;att&quot;: 0.30769230769230915, &quot;style&quot;: {&quot;color&quot;: &quot;#34618d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74168, 4.09393], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.74168, 4.09393, 9.743333, 4.097333]}, {&quot;id&quot;: &quot;8925&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 419.0, &quot;att&quot;: 0.26086956521739224, &quot;style&quot;: {&quot;color&quot;: &quot;#3a548c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:35:00&quot;, &quot;2019-07-18T01:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74178, 4.09403], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.74178, 4.09403, 9.743433, 4.097433]}, {&quot;id&quot;: &quot;31&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 0.37037037037036996, &quot;style&quot;: {&quot;color&quot;: &quot;#2d718e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.791866, 3.97665]]}, &quot;bbox&quot;: [9.787167, 3.97665, 9.791866, 3.992722]}, {&quot;id&quot;: &quot;67&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 0.2500000000000013, &quot;style&quot;: {&quot;color&quot;: &quot;#3b528b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.791966, 3.97675]]}, &quot;bbox&quot;: [9.787267, 3.97675, 9.791966, 3.9928220000000003]}, {&quot;id&quot;: &quot;103&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.013157894736842302, &quot;style&quot;: {&quot;color&quot;: &quot;#450559&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.81613, 3.97866]]}, &quot;bbox&quot;: [9.787167, 3.97866, 9.81613, 3.992722]}, {&quot;id&quot;: &quot;139&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.0036429872495446786, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.81623, 3.9787600000000003]]}, &quot;bbox&quot;: [9.787267, 3.9787600000000003, 9.81623, 3.9928220000000003]}, {&quot;id&quot;: &quot;175&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 556.0, &quot;att&quot;: 0.21874999999999895, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4889&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763806, 3.997361], [9.75885, 3.99663]]}, &quot;bbox&quot;: [9.75885, 3.99663, 9.763806, 3.997361]}, {&quot;id&quot;: &quot;211&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 556.0, &quot;att&quot;: 0.4285714285714278, &quot;style&quot;: {&quot;color&quot;: &quot;#277f8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763906, 3.9974610000000004], [9.75895, 3.9967300000000003]]}, &quot;bbox&quot;: [9.75895, 3.9967300000000003, 9.763906, 3.9974610000000004]}, {&quot;id&quot;: &quot;247&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 402.0, &quot;att&quot;: 0.5686274509803925, &quot;style&quot;: {&quot;color&quot;: &quot;#1fa188&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745083, 4.002553], [9.748639, 4.003231]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.748639, 4.003231]}, {&quot;id&quot;: &quot;283&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 402.0, &quot;att&quot;: 0.4691358024691362, &quot;style&quot;: {&quot;color&quot;: &quot;#23898e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745182999999999, 4.002653], [9.748739, 4.003331]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.748739, 4.003331]}, {&quot;id&quot;: &quot;319&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 774.0, &quot;att&quot;: 0.43181818181818166, &quot;style&quot;: {&quot;color&quot;: &quot;#27808e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76732, 4.003512], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.76732, 4.003512, 9.767719, 4.0105]}, {&quot;id&quot;: &quot;355&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 774.0, &quot;att&quot;: 0.3714285714285706, &quot;style&quot;: {&quot;color&quot;: &quot;#2c718e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76742, 4.0036119999999995], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.76742, 4.0036119999999995, 9.767819, 4.0106]}, {&quot;id&quot;: &quot;391&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 0.12121212121211873, &quot;style&quot;: {&quot;color&quot;: &quot;#472c7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799472, 4.004194], [9.778111, 4.012278]]}, &quot;bbox&quot;: [9.778111, 4.004194, 9.799472, 4.012278]}, {&quot;id&quot;: &quot;427&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 0.18518518518518498, &quot;style&quot;: {&quot;color&quot;: &quot;#423f85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799572, 4.004294], [9.778211, 4.012378]]}, &quot;bbox&quot;: [9.778211, 4.004294, 9.799572, 4.012378]}, {&quot;id&quot;: &quot;463&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 0.3518518518518517, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6d8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.705944, 4.01775], [9.701194, 4.008306]]}, &quot;bbox&quot;: [9.701194, 4.008306, 9.705944, 4.01775]}, {&quot;id&quot;: &quot;499&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 0.013029315960912008, &quot;style&quot;: {&quot;color&quot;: &quot;#450559&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706044, 4.01785], [9.701293999999999, 4.008406]]}, &quot;bbox&quot;: [9.701293999999999, 4.008406, 9.706044, 4.01785]}, {&quot;id&quot;: &quot;535&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 0.20512820512820484, &quot;style&quot;: {&quot;color&quot;: &quot;#404588&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.763806, 3.997361]]}, &quot;bbox&quot;: [9.763806, 3.997361, 9.767833, 4.029]}, {&quot;id&quot;: &quot;571&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 0.21621621621621762, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4889&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.763906, 3.9974610000000004]]}, &quot;bbox&quot;: [9.763906, 3.9974610000000004, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;607&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 0.25974025974025966, &quot;style&quot;: {&quot;color&quot;: &quot;#3a548c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741417, 4.009639], [9.723611, 4.020194]]}, &quot;bbox&quot;: [9.723611, 4.009639, 9.741417, 4.020194]}, {&quot;id&quot;: &quot;643&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 0.2179487179487182, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4889&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741517, 4.009739], [9.723711, 4.020294]]}, &quot;bbox&quot;: [9.723711, 4.009739, 9.741517, 4.020294]}, {&quot;id&quot;: &quot;679&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 0.11764705882352983, &quot;style&quot;: {&quot;color&quot;: &quot;#472a7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.745083, 4.002553]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.767833, 4.029]}, {&quot;id&quot;: &quot;715&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 0.12000000000000076, &quot;style&quot;: {&quot;color&quot;: &quot;#472a7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.745182999999999, 4.002653]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;751&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 466.0, &quot;att&quot;: 0.22000000000000028, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4989&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73456, 4.01734]]}, &quot;bbox&quot;: [9.73456, 4.015972, 9.738528, 4.01734]}, {&quot;id&quot;: &quot;787&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 466.0, &quot;att&quot;: 0.2413793103448284, &quot;style&quot;: {&quot;color&quot;: &quot;#3c4f8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73466, 4.01744]]}, &quot;bbox&quot;: [9.73466, 4.016071999999999, 9.738628, 4.01744]}, {&quot;id&quot;: &quot;823&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8335.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 0.4, &quot;style&quot;: {&quot;color&quot;: &quot;#2a788e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.762056, 4.004472]]}, &quot;bbox&quot;: [9.762056, 4.004472, 9.767833, 4.029]}, {&quot;id&quot;: &quot;859&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8454.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 0.28571428571428714, &quot;style&quot;: {&quot;color&quot;: &quot;#365c8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.762156, 4.004572]]}, &quot;bbox&quot;: [9.762156, 4.004572, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;895&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 0.11666666666666596, &quot;style&quot;: {&quot;color&quot;: &quot;#482979&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.768083, 4.017917]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.768083, 4.017917]}, {&quot;id&quot;: &quot;931&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 0.17021276595744636, &quot;style&quot;: {&quot;color&quot;: &quot;#443a83&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.768183, 4.0180169999999995]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.768183, 4.0180169999999995]}, {&quot;id&quot;: &quot;967&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.29411764705882365, &quot;style&quot;: {&quot;color&quot;: &quot;#355e8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727083, 4.023444], [9.72629, 4.01048]]}, &quot;bbox&quot;: [9.72629, 4.01048, 9.727083, 4.023444]}, {&quot;id&quot;: &quot;1003&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.1891891891891898, &quot;style&quot;: {&quot;color&quot;: &quot;#424086&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727183, 4.023543999999999], [9.72639, 4.01058]]}, &quot;bbox&quot;: [9.72639, 4.01058, 9.727183, 4.023543999999999]}, {&quot;id&quot;: &quot;1039&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 0.25714285714285473, &quot;style&quot;: {&quot;color&quot;: &quot;#3a538b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.757556, 4.0195]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.757556, 4.0195]}, {&quot;id&quot;: &quot;1075&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 0.24390243902439016, &quot;style&quot;: {&quot;color&quot;: &quot;#3c508b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.757655999999999, 4.0196]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.757655999999999, 4.0196]}, {&quot;id&quot;: &quot;1111&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 0.8863636363636364, &quot;style&quot;: {&quot;color&quot;: &quot;#b2dd2d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.756817, 4.008442]]}, &quot;bbox&quot;: [9.756817, 4.008442, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1147&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 0.9032258064516138, &quot;style&quot;: {&quot;color&quot;: &quot;#c0df25&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.756917, 4.008541999999999]]}, &quot;bbox&quot;: [9.756917, 4.008541999999999, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1183&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.024469820554649264, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744694, 4.014417], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.744694, 4.014417, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1219&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.03571428571428586, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744794, 4.014517], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.744794, 4.014517, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1255&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 0.29411764705882426, &quot;style&quot;: {&quot;color&quot;: &quot;#355e8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.767719, 4.0105, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1291&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 0.26666666666666616, &quot;style&quot;: {&quot;color&quot;: &quot;#39568c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.767819, 4.0106, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1327&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 0.0681818181818181, &quot;style&quot;: {&quot;color&quot;: &quot;#481a6c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.780278, 4.023889]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.780278, 4.023889]}, {&quot;id&quot;: &quot;1363&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 0.1587301587301586, &quot;style&quot;: {&quot;color&quot;: &quot;#453781&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.780377999999999, 4.023988999999999]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.780377999999999, 4.023988999999999]}, {&quot;id&quot;: &quot;1399&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 0.3947368421052627, &quot;style&quot;: {&quot;color&quot;: &quot;#2a778e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.721083, 4.0115]]}, &quot;bbox&quot;: [9.696744, 4.0115, 9.721083, 4.029381]}, {&quot;id&quot;: &quot;1435&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 0.20408163265306128, &quot;style&quot;: {&quot;color&quot;: &quot;#404588&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.721183, 4.0116]]}, &quot;bbox&quot;: [9.696844, 4.0116, 9.721183, 4.029481]}, {&quot;id&quot;: &quot;1471&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 654.0, &quot;att&quot;: 0.18333333333333357, &quot;style&quot;: {&quot;color&quot;: &quot;#433e85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743889, 4.0194], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.743889, 4.0194, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1507&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 654.0, &quot;att&quot;: 0.3103448275862066, &quot;style&quot;: {&quot;color&quot;: &quot;#33628d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743989, 4.0195], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.743989, 4.0195, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1543&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024043N-9.680260E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2266.0, &quot;att&quot;: 0.37777777777777743, &quot;style&quot;: {&quot;color&quot;: &quot;#2c728e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.67025, 4.022056], [9.69027, 4.02603]]}, &quot;bbox&quot;: [9.67025, 4.022056, 9.69027, 4.02603]}, {&quot;id&quot;: &quot;1579&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 0.1379310344827582, &quot;style&quot;: {&quot;color&quot;: &quot;#46307e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.72802, 4.03279]]}, &quot;bbox&quot;: [9.72802, 4.015972, 9.738528, 4.03279]}, {&quot;id&quot;: &quot;1615&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 0.12500000000000167, &quot;style&quot;: {&quot;color&quot;: &quot;#472d7b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.72812, 4.03289]]}, &quot;bbox&quot;: [9.72812, 4.016071999999999, 9.738628, 4.03289]}, {&quot;id&quot;: &quot;1651&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.5283018867924532, &quot;style&quot;: {&quot;color&quot;: &quot;#1f978b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.69921, 4.02012]]}, &quot;bbox&quot;: [9.696744, 4.02012, 9.69921, 4.029381]}, {&quot;id&quot;: &quot;1687&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.22377622377622342, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4a89&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.69931, 4.02022]]}, &quot;bbox&quot;: [9.696844, 4.02022, 9.69931, 4.029481]}, {&quot;id&quot;: &quot;1723&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18737.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 0.18181818181818202, &quot;style&quot;: {&quot;color&quot;: &quot;#433e85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.77399, 4.02125]]}, &quot;bbox&quot;: [9.767833, 4.02125, 9.77399, 4.029]}, {&quot;id&quot;: &quot;1759&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17727.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 0.19354838709677458, &quot;style&quot;: {&quot;color&quot;: &quot;#424186&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.77409, 4.02135]]}, &quot;bbox&quot;: [9.767933, 4.02135, 9.77409, 4.0291]}, {&quot;id&quot;: &quot;1795&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14431.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 874.0, &quot;att&quot;: 0.37931034482758597, &quot;style&quot;: {&quot;color&quot;: &quot;#2c738e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737194, 4.022139], [9.741992, 4.0284]]}, &quot;bbox&quot;: [9.737194, 4.022139, 9.741992, 4.0284]}, {&quot;id&quot;: &quot;1831&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14921.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 874.0, &quot;att&quot;: 0.5, &quot;style&quot;: {&quot;color&quot;: &quot;#21918c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737294, 4.022239], [9.742092, 4.0285]]}, &quot;bbox&quot;: [9.737294, 4.022239, 9.742092, 4.0285]}, {&quot;id&quot;: &quot;1867&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.20000000000000082, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73325, 4.035278]]}, &quot;bbox&quot;: [9.73325, 4.015972, 9.738528, 4.035278]}, {&quot;id&quot;: &quot;1903&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.48000000000000115, &quot;style&quot;: {&quot;color&quot;: &quot;#228b8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73335, 4.035378]]}, &quot;bbox&quot;: [9.73335, 4.016071999999999, 9.738628, 4.035378]}, {&quot;id&quot;: &quot;1939&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 0.4117647058823523, &quot;style&quot;: {&quot;color&quot;: &quot;#297b8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.70976, 4.02238]]}, &quot;bbox&quot;: [9.696744, 4.02238, 9.70976, 4.029381]}, {&quot;id&quot;: &quot;1975&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 0.4615384615384609, &quot;style&quot;: {&quot;color&quot;: &quot;#24878e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.709859999999999, 4.02248]]}, &quot;bbox&quot;: [9.696844, 4.02248, 9.709859999999999, 4.029481]}, {&quot;id&quot;: &quot;2011&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 755.0, &quot;att&quot;: 0.454545454545454, &quot;style&quot;: {&quot;color&quot;: &quot;#25858e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.694556, 4.022917]]}, &quot;bbox&quot;: [9.694556, 4.022917, 9.696744, 4.029381]}, {&quot;id&quot;: &quot;2047&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 755.0, &quot;att&quot;: 0.375, &quot;style&quot;: {&quot;color&quot;: &quot;#2c728e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.694656, 4.023016999999999]]}, &quot;bbox&quot;: [9.694656, 4.023016999999999, 9.696844, 4.029481]}, {&quot;id&quot;: &quot;2083&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 0.35483870967741965, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6d8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.72684, 4.01658]]}, &quot;bbox&quot;: [9.72684, 4.01658, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2119&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 0.30232558139534954, &quot;style&quot;: {&quot;color&quot;: &quot;#34608d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.726939999999999, 4.01668]]}, &quot;bbox&quot;: [9.726939999999999, 4.01668, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2155&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 364.0, &quot;att&quot;: 0.57142857142857, &quot;style&quot;: {&quot;color&quot;: &quot;#1fa187&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.705139, 4.028333]]}, &quot;bbox&quot;: [9.701944, 4.028333, 9.705139, 4.029083]}, {&quot;id&quot;: &quot;2191&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 364.0, &quot;att&quot;: 0.47058823529411936, &quot;style&quot;: {&quot;color&quot;: &quot;#23898e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.705239, 4.028433]]}, &quot;bbox&quot;: [9.702043999999999, 4.028433, 9.705239, 4.029183]}, {&quot;id&quot;: &quot;2227&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 0.6976744186046505, &quot;style&quot;: {&quot;color&quot;: &quot;#42be71&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.686417, 4.029444]]}, &quot;bbox&quot;: [9.686417, 4.029381, 9.696744, 4.029444]}, {&quot;id&quot;: &quot;2263&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 0.6097560975609765, &quot;style&quot;: {&quot;color&quot;: &quot;#25ab82&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.686517, 4.029544]]}, &quot;bbox&quot;: [9.686517, 4.029481, 9.696844, 4.029544]}, {&quot;id&quot;: &quot;2299&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 868.0, &quot;att&quot;: 0.2916666666666651, &quot;style&quot;: {&quot;color&quot;: &quot;#365d8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.709194, 4.032028]]}, &quot;bbox&quot;: [9.701944, 4.029083, 9.709194, 4.032028]}, {&quot;id&quot;: &quot;2335&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 868.0, &quot;att&quot;: 0.34782608695652095, &quot;style&quot;: {&quot;color&quot;: &quot;#2f6c8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.709294, 4.032128]]}, &quot;bbox&quot;: [9.702043999999999, 4.029183, 9.709294, 4.032128]}, {&quot;id&quot;: &quot;2371&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 666.0, &quot;att&quot;: 0.5333333333333314, &quot;style&quot;: {&quot;color&quot;: &quot;#1f988b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.691575, 4.032433]]}, &quot;bbox&quot;: [9.691575, 4.029381, 9.696744, 4.032433]}, {&quot;id&quot;: &quot;2407&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 666.0, &quot;att&quot;: 0.37037037037037096, &quot;style&quot;: {&quot;color&quot;: &quot;#2d718e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.691675, 4.032533]]}, &quot;bbox&quot;: [9.691675, 4.029481, 9.696844, 4.032533]}, {&quot;id&quot;: &quot;2443&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 536.0, &quot;att&quot;: 0.3636363636363651, &quot;style&quot;: {&quot;color&quot;: &quot;#2d708e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699417, 4.033417]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699417, 4.033417]}, {&quot;id&quot;: &quot;2479&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 536.0, &quot;att&quot;: 0.3999999999999986, &quot;style&quot;: {&quot;color&quot;: &quot;#2a788e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699517, 4.033517]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699517, 4.033517]}, {&quot;id&quot;: &quot;2515&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 0.13513513513513503, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.727083, 4.023444]]}, &quot;bbox&quot;: [9.727083, 4.023444, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2551&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 0.09615384615384623, &quot;style&quot;: {&quot;color&quot;: &quot;#482374&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.727183, 4.023543999999999]]}, &quot;bbox&quot;: [9.727183, 4.023543999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2587&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.36585365853658586, &quot;style&quot;: {&quot;color&quot;: &quot;#2d708e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71564, 4.032], [9.71203, 4.03312]]}, &quot;bbox&quot;: [9.71203, 4.032, 9.71564, 4.03312]}, {&quot;id&quot;: &quot;2623&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.2553191489361695, &quot;style&quot;: {&quot;color&quot;: &quot;#3a538b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71574, 4.0321], [9.71213, 4.03322]]}, &quot;bbox&quot;: [9.71213, 4.0321, 9.71574, 4.03322]}, {&quot;id&quot;: &quot;2659&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 0.10256410256410388, &quot;style&quot;: {&quot;color&quot;: &quot;#482576&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.755167, 4.037361]]}, &quot;bbox&quot;: [9.755167, 4.029, 9.767833, 4.037361]}, {&quot;id&quot;: &quot;2695&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 0.02702702702702744, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.755267, 4.0374609999999995]]}, &quot;bbox&quot;: [9.755267, 4.0291, 9.767933, 4.0374609999999995]}, {&quot;id&quot;: &quot;2731&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 323.0, &quot;att&quot;: 0.3999999999999986, &quot;style&quot;: {&quot;color&quot;: &quot;#2a788e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691575, 4.032433], [9.691889, 4.035333]]}, &quot;bbox&quot;: [9.691575, 4.032433, 9.691889, 4.035333]}, {&quot;id&quot;: &quot;2767&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 323.0, &quot;att&quot;: 0.47058823529411936, &quot;style&quot;: {&quot;color&quot;: &quot;#23898e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691675, 4.032533], [9.691989, 4.035432999999999]]}, &quot;bbox&quot;: [9.691675, 4.032533, 9.691989, 4.035432999999999]}, {&quot;id&quot;: &quot;2803&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 516.0, &quot;att&quot;: 0.031249999999998265, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774333, 4.033028], [9.77026, 4.03527]]}, &quot;bbox&quot;: [9.77026, 4.033028, 9.774333, 4.03527]}, {&quot;id&quot;: &quot;2839&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 516.0, &quot;att&quot;: 0.06250000000000083, &quot;style&quot;: {&quot;color&quot;: &quot;#48186a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774433, 4.033128], [9.77036, 4.0353699999999995]]}, &quot;bbox&quot;: [9.77036, 4.033128, 9.774433, 4.0353699999999995]}, {&quot;id&quot;: &quot;2875&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 0.2, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.725667, 4.028583]]}, &quot;bbox&quot;: [9.725667, 4.028583, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2911&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 0.21568627450980443, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4889&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.725767, 4.028683]]}, &quot;bbox&quot;: [9.725767, 4.028683, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2947&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 0.7000000000000028, &quot;style&quot;: {&quot;color&quot;: &quot;#44bf70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699006, 4.040886]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699006, 4.040886]}, {&quot;id&quot;: &quot;2983&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 0.4444444444444436, &quot;style&quot;: {&quot;color&quot;: &quot;#26828e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699106, 4.040986]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699106, 4.040986]}, {&quot;id&quot;: &quot;3019&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17810.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 610.0, &quot;att&quot;: 0.3333333333333322, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683883, 4.033886], [9.688056, 4.037472]]}, &quot;bbox&quot;: [9.683883, 4.033886, 9.688056, 4.037472]}, {&quot;id&quot;: &quot;3055&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18820.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 610.0, &quot;att&quot;: 0.29629629629629495, &quot;style&quot;: {&quot;color&quot;: &quot;#355e8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683983, 4.033986], [9.688156, 4.037572]]}, &quot;bbox&quot;: [9.683983, 4.033986, 9.688156, 4.037572]}, {&quot;id&quot;: &quot;3091&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 0.07843137254901941, &quot;style&quot;: {&quot;color&quot;: &quot;#481d6f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.766222, 4.046556]]}, &quot;bbox&quot;: [9.766222, 4.029, 9.767833, 4.046556]}, {&quot;id&quot;: &quot;3127&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 0.03921568627451035, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.766322, 4.046656]]}, &quot;bbox&quot;: [9.766322, 4.0291, 9.767933, 4.046656]}, {&quot;id&quot;: &quot;3163&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 433.0, &quot;att&quot;: 0.26923076923076744, &quot;style&quot;: {&quot;color&quot;: &quot;#39568c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706106, 4.040083], [9.703794, 4.036926]]}, &quot;bbox&quot;: [9.703794, 4.036926, 9.706106, 4.040083]}, {&quot;id&quot;: &quot;3199&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 433.0, &quot;att&quot;: 0.285714285714285, &quot;style&quot;: {&quot;color&quot;: &quot;#365c8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706206, 4.040183], [9.703894, 4.037026]]}, &quot;bbox&quot;: [9.703894, 4.037026, 9.706206, 4.040183]}, {&quot;id&quot;: &quot;3235&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 0.5116279069767443, &quot;style&quot;: {&quot;color&quot;: &quot;#20928c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.711917, 4.037722]]}, &quot;bbox&quot;: [9.711917, 4.037722, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;3271&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 0.47826086956521785, &quot;style&quot;: {&quot;color&quot;: &quot;#228b8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.712017, 4.037821999999999]]}, &quot;bbox&quot;: [9.712017, 4.037821999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;3307&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 928.0, &quot;att&quot;: 0.22413793103448237, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4a89&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.741011, 4.038342]]}, &quot;bbox&quot;: [9.733028, 4.038342, 9.741011, 4.040819]}, {&quot;id&quot;: &quot;3343&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 928.0, &quot;att&quot;: 0.2452830188679241, &quot;style&quot;: {&quot;color&quot;: &quot;#3c508b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.741111, 4.038442]]}, &quot;bbox&quot;: [9.733127999999999, 4.038442, 9.741111, 4.040919]}, {&quot;id&quot;: &quot;3379&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 441.0, &quot;att&quot;: 0.7142857142857132, &quot;style&quot;: {&quot;color&quot;: &quot;#4ac16d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.70265, 4.03931]]}, &quot;bbox&quot;: [9.699006, 4.03931, 9.70265, 4.040886]}, {&quot;id&quot;: &quot;3415&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 441.0, &quot;att&quot;: 0.7499999999999993, &quot;style&quot;: {&quot;color&quot;: &quot;#5cc863&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.70275, 4.03941]]}, &quot;bbox&quot;: [9.699106, 4.03941, 9.70275, 4.040986]}, {&quot;id&quot;: &quot;3451&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 697.0, &quot;att&quot;: 0.12307692307692264, &quot;style&quot;: {&quot;color&quot;: &quot;#472c7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774, 4.042306], [9.7795, 4.039278]]}, &quot;bbox&quot;: [9.774, 4.039278, 9.7795, 4.042306]}, {&quot;id&quot;: &quot;3487&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 697.0, &quot;att&quot;: 0.07920792079207897, &quot;style&quot;: {&quot;color&quot;: &quot;#481d6f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774099999999999, 4.042406], [9.7796, 4.039378]]}, &quot;bbox&quot;: [9.774099999999999, 4.039378, 9.7796, 4.042406]}, {&quot;id&quot;: &quot;3524&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041057N-9.688122E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 387.0, &quot;att&quot;: 0.583333333333333, &quot;style&quot;: {&quot;color&quot;: &quot;#20a486&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.689827, 4.040697]]}, &quot;bbox&quot;: [9.686417, 4.040697, 9.689827, 4.041417]}, {&quot;id&quot;: &quot;3560&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 975.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762056, 4.03875], [9.754583, 4.043386]]}, &quot;bbox&quot;: [9.754583, 4.03875, 9.762056, 4.043386]}, {&quot;id&quot;: &quot;3596&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 975.0, &quot;att&quot;: 0.13953488372093065, &quot;style&quot;: {&quot;color&quot;: &quot;#46307e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762156, 4.03885], [9.754683, 4.043486]]}, &quot;bbox&quot;: [9.754683, 4.03885, 9.762156, 4.043486]}, {&quot;id&quot;: &quot;3632&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.22580645161290405, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4a89&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.728389, 4.041694]]}, &quot;bbox&quot;: [9.728389, 4.040819, 9.733028, 4.041694]}, {&quot;id&quot;: &quot;3668&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.018223234624145882, &quot;style&quot;: {&quot;color&quot;: &quot;#46075a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.728489, 4.041793999999999]]}, &quot;bbox&quot;: [9.728489, 4.040919, 9.733127999999999, 4.041793999999999]}, {&quot;id&quot;: &quot;3704&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.779361, 4.053694]]}, &quot;bbox&quot;: [9.767833, 4.029, 9.779361, 4.053694]}, {&quot;id&quot;: &quot;3740&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 0.033333333333332625, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.779461, 4.053794]]}, &quot;bbox&quot;: [9.767933, 4.0291, 9.779461, 4.053794]}, {&quot;id&quot;: &quot;3776&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 0.11363636363636367, &quot;style&quot;: {&quot;color&quot;: &quot;#482979&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.747639, 4.043778]]}, &quot;bbox&quot;: [9.733028, 4.040819, 9.747639, 4.043778]}, {&quot;id&quot;: &quot;3812&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 0.1311475409836062, &quot;style&quot;: {&quot;color&quot;: &quot;#472e7c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.747739, 4.043877999999999]]}, &quot;bbox&quot;: [9.733127999999999, 4.040919, 9.747739, 4.043877999999999]}, {&quot;id&quot;: &quot;3848&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 0.08510638297872457, &quot;style&quot;: {&quot;color&quot;: &quot;#481f70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702978, 4.056559], [9.73025, 4.028444]]}, &quot;bbox&quot;: [9.702978, 4.028444, 9.73025, 4.056559]}, {&quot;id&quot;: &quot;3884&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 0.15909090909090817, &quot;style&quot;: {&quot;color&quot;: &quot;#453781&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703078, 4.056659], [9.73035, 4.028544]]}, &quot;bbox&quot;: [9.703078, 4.028544, 9.73035, 4.056659]}, {&quot;id&quot;: &quot;3920&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.42105263157894834, &quot;style&quot;: {&quot;color&quot;: &quot;#287d8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.69725, 4.04425]]}, &quot;bbox&quot;: [9.69725, 4.040886, 9.699006, 4.04425]}, {&quot;id&quot;: &quot;3956&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.4090909090909079, &quot;style&quot;: {&quot;color&quot;: &quot;#297a8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.69735, 4.04435]]}, &quot;bbox&quot;: [9.69735, 4.040986, 9.699106, 4.04435]}, {&quot;id&quot;: &quot;3992&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 431.0, &quot;att&quot;: 0.2432432432432446, &quot;style&quot;: {&quot;color&quot;: &quot;#3c508b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704083, 4.04244], [9.707889, 4.043194]]}, &quot;bbox&quot;: [9.704083, 4.04244, 9.707889, 4.043194]}, {&quot;id&quot;: &quot;4028&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 431.0, &quot;att&quot;: 0.2894736842105264, &quot;style&quot;: {&quot;color&quot;: &quot;#365d8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704183, 4.04254], [9.707989, 4.0432939999999995]]}, &quot;bbox&quot;: [9.704183, 4.04254, 9.707989, 4.0432939999999995]}, {&quot;id&quot;: &quot;4066&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043833N-9.687306E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 570.0, &quot;att&quot;: 0.5333333333333338, &quot;style&quot;: {&quot;color&quot;: &quot;#1f988b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.688194, 4.04625]]}, &quot;bbox&quot;: [9.686417, 4.041417, 9.688194, 4.04625]}, {&quot;id&quot;: &quot;4102&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 810.0, &quot;att&quot;: 0.3461538461538454, &quot;style&quot;: {&quot;color&quot;: &quot;#2f6b8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707889, 4.043194], [9.700739, 4.044661]]}, &quot;bbox&quot;: [9.700739, 4.043194, 9.707889, 4.044661]}, {&quot;id&quot;: &quot;4138&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 810.0, &quot;att&quot;: 0.31999999999999884, &quot;style&quot;: {&quot;color&quot;: &quot;#32648e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707989, 4.0432939999999995], [9.700839, 4.044760999999999]]}, &quot;bbox&quot;: [9.700839, 4.0432939999999995, 9.707989, 4.044760999999999]}, {&quot;id&quot;: &quot;4174&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 706.0, &quot;att&quot;: 0.1874999999999998, &quot;style&quot;: {&quot;color&quot;: &quot;#423f85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728389, 4.041694], [9.72575, 4.0475]]}, &quot;bbox&quot;: [9.72575, 4.041694, 9.728389, 4.0475]}, {&quot;id&quot;: &quot;4210&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 706.0, &quot;att&quot;: 0.18181818181818124, &quot;style&quot;: {&quot;color&quot;: &quot;#433e85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728489, 4.041793999999999], [9.72585, 4.0476]]}, &quot;bbox&quot;: [9.72585, 4.041793999999999, 9.728489, 4.0476]}, {&quot;id&quot;: &quot;4246&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 0.12820512820512825, &quot;style&quot;: {&quot;color&quot;: &quot;#472d7b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.699006, 4.040886, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4282&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 0.24000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#3c4f8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.699106, 4.040986, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4318&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14487.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 611.0, &quot;att&quot;: 0.2758620689655182, &quot;style&quot;: {&quot;color&quot;: &quot;#38598c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71598, 4.04642], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.71598, 4.04642, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4354&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14977.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 611.0, &quot;att&quot;: 0.11111111111111258, &quot;style&quot;: {&quot;color&quot;: &quot;#482878&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71608, 4.04652], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.71608, 4.04652, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4390&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048013N-9.705195E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 822.0, &quot;att&quot;: 0.2727272727272727, &quot;style&quot;: {&quot;color&quot;: &quot;#38588c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703528, 4.044694], [9.706861, 4.051333]]}, &quot;bbox&quot;: [9.703528, 4.044694, 9.706861, 4.051333]}, {&quot;id&quot;: &quot;4426&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 317.0, &quot;att&quot;: 0.877934272300469, &quot;style&quot;: {&quot;color&quot;: &quot;#addc30&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698333, 4.049556], [9.698917, 4.04675]]}, &quot;bbox&quot;: [9.698333, 4.04675, 9.698917, 4.049556]}, {&quot;id&quot;: &quot;4462&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 317.0, &quot;att&quot;: 0.4999999999999985, &quot;style&quot;: {&quot;color&quot;: &quot;#21908d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698433, 4.049656], [9.699017, 4.04685]]}, &quot;bbox&quot;: [9.698433, 4.04685, 9.699017, 4.049656]}, {&quot;id&quot;: &quot;4498&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 564.0, &quot;att&quot;: 0.3750000000000015, &quot;style&quot;: {&quot;color&quot;: &quot;#2c728e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706861, 4.051333], [9.708472, 4.0465]]}, &quot;bbox&quot;: [9.706861, 4.0465, 9.708472, 4.051333]}, {&quot;id&quot;: &quot;4534&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 564.0, &quot;att&quot;: 0.6086956521739132, &quot;style&quot;: {&quot;color&quot;: &quot;#24aa83&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706961, 4.051432999999999], [9.708572, 4.0466]]}, &quot;bbox&quot;: [9.706961, 4.0466, 9.708572, 4.051432999999999]}, {&quot;id&quot;: &quot;4570&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 596.0, &quot;att&quot;: 0.032258064516127255, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.771911, 4.050192], [9.777253, 4.049658]]}, &quot;bbox&quot;: [9.771911, 4.049658, 9.777253, 4.050192]}, {&quot;id&quot;: &quot;4606&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 596.0, &quot;att&quot;: 0.031250000000000416, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.772011, 4.050292], [9.777353, 4.049758]]}, &quot;bbox&quot;: [9.772011, 4.049758, 9.777353, 4.050292]}, {&quot;id&quot;: &quot;4642&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050150N-9.740475E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 454.0, &quot;att&quot;: 0.032258064516129475, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741306, 4.052028], [9.739644, 4.048272]]}, &quot;bbox&quot;: [9.739644, 4.048272, 9.741306, 4.052028]}, {&quot;id&quot;: &quot;4678&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 522.0, &quot;att&quot;: 0.5384615384615377, &quot;style&quot;: {&quot;color&quot;: &quot;#1f998a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702389, 4.052444], [9.704556, 4.04825]]}, &quot;bbox&quot;: [9.702389, 4.04825, 9.704556, 4.052444]}, {&quot;id&quot;: &quot;4714&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 522.0, &quot;att&quot;: 0.5599999999999994, &quot;style&quot;: {&quot;color&quot;: &quot;#1f9f88&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702489, 4.052544], [9.704656, 4.04835]]}, &quot;bbox&quot;: [9.702489, 4.04835, 9.704656, 4.052544]}, {&quot;id&quot;: &quot;4750&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 956.0, &quot;att&quot;: 3.9895833333333353, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.756833, 4.047389]]}, &quot;bbox&quot;: [9.750917, 4.047389, 9.756833, 4.053667]}, {&quot;id&quot;: &quot;4786&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 956.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.756933, 4.047489]]}, &quot;bbox&quot;: [9.751017, 4.047489, 9.756933, 4.053767]}, {&quot;id&quot;: &quot;4822&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 0.04285714285714245, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779361, 4.053694], [9.797806, 4.050472]]}, &quot;bbox&quot;: [9.779361, 4.050472, 9.797806, 4.053694]}, {&quot;id&quot;: &quot;4858&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 0.06349206349206322, &quot;style&quot;: {&quot;color&quot;: &quot;#48186a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779461, 4.053794], [9.797906, 4.050572]]}, &quot;bbox&quot;: [9.779461, 4.050572, 9.797906, 4.053794]}, {&quot;id&quot;: &quot;4894&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8363.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 0.20833333333333284, &quot;style&quot;: {&quot;color&quot;: &quot;#404688&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.775889, 4.05525]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.775889, 4.05525]}, {&quot;id&quot;: &quot;4930&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8482.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 0.1599999999999966, &quot;style&quot;: {&quot;color&quot;: &quot;#453781&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.775989, 4.05535]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.775989, 4.05535]}, {&quot;id&quot;: &quot;4966&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 633.0, &quot;att&quot;: -0.009708737864077463, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.754444, 4.058167]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.754444, 4.058167]}, {&quot;id&quot;: &quot;5002&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.754544, 4.058267]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.754544, 4.058267]}, {&quot;id&quot;: &quot;5038&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 546.0, &quot;att&quot;: 0.06818181818181755, &quot;style&quot;: {&quot;color&quot;: &quot;#481a6c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.767556, 4.053639]]}, &quot;bbox&quot;: [9.767556, 4.053639, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5074&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 546.0, &quot;att&quot;: 0.02941176470588272, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.767656, 4.053739]]}, &quot;bbox&quot;: [9.767656, 4.053739, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5110&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 879.0, &quot;att&quot;: 0.5961538461538461, &quot;style&quot;: {&quot;color&quot;: &quot;#22a785&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738694, 4.058056], [9.745611, 4.054186]]}, &quot;bbox&quot;: [9.738694, 4.054186, 9.745611, 4.058056]}, {&quot;id&quot;: &quot;5146&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 879.0, &quot;att&quot;: 0.5500000000000002, &quot;style&quot;: {&quot;color&quot;: &quot;#1e9c89&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738794, 4.058155999999999], [9.745711, 4.054285999999999]]}, &quot;bbox&quot;: [9.738794, 4.054285999999999, 9.745711, 4.058155999999999]}, {&quot;id&quot;: &quot;5182&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 0.025641025641024193, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.743528, 4.059611]]}, &quot;bbox&quot;: [9.743528, 4.053667, 9.750917, 4.059611]}, {&quot;id&quot;: &quot;5218&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 0.031250000000000416, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.743628, 4.059711]]}, &quot;bbox&quot;: [9.743628, 4.053767, 9.751017, 4.059711]}, {&quot;id&quot;: &quot;5254&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.1290322580645156, &quot;style&quot;: {&quot;color&quot;: &quot;#472e7c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726194, 4.060028], [9.750917, 4.053667]]}, &quot;bbox&quot;: [9.726194, 4.053667, 9.750917, 4.060028]}, {&quot;id&quot;: &quot;5290&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.14285714285714285, &quot;style&quot;: {&quot;color&quot;: &quot;#46327e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726294, 4.060128], [9.751017, 4.053767]]}, &quot;bbox&quot;: [9.726294, 4.053767, 9.751017, 4.060128]}, {&quot;id&quot;: &quot;5326&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.07499999999999929, &quot;style&quot;: {&quot;color&quot;: &quot;#481c6e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726393999999999, 4.060228], [9.751116999999999, 4.053867]]}, &quot;bbox&quot;: [9.726393999999999, 4.053867, 9.751116999999999, 4.060228]}, {&quot;id&quot;: &quot;5362&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.13888888888888884, &quot;style&quot;: {&quot;color&quot;: &quot;#46307e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726493999999999, 4.060328], [9.751216999999999, 4.053967]]}, &quot;bbox&quot;: [9.726493999999999, 4.053967, 9.751216999999999, 4.060328]}, {&quot;id&quot;: &quot;5398&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_0&quot;, &quot;frequency&quot;: 12793.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.10714285714285623, &quot;style&quot;: {&quot;color&quot;: &quot;#482677&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726594, 4.060428], [9.751317, 4.054067]]}, &quot;bbox&quot;: [9.726594, 4.054067, 9.751317, 4.060428]}, {&quot;id&quot;: &quot;5434&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_1&quot;, &quot;frequency&quot;: 13059.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.18421052631579002, &quot;style&quot;: {&quot;color&quot;: &quot;#423f85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726694, 4.060528], [9.751417, 4.054167]]}, &quot;bbox&quot;: [9.726694, 4.054167, 9.751417, 4.060528]}, {&quot;id&quot;: &quot;5470&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 0.166666666666667, &quot;style&quot;: {&quot;color&quot;: &quot;#443983&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.734028, 4.06025]]}, &quot;bbox&quot;: [9.734028, 4.053667, 9.750917, 4.06025]}, {&quot;id&quot;: &quot;5506&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2012.0, &quot;att&quot;: -0.022222222222222573, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.734128, 4.06035]]}, &quot;bbox&quot;: [9.734128, 4.053767, 9.751017, 4.06035]}, {&quot;id&quot;: &quot;5542&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 630.0, &quot;att&quot;: 0.2972972972972975, &quot;style&quot;: {&quot;color&quot;: &quot;#355f8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.763167, 4.056417]]}, &quot;bbox&quot;: [9.763167, 4.056417, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5578&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 630.0, &quot;att&quot;: 0.21739130434782603, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4889&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.763266999999999, 4.0565169999999995]]}, &quot;bbox&quot;: [9.763266999999999, 4.0565169999999995, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5614&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 0.06451612903225788, &quot;style&quot;: {&quot;color&quot;: &quot;#48186a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.786861, 4.062806]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.786861, 4.062806]}, {&quot;id&quot;: &quot;5650&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 0.14285714285714285, &quot;style&quot;: {&quot;color&quot;: &quot;#46327e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.786961, 4.062906]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.786961, 4.062906]}, {&quot;id&quot;: &quot;5686&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 0.34782608695652495, &quot;style&quot;: {&quot;color&quot;: &quot;#2f6c8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.720853, 4.053242]]}, &quot;bbox&quot;: [9.714664, 4.053242, 9.720853, 4.06425]}, {&quot;id&quot;: &quot;5722&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 0.27777777777777823, &quot;style&quot;: {&quot;color&quot;: &quot;#375a8c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.720953, 4.053342]]}, &quot;bbox&quot;: [9.714764, 4.053342, 9.720953, 4.06435]}, {&quot;id&quot;: &quot;5758&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 0.07547169811320732, &quot;style&quot;: {&quot;color&quot;: &quot;#481c6e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.75311, 4.064069]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.75311, 4.064069]}, {&quot;id&quot;: &quot;5794&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 0.15789473684210514, &quot;style&quot;: {&quot;color&quot;: &quot;#453781&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.75321, 4.064169]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.75321, 4.064169]}, {&quot;id&quot;: &quot;5830&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.767778, 4.064361]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.767778, 4.064361]}, {&quot;id&quot;: &quot;5866&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.06451612903225666, &quot;style&quot;: {&quot;color&quot;: &quot;#48186a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.767878, 4.064461]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.767878, 4.064461]}, {&quot;id&quot;: &quot;5902&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 796.0, &quot;att&quot;: 0.3749999999999996, &quot;style&quot;: {&quot;color&quot;: &quot;#2c718e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708444, 4.060333], [9.715412, 4.058638]]}, &quot;bbox&quot;: [9.708444, 4.058638, 9.715412, 4.060333]}, {&quot;id&quot;: &quot;5938&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 796.0, &quot;att&quot;: 0.39130434782608375, &quot;style&quot;: {&quot;color&quot;: &quot;#2a768e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708544, 4.060433], [9.715512, 4.058738]]}, &quot;bbox&quot;: [9.708544, 4.058738, 9.715512, 4.060433]}, {&quot;id&quot;: &quot;5974&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.759558, 4.066322]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.759558, 4.066322]}, {&quot;id&quot;: &quot;6010&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.759658, 4.066422]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.759658, 4.066422]}, {&quot;id&quot;: &quot;6046&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 0.14285714285714468, &quot;style&quot;: {&quot;color&quot;: &quot;#46327e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.777639, 4.063131]]}, &quot;bbox&quot;: [9.768444, 4.0585, 9.777639, 4.063131]}, {&quot;id&quot;: &quot;6082&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 0.11111111111111023, &quot;style&quot;: {&quot;color&quot;: &quot;#482878&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.777739, 4.063231]]}, &quot;bbox&quot;: [9.768544, 4.0586, 9.777739, 4.063231]}, {&quot;id&quot;: &quot;6118&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 498.0, &quot;att&quot;: 0.03921568627450896, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743528, 4.059611], [9.74569, 4.06356]]}, &quot;bbox&quot;: [9.743528, 4.059611, 9.74569, 4.06356]}, {&quot;id&quot;: &quot;6154&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 498.0, &quot;att&quot;: 0.03703703703703499, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743628, 4.059711], [9.74579, 4.06366]]}, &quot;bbox&quot;: [9.743628, 4.059711, 9.74579, 4.06366]}, {&quot;id&quot;: &quot;6190&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 741.0, &quot;att&quot;: 0.2916666666666651, &quot;style&quot;: {&quot;color&quot;: &quot;#365d8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704333, 4.059583], [9.706333, 4.065972]]}, &quot;bbox&quot;: [9.704333, 4.059583, 9.706333, 4.065972]}, {&quot;id&quot;: &quot;6226&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 741.0, &quot;att&quot;: 0.3333333333333345, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704433, 4.059683], [9.706433, 4.066072]]}, &quot;bbox&quot;: [9.704433, 4.059683, 9.706433, 4.066072]}, {&quot;id&quot;: &quot;6262&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 603.0, &quot;att&quot;: 0.12121212121212088, &quot;style&quot;: {&quot;color&quot;: &quot;#472c7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.719389, 4.061556]]}, &quot;bbox&quot;: [9.714664, 4.061556, 9.719389, 4.06425]}, {&quot;id&quot;: &quot;6298&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 603.0, &quot;att&quot;: 0.032258064516129475, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.719489, 4.061656]]}, &quot;bbox&quot;: [9.714764, 4.061656, 9.719489, 4.06435]}, {&quot;id&quot;: &quot;6334&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 669.0, &quot;att&quot;: 0.03571428571428617, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759558, 4.066322], [9.76425, 4.062528]]}, &quot;bbox&quot;: [9.759558, 4.062528, 9.76425, 4.066322]}, {&quot;id&quot;: &quot;6370&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 669.0, &quot;att&quot;: 0.08333333333333431, &quot;style&quot;: {&quot;color&quot;: &quot;#481f70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759658, 4.066422], [9.76435, 4.062628]]}, &quot;bbox&quot;: [9.759658, 4.062628, 9.76435, 4.066422]}, {&quot;id&quot;: &quot;6406&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 451.0, &quot;att&quot;: 0.2105263157894731, &quot;style&quot;: {&quot;color&quot;: &quot;#404688&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710083, 4.063917], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.710083, 4.063917, 9.71287, 4.06688]}, {&quot;id&quot;: &quot;6442&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 451.0, &quot;att&quot;: 0.16666666666666863, &quot;style&quot;: {&quot;color&quot;: &quot;#443983&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710182999999999, 4.064017], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.710182999999999, 4.064017, 9.71297, 4.06698]}, {&quot;id&quot;: &quot;6478&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 924.0, &quot;att&quot;: 0.0857142857142849, &quot;style&quot;: {&quot;color&quot;: &quot;#481f70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79152, 4.065848], [9.799722, 4.06725]]}, &quot;bbox&quot;: [9.79152, 4.065848, 9.799722, 4.06725]}, {&quot;id&quot;: &quot;6514&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 924.0, &quot;att&quot;: 0.16666666666666666, &quot;style&quot;: {&quot;color&quot;: &quot;#443983&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79162, 4.065948], [9.799821999999999, 4.067349999999999]]}, &quot;bbox&quot;: [9.79162, 4.065948, 9.799821999999999, 4.067349999999999]}, {&quot;id&quot;: &quot;6550&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.12499999999999889, &quot;style&quot;: {&quot;color&quot;: &quot;#472c7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.72547, 4.07139]}, {&quot;id&quot;: &quot;6586&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.12499999999999972, &quot;style&quot;: {&quot;color&quot;: &quot;#472c7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.72557, 4.07149]}, {&quot;id&quot;: &quot;6622&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 932.0, &quot;att&quot;: 0.35555555555555746, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6e8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.722972, 4.065667], [9.729139, 4.071389]]}, &quot;bbox&quot;: [9.722972, 4.065667, 9.729139, 4.071389]}, {&quot;id&quot;: &quot;6658&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 932.0, &quot;att&quot;: 0.3555555555555543, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6e8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.723072, 4.065767], [9.729239, 4.071489]]}, &quot;bbox&quot;: [9.723072, 4.065767, 9.729239, 4.071489]}, {&quot;id&quot;: &quot;6694&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 535.0, &quot;att&quot;: 0.3428571428571437, &quot;style&quot;: {&quot;color&quot;: &quot;#306a8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714869, 4.071278], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.71287, 4.06688, 9.714869, 4.071278]}, {&quot;id&quot;: &quot;6730&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 535.0, &quot;att&quot;: 0.37777777777777843, &quot;style&quot;: {&quot;color&quot;: &quot;#2c728e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714969, 4.071378], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.71297, 4.06698, 9.714969, 4.071378]}, {&quot;id&quot;: &quot;6766&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 407.0, &quot;att&quot;: 0.10344827586207023, &quot;style&quot;: {&quot;color&quot;: &quot;#482576&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729139, 4.071389], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.72547, 4.071389, 9.729139, 4.07139]}, {&quot;id&quot;: &quot;6802&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 407.0, &quot;att&quot;: 0.03448275862068771, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729239, 4.071489], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.72557, 4.071489, 9.729239, 4.07149]}, {&quot;id&quot;: &quot;6838&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 731.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736111, 4.072222], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.736111, 4.072222, 9.742681, 4.072661]}, {&quot;id&quot;: &quot;6874&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 731.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736210999999999, 4.072322], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.736210999999999, 4.072322, 9.742780999999999, 4.072761]}, {&quot;id&quot;: &quot;6910&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 561.0, &quot;att&quot;: -0.04347826086956589, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76925, 4.071639], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.76925, 4.071639, 9.774, 4.073367]}, {&quot;id&quot;: &quot;6946&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 561.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76935, 4.071739], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.76935, 4.071739, 9.774099999999999, 4.073467]}, {&quot;id&quot;: &quot;6982&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 0.25, &quot;style&quot;: {&quot;color&quot;: &quot;#3b528b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.721058, 4.084075]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.721058, 4.084075]}, {&quot;id&quot;: &quot;7018&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 0.5199999999999989, &quot;style&quot;: {&quot;color&quot;: &quot;#1f958b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.721157999999999, 4.084175]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.721157999999999, 4.084175]}, {&quot;id&quot;: &quot;7054&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 0.13333333333333286, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.761667, 4.074778]}, {&quot;id&quot;: &quot;7090&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.761766999999999, 4.074878]}, {&quot;id&quot;: &quot;7126&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.23529411764706176, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4e8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719639, 4.070306], [9.719417, 4.079889]]}, &quot;bbox&quot;: [9.719417, 4.070306, 9.719639, 4.079889]}, {&quot;id&quot;: &quot;7162&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.15999999999999942, &quot;style&quot;: {&quot;color&quot;: &quot;#453781&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719739, 4.070406], [9.719517, 4.079988999999999]]}, &quot;bbox&quot;: [9.719517, 4.070406, 9.719739, 4.079988999999999]}, {&quot;id&quot;: &quot;7198&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 0.16666666666666666, &quot;style&quot;: {&quot;color&quot;: &quot;#443983&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.781778, 4.069972]]}, &quot;bbox&quot;: [9.781778, 4.069972, 9.786083, 4.0817]}, {&quot;id&quot;: &quot;7234&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 0.12499999999999889, &quot;style&quot;: {&quot;color&quot;: &quot;#472c7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.781877999999999, 4.070072]]}, &quot;bbox&quot;: [9.781877999999999, 4.070072, 9.786183, 4.081799999999999]}, {&quot;id&quot;: &quot;7270&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.023809523809524172, &quot;style&quot;: {&quot;color&quot;: &quot;#460a5d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.75645, 4.07833]]}, &quot;bbox&quot;: [9.75645, 4.074778, 9.761667, 4.07833]}, {&quot;id&quot;: &quot;7306&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.0031397174254317556, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.756549999999999, 4.07843]]}, &quot;bbox&quot;: [9.756549999999999, 4.074878, 9.761766999999999, 4.07843]}, {&quot;id&quot;: &quot;7342&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 480.0, &quot;att&quot;: 0.31818181818181906, &quot;style&quot;: {&quot;color&quot;: &quot;#32648e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719417, 4.079889], [9.721778, 4.07625]]}, &quot;bbox&quot;: [9.719417, 4.07625, 9.721778, 4.079889]}, {&quot;id&quot;: &quot;7378&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 480.0, &quot;att&quot;: 0.35999999999999943, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6f8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719517, 4.079988999999999], [9.721878, 4.07635]]}, &quot;bbox&quot;: [9.719517, 4.07635, 9.721878, 4.079988999999999]}, {&quot;id&quot;: &quot;7414&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 0.08000000000000114, &quot;style&quot;: {&quot;color&quot;: &quot;#481d6f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756825, 4.081867], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.756825, 4.081867]}, {&quot;id&quot;: &quot;7450&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 0.07692307692307797, &quot;style&quot;: {&quot;color&quot;: &quot;#481c6e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756924999999999, 4.081967], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.756924999999999, 4.081967]}, {&quot;id&quot;: &quot;7486&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 0.32142857142857123, &quot;style&quot;: {&quot;color&quot;: &quot;#32658e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.801611, 4.076722]]}, &quot;bbox&quot;: [9.786083, 4.076722, 9.801611, 4.0817]}, {&quot;id&quot;: &quot;7522&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 0.31999999999999884, &quot;style&quot;: {&quot;color&quot;: &quot;#32648e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.801711, 4.076822]]}, &quot;bbox&quot;: [9.786183, 4.076822, 9.801711, 4.081799999999999]}, {&quot;id&quot;: &quot;7558&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 0.1290322580645156, &quot;style&quot;: {&quot;color&quot;: &quot;#472e7c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.742681, 4.072661, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;7594&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 0.19444444444444553, &quot;style&quot;: {&quot;color&quot;: &quot;#424186&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.742780999999999, 4.072761, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;7630&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.752944, 4.073367, 9.774, 4.085936]}, {&quot;id&quot;: &quot;7666&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.753044, 4.073467, 9.774099999999999, 4.086036]}, {&quot;id&quot;: &quot;7702&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080070N-9.789737E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18848.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 888.0, &quot;att&quot;: 0.8333333333333413, &quot;style&quot;: {&quot;color&quot;: &quot;#90d743&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.79339, 4.07844]]}, &quot;bbox&quot;: [9.786083, 4.07844, 9.79339, 4.0817]}, {&quot;id&quot;: &quot;7738&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 0.37500000000000056, &quot;style&quot;: {&quot;color&quot;: &quot;#2c728e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.753278, 4.074861]]}, &quot;bbox&quot;: [9.752944, 4.074861, 9.753278, 4.085936]}, {&quot;id&quot;: &quot;7774&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 0.18181818181818094, &quot;style&quot;: {&quot;color&quot;: &quot;#433e85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.753378, 4.074961]]}, &quot;bbox&quot;: [9.753044, 4.074961, 9.753378, 4.086036]}, {&quot;id&quot;: &quot;7810&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 968.0, &quot;att&quot;: 0.14285714285713996, &quot;style&quot;: {&quot;color&quot;: &quot;#46327e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765535, 4.081441], [9.756825, 4.081867]]}, &quot;bbox&quot;: [9.756825, 4.081441, 9.765535, 4.081867]}, {&quot;id&quot;: &quot;7846&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 968.0, &quot;att&quot;: 0.10000000000000142, &quot;style&quot;: {&quot;color&quot;: &quot;#482475&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765635, 4.081541], [9.756924999999999, 4.081967]]}, &quot;bbox&quot;: [9.756924999999999, 4.081541, 9.765635, 4.081967]}, {&quot;id&quot;: &quot;7882&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 0.17391304347826303, &quot;style&quot;: {&quot;color&quot;: &quot;#443b84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.7949, 4.08393]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.7949, 4.08393]}, {&quot;id&quot;: &quot;7918&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 0.34782608695652095, &quot;style&quot;: {&quot;color&quot;: &quot;#2f6c8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.795, 4.084029999999999]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.795, 4.084029999999999]}, {&quot;id&quot;: &quot;7954&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 895.0, &quot;att&quot;: 0.23255813953488388, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4d8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.77848, 4.08438]]}, &quot;bbox&quot;: [9.77848, 4.0817, 9.786083, 4.08438]}, {&quot;id&quot;: &quot;7990&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 895.0, &quot;att&quot;: 0.22222222222222046, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4989&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.77858, 4.08448]]}, &quot;bbox&quot;: [9.77858, 4.081799999999999, 9.786183, 4.08448]}, {&quot;id&quot;: &quot;8026&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 0.454545454545454, &quot;style&quot;: {&quot;color&quot;: &quot;#25858e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.751769, 4.093194]]}, &quot;bbox&quot;: [9.751769, 4.074778, 9.761667, 4.093194]}, {&quot;id&quot;: &quot;8062&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 0.166666666666667, &quot;style&quot;: {&quot;color&quot;: &quot;#443983&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.751869, 4.093294]]}, &quot;bbox&quot;: [9.751869, 4.074878, 9.761766999999999, 4.093294]}, {&quot;id&quot;: &quot;8098&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 0.17647058823529216, &quot;style&quot;: {&quot;color&quot;: &quot;#433d84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.728889, 4.083056]]}, &quot;bbox&quot;: [9.728889, 4.083056, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8134&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 0.3333333333333307, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.728989, 4.083156]]}, &quot;bbox&quot;: [9.728989, 4.083156, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8170&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 0.2916666666666651, &quot;style&quot;: {&quot;color&quot;: &quot;#365d8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.738306, 4.083528]]}, &quot;bbox&quot;: [9.738306, 4.083528, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8206&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 0.1923076923076922, &quot;style&quot;: {&quot;color&quot;: &quot;#424186&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.738406, 4.083628]]}, &quot;bbox&quot;: [9.738406, 4.083628, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8242&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 947.0, &quot;att&quot;: 0.19047619047619305, &quot;style&quot;: {&quot;color&quot;: &quot;#424086&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.783583, 4.089889]]}, &quot;bbox&quot;: [9.783583, 4.0817, 9.786083, 4.089889]}, {&quot;id&quot;: &quot;8278&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 947.0, &quot;att&quot;: 0.2105263157894731, &quot;style&quot;: {&quot;color&quot;: &quot;#404688&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.783683, 4.089989]]}, &quot;bbox&quot;: [9.783683, 4.081799999999999, 9.786183, 4.089989]}, {&quot;id&quot;: &quot;8314&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 0.6153846153846145, &quot;style&quot;: {&quot;color&quot;: &quot;#25ac82&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.743333, 4.074778, 9.761667, 4.097333]}, {&quot;id&quot;: &quot;8350&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 0.5833333333333344, &quot;style&quot;: {&quot;color&quot;: &quot;#20a486&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.743433, 4.074878, 9.761766999999999, 4.097433]}, {&quot;id&quot;: &quot;8386&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 0.575757575757578, &quot;style&quot;: {&quot;color&quot;: &quot;#1fa287&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.76601, 4.08663]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.76601, 4.08663]}, {&quot;id&quot;: &quot;8422&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 0.3720930232558145, &quot;style&quot;: {&quot;color&quot;: &quot;#2c718e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.76611, 4.08673]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.76611, 4.08673]}, {&quot;id&quot;: &quot;8458&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 0.09090909090909208, &quot;style&quot;: {&quot;color&quot;: &quot;#482173&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.808667, 4.091389]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.808667, 4.091389]}, {&quot;id&quot;: &quot;8494&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 0.21428571428571447, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4788&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.808767, 4.091489]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.808767, 4.091489]}, {&quot;id&quot;: &quot;8530&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 830.0, &quot;att&quot;: 0.25531914893617064, &quot;style&quot;: {&quot;color&quot;: &quot;#3a538b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.758611, 4.090833]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.758611, 4.090833]}, {&quot;id&quot;: &quot;8566&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 830.0, &quot;att&quot;: 0.3200000000000003, &quot;style&quot;: {&quot;color&quot;: &quot;#32648e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.758711, 4.090933]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.758711, 4.090933]}, {&quot;id&quot;: &quot;8602&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 555.0, &quot;att&quot;: 0.06249999999999667, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73381, 4.08679], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.73381, 4.08679, 9.736042, 4.091278]}, {&quot;id&quot;: &quot;8638&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 555.0, &quot;att&quot;: 0.28000000000000114, &quot;style&quot;: {&quot;color&quot;: &quot;#375a8c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73391, 4.0868899999999995], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.73391, 4.0868899999999995, 9.736142, 4.091378]}, {&quot;id&quot;: &quot;8674&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.744, 4.104861]]}, &quot;bbox&quot;: [9.744, 4.074778, 9.761667, 4.104861]}, {&quot;id&quot;: &quot;8710&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 0.08571428571428896, &quot;style&quot;: {&quot;color&quot;: &quot;#481f70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.7441, 4.104960999999999]]}, &quot;bbox&quot;: [9.7441, 4.074878, 9.761766999999999, 4.104960999999999]}, {&quot;id&quot;: &quot;8746&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 889.0, &quot;att&quot;: 0.07142857142857252, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76601, 4.08663], [9.764367, 4.0945]]}, &quot;bbox&quot;: [9.764367, 4.08663, 9.76601, 4.0945]}, {&quot;id&quot;: &quot;8782&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 889.0, &quot;att&quot;: 0.1176470588235272, &quot;style&quot;: {&quot;color&quot;: &quot;#472a7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76611, 4.08673], [9.764467, 4.0946]]}, &quot;bbox&quot;: [9.764467, 4.08673, 9.76611, 4.0946]}, {&quot;id&quot;: &quot;8818&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 736.0, &quot;att&quot;: 0.1999999999999981, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729444, 4.091944], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.729444, 4.091278, 9.736042, 4.091944]}, {&quot;id&quot;: &quot;8854&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 736.0, &quot;att&quot;: 0.09090909090909208, &quot;style&quot;: {&quot;color&quot;: &quot;#482173&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729544, 4.092044], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.729544, 4.091378, 9.736142, 4.092044]}, {&quot;id&quot;: &quot;8890&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 419.0, &quot;att&quot;: 0.2307692307692312, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4d8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74168, 4.09393], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.74168, 4.09393, 9.743333, 4.097333]}, {&quot;id&quot;: &quot;8926&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 419.0, &quot;att&quot;: 0.21739130434782636, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4889&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T01:50:00&quot;, &quot;2019-07-18T01:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74178, 4.09403], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.74178, 4.09403, 9.743433, 4.097433]}, {&quot;id&quot;: &quot;32&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 0.44444444444444503, &quot;style&quot;: {&quot;color&quot;: &quot;#26828e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.791866, 3.97665]]}, &quot;bbox&quot;: [9.787167, 3.97665, 9.791866, 3.992722]}, {&quot;id&quot;: &quot;68&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 0.17857142857142874, &quot;style&quot;: {&quot;color&quot;: &quot;#433d84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.791966, 3.97675]]}, &quot;bbox&quot;: [9.787267, 3.97675, 9.791966, 3.9928220000000003]}, {&quot;id&quot;: &quot;104&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.05263157894736827, &quot;style&quot;: {&quot;color&quot;: &quot;#481467&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.81613, 3.97866]]}, &quot;bbox&quot;: [9.787167, 3.97866, 9.81613, 3.992722]}, {&quot;id&quot;: &quot;140&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3573.0, &quot;att&quot;: -0.0018214936247723393, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.81623, 3.9787600000000003]]}, &quot;bbox&quot;: [9.787267, 3.9787600000000003, 9.81623, 3.9928220000000003]}, {&quot;id&quot;: &quot;176&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 556.0, &quot;att&quot;: 0.21874999999999895, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4889&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763806, 3.997361], [9.75885, 3.99663]]}, &quot;bbox&quot;: [9.75885, 3.99663, 9.763806, 3.997361]}, {&quot;id&quot;: &quot;212&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 556.0, &quot;att&quot;: 0.4285714285714278, &quot;style&quot;: {&quot;color&quot;: &quot;#277f8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763906, 3.9974610000000004], [9.75895, 3.9967300000000003]]}, &quot;bbox&quot;: [9.75895, 3.9967300000000003, 9.763906, 3.9974610000000004]}, {&quot;id&quot;: &quot;248&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 402.0, &quot;att&quot;: 0.5686274509803925, &quot;style&quot;: {&quot;color&quot;: &quot;#1fa188&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745083, 4.002553], [9.748639, 4.003231]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.748639, 4.003231]}, {&quot;id&quot;: &quot;284&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 402.0, &quot;att&quot;: 0.32098765432098775, &quot;style&quot;: {&quot;color&quot;: &quot;#32658e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745182999999999, 4.002653], [9.748739, 4.003331]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.748739, 4.003331]}, {&quot;id&quot;: &quot;320&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 774.0, &quot;att&quot;: 0.40909090909090856, &quot;style&quot;: {&quot;color&quot;: &quot;#297a8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76732, 4.003512], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.76732, 4.003512, 9.767719, 4.0105]}, {&quot;id&quot;: &quot;356&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 774.0, &quot;att&quot;: 0.3714285714285706, &quot;style&quot;: {&quot;color&quot;: &quot;#2c718e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76742, 4.0036119999999995], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.76742, 4.0036119999999995, 9.767819, 4.0106]}, {&quot;id&quot;: &quot;392&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 0.12121212121211873, &quot;style&quot;: {&quot;color&quot;: &quot;#472c7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799472, 4.004194], [9.778111, 4.012278]]}, &quot;bbox&quot;: [9.778111, 4.004194, 9.799472, 4.012278]}, {&quot;id&quot;: &quot;428&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 0.18518518518518498, &quot;style&quot;: {&quot;color&quot;: &quot;#423f85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799572, 4.004294], [9.778211, 4.012378]]}, &quot;bbox&quot;: [9.778211, 4.004294, 9.799572, 4.012378]}, {&quot;id&quot;: &quot;464&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 0.27777777777777785, &quot;style&quot;: {&quot;color&quot;: &quot;#375a8c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.705944, 4.01775], [9.701194, 4.008306]]}, &quot;bbox&quot;: [9.701194, 4.008306, 9.705944, 4.01775]}, {&quot;id&quot;: &quot;500&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 0.008143322475570034, &quot;style&quot;: {&quot;color&quot;: &quot;#450457&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706044, 4.01785], [9.701293999999999, 4.008406]]}, &quot;bbox&quot;: [9.701293999999999, 4.008406, 9.706044, 4.01785]}, {&quot;id&quot;: &quot;536&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 0.20512820512820484, &quot;style&quot;: {&quot;color&quot;: &quot;#404588&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.763806, 3.997361]]}, &quot;bbox&quot;: [9.763806, 3.997361, 9.767833, 4.029]}, {&quot;id&quot;: &quot;572&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 0.2702702702702725, &quot;style&quot;: {&quot;color&quot;: &quot;#38588c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.763906, 3.9974610000000004]]}, &quot;bbox&quot;: [9.763906, 3.9974610000000004, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;608&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 0.15584415584415615, &quot;style&quot;: {&quot;color&quot;: &quot;#453581&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741417, 4.009639], [9.723611, 4.020194]]}, &quot;bbox&quot;: [9.723611, 4.009639, 9.741417, 4.020194]}, {&quot;id&quot;: &quot;644&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 0.15384615384615413, &quot;style&quot;: {&quot;color&quot;: &quot;#453581&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741517, 4.009739], [9.723711, 4.020294]]}, &quot;bbox&quot;: [9.723711, 4.009739, 9.741517, 4.020294]}, {&quot;id&quot;: &quot;680&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 0.07843137254901941, &quot;style&quot;: {&quot;color&quot;: &quot;#481d6f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.745083, 4.002553]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.767833, 4.029]}, {&quot;id&quot;: &quot;716&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 0.08000000000000114, &quot;style&quot;: {&quot;color&quot;: &quot;#481d6f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.745182999999999, 4.002653]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;752&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 466.0, &quot;att&quot;: 0.2, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73456, 4.01734]]}, &quot;bbox&quot;: [9.73456, 4.015972, 9.738528, 4.01734]}, {&quot;id&quot;: &quot;788&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 466.0, &quot;att&quot;: 0.22413793103448332, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4a89&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73466, 4.01744]]}, &quot;bbox&quot;: [9.73466, 4.016071999999999, 9.738628, 4.01744]}, {&quot;id&quot;: &quot;824&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8335.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 0.4, &quot;style&quot;: {&quot;color&quot;: &quot;#2a788e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.762056, 4.004472]]}, &quot;bbox&quot;: [9.762056, 4.004472, 9.767833, 4.029]}, {&quot;id&quot;: &quot;860&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8454.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 0.28571428571428714, &quot;style&quot;: {&quot;color&quot;: &quot;#365c8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.762156, 4.004572]]}, &quot;bbox&quot;: [9.762156, 4.004572, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;896&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 0.10000000000000024, &quot;style&quot;: {&quot;color&quot;: &quot;#482475&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.768083, 4.017917]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.768083, 4.017917]}, {&quot;id&quot;: &quot;932&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 0.2127659574468087, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4788&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.768183, 4.0180169999999995]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.768183, 4.0180169999999995]}, {&quot;id&quot;: &quot;968&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.2058823529411774, &quot;style&quot;: {&quot;color&quot;: &quot;#404588&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727083, 4.023444], [9.72629, 4.01048]]}, &quot;bbox&quot;: [9.72629, 4.01048, 9.727083, 4.023444]}, {&quot;id&quot;: &quot;1004&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.16216216216216242, &quot;style&quot;: {&quot;color&quot;: &quot;#453882&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727183, 4.023543999999999], [9.72639, 4.01058]]}, &quot;bbox&quot;: [9.72639, 4.01058, 9.727183, 4.023543999999999]}, {&quot;id&quot;: &quot;1040&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 0.20000000000000082, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.757556, 4.0195]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.757556, 4.0195]}, {&quot;id&quot;: &quot;1076&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 0.2195121951219508, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4989&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.757655999999999, 4.0196]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.757655999999999, 4.0196]}, {&quot;id&quot;: &quot;1112&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 0.8863636363636364, &quot;style&quot;: {&quot;color&quot;: &quot;#b2dd2d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.756817, 4.008442]]}, &quot;bbox&quot;: [9.756817, 4.008442, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1148&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 0.8924731182795699, &quot;style&quot;: {&quot;color&quot;: &quot;#b8de29&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.756917, 4.008541999999999]]}, &quot;bbox&quot;: [9.756917, 4.008541999999999, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1184&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.02283849918433929, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744694, 4.014417], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.744694, 4.014417, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1220&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.030612244897959252, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744794, 4.014517], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.744794, 4.014517, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1256&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 0.323529411764705, &quot;style&quot;: {&quot;color&quot;: &quot;#32658e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.767719, 4.0105, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1292&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 0.2888888888888903, &quot;style&quot;: {&quot;color&quot;: &quot;#365c8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.767819, 4.0106, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1328&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 0.0681818181818181, &quot;style&quot;: {&quot;color&quot;: &quot;#481a6c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.780278, 4.023889]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.780278, 4.023889]}, {&quot;id&quot;: &quot;1364&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 0.14285714285714365, &quot;style&quot;: {&quot;color&quot;: &quot;#46327e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.780377999999999, 4.023988999999999]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.780377999999999, 4.023988999999999]}, {&quot;id&quot;: &quot;1400&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 0.34210526315789547, &quot;style&quot;: {&quot;color&quot;: &quot;#306a8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.721083, 4.0115]]}, &quot;bbox&quot;: [9.696744, 4.0115, 9.721083, 4.029381]}, {&quot;id&quot;: &quot;1436&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 0.14285714285714202, &quot;style&quot;: {&quot;color&quot;: &quot;#46327e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.721183, 4.0116]]}, &quot;bbox&quot;: [9.696844, 4.0116, 9.721183, 4.029481]}, {&quot;id&quot;: &quot;1472&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 654.0, &quot;att&quot;: 0.14999999999999977, &quot;style&quot;: {&quot;color&quot;: &quot;#463480&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743889, 4.0194], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.743889, 4.0194, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1508&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 654.0, &quot;att&quot;: 0.27586206896551885, &quot;style&quot;: {&quot;color&quot;: &quot;#38598c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743989, 4.0195], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.743989, 4.0195, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1544&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024043N-9.680260E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2266.0, &quot;att&quot;: 0.24444444444444516, &quot;style&quot;: {&quot;color&quot;: &quot;#3c508b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.67025, 4.022056], [9.69027, 4.02603]]}, &quot;bbox&quot;: [9.67025, 4.022056, 9.69027, 4.02603]}, {&quot;id&quot;: &quot;1580&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 0.1379310344827582, &quot;style&quot;: {&quot;color&quot;: &quot;#46307e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.72802, 4.03279]]}, &quot;bbox&quot;: [9.72802, 4.015972, 9.738528, 4.03279]}, {&quot;id&quot;: &quot;1616&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 0.12500000000000167, &quot;style&quot;: {&quot;color&quot;: &quot;#472d7b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.72812, 4.03289]]}, &quot;bbox&quot;: [9.72812, 4.016071999999999, 9.738628, 4.03289]}, {&quot;id&quot;: &quot;1652&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.43396226415094385, &quot;style&quot;: {&quot;color&quot;: &quot;#26818e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.69921, 4.02012]]}, &quot;bbox&quot;: [9.696744, 4.02012, 9.69921, 4.029381]}, {&quot;id&quot;: &quot;1688&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.20279720279720265, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.69931, 4.02022]]}, &quot;bbox&quot;: [9.696844, 4.02022, 9.69931, 4.029481]}, {&quot;id&quot;: &quot;1724&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18737.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 0.18181818181818202, &quot;style&quot;: {&quot;color&quot;: &quot;#433e85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.77399, 4.02125]]}, &quot;bbox&quot;: [9.767833, 4.02125, 9.77399, 4.029]}, {&quot;id&quot;: &quot;1760&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17727.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 0.19354838709677458, &quot;style&quot;: {&quot;color&quot;: &quot;#424186&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.77409, 4.02135]]}, &quot;bbox&quot;: [9.767933, 4.02135, 9.77409, 4.0291]}, {&quot;id&quot;: &quot;1796&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14431.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 874.0, &quot;att&quot;: 0.2413793103448281, &quot;style&quot;: {&quot;color&quot;: &quot;#3c4f8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737194, 4.022139], [9.741992, 4.0284]]}, &quot;bbox&quot;: [9.737194, 4.022139, 9.741992, 4.0284]}, {&quot;id&quot;: &quot;1832&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14921.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 874.0, &quot;att&quot;: 0.23333333333333428, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4d8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737294, 4.022239], [9.742092, 4.0285]]}, &quot;bbox&quot;: [9.737294, 4.022239, 9.742092, 4.0285]}, {&quot;id&quot;: &quot;1868&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.17142857142857185, &quot;style&quot;: {&quot;color&quot;: &quot;#443a83&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73325, 4.035278]]}, &quot;bbox&quot;: [9.73325, 4.015972, 9.738528, 4.035278]}, {&quot;id&quot;: &quot;1904&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.44000000000000056, &quot;style&quot;: {&quot;color&quot;: &quot;#26828e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73335, 4.035378]]}, &quot;bbox&quot;: [9.73335, 4.016071999999999, 9.738628, 4.035378]}, {&quot;id&quot;: &quot;1940&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 0.33333333333333426, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.70976, 4.02238]]}, &quot;bbox&quot;: [9.696744, 4.02238, 9.70976, 4.029381]}, {&quot;id&quot;: &quot;1976&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 0.40384615384615363, &quot;style&quot;: {&quot;color&quot;: &quot;#29798e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.709859999999999, 4.02248]]}, &quot;bbox&quot;: [9.696844, 4.02248, 9.709859999999999, 4.029481]}, {&quot;id&quot;: &quot;2012&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 755.0, &quot;att&quot;: 0.36363636363636404, &quot;style&quot;: {&quot;color&quot;: &quot;#2d708e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.694556, 4.022917]]}, &quot;bbox&quot;: [9.694556, 4.022917, 9.696744, 4.029381]}, {&quot;id&quot;: &quot;2048&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 755.0, &quot;att&quot;: 0.34999999999999964, &quot;style&quot;: {&quot;color&quot;: &quot;#2f6c8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.694656, 4.023016999999999]]}, &quot;bbox&quot;: [9.694656, 4.023016999999999, 9.696844, 4.029481]}, {&quot;id&quot;: &quot;2084&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 0.38709677419354915, &quot;style&quot;: {&quot;color&quot;: &quot;#2b758e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.72684, 4.01658]]}, &quot;bbox&quot;: [9.72684, 4.01658, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2120&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 0.30232558139534954, &quot;style&quot;: {&quot;color&quot;: &quot;#34608d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.726939999999999, 4.01668]]}, &quot;bbox&quot;: [9.726939999999999, 4.01668, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2156&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 364.0, &quot;att&quot;: 0.5000000000000026, &quot;style&quot;: {&quot;color&quot;: &quot;#21918c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.705139, 4.028333]]}, &quot;bbox&quot;: [9.701944, 4.028333, 9.705139, 4.029083]}, {&quot;id&quot;: &quot;2192&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 364.0, &quot;att&quot;: 0.4117647058823539, &quot;style&quot;: {&quot;color&quot;: &quot;#297b8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.705239, 4.028433]]}, &quot;bbox&quot;: [9.702043999999999, 4.028433, 9.705239, 4.029183]}, {&quot;id&quot;: &quot;2228&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 0.32558139534883657, &quot;style&quot;: {&quot;color&quot;: &quot;#31668e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.686417, 4.029444]]}, &quot;bbox&quot;: [9.686417, 4.029381, 9.696744, 4.029444]}, {&quot;id&quot;: &quot;2264&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 0.29268292682926766, &quot;style&quot;: {&quot;color&quot;: &quot;#365d8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.686517, 4.029544]]}, &quot;bbox&quot;: [9.686517, 4.029481, 9.696844, 4.029544]}, {&quot;id&quot;: &quot;2300&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 868.0, &quot;att&quot;: 0.2916666666666651, &quot;style&quot;: {&quot;color&quot;: &quot;#365d8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.709194, 4.032028]]}, &quot;bbox&quot;: [9.701944, 4.029083, 9.709194, 4.032028]}, {&quot;id&quot;: &quot;2336&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 868.0, &quot;att&quot;: 0.30434782608695504, &quot;style&quot;: {&quot;color&quot;: &quot;#34608d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.709294, 4.032128]]}, &quot;bbox&quot;: [9.702043999999999, 4.029183, 9.709294, 4.032128]}, {&quot;id&quot;: &quot;2372&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 666.0, &quot;att&quot;: 0.4333333333333324, &quot;style&quot;: {&quot;color&quot;: &quot;#27808e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.691575, 4.032433]]}, &quot;bbox&quot;: [9.691575, 4.029381, 9.696744, 4.032433]}, {&quot;id&quot;: &quot;2408&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 666.0, &quot;att&quot;: 0.2962962962962957, &quot;style&quot;: {&quot;color&quot;: &quot;#355e8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.691675, 4.032533]]}, &quot;bbox&quot;: [9.691675, 4.029481, 9.696844, 4.032533]}, {&quot;id&quot;: &quot;2444&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 536.0, &quot;att&quot;: 0.3636363636363651, &quot;style&quot;: {&quot;color&quot;: &quot;#2d708e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699417, 4.033417]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699417, 4.033417]}, {&quot;id&quot;: &quot;2480&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 536.0, &quot;att&quot;: 0.36666666666666714, &quot;style&quot;: {&quot;color&quot;: &quot;#2d708e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699517, 4.033517]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699517, 4.033517]}, {&quot;id&quot;: &quot;2516&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 0.16216216216216242, &quot;style&quot;: {&quot;color&quot;: &quot;#453882&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.727083, 4.023444]]}, &quot;bbox&quot;: [9.727083, 4.023444, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2552&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 0.09615384615384623, &quot;style&quot;: {&quot;color&quot;: &quot;#482374&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.727183, 4.023543999999999]]}, &quot;bbox&quot;: [9.727183, 4.023543999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2588&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.31707317073170704, &quot;style&quot;: {&quot;color&quot;: &quot;#32648e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71564, 4.032], [9.71203, 4.03312]]}, &quot;bbox&quot;: [9.71203, 4.032, 9.71564, 4.03312]}, {&quot;id&quot;: &quot;2624&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.2127659574468087, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4788&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71574, 4.0321], [9.71213, 4.03322]]}, &quot;bbox&quot;: [9.71213, 4.0321, 9.71574, 4.03322]}, {&quot;id&quot;: &quot;2660&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 0.17948717948717996, &quot;style&quot;: {&quot;color&quot;: &quot;#433d84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.755167, 4.037361]]}, &quot;bbox&quot;: [9.755167, 4.029, 9.767833, 4.037361]}, {&quot;id&quot;: &quot;2696&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 0.13513513513513528, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.755267, 4.0374609999999995]]}, &quot;bbox&quot;: [9.755267, 4.0291, 9.767933, 4.0374609999999995]}, {&quot;id&quot;: &quot;2732&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 323.0, &quot;att&quot;: 0.3500000000000014, &quot;style&quot;: {&quot;color&quot;: &quot;#2f6c8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691575, 4.032433], [9.691889, 4.035333]]}, &quot;bbox&quot;: [9.691575, 4.032433, 9.691889, 4.035333]}, {&quot;id&quot;: &quot;2768&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 323.0, &quot;att&quot;: 0.3529411764705885, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6d8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691675, 4.032533], [9.691989, 4.035432999999999]]}, &quot;bbox&quot;: [9.691675, 4.032533, 9.691989, 4.035432999999999]}, {&quot;id&quot;: &quot;2804&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 516.0, &quot;att&quot;: 0.09374999999999924, &quot;style&quot;: {&quot;color&quot;: &quot;#482173&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774333, 4.033028], [9.77026, 4.03527]]}, &quot;bbox&quot;: [9.77026, 4.033028, 9.774333, 4.03527]}, {&quot;id&quot;: &quot;2840&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 516.0, &quot;att&quot;: 0.2187500000000007, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4989&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774433, 4.033128], [9.77036, 4.0353699999999995]]}, &quot;bbox&quot;: [9.77036, 4.033128, 9.774433, 4.0353699999999995]}, {&quot;id&quot;: &quot;2876&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 0.17999999999999972, &quot;style&quot;: {&quot;color&quot;: &quot;#433e85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.725667, 4.028583]]}, &quot;bbox&quot;: [9.725667, 4.028583, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2912&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 0.19607843137254924, &quot;style&quot;: {&quot;color&quot;: &quot;#414287&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.725767, 4.028683]]}, &quot;bbox&quot;: [9.725767, 4.028683, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2948&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 0.20000000000000284, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699006, 4.040886]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699006, 4.040886]}, {&quot;id&quot;: &quot;2984&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 0.27777777777777823, &quot;style&quot;: {&quot;color&quot;: &quot;#375a8c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699106, 4.040986]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699106, 4.040986]}, {&quot;id&quot;: &quot;3020&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17810.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 610.0, &quot;att&quot;: 0.28571428571428376, &quot;style&quot;: {&quot;color&quot;: &quot;#365c8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683883, 4.033886], [9.688056, 4.037472]]}, &quot;bbox&quot;: [9.683883, 4.033886, 9.688056, 4.037472]}, {&quot;id&quot;: &quot;3056&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18820.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 610.0, &quot;att&quot;: 0.18518518518518498, &quot;style&quot;: {&quot;color&quot;: &quot;#423f85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683983, 4.033986], [9.688156, 4.037572]]}, &quot;bbox&quot;: [9.683983, 4.033986, 9.688156, 4.037572]}, {&quot;id&quot;: &quot;3092&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 0.11764705882352983, &quot;style&quot;: {&quot;color&quot;: &quot;#472a7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.766222, 4.046556]]}, &quot;bbox&quot;: [9.766222, 4.029, 9.767833, 4.046556]}, {&quot;id&quot;: &quot;3128&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 0.03921568627451035, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.766322, 4.046656]]}, &quot;bbox&quot;: [9.766322, 4.0291, 9.767933, 4.046656]}, {&quot;id&quot;: &quot;3164&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 433.0, &quot;att&quot;: 0.26923076923076744, &quot;style&quot;: {&quot;color&quot;: &quot;#39568c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706106, 4.040083], [9.703794, 4.036926]]}, &quot;bbox&quot;: [9.703794, 4.036926, 9.706106, 4.040083]}, {&quot;id&quot;: &quot;3200&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 433.0, &quot;att&quot;: 0.32142857142857123, &quot;style&quot;: {&quot;color&quot;: &quot;#32658e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706206, 4.040183], [9.703894, 4.037026]]}, &quot;bbox&quot;: [9.703894, 4.037026, 9.706206, 4.040183]}, {&quot;id&quot;: &quot;3236&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 0.4883720930232557, &quot;style&quot;: {&quot;color&quot;: &quot;#218e8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.711917, 4.037722]]}, &quot;bbox&quot;: [9.711917, 4.037722, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;3272&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 0.4130434782608691, &quot;style&quot;: {&quot;color&quot;: &quot;#297b8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.712017, 4.037821999999999]]}, &quot;bbox&quot;: [9.712017, 4.037821999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;3308&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 928.0, &quot;att&quot;: 0.25862068965517254, &quot;style&quot;: {&quot;color&quot;: &quot;#3a548c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.741011, 4.038342]]}, &quot;bbox&quot;: [9.733028, 4.038342, 9.741011, 4.040819]}, {&quot;id&quot;: &quot;3344&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 928.0, &quot;att&quot;: 0.2452830188679241, &quot;style&quot;: {&quot;color&quot;: &quot;#3c508b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.741111, 4.038442]]}, &quot;bbox&quot;: [9.733127999999999, 4.038442, 9.741111, 4.040919]}, {&quot;id&quot;: &quot;3380&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 441.0, &quot;att&quot;: 0.5714285714285711, &quot;style&quot;: {&quot;color&quot;: &quot;#1fa187&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.70265, 4.03931]]}, &quot;bbox&quot;: [9.699006, 4.03931, 9.70265, 4.040886]}, {&quot;id&quot;: &quot;3416&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 441.0, &quot;att&quot;: 0.6428571428571433, &quot;style&quot;: {&quot;color&quot;: &quot;#2db27d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.70275, 4.03941]]}, &quot;bbox&quot;: [9.699106, 4.03941, 9.70275, 4.040986]}, {&quot;id&quot;: &quot;3452&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 697.0, &quot;att&quot;: 0.16923076923076946, &quot;style&quot;: {&quot;color&quot;: &quot;#443a83&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774, 4.042306], [9.7795, 4.039278]]}, &quot;bbox&quot;: [9.774, 4.039278, 9.7795, 4.042306]}, {&quot;id&quot;: &quot;3488&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 697.0, &quot;att&quot;: 0.1287128712871285, &quot;style&quot;: {&quot;color&quot;: &quot;#472d7b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774099999999999, 4.042406], [9.7796, 4.039378]]}, &quot;bbox&quot;: [9.774099999999999, 4.039378, 9.7796, 4.042406]}, {&quot;id&quot;: &quot;3525&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041057N-9.688122E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 387.0, &quot;att&quot;: 0.6666666666666676, &quot;style&quot;: {&quot;color&quot;: &quot;#35b779&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.689827, 4.040697]]}, &quot;bbox&quot;: [9.686417, 4.040697, 9.689827, 4.041417]}, {&quot;id&quot;: &quot;3561&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 975.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762056, 4.03875], [9.754583, 4.043386]]}, &quot;bbox&quot;: [9.754583, 4.03875, 9.762056, 4.043386]}, {&quot;id&quot;: &quot;3597&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 975.0, &quot;att&quot;: 0.13953488372093065, &quot;style&quot;: {&quot;color&quot;: &quot;#46307e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762156, 4.03885], [9.754683, 4.043486]]}, &quot;bbox&quot;: [9.754683, 4.03885, 9.762156, 4.043486]}, {&quot;id&quot;: &quot;3633&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.22580645161290405, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4a89&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.728389, 4.041694]]}, &quot;bbox&quot;: [9.728389, 4.040819, 9.733028, 4.041694]}, {&quot;id&quot;: &quot;3669&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.018223234624145882, &quot;style&quot;: {&quot;color&quot;: &quot;#46075a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.728489, 4.041793999999999]]}, &quot;bbox&quot;: [9.728489, 4.040919, 9.733127999999999, 4.041793999999999]}, {&quot;id&quot;: &quot;3705&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.779361, 4.053694]]}, &quot;bbox&quot;: [9.767833, 4.029, 9.779361, 4.053694]}, {&quot;id&quot;: &quot;3741&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 0.049999999999999524, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.779461, 4.053794]]}, &quot;bbox&quot;: [9.767933, 4.0291, 9.779461, 4.053794]}, {&quot;id&quot;: &quot;3777&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 0.15909090909090817, &quot;style&quot;: {&quot;color&quot;: &quot;#453781&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.747639, 4.043778]]}, &quot;bbox&quot;: [9.733028, 4.040819, 9.747639, 4.043778]}, {&quot;id&quot;: &quot;3813&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 0.18032786885245825, &quot;style&quot;: {&quot;color&quot;: &quot;#433e85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.747739, 4.043877999999999]]}, &quot;bbox&quot;: [9.733127999999999, 4.040919, 9.747739, 4.043877999999999]}, {&quot;id&quot;: &quot;3849&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 0.08510638297872457, &quot;style&quot;: {&quot;color&quot;: &quot;#481f70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702978, 4.056559], [9.73025, 4.028444]]}, &quot;bbox&quot;: [9.702978, 4.028444, 9.73025, 4.056559]}, {&quot;id&quot;: &quot;3885&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 0.15909090909090817, &quot;style&quot;: {&quot;color&quot;: &quot;#453781&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703078, 4.056659], [9.73035, 4.028544]]}, &quot;bbox&quot;: [9.703078, 4.028544, 9.73035, 4.056659]}, {&quot;id&quot;: &quot;3921&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.42105263157894834, &quot;style&quot;: {&quot;color&quot;: &quot;#287d8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.69725, 4.04425]]}, &quot;bbox&quot;: [9.69725, 4.040886, 9.699006, 4.04425]}, {&quot;id&quot;: &quot;3957&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.3636363636363651, &quot;style&quot;: {&quot;color&quot;: &quot;#2d708e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.69735, 4.04435]]}, &quot;bbox&quot;: [9.69735, 4.040986, 9.699106, 4.04435]}, {&quot;id&quot;: &quot;3993&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 431.0, &quot;att&quot;: 0.2162162162162172, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4889&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704083, 4.04244], [9.707889, 4.043194]]}, &quot;bbox&quot;: [9.704083, 4.04244, 9.707889, 4.043194]}, {&quot;id&quot;: &quot;4029&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 431.0, &quot;att&quot;: 0.21052631578947456, &quot;style&quot;: {&quot;color&quot;: &quot;#404688&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704183, 4.04254], [9.707989, 4.0432939999999995]]}, &quot;bbox&quot;: [9.704183, 4.04254, 9.707989, 4.0432939999999995]}, {&quot;id&quot;: &quot;4067&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043833N-9.687306E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 570.0, &quot;att&quot;: 0.43333333333333474, &quot;style&quot;: {&quot;color&quot;: &quot;#27808e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.688194, 4.04625]]}, &quot;bbox&quot;: [9.686417, 4.041417, 9.688194, 4.04625]}, {&quot;id&quot;: &quot;4103&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 810.0, &quot;att&quot;: 0.26923076923077016, &quot;style&quot;: {&quot;color&quot;: &quot;#39568c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707889, 4.043194], [9.700739, 4.044661]]}, &quot;bbox&quot;: [9.700739, 4.043194, 9.707889, 4.044661]}, {&quot;id&quot;: &quot;4139&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 810.0, &quot;att&quot;: 0.28000000000000114, &quot;style&quot;: {&quot;color&quot;: &quot;#375a8c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707989, 4.0432939999999995], [9.700839, 4.044760999999999]]}, &quot;bbox&quot;: [9.700839, 4.0432939999999995, 9.707989, 4.044760999999999]}, {&quot;id&quot;: &quot;4175&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 706.0, &quot;att&quot;: 0.10416666666666673, &quot;style&quot;: {&quot;color&quot;: &quot;#482576&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728389, 4.041694], [9.72575, 4.0475]]}, &quot;bbox&quot;: [9.72575, 4.041694, 9.728389, 4.0475]}, {&quot;id&quot;: &quot;4211&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 706.0, &quot;att&quot;: 0.11363636363636367, &quot;style&quot;: {&quot;color&quot;: &quot;#482979&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728489, 4.041793999999999], [9.72585, 4.0476]]}, &quot;bbox&quot;: [9.72585, 4.041793999999999, 9.728489, 4.0476]}, {&quot;id&quot;: &quot;4247&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 0.12820512820512825, &quot;style&quot;: {&quot;color&quot;: &quot;#472d7b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.699006, 4.040886, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4283&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 0.24000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#3c4f8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.699106, 4.040986, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4319&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14487.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 611.0, &quot;att&quot;: 0.17241379310344793, &quot;style&quot;: {&quot;color&quot;: &quot;#443b84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71598, 4.04642], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.71598, 4.04642, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4355&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14977.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 611.0, &quot;att&quot;: 0.14814814814814747, &quot;style&quot;: {&quot;color&quot;: &quot;#46337f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71608, 4.04652], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.71608, 4.04652, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4391&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048013N-9.705195E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 822.0, &quot;att&quot;: 0.23636363636363586, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4e8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703528, 4.044694], [9.706861, 4.051333]]}, &quot;bbox&quot;: [9.703528, 4.044694, 9.706861, 4.051333]}, {&quot;id&quot;: &quot;4427&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 317.0, &quot;att&quot;: 0.732394366197183, &quot;style&quot;: {&quot;color&quot;: &quot;#54c568&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698333, 4.049556], [9.698917, 4.04675]]}, &quot;bbox&quot;: [9.698333, 4.04675, 9.698917, 4.049556]}, {&quot;id&quot;: &quot;4463&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 317.0, &quot;att&quot;: 0.4583333333333342, &quot;style&quot;: {&quot;color&quot;: &quot;#24868e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698433, 4.049656], [9.699017, 4.04685]]}, &quot;bbox&quot;: [9.698433, 4.04685, 9.699017, 4.049656]}, {&quot;id&quot;: &quot;4499&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 564.0, &quot;att&quot;: 0.08333333333333431, &quot;style&quot;: {&quot;color&quot;: &quot;#481f70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706861, 4.051333], [9.708472, 4.0465]]}, &quot;bbox&quot;: [9.706861, 4.0465, 9.708472, 4.051333]}, {&quot;id&quot;: &quot;4535&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 564.0, &quot;att&quot;: 0.34782608695652095, &quot;style&quot;: {&quot;color&quot;: &quot;#2f6c8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706961, 4.051432999999999], [9.708572, 4.0466]]}, &quot;bbox&quot;: [9.706961, 4.0466, 9.708572, 4.051432999999999]}, {&quot;id&quot;: &quot;4571&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 596.0, &quot;att&quot;: 0.032258064516127255, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.771911, 4.050192], [9.777253, 4.049658]]}, &quot;bbox&quot;: [9.771911, 4.049658, 9.777253, 4.050192]}, {&quot;id&quot;: &quot;4607&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 596.0, &quot;att&quot;: 0.09375000000000125, &quot;style&quot;: {&quot;color&quot;: &quot;#482374&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.772011, 4.050292], [9.777353, 4.049758]]}, &quot;bbox&quot;: [9.772011, 4.049758, 9.777353, 4.050292]}, {&quot;id&quot;: &quot;4643&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050150N-9.740475E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 454.0, &quot;att&quot;: 0.032258064516129475, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741306, 4.052028], [9.739644, 4.048272]]}, &quot;bbox&quot;: [9.739644, 4.048272, 9.741306, 4.052028]}, {&quot;id&quot;: &quot;4679&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 522.0, &quot;att&quot;: 0.5, &quot;style&quot;: {&quot;color&quot;: &quot;#21918c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702389, 4.052444], [9.704556, 4.04825]]}, &quot;bbox&quot;: [9.702389, 4.04825, 9.704556, 4.052444]}, {&quot;id&quot;: &quot;4715&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 522.0, &quot;att&quot;: 0.5400000000000006, &quot;style&quot;: {&quot;color&quot;: &quot;#1f9a8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702489, 4.052544], [9.704656, 4.04835]]}, &quot;bbox&quot;: [9.702489, 4.04835, 9.704656, 4.052544]}, {&quot;id&quot;: &quot;4751&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 956.0, &quot;att&quot;: 5.270833333333336, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.756833, 4.047389]]}, &quot;bbox&quot;: [9.750917, 4.047389, 9.756833, 4.053667]}, {&quot;id&quot;: &quot;4787&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 956.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.756933, 4.047489]]}, &quot;bbox&quot;: [9.751017, 4.047489, 9.756933, 4.053767]}, {&quot;id&quot;: &quot;4823&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 0.1857142857142853, &quot;style&quot;: {&quot;color&quot;: &quot;#423f85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779361, 4.053694], [9.797806, 4.050472]]}, &quot;bbox&quot;: [9.779361, 4.050472, 9.797806, 4.053694]}, {&quot;id&quot;: &quot;4859&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 0.253968253968254, &quot;style&quot;: {&quot;color&quot;: &quot;#3a538b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779461, 4.053794], [9.797906, 4.050572]]}, &quot;bbox&quot;: [9.779461, 4.050572, 9.797906, 4.053794]}, {&quot;id&quot;: &quot;4895&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8363.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 0.20833333333333284, &quot;style&quot;: {&quot;color&quot;: &quot;#404688&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.775889, 4.05525]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.775889, 4.05525]}, {&quot;id&quot;: &quot;4931&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8482.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 0.2, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.775989, 4.05535]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.775989, 4.05535]}, {&quot;id&quot;: &quot;4967&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.754444, 4.058167]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.754444, 4.058167]}, {&quot;id&quot;: &quot;5003&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 633.0, &quot;att&quot;: -0.0022883295194508334, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.754544, 4.058267]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.754544, 4.058267]}, {&quot;id&quot;: &quot;5039&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 546.0, &quot;att&quot;: 0.06818181818181755, &quot;style&quot;: {&quot;color&quot;: &quot;#481a6c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.767556, 4.053639]]}, &quot;bbox&quot;: [9.767556, 4.053639, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5075&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 546.0, &quot;att&quot;: 0.02941176470588272, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.767656, 4.053739]]}, &quot;bbox&quot;: [9.767656, 4.053739, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5111&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 879.0, &quot;att&quot;: 0.5961538461538461, &quot;style&quot;: {&quot;color&quot;: &quot;#22a785&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738694, 4.058056], [9.745611, 4.054186]]}, &quot;bbox&quot;: [9.738694, 4.054186, 9.745611, 4.058056]}, {&quot;id&quot;: &quot;5147&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 879.0, &quot;att&quot;: 0.5333333333333332, &quot;style&quot;: {&quot;color&quot;: &quot;#1f988b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738794, 4.058155999999999], [9.745711, 4.054285999999999]]}, &quot;bbox&quot;: [9.738794, 4.054285999999999, 9.745711, 4.058155999999999]}, {&quot;id&quot;: &quot;5183&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 0.051282051282050205, &quot;style&quot;: {&quot;color&quot;: &quot;#481467&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.743528, 4.059611]]}, &quot;bbox&quot;: [9.743528, 4.053667, 9.750917, 4.059611]}, {&quot;id&quot;: &quot;5219&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 0.031250000000000416, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.743628, 4.059711]]}, &quot;bbox&quot;: [9.743628, 4.053767, 9.751017, 4.059711]}, {&quot;id&quot;: &quot;5255&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.06451612903225895, &quot;style&quot;: {&quot;color&quot;: &quot;#48186a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726194, 4.060028], [9.750917, 4.053667]]}, &quot;bbox&quot;: [9.726194, 4.053667, 9.750917, 4.060028]}, {&quot;id&quot;: &quot;5291&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.11428571428571388, &quot;style&quot;: {&quot;color&quot;: &quot;#482979&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726294, 4.060128], [9.751017, 4.053767]]}, &quot;bbox&quot;: [9.726294, 4.053767, 9.751017, 4.060128]}, {&quot;id&quot;: &quot;5327&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.09999999999999964, &quot;style&quot;: {&quot;color&quot;: &quot;#482475&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726393999999999, 4.060228], [9.751116999999999, 4.053867]]}, &quot;bbox&quot;: [9.726393999999999, 4.053867, 9.751116999999999, 4.060228]}, {&quot;id&quot;: &quot;5363&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.11111111111111067, &quot;style&quot;: {&quot;color&quot;: &quot;#482878&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726493999999999, 4.060328], [9.751216999999999, 4.053967]]}, &quot;bbox&quot;: [9.726493999999999, 4.053967, 9.751216999999999, 4.060328]}, {&quot;id&quot;: &quot;5399&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_0&quot;, &quot;frequency&quot;: 12793.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.1428571428571425, &quot;style&quot;: {&quot;color&quot;: &quot;#46327e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726594, 4.060428], [9.751317, 4.054067]]}, &quot;bbox&quot;: [9.726594, 4.054067, 9.751317, 4.060428]}, {&quot;id&quot;: &quot;5435&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_1&quot;, &quot;frequency&quot;: 13059.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.1315789473684209, &quot;style&quot;: {&quot;color&quot;: &quot;#472e7c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726694, 4.060528], [9.751417, 4.054167]]}, &quot;bbox&quot;: [9.726694, 4.054167, 9.751417, 4.060528]}, {&quot;id&quot;: &quot;5471&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 0.19444444444444517, &quot;style&quot;: {&quot;color&quot;: &quot;#424186&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.734028, 4.06025]]}, &quot;bbox&quot;: [9.734028, 4.053667, 9.750917, 4.06025]}, {&quot;id&quot;: &quot;5507&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2012.0, &quot;att&quot;: -0.022222222222222573, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.734128, 4.06035]]}, &quot;bbox&quot;: [9.734128, 4.053767, 9.751017, 4.06035]}, {&quot;id&quot;: &quot;5543&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 630.0, &quot;att&quot;: 0.27027027027027006, &quot;style&quot;: {&quot;color&quot;: &quot;#38588c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.763167, 4.056417]]}, &quot;bbox&quot;: [9.763167, 4.056417, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5579&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 630.0, &quot;att&quot;: 0.23913043478260892, &quot;style&quot;: {&quot;color&quot;: &quot;#3c4f8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.763266999999999, 4.0565169999999995]]}, &quot;bbox&quot;: [9.763266999999999, 4.0565169999999995, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5615&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 0.1290322580645169, &quot;style&quot;: {&quot;color&quot;: &quot;#472e7c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.786861, 4.062806]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.786861, 4.062806]}, {&quot;id&quot;: &quot;5651&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 0.1714285714285698, &quot;style&quot;: {&quot;color&quot;: &quot;#443a83&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.786961, 4.062906]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.786961, 4.062906]}, {&quot;id&quot;: &quot;5687&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 0.30434782608695626, &quot;style&quot;: {&quot;color&quot;: &quot;#34608d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.720853, 4.053242]]}, &quot;bbox&quot;: [9.714664, 4.053242, 9.720853, 4.06425]}, {&quot;id&quot;: &quot;5723&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 0.27777777777777823, &quot;style&quot;: {&quot;color&quot;: &quot;#375a8c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.720953, 4.053342]]}, &quot;bbox&quot;: [9.714764, 4.053342, 9.720953, 4.06435]}, {&quot;id&quot;: &quot;5759&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 0.2075471698113198, &quot;style&quot;: {&quot;color&quot;: &quot;#404688&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.75311, 4.064069]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.75311, 4.064069]}, {&quot;id&quot;: &quot;5795&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 0.3157894736842103, &quot;style&quot;: {&quot;color&quot;: &quot;#33638d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.75321, 4.064169]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.75321, 4.064169]}, {&quot;id&quot;: &quot;5831&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.020833333333332163, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.767778, 4.064361]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.767778, 4.064361]}, {&quot;id&quot;: &quot;5867&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.06451612903225666, &quot;style&quot;: {&quot;color&quot;: &quot;#48186a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.767878, 4.064461]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.767878, 4.064461]}, {&quot;id&quot;: &quot;5903&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 796.0, &quot;att&quot;: 0.2916666666666651, &quot;style&quot;: {&quot;color&quot;: &quot;#365d8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708444, 4.060333], [9.715412, 4.058638]]}, &quot;bbox&quot;: [9.708444, 4.058638, 9.715412, 4.060333]}, {&quot;id&quot;: &quot;5939&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 796.0, &quot;att&quot;: 0.34782608695652095, &quot;style&quot;: {&quot;color&quot;: &quot;#2f6c8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708544, 4.060433], [9.715512, 4.058738]]}, &quot;bbox&quot;: [9.708544, 4.058738, 9.715512, 4.060433]}, {&quot;id&quot;: &quot;5975&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 0.03703703703703753, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.759558, 4.066322]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.759558, 4.066322]}, {&quot;id&quot;: &quot;6011&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.759658, 4.066422]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.759658, 4.066422]}, {&quot;id&quot;: &quot;6047&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 0.14285714285714468, &quot;style&quot;: {&quot;color&quot;: &quot;#46327e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.777639, 4.063131]]}, &quot;bbox&quot;: [9.768444, 4.0585, 9.777639, 4.063131]}, {&quot;id&quot;: &quot;6083&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 0.14814814814814786, &quot;style&quot;: {&quot;color&quot;: &quot;#46337f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.777739, 4.063231]]}, &quot;bbox&quot;: [9.768544, 4.0586, 9.777739, 4.063231]}, {&quot;id&quot;: &quot;6119&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 498.0, &quot;att&quot;: 0.1764705882352938, &quot;style&quot;: {&quot;color&quot;: &quot;#433d84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743528, 4.059611], [9.74569, 4.06356]]}, &quot;bbox&quot;: [9.743528, 4.059611, 9.74569, 4.06356]}, {&quot;id&quot;: &quot;6155&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 498.0, &quot;att&quot;: 0.2592592592592581, &quot;style&quot;: {&quot;color&quot;: &quot;#3a548c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743628, 4.059711], [9.74579, 4.06366]]}, &quot;bbox&quot;: [9.743628, 4.059711, 9.74579, 4.06366]}, {&quot;id&quot;: &quot;6191&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 741.0, &quot;att&quot;: 0.2500000000000007, &quot;style&quot;: {&quot;color&quot;: &quot;#3b528b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704333, 4.059583], [9.706333, 4.065972]]}, &quot;bbox&quot;: [9.704333, 4.059583, 9.706333, 4.065972]}, {&quot;id&quot;: &quot;6227&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 741.0, &quot;att&quot;: 0.2857142857142862, &quot;style&quot;: {&quot;color&quot;: &quot;#365c8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704433, 4.059683], [9.706433, 4.066072]]}, &quot;bbox&quot;: [9.704433, 4.059683, 9.706433, 4.066072]}, {&quot;id&quot;: &quot;6263&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 603.0, &quot;att&quot;: 0.09090909090909012, &quot;style&quot;: {&quot;color&quot;: &quot;#482173&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.719389, 4.061556]]}, &quot;bbox&quot;: [9.714664, 4.061556, 9.719389, 4.06425]}, {&quot;id&quot;: &quot;6299&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 603.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.719489, 4.061656]]}, &quot;bbox&quot;: [9.714764, 4.061656, 9.719489, 4.06435]}, {&quot;id&quot;: &quot;6335&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 669.0, &quot;att&quot;: 0.03571428571428617, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759558, 4.066322], [9.76425, 4.062528]]}, &quot;bbox&quot;: [9.759558, 4.062528, 9.76425, 4.066322]}, {&quot;id&quot;: &quot;6371&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 669.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759658, 4.066422], [9.76435, 4.062628]]}, &quot;bbox&quot;: [9.759658, 4.062628, 9.76435, 4.066422]}, {&quot;id&quot;: &quot;6407&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 451.0, &quot;att&quot;: 0.2105263157894731, &quot;style&quot;: {&quot;color&quot;: &quot;#404688&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710083, 4.063917], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.710083, 4.063917, 9.71287, 4.06688]}, {&quot;id&quot;: &quot;6443&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 451.0, &quot;att&quot;: 0.16666666666666863, &quot;style&quot;: {&quot;color&quot;: &quot;#443983&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710182999999999, 4.064017], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.710182999999999, 4.064017, 9.71297, 4.06698]}, {&quot;id&quot;: &quot;6479&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 924.0, &quot;att&quot;: 0.0857142857142849, &quot;style&quot;: {&quot;color&quot;: &quot;#481f70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79152, 4.065848], [9.799722, 4.06725]]}, &quot;bbox&quot;: [9.79152, 4.065848, 9.799722, 4.06725]}, {&quot;id&quot;: &quot;6515&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 924.0, &quot;att&quot;: 0.13333333333333286, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79162, 4.065948], [9.799821999999999, 4.067349999999999]]}, &quot;bbox&quot;: [9.79162, 4.065948, 9.799821999999999, 4.067349999999999]}, {&quot;id&quot;: &quot;6551&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.08333333333333161, &quot;style&quot;: {&quot;color&quot;: &quot;#481f70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.72547, 4.07139]}, {&quot;id&quot;: &quot;6587&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.09374999999999924, &quot;style&quot;: {&quot;color&quot;: &quot;#482173&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.72557, 4.07149]}, {&quot;id&quot;: &quot;6623&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 932.0, &quot;att&quot;: 0.4222222222222235, &quot;style&quot;: {&quot;color&quot;: &quot;#277e8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.722972, 4.065667], [9.729139, 4.071389]]}, &quot;bbox&quot;: [9.722972, 4.065667, 9.729139, 4.071389]}, {&quot;id&quot;: &quot;6659&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 932.0, &quot;att&quot;: 0.3555555555555543, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6e8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.723072, 4.065767], [9.729239, 4.071489]]}, &quot;bbox&quot;: [9.723072, 4.065767, 9.729239, 4.071489]}, {&quot;id&quot;: &quot;6695&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 535.0, &quot;att&quot;: 0.31428571428571467, &quot;style&quot;: {&quot;color&quot;: &quot;#33638d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714869, 4.071278], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.71287, 4.06688, 9.714869, 4.071278]}, {&quot;id&quot;: &quot;6731&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 535.0, &quot;att&quot;: 0.3333333333333333, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714969, 4.071378], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.71297, 4.06698, 9.714969, 4.071378]}, {&quot;id&quot;: &quot;6767&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 407.0, &quot;att&quot;: 0.03448275862069008, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729139, 4.071389], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.72547, 4.071389, 9.729139, 4.07139]}, {&quot;id&quot;: &quot;6803&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 407.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729239, 4.071489], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.72557, 4.071489, 9.729239, 4.07149]}, {&quot;id&quot;: &quot;6839&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 731.0, &quot;att&quot;: 0.49000000000000055, &quot;style&quot;: {&quot;color&quot;: &quot;#218e8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736111, 4.072222], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.736111, 4.072222, 9.742681, 4.072661]}, {&quot;id&quot;: &quot;6875&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 731.0, &quot;att&quot;: 0.07692307692307797, &quot;style&quot;: {&quot;color&quot;: &quot;#481c6e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736210999999999, 4.072322], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.736210999999999, 4.072322, 9.742780999999999, 4.072761]}, {&quot;id&quot;: &quot;6911&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 561.0, &quot;att&quot;: -0.04347826086956589, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76925, 4.071639], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.76925, 4.071639, 9.774, 4.073367]}, {&quot;id&quot;: &quot;6947&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 561.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76935, 4.071739], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.76935, 4.071739, 9.774099999999999, 4.073467]}, {&quot;id&quot;: &quot;6983&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 0.1999999999999993, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.721058, 4.084075]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.721058, 4.084075]}, {&quot;id&quot;: &quot;7019&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 0.2, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.721157999999999, 4.084175]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.721157999999999, 4.084175]}, {&quot;id&quot;: &quot;7055&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 0.13333333333333286, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.761667, 4.074778]}, {&quot;id&quot;: &quot;7091&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 0.07692307692307797, &quot;style&quot;: {&quot;color&quot;: &quot;#481c6e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.761766999999999, 4.074878]}, {&quot;id&quot;: &quot;7127&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.17647058823529632, &quot;style&quot;: {&quot;color&quot;: &quot;#433d84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719639, 4.070306], [9.719417, 4.079889]]}, &quot;bbox&quot;: [9.719417, 4.070306, 9.719639, 4.079889]}, {&quot;id&quot;: &quot;7163&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.15999999999999942, &quot;style&quot;: {&quot;color&quot;: &quot;#453781&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719739, 4.070406], [9.719517, 4.079988999999999]]}, &quot;bbox&quot;: [9.719517, 4.070406, 9.719739, 4.079988999999999]}, {&quot;id&quot;: &quot;7199&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 0.16666666666666666, &quot;style&quot;: {&quot;color&quot;: &quot;#443983&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.781778, 4.069972]]}, &quot;bbox&quot;: [9.781778, 4.069972, 9.786083, 4.0817]}, {&quot;id&quot;: &quot;7235&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 0.08333333333333456, &quot;style&quot;: {&quot;color&quot;: &quot;#481f70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.781877999999999, 4.070072]]}, &quot;bbox&quot;: [9.781877999999999, 4.070072, 9.786183, 4.081799999999999]}, {&quot;id&quot;: &quot;7271&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.04761904761904665, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.75645, 4.07833]]}, &quot;bbox&quot;: [9.75645, 4.074778, 9.761667, 4.07833]}, {&quot;id&quot;: &quot;7307&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.0031397174254317556, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.756549999999999, 4.07843]]}, &quot;bbox&quot;: [9.756549999999999, 4.074878, 9.761766999999999, 4.07843]}, {&quot;id&quot;: &quot;7343&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 480.0, &quot;att&quot;: 0.227272727272727, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4c8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719417, 4.079889], [9.721778, 4.07625]]}, &quot;bbox&quot;: [9.719417, 4.07625, 9.721778, 4.079889]}, {&quot;id&quot;: &quot;7379&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 480.0, &quot;att&quot;: 0.2799999999999983, &quot;style&quot;: {&quot;color&quot;: &quot;#375a8c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719517, 4.079988999999999], [9.721878, 4.07635]]}, &quot;bbox&quot;: [9.719517, 4.07635, 9.721878, 4.079988999999999]}, {&quot;id&quot;: &quot;7415&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 0.08000000000000114, &quot;style&quot;: {&quot;color&quot;: &quot;#481d6f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756825, 4.081867], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.756825, 4.081867]}, {&quot;id&quot;: &quot;7451&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 0.07692307692307797, &quot;style&quot;: {&quot;color&quot;: &quot;#481c6e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756924999999999, 4.081967], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.756924999999999, 4.081967]}, {&quot;id&quot;: &quot;7487&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 0.285714285714285, &quot;style&quot;: {&quot;color&quot;: &quot;#365c8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.801611, 4.076722]]}, &quot;bbox&quot;: [9.786083, 4.076722, 9.801611, 4.0817]}, {&quot;id&quot;: &quot;7523&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 0.28000000000000114, &quot;style&quot;: {&quot;color&quot;: &quot;#375a8c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.801711, 4.076822]]}, &quot;bbox&quot;: [9.786183, 4.076822, 9.801711, 4.081799999999999]}, {&quot;id&quot;: &quot;7559&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 0.16129032258064507, &quot;style&quot;: {&quot;color&quot;: &quot;#453882&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.742681, 4.072661, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;7595&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 0.055555555555556434, &quot;style&quot;: {&quot;color&quot;: &quot;#481668&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.742780999999999, 4.072761, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;7631&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.752944, 4.073367, 9.774, 4.085936]}, {&quot;id&quot;: &quot;7667&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.753044, 4.073467, 9.774099999999999, 4.086036]}, {&quot;id&quot;: &quot;7703&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080070N-9.789737E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18848.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 888.0, &quot;att&quot;: 0.5, &quot;style&quot;: {&quot;color&quot;: &quot;#21918c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.79339, 4.07844]]}, &quot;bbox&quot;: [9.786083, 4.07844, 9.79339, 4.0817]}, {&quot;id&quot;: &quot;7739&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 0.37500000000000056, &quot;style&quot;: {&quot;color&quot;: &quot;#2c728e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.753278, 4.074861]]}, &quot;bbox&quot;: [9.752944, 4.074861, 9.753278, 4.085936]}, {&quot;id&quot;: &quot;7775&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 0.227272727272727, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4c8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.753378, 4.074961]]}, &quot;bbox&quot;: [9.753044, 4.074961, 9.753378, 4.086036]}, {&quot;id&quot;: &quot;7811&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 968.0, &quot;att&quot;: 0.21428571428571247, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4788&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765535, 4.081441], [9.756825, 4.081867]]}, &quot;bbox&quot;: [9.756825, 4.081441, 9.765535, 4.081867]}, {&quot;id&quot;: &quot;7847&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 968.0, &quot;att&quot;: 0.05000000000000071, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765635, 4.081541], [9.756924999999999, 4.081967]]}, &quot;bbox&quot;: [9.756924999999999, 4.081541, 9.765635, 4.081967]}, {&quot;id&quot;: &quot;7883&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 0.13043478260869726, &quot;style&quot;: {&quot;color&quot;: &quot;#472e7c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.7949, 4.08393]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.7949, 4.08393]}, {&quot;id&quot;: &quot;7919&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 0.13043478260869457, &quot;style&quot;: {&quot;color&quot;: &quot;#472e7c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.795, 4.084029999999999]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.795, 4.084029999999999]}, {&quot;id&quot;: &quot;7955&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 895.0, &quot;att&quot;: 0.23255813953488388, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4d8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.77848, 4.08438]]}, &quot;bbox&quot;: [9.77848, 4.0817, 9.786083, 4.08438]}, {&quot;id&quot;: &quot;7991&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 895.0, &quot;att&quot;: 0.22222222222222046, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4989&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.77858, 4.08448]]}, &quot;bbox&quot;: [9.77858, 4.081799999999999, 9.786183, 4.08448]}, {&quot;id&quot;: &quot;8027&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 0.36363636363636187, &quot;style&quot;: {&quot;color&quot;: &quot;#2d708e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.751769, 4.093194]]}, &quot;bbox&quot;: [9.751769, 4.074778, 9.761667, 4.093194]}, {&quot;id&quot;: &quot;8063&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 0.166666666666667, &quot;style&quot;: {&quot;color&quot;: &quot;#443983&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.751869, 4.093294]]}, &quot;bbox&quot;: [9.751869, 4.074878, 9.761766999999999, 4.093294]}, {&quot;id&quot;: &quot;8099&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 0.17647058823529216, &quot;style&quot;: {&quot;color&quot;: &quot;#433d84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.728889, 4.083056]]}, &quot;bbox&quot;: [9.728889, 4.083056, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8135&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 0.6666666666666653, &quot;style&quot;: {&quot;color&quot;: &quot;#35b779&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.728989, 4.083156]]}, &quot;bbox&quot;: [9.728989, 4.083156, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8171&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 0.24999999999999778, &quot;style&quot;: {&quot;color&quot;: &quot;#3b518b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.738306, 4.083528]]}, &quot;bbox&quot;: [9.738306, 4.083528, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8207&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 0.15384615384615594, &quot;style&quot;: {&quot;color&quot;: &quot;#453581&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.738406, 4.083628]]}, &quot;bbox&quot;: [9.738406, 4.083628, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8243&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 947.0, &quot;att&quot;: 0.19047619047619305, &quot;style&quot;: {&quot;color&quot;: &quot;#424086&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.783583, 4.089889]]}, &quot;bbox&quot;: [9.783583, 4.0817, 9.786083, 4.089889]}, {&quot;id&quot;: &quot;8279&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 947.0, &quot;att&quot;: 0.2105263157894731, &quot;style&quot;: {&quot;color&quot;: &quot;#404688&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.783683, 4.089989]]}, &quot;bbox&quot;: [9.783683, 4.081799999999999, 9.786183, 4.089989]}, {&quot;id&quot;: &quot;8315&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 0.5384615384615363, &quot;style&quot;: {&quot;color&quot;: &quot;#1f998a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.743333, 4.074778, 9.761667, 4.097333]}, {&quot;id&quot;: &quot;8351&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 0.5833333333333344, &quot;style&quot;: {&quot;color&quot;: &quot;#20a486&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.743433, 4.074878, 9.761766999999999, 4.097433]}, {&quot;id&quot;: &quot;8387&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 0.6666666666666681, &quot;style&quot;: {&quot;color&quot;: &quot;#35b779&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.76601, 4.08663]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.76601, 4.08663]}, {&quot;id&quot;: &quot;8423&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 0.41860465116279033, &quot;style&quot;: {&quot;color&quot;: &quot;#287d8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.76611, 4.08673]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.76611, 4.08673]}, {&quot;id&quot;: &quot;8459&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 0.06060606060606139, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.808667, 4.091389]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.808667, 4.091389]}, {&quot;id&quot;: &quot;8495&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 0.14285714285714213, &quot;style&quot;: {&quot;color&quot;: &quot;#46327e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.808767, 4.091489]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.808767, 4.091489]}, {&quot;id&quot;: &quot;8531&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 830.0, &quot;att&quot;: 0.19148936170212724, &quot;style&quot;: {&quot;color&quot;: &quot;#424186&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.758611, 4.090833]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.758611, 4.090833]}, {&quot;id&quot;: &quot;8567&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 830.0, &quot;att&quot;: 0.2799999999999997, &quot;style&quot;: {&quot;color&quot;: &quot;#375a8c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.758711, 4.090933]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.758711, 4.090933]}, {&quot;id&quot;: &quot;8603&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 555.0, &quot;att&quot;: 0.06249999999999667, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73381, 4.08679], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.73381, 4.08679, 9.736042, 4.091278]}, {&quot;id&quot;: &quot;8639&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 555.0, &quot;att&quot;: 0.28000000000000114, &quot;style&quot;: {&quot;color&quot;: &quot;#375a8c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73391, 4.0868899999999995], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.73391, 4.0868899999999995, 9.736142, 4.091378]}, {&quot;id&quot;: &quot;8675&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.744, 4.104861]]}, &quot;bbox&quot;: [9.744, 4.074778, 9.761667, 4.104861]}, {&quot;id&quot;: &quot;8711&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 0.1142857142857159, &quot;style&quot;: {&quot;color&quot;: &quot;#482979&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.7441, 4.104960999999999]]}, &quot;bbox&quot;: [9.7441, 4.074878, 9.761766999999999, 4.104960999999999]}, {&quot;id&quot;: &quot;8747&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 889.0, &quot;att&quot;: 0.07142857142857252, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76601, 4.08663], [9.764367, 4.0945]]}, &quot;bbox&quot;: [9.764367, 4.08663, 9.76601, 4.0945]}, {&quot;id&quot;: &quot;8783&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 889.0, &quot;att&quot;: 0.05882352941176569, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76611, 4.08673], [9.764467, 4.0946]]}, &quot;bbox&quot;: [9.764467, 4.08673, 9.76611, 4.0946]}, {&quot;id&quot;: &quot;8819&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 736.0, &quot;att&quot;: 0.13333333333333522, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729444, 4.091944], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.729444, 4.091278, 9.736042, 4.091944]}, {&quot;id&quot;: &quot;8855&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 736.0, &quot;att&quot;: 0.04545454545454604, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729544, 4.092044], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.729544, 4.091378, 9.736142, 4.092044]}, {&quot;id&quot;: &quot;8891&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 419.0, &quot;att&quot;: 0.2307692307692312, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4d8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74168, 4.09393], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.74168, 4.09393, 9.743333, 4.097333]}, {&quot;id&quot;: &quot;8927&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 419.0, &quot;att&quot;: 0.26086956521739224, &quot;style&quot;: {&quot;color&quot;: &quot;#3a548c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:05:00&quot;, &quot;2019-07-18T02:05:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74178, 4.09403], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.74178, 4.09403, 9.743433, 4.097433]}, {&quot;id&quot;: &quot;33&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 0.44444444444444503, &quot;style&quot;: {&quot;color&quot;: &quot;#26828e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.791866, 3.97665]]}, &quot;bbox&quot;: [9.787167, 3.97665, 9.791866, 3.992722]}, {&quot;id&quot;: &quot;69&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 0.285714285714285, &quot;style&quot;: {&quot;color&quot;: &quot;#365c8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.791966, 3.97675]]}, &quot;bbox&quot;: [9.787267, 3.97675, 9.791966, 3.9928220000000003]}, {&quot;id&quot;: &quot;105&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.06578947368421058, &quot;style&quot;: {&quot;color&quot;: &quot;#48186a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.81613, 3.97866]]}, &quot;bbox&quot;: [9.787167, 3.97866, 9.81613, 3.992722]}, {&quot;id&quot;: &quot;141&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.014571948998178584, &quot;style&quot;: {&quot;color&quot;: &quot;#450559&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.81623, 3.9787600000000003]]}, &quot;bbox&quot;: [9.787267, 3.9787600000000003, 9.81623, 3.9928220000000003]}, {&quot;id&quot;: &quot;177&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 556.0, &quot;att&quot;: 0.21874999999999895, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4889&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763806, 3.997361], [9.75885, 3.99663]]}, &quot;bbox&quot;: [9.75885, 3.99663, 9.763806, 3.997361]}, {&quot;id&quot;: &quot;213&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 556.0, &quot;att&quot;: 0.5714285714285722, &quot;style&quot;: {&quot;color&quot;: &quot;#1fa187&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763906, 3.9974610000000004], [9.75895, 3.9967300000000003]]}, &quot;bbox&quot;: [9.75895, 3.9967300000000003, 9.763906, 3.9974610000000004]}, {&quot;id&quot;: &quot;249&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 402.0, &quot;att&quot;: 0.5686274509803925, &quot;style&quot;: {&quot;color&quot;: &quot;#1fa188&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745083, 4.002553], [9.748639, 4.003231]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.748639, 4.003231]}, {&quot;id&quot;: &quot;285&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 402.0, &quot;att&quot;: 0.3086419753086419, &quot;style&quot;: {&quot;color&quot;: &quot;#33628d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745182999999999, 4.002653], [9.748739, 4.003331]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.748739, 4.003331]}, {&quot;id&quot;: &quot;321&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 774.0, &quot;att&quot;: 0.40909090909090856, &quot;style&quot;: {&quot;color&quot;: &quot;#297a8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76732, 4.003512], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.76732, 4.003512, 9.767719, 4.0105]}, {&quot;id&quot;: &quot;357&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 774.0, &quot;att&quot;: 0.34285714285714164, &quot;style&quot;: {&quot;color&quot;: &quot;#306a8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76742, 4.0036119999999995], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.76742, 4.0036119999999995, 9.767819, 4.0106]}, {&quot;id&quot;: &quot;393&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 0.3030303030303033, &quot;style&quot;: {&quot;color&quot;: &quot;#34608d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799472, 4.004194], [9.778111, 4.012278]]}, &quot;bbox&quot;: [9.778111, 4.004194, 9.799472, 4.012278]}, {&quot;id&quot;: &quot;429&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 0.25925925925926, &quot;style&quot;: {&quot;color&quot;: &quot;#3a548c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799572, 4.004294], [9.778211, 4.012378]]}, &quot;bbox&quot;: [9.778211, 4.004294, 9.799572, 4.012378]}, {&quot;id&quot;: &quot;465&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 0.2592592592592591, &quot;style&quot;: {&quot;color&quot;: &quot;#3a548c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.705944, 4.01775], [9.701194, 4.008306]]}, &quot;bbox&quot;: [9.701194, 4.008306, 9.705944, 4.01775]}, {&quot;id&quot;: &quot;501&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 0.006514657980456004, &quot;style&quot;: {&quot;color&quot;: &quot;#440256&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706044, 4.01785], [9.701293999999999, 4.008406]]}, &quot;bbox&quot;: [9.701293999999999, 4.008406, 9.706044, 4.01785]}, {&quot;id&quot;: &quot;537&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 0.20512820512820484, &quot;style&quot;: {&quot;color&quot;: &quot;#404588&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.763806, 3.997361]]}, &quot;bbox&quot;: [9.763806, 3.997361, 9.767833, 4.029]}, {&quot;id&quot;: &quot;573&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 0.24324324324324315, &quot;style&quot;: {&quot;color&quot;: &quot;#3c508b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.763906, 3.9974610000000004]]}, &quot;bbox&quot;: [9.763906, 3.9974610000000004, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;609&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 0.15584415584415615, &quot;style&quot;: {&quot;color&quot;: &quot;#453581&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741417, 4.009639], [9.723611, 4.020194]]}, &quot;bbox&quot;: [9.723611, 4.009639, 9.741417, 4.020194]}, {&quot;id&quot;: &quot;645&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 0.16666666666666713, &quot;style&quot;: {&quot;color&quot;: &quot;#443983&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741517, 4.009739], [9.723711, 4.020294]]}, &quot;bbox&quot;: [9.723711, 4.009739, 9.741517, 4.020294]}, {&quot;id&quot;: &quot;681&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 0.09803921568627462, &quot;style&quot;: {&quot;color&quot;: &quot;#482475&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.745083, 4.002553]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.767833, 4.029]}, {&quot;id&quot;: &quot;717&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 0.09333333333333371, &quot;style&quot;: {&quot;color&quot;: &quot;#482173&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.745182999999999, 4.002653]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;753&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 466.0, &quot;att&quot;: 0.24000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#3c4f8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73456, 4.01734]]}, &quot;bbox&quot;: [9.73456, 4.015972, 9.738528, 4.01734]}, {&quot;id&quot;: &quot;789&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 466.0, &quot;att&quot;: 0.2413793103448284, &quot;style&quot;: {&quot;color&quot;: &quot;#3c4f8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73466, 4.01744]]}, &quot;bbox&quot;: [9.73466, 4.016071999999999, 9.738628, 4.01744]}, {&quot;id&quot;: &quot;825&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8335.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 0.44000000000000056, &quot;style&quot;: {&quot;color&quot;: &quot;#26828e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.762056, 4.004472]]}, &quot;bbox&quot;: [9.762056, 4.004472, 9.767833, 4.029]}, {&quot;id&quot;: &quot;861&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8454.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 0.28571428571428714, &quot;style&quot;: {&quot;color&quot;: &quot;#365c8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.762156, 4.004572]]}, &quot;bbox&quot;: [9.762156, 4.004572, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;897&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 0.13333333333333286, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.768083, 4.017917]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.768083, 4.017917]}, {&quot;id&quot;: &quot;933&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 0.2553191489361695, &quot;style&quot;: {&quot;color&quot;: &quot;#3a538b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.768183, 4.0180169999999995]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.768183, 4.0180169999999995]}, {&quot;id&quot;: &quot;969&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.2058823529411774, &quot;style&quot;: {&quot;color&quot;: &quot;#404588&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727083, 4.023444], [9.72629, 4.01048]]}, &quot;bbox&quot;: [9.72629, 4.01048, 9.727083, 4.023444]}, {&quot;id&quot;: &quot;1005&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.1891891891891898, &quot;style&quot;: {&quot;color&quot;: &quot;#424086&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727183, 4.023543999999999], [9.72639, 4.01058]]}, &quot;bbox&quot;: [9.72639, 4.01058, 9.727183, 4.023543999999999]}, {&quot;id&quot;: &quot;1041&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 0.25714285714285473, &quot;style&quot;: {&quot;color&quot;: &quot;#3a538b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.757556, 4.0195]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.757556, 4.0195]}, {&quot;id&quot;: &quot;1077&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 0.2926829268292689, &quot;style&quot;: {&quot;color&quot;: &quot;#365d8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.757655999999999, 4.0196]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.757655999999999, 4.0196]}, {&quot;id&quot;: &quot;1113&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 0.8863636363636364, &quot;style&quot;: {&quot;color&quot;: &quot;#b2dd2d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.756817, 4.008442]]}, &quot;bbox&quot;: [9.756817, 4.008442, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1149&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 0.9032258064516138, &quot;style&quot;: {&quot;color&quot;: &quot;#c0df25&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.756917, 4.008541999999999]]}, &quot;bbox&quot;: [9.756917, 4.008541999999999, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1185&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.027732463295269096, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744694, 4.014417], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.744694, 4.014417, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1221&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.04081632653061246, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744794, 4.014517], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.744794, 4.014517, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1257&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 0.4117647058823515, &quot;style&quot;: {&quot;color&quot;: &quot;#297b8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.767719, 4.0105, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1293&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 0.2888888888888903, &quot;style&quot;: {&quot;color&quot;: &quot;#365c8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.767819, 4.0106, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1329&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 0.08333333333333347, &quot;style&quot;: {&quot;color&quot;: &quot;#481f70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.780278, 4.023889]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.780278, 4.023889]}, {&quot;id&quot;: &quot;1365&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 0.1904761904761908, &quot;style&quot;: {&quot;color&quot;: &quot;#424086&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.780377999999999, 4.023988999999999]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.780377999999999, 4.023988999999999]}, {&quot;id&quot;: &quot;1401&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 0.3947368421052627, &quot;style&quot;: {&quot;color&quot;: &quot;#2a778e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.721083, 4.0115]]}, &quot;bbox&quot;: [9.696744, 4.0115, 9.721083, 4.029381]}, {&quot;id&quot;: &quot;1437&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 0.16326530612244844, &quot;style&quot;: {&quot;color&quot;: &quot;#453882&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.721183, 4.0116]]}, &quot;bbox&quot;: [9.696844, 4.0116, 9.721183, 4.029481]}, {&quot;id&quot;: &quot;1473&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 654.0, &quot;att&quot;: 0.18333333333333357, &quot;style&quot;: {&quot;color&quot;: &quot;#433e85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743889, 4.0194], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.743889, 4.0194, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1509&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 654.0, &quot;att&quot;: 0.34482758620689674, &quot;style&quot;: {&quot;color&quot;: &quot;#2f6b8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743989, 4.0195], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.743989, 4.0195, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1545&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024043N-9.680260E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2266.0, &quot;att&quot;: 0.2, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.67025, 4.022056], [9.69027, 4.02603]]}, &quot;bbox&quot;: [9.67025, 4.022056, 9.69027, 4.02603]}, {&quot;id&quot;: &quot;1581&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 0.20689655172413607, &quot;style&quot;: {&quot;color&quot;: &quot;#404588&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.72802, 4.03279]]}, &quot;bbox&quot;: [9.72802, 4.015972, 9.738528, 4.03279]}, {&quot;id&quot;: &quot;1617&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 0.18749999999999806, &quot;style&quot;: {&quot;color&quot;: &quot;#423f85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.72812, 4.03289]]}, &quot;bbox&quot;: [9.72812, 4.016071999999999, 9.738628, 4.03289]}, {&quot;id&quot;: &quot;1653&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.3962264150943396, &quot;style&quot;: {&quot;color&quot;: &quot;#2a778e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.69921, 4.02012]]}, &quot;bbox&quot;: [9.696744, 4.02012, 9.69921, 4.029381]}, {&quot;id&quot;: &quot;1689&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.18881118881118847, &quot;style&quot;: {&quot;color&quot;: &quot;#424086&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.69931, 4.02022]]}, &quot;bbox&quot;: [9.696844, 4.02022, 9.69931, 4.029481]}, {&quot;id&quot;: &quot;1725&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18737.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 0.2424242424242434, &quot;style&quot;: {&quot;color&quot;: &quot;#3c508b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.77399, 4.02125]]}, &quot;bbox&quot;: [9.767833, 4.02125, 9.77399, 4.029]}, {&quot;id&quot;: &quot;1761&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17727.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 0.2580645161290312, &quot;style&quot;: {&quot;color&quot;: &quot;#3a548c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.77409, 4.02135]]}, &quot;bbox&quot;: [9.767933, 4.02135, 9.77409, 4.0291]}, {&quot;id&quot;: &quot;1797&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14431.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 874.0, &quot;att&quot;: 0.2758620689655182, &quot;style&quot;: {&quot;color&quot;: &quot;#38598c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737194, 4.022139], [9.741992, 4.0284]]}, &quot;bbox&quot;: [9.737194, 4.022139, 9.741992, 4.0284]}, {&quot;id&quot;: &quot;1833&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14921.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 874.0, &quot;att&quot;: 0.29999999999999954, &quot;style&quot;: {&quot;color&quot;: &quot;#355f8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737294, 4.022239], [9.742092, 4.0285]]}, &quot;bbox&quot;: [9.737294, 4.022239, 9.742092, 4.0285]}, {&quot;id&quot;: &quot;1869&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.22857142857142776, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4c8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73325, 4.035278]]}, &quot;bbox&quot;: [9.73325, 4.015972, 9.738528, 4.035278]}, {&quot;id&quot;: &quot;1905&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.48000000000000115, &quot;style&quot;: {&quot;color&quot;: &quot;#228b8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73335, 4.035378]]}, &quot;bbox&quot;: [9.73335, 4.016071999999999, 9.738628, 4.035378]}, {&quot;id&quot;: &quot;1941&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 0.2941176470588239, &quot;style&quot;: {&quot;color&quot;: &quot;#355e8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.70976, 4.02238]]}, &quot;bbox&quot;: [9.696744, 4.02238, 9.70976, 4.029381]}, {&quot;id&quot;: &quot;1977&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 0.38461538461538547, &quot;style&quot;: {&quot;color&quot;: &quot;#2b748e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.709859999999999, 4.02248]]}, &quot;bbox&quot;: [9.696844, 4.02248, 9.709859999999999, 4.029481]}, {&quot;id&quot;: &quot;2013&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 755.0, &quot;att&quot;: 0.36363636363636404, &quot;style&quot;: {&quot;color&quot;: &quot;#2d708e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.694556, 4.022917]]}, &quot;bbox&quot;: [9.694556, 4.022917, 9.696744, 4.029381]}, {&quot;id&quot;: &quot;2049&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 755.0, &quot;att&quot;: 0.3249999999999993, &quot;style&quot;: {&quot;color&quot;: &quot;#31668e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.694656, 4.023016999999999]]}, &quot;bbox&quot;: [9.694656, 4.023016999999999, 9.696844, 4.029481]}, {&quot;id&quot;: &quot;2085&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 0.4193548387096763, &quot;style&quot;: {&quot;color&quot;: &quot;#287d8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.72684, 4.01658]]}, &quot;bbox&quot;: [9.72684, 4.01658, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2121&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 0.30232558139534954, &quot;style&quot;: {&quot;color&quot;: &quot;#34608d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.726939999999999, 4.01668]]}, &quot;bbox&quot;: [9.726939999999999, 4.01668, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2157&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 364.0, &quot;att&quot;: 0.57142857142857, &quot;style&quot;: {&quot;color&quot;: &quot;#1fa187&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.705139, 4.028333]]}, &quot;bbox&quot;: [9.701944, 4.028333, 9.705139, 4.029083]}, {&quot;id&quot;: &quot;2193&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 364.0, &quot;att&quot;: 0.4117647058823539, &quot;style&quot;: {&quot;color&quot;: &quot;#297b8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.705239, 4.028433]]}, &quot;bbox&quot;: [9.702043999999999, 4.028433, 9.705239, 4.029183]}, {&quot;id&quot;: &quot;2229&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 0.27906976744186085, &quot;style&quot;: {&quot;color&quot;: &quot;#375a8c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.686417, 4.029444]]}, &quot;bbox&quot;: [9.686417, 4.029381, 9.696744, 4.029444]}, {&quot;id&quot;: &quot;2265&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 0.21951219512195116, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4989&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.686517, 4.029544]]}, &quot;bbox&quot;: [9.686517, 4.029481, 9.696844, 4.029544]}, {&quot;id&quot;: &quot;2301&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 868.0, &quot;att&quot;: 0.20833333333333345, &quot;style&quot;: {&quot;color&quot;: &quot;#404688&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.709194, 4.032028]]}, &quot;bbox&quot;: [9.701944, 4.029083, 9.709194, 4.032028]}, {&quot;id&quot;: &quot;2337&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 868.0, &quot;att&quot;: 0.26086956521739224, &quot;style&quot;: {&quot;color&quot;: &quot;#3a548c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.709294, 4.032128]]}, &quot;bbox&quot;: [9.702043999999999, 4.029183, 9.709294, 4.032128]}, {&quot;id&quot;: &quot;2373&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 666.0, &quot;att&quot;: 0.4333333333333324, &quot;style&quot;: {&quot;color&quot;: &quot;#27808e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.691575, 4.032433]]}, &quot;bbox&quot;: [9.691575, 4.029381, 9.696744, 4.032433]}, {&quot;id&quot;: &quot;2409&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 666.0, &quot;att&quot;: 0.4444444444444436, &quot;style&quot;: {&quot;color&quot;: &quot;#26828e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.691675, 4.032533]]}, &quot;bbox&quot;: [9.691675, 4.029481, 9.696844, 4.032533]}, {&quot;id&quot;: &quot;2445&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 536.0, &quot;att&quot;: 0.27272727272727304, &quot;style&quot;: {&quot;color&quot;: &quot;#38588c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699417, 4.033417]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699417, 4.033417]}, {&quot;id&quot;: &quot;2481&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 536.0, &quot;att&quot;: 0.29999999999999954, &quot;style&quot;: {&quot;color&quot;: &quot;#355f8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699517, 4.033517]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699517, 4.033517]}, {&quot;id&quot;: &quot;2517&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 0.08108108108108217, &quot;style&quot;: {&quot;color&quot;: &quot;#481d6f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.727083, 4.023444]]}, &quot;bbox&quot;: [9.727083, 4.023444, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2553&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 0.15384615384615344, &quot;style&quot;: {&quot;color&quot;: &quot;#453581&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.727183, 4.023543999999999]]}, &quot;bbox&quot;: [9.727183, 4.023543999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2589&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.29268292682926766, &quot;style&quot;: {&quot;color&quot;: &quot;#365d8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71564, 4.032], [9.71203, 4.03312]]}, &quot;bbox&quot;: [9.71203, 4.032, 9.71564, 4.03312]}, {&quot;id&quot;: &quot;2625&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.19148936170212752, &quot;style&quot;: {&quot;color&quot;: &quot;#424186&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71574, 4.0321], [9.71213, 4.03322]]}, &quot;bbox&quot;: [9.71213, 4.0321, 9.71574, 4.03322]}, {&quot;id&quot;: &quot;2661&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 0.307692307692308, &quot;style&quot;: {&quot;color&quot;: &quot;#34618d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.755167, 4.037361]]}, &quot;bbox&quot;: [9.755167, 4.029, 9.767833, 4.037361]}, {&quot;id&quot;: &quot;2697&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 0.27027027027027056, &quot;style&quot;: {&quot;color&quot;: &quot;#38588c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.755267, 4.0374609999999995]]}, &quot;bbox&quot;: [9.755267, 4.0291, 9.767933, 4.0374609999999995]}, {&quot;id&quot;: &quot;2733&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 323.0, &quot;att&quot;: 0.5, &quot;style&quot;: {&quot;color&quot;: &quot;#21918c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691575, 4.032433], [9.691889, 4.035333]]}, &quot;bbox&quot;: [9.691575, 4.032433, 9.691889, 4.035333]}, {&quot;id&quot;: &quot;2769&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 323.0, &quot;att&quot;: 0.47058823529411936, &quot;style&quot;: {&quot;color&quot;: &quot;#23898e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691675, 4.032533], [9.691989, 4.035432999999999]]}, &quot;bbox&quot;: [9.691675, 4.032533, 9.691989, 4.035432999999999]}, {&quot;id&quot;: &quot;2805&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 516.0, &quot;att&quot;: 0.31250000000000044, &quot;style&quot;: {&quot;color&quot;: &quot;#33638d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774333, 4.033028], [9.77026, 4.03527]]}, &quot;bbox&quot;: [9.77026, 4.033028, 9.774333, 4.03527]}, {&quot;id&quot;: &quot;2841&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 516.0, &quot;att&quot;: 0.3124999999999997, &quot;style&quot;: {&quot;color&quot;: &quot;#33628d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774433, 4.033128], [9.77036, 4.0353699999999995]]}, &quot;bbox&quot;: [9.77036, 4.033128, 9.774433, 4.0353699999999995]}, {&quot;id&quot;: &quot;2877&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 0.17999999999999972, &quot;style&quot;: {&quot;color&quot;: &quot;#433e85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.725667, 4.028583]]}, &quot;bbox&quot;: [9.725667, 4.028583, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2913&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 0.33333333333333426, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.725767, 4.028683]]}, &quot;bbox&quot;: [9.725767, 4.028683, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2949&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 0.20000000000000284, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699006, 4.040886]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699006, 4.040886]}, {&quot;id&quot;: &quot;2985&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 0.3611111111111109, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6f8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699106, 4.040986]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699106, 4.040986]}, {&quot;id&quot;: &quot;3021&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17810.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 610.0, &quot;att&quot;: 0.28571428571428376, &quot;style&quot;: {&quot;color&quot;: &quot;#365c8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683883, 4.033886], [9.688056, 4.037472]]}, &quot;bbox&quot;: [9.683883, 4.033886, 9.688056, 4.037472]}, {&quot;id&quot;: &quot;3057&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18820.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 610.0, &quot;att&quot;: 0.22222222222222252, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4989&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683983, 4.033986], [9.688156, 4.037572]]}, &quot;bbox&quot;: [9.683983, 4.033986, 9.688156, 4.037572]}, {&quot;id&quot;: &quot;3093&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 0.17647058823529405, &quot;style&quot;: {&quot;color&quot;: &quot;#433d84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.766222, 4.046556]]}, &quot;bbox&quot;: [9.766222, 4.029, 9.767833, 4.046556]}, {&quot;id&quot;: &quot;3129&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 0.0784313725490193, &quot;style&quot;: {&quot;color&quot;: &quot;#481d6f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.766322, 4.046656]]}, &quot;bbox&quot;: [9.766322, 4.0291, 9.767933, 4.046656]}, {&quot;id&quot;: &quot;3165&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 433.0, &quot;att&quot;: 0.1923076923076922, &quot;style&quot;: {&quot;color&quot;: &quot;#424186&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706106, 4.040083], [9.703794, 4.036926]]}, &quot;bbox&quot;: [9.703794, 4.036926, 9.706106, 4.040083]}, {&quot;id&quot;: &quot;3201&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 433.0, &quot;att&quot;: 0.24999999999999872, &quot;style&quot;: {&quot;color&quot;: &quot;#3b518b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706206, 4.040183], [9.703894, 4.037026]]}, &quot;bbox&quot;: [9.703894, 4.037026, 9.706206, 4.040183]}, {&quot;id&quot;: &quot;3237&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 0.465116279069767, &quot;style&quot;: {&quot;color&quot;: &quot;#23888e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.711917, 4.037722]]}, &quot;bbox&quot;: [9.711917, 4.037722, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;3273&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 0.4130434782608691, &quot;style&quot;: {&quot;color&quot;: &quot;#297b8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.712017, 4.037821999999999]]}, &quot;bbox&quot;: [9.712017, 4.037821999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;3309&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 928.0, &quot;att&quot;: 0.3103448275862066, &quot;style&quot;: {&quot;color&quot;: &quot;#33628d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.741011, 4.038342]]}, &quot;bbox&quot;: [9.733028, 4.038342, 9.741011, 4.040819]}, {&quot;id&quot;: &quot;3345&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 928.0, &quot;att&quot;: 0.2452830188679241, &quot;style&quot;: {&quot;color&quot;: &quot;#3c508b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.741111, 4.038442]]}, &quot;bbox&quot;: [9.733127999999999, 4.038442, 9.741111, 4.040919]}, {&quot;id&quot;: &quot;3381&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 441.0, &quot;att&quot;: 0.5714285714285711, &quot;style&quot;: {&quot;color&quot;: &quot;#1fa187&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.70265, 4.03931]]}, &quot;bbox&quot;: [9.699006, 4.03931, 9.70265, 4.040886]}, {&quot;id&quot;: &quot;3417&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 441.0, &quot;att&quot;: 0.6071428571428572, &quot;style&quot;: {&quot;color&quot;: &quot;#24aa83&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.70275, 4.03941]]}, &quot;bbox&quot;: [9.699106, 4.03941, 9.70275, 4.040986]}, {&quot;id&quot;: &quot;3453&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 697.0, &quot;att&quot;: 0.21538461538461517, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4889&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774, 4.042306], [9.7795, 4.039278]]}, &quot;bbox&quot;: [9.774, 4.039278, 9.7795, 4.042306]}, {&quot;id&quot;: &quot;3489&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 697.0, &quot;att&quot;: 0.1485148514851486, &quot;style&quot;: {&quot;color&quot;: &quot;#463480&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774099999999999, 4.042406], [9.7796, 4.039378]]}, &quot;bbox&quot;: [9.774099999999999, 4.039378, 9.7796, 4.042406]}, {&quot;id&quot;: &quot;3526&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041057N-9.688122E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 387.0, &quot;att&quot;: 0.3749999999999996, &quot;style&quot;: {&quot;color&quot;: &quot;#2c718e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.689827, 4.040697]]}, &quot;bbox&quot;: [9.686417, 4.040697, 9.689827, 4.041417]}, {&quot;id&quot;: &quot;3562&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 975.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762056, 4.03875], [9.754583, 4.043386]]}, &quot;bbox&quot;: [9.754583, 4.03875, 9.762056, 4.043386]}, {&quot;id&quot;: &quot;3598&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 975.0, &quot;att&quot;: 0.18604651162790645, &quot;style&quot;: {&quot;color&quot;: &quot;#423f85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762156, 4.03885], [9.754683, 4.043486]]}, &quot;bbox&quot;: [9.754683, 4.03885, 9.762156, 4.043486]}, {&quot;id&quot;: &quot;3634&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.32258064516129015, &quot;style&quot;: {&quot;color&quot;: &quot;#32658e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.728389, 4.041694]]}, &quot;bbox&quot;: [9.728389, 4.040819, 9.733028, 4.041694]}, {&quot;id&quot;: &quot;3670&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.018223234624145882, &quot;style&quot;: {&quot;color&quot;: &quot;#46075a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.728489, 4.041793999999999]]}, &quot;bbox&quot;: [9.728489, 4.040919, 9.733127999999999, 4.041793999999999]}, {&quot;id&quot;: &quot;3706&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 0.08620689655172407, &quot;style&quot;: {&quot;color&quot;: &quot;#482071&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.779361, 4.053694]]}, &quot;bbox&quot;: [9.767833, 4.029, 9.779361, 4.053694]}, {&quot;id&quot;: &quot;3742&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 0.14999999999999977, &quot;style&quot;: {&quot;color&quot;: &quot;#463480&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.779461, 4.053794]]}, &quot;bbox&quot;: [9.767933, 4.0291, 9.779461, 4.053794]}, {&quot;id&quot;: &quot;3778&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 0.22727272727272735, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4c8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.747639, 4.043778]]}, &quot;bbox&quot;: [9.733028, 4.040819, 9.747639, 4.043778]}, {&quot;id&quot;: &quot;3814&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 0.22950819672131262, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4c8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.747739, 4.043877999999999]]}, &quot;bbox&quot;: [9.733127999999999, 4.040919, 9.747739, 4.043877999999999]}, {&quot;id&quot;: &quot;3850&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 0.12765957446808532, &quot;style&quot;: {&quot;color&quot;: &quot;#472d7b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702978, 4.056559], [9.73025, 4.028444]]}, &quot;bbox&quot;: [9.702978, 4.028444, 9.73025, 4.056559]}, {&quot;id&quot;: &quot;3886&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 0.15909090909090817, &quot;style&quot;: {&quot;color&quot;: &quot;#453781&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703078, 4.056659], [9.73035, 4.028544]]}, &quot;bbox&quot;: [9.703078, 4.028544, 9.73035, 4.056659]}, {&quot;id&quot;: &quot;3922&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.2631578947368413, &quot;style&quot;: {&quot;color&quot;: &quot;#39558c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.69725, 4.04425]]}, &quot;bbox&quot;: [9.69725, 4.040886, 9.699006, 4.04425]}, {&quot;id&quot;: &quot;3958&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.27272727272727304, &quot;style&quot;: {&quot;color&quot;: &quot;#38588c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.69735, 4.04435]]}, &quot;bbox&quot;: [9.69735, 4.040986, 9.699106, 4.04435]}, {&quot;id&quot;: &quot;3994&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 431.0, &quot;att&quot;: 0.2162162162162172, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4889&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704083, 4.04244], [9.707889, 4.043194]]}, &quot;bbox&quot;: [9.704083, 4.04244, 9.707889, 4.043194]}, {&quot;id&quot;: &quot;4030&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 431.0, &quot;att&quot;: 0.21052631578947456, &quot;style&quot;: {&quot;color&quot;: &quot;#404688&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704183, 4.04254], [9.707989, 4.0432939999999995]]}, &quot;bbox&quot;: [9.704183, 4.04254, 9.707989, 4.0432939999999995]}, {&quot;id&quot;: &quot;4068&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043833N-9.687306E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 570.0, &quot;att&quot;: 0.36666666666666714, &quot;style&quot;: {&quot;color&quot;: &quot;#2d708e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.688194, 4.04625]]}, &quot;bbox&quot;: [9.686417, 4.041417, 9.688194, 4.04625]}, {&quot;id&quot;: &quot;4104&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 810.0, &quot;att&quot;: 0.2307692307692312, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4d8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707889, 4.043194], [9.700739, 4.044661]]}, &quot;bbox&quot;: [9.700739, 4.043194, 9.707889, 4.044661]}, {&quot;id&quot;: &quot;4140&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 810.0, &quot;att&quot;: 0.24000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#3c4f8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707989, 4.0432939999999995], [9.700839, 4.044760999999999]]}, &quot;bbox&quot;: [9.700839, 4.0432939999999995, 9.707989, 4.044760999999999]}, {&quot;id&quot;: &quot;4176&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 706.0, &quot;att&quot;: 0.10416666666666673, &quot;style&quot;: {&quot;color&quot;: &quot;#482576&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728389, 4.041694], [9.72575, 4.0475]]}, &quot;bbox&quot;: [9.72575, 4.041694, 9.728389, 4.0475]}, {&quot;id&quot;: &quot;4212&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 706.0, &quot;att&quot;: 0.11363636363636367, &quot;style&quot;: {&quot;color&quot;: &quot;#482979&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728489, 4.041793999999999], [9.72585, 4.0476]]}, &quot;bbox&quot;: [9.72585, 4.041793999999999, 9.728489, 4.0476]}, {&quot;id&quot;: &quot;4248&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 0.12820512820512825, &quot;style&quot;: {&quot;color&quot;: &quot;#472d7b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.699006, 4.040886, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4284&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 0.24000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#3c4f8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.699106, 4.040986, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4320&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14487.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 611.0, &quot;att&quot;: 0.2413793103448281, &quot;style&quot;: {&quot;color&quot;: &quot;#3c4f8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71598, 4.04642], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.71598, 4.04642, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4356&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14977.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 611.0, &quot;att&quot;: 0.03703703703703753, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71608, 4.04652], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.71608, 4.04652, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4392&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048013N-9.705195E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 822.0, &quot;att&quot;: 0.2181818181818174, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4889&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703528, 4.044694], [9.706861, 4.051333]]}, &quot;bbox&quot;: [9.703528, 4.044694, 9.706861, 4.051333]}, {&quot;id&quot;: &quot;4428&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 317.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698333, 4.049556], [9.698917, 4.04675]]}, &quot;bbox&quot;: [9.698333, 4.04675, 9.698917, 4.049556]}, {&quot;id&quot;: &quot;4464&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 317.0, &quot;att&quot;: 0.4166666666666669, &quot;style&quot;: {&quot;color&quot;: &quot;#287c8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698433, 4.049656], [9.699017, 4.04685]]}, &quot;bbox&quot;: [9.698433, 4.04685, 9.699017, 4.049656]}, {&quot;id&quot;: &quot;4500&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 564.0, &quot;att&quot;: 0.08333333333333431, &quot;style&quot;: {&quot;color&quot;: &quot;#481f70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706861, 4.051333], [9.708472, 4.0465]]}, &quot;bbox&quot;: [9.706861, 4.0465, 9.708472, 4.051333]}, {&quot;id&quot;: &quot;4536&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 564.0, &quot;att&quot;: 0.34782608695652095, &quot;style&quot;: {&quot;color&quot;: &quot;#2f6c8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706961, 4.051432999999999], [9.708572, 4.0466]]}, &quot;bbox&quot;: [9.706961, 4.0466, 9.708572, 4.051432999999999]}, {&quot;id&quot;: &quot;4572&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 596.0, &quot;att&quot;: 0.22580645161290228, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4a89&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.771911, 4.050192], [9.777253, 4.049658]]}, &quot;bbox&quot;: [9.771911, 4.049658, 9.777253, 4.050192]}, {&quot;id&quot;: &quot;4608&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 596.0, &quot;att&quot;: 0.18750000000000028, &quot;style&quot;: {&quot;color&quot;: &quot;#424086&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.772011, 4.050292], [9.777353, 4.049758]]}, &quot;bbox&quot;: [9.772011, 4.049758, 9.777353, 4.050292]}, {&quot;id&quot;: &quot;4644&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050150N-9.740475E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 454.0, &quot;att&quot;: 0.09677419354838843, &quot;style&quot;: {&quot;color&quot;: &quot;#482374&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741306, 4.052028], [9.739644, 4.048272]]}, &quot;bbox&quot;: [9.739644, 4.048272, 9.741306, 4.052028]}, {&quot;id&quot;: &quot;4680&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 522.0, &quot;att&quot;: 0.461538461538461, &quot;style&quot;: {&quot;color&quot;: &quot;#24878e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702389, 4.052444], [9.704556, 4.04825]]}, &quot;bbox&quot;: [9.702389, 4.04825, 9.704556, 4.052444]}, {&quot;id&quot;: &quot;4716&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 522.0, &quot;att&quot;: 0.5, &quot;style&quot;: {&quot;color&quot;: &quot;#21918c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702489, 4.052544], [9.704656, 4.04835]]}, &quot;bbox&quot;: [9.702489, 4.04835, 9.704656, 4.052544]}, {&quot;id&quot;: &quot;4752&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 956.0, &quot;att&quot;: 5.270833333333336, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.756833, 4.047389]]}, &quot;bbox&quot;: [9.750917, 4.047389, 9.756833, 4.053667]}, {&quot;id&quot;: &quot;4788&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 956.0, &quot;att&quot;: 0.04000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.756933, 4.047489]]}, &quot;bbox&quot;: [9.751017, 4.047489, 9.756933, 4.053767]}, {&quot;id&quot;: &quot;4824&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 0.3285714285714282, &quot;style&quot;: {&quot;color&quot;: &quot;#31678e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779361, 4.053694], [9.797806, 4.050472]]}, &quot;bbox&quot;: [9.779361, 4.050472, 9.797806, 4.053694]}, {&quot;id&quot;: &quot;4860&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 0.3809523809523805, &quot;style&quot;: {&quot;color&quot;: &quot;#2c738e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779461, 4.053794], [9.797906, 4.050572]]}, &quot;bbox&quot;: [9.779461, 4.050572, 9.797906, 4.053794]}, {&quot;id&quot;: &quot;4896&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8363.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 0.20833333333333284, &quot;style&quot;: {&quot;color&quot;: &quot;#404688&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.775889, 4.05525]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.775889, 4.05525]}, {&quot;id&quot;: &quot;4932&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8482.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 0.23999999999999772, &quot;style&quot;: {&quot;color&quot;: &quot;#3c4f8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.775989, 4.05535]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.775989, 4.05535]}, {&quot;id&quot;: &quot;4968&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.004854368932038904, &quot;style&quot;: {&quot;color&quot;: &quot;#440256&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.754444, 4.058167]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.754444, 4.058167]}, {&quot;id&quot;: &quot;5004&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.754544, 4.058267]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.754544, 4.058267]}, {&quot;id&quot;: &quot;5040&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 546.0, &quot;att&quot;: 0.11363636363636367, &quot;style&quot;: {&quot;color&quot;: &quot;#482979&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.767556, 4.053639]]}, &quot;bbox&quot;: [9.767556, 4.053639, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5076&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 546.0, &quot;att&quot;: 0.08823529411764816, &quot;style&quot;: {&quot;color&quot;: &quot;#482071&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.767656, 4.053739]]}, &quot;bbox&quot;: [9.767656, 4.053739, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5112&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 879.0, &quot;att&quot;: 0.5769230769230766, &quot;style&quot;: {&quot;color&quot;: &quot;#1fa287&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738694, 4.058056], [9.745611, 4.054186]]}, &quot;bbox&quot;: [9.738694, 4.054186, 9.745611, 4.058056]}, {&quot;id&quot;: &quot;5148&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 879.0, &quot;att&quot;: 0.5166666666666675, &quot;style&quot;: {&quot;color&quot;: &quot;#1f948c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738794, 4.058155999999999], [9.745711, 4.054285999999999]]}, &quot;bbox&quot;: [9.738794, 4.054285999999999, 9.745711, 4.058155999999999]}, {&quot;id&quot;: &quot;5184&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 0.12820512820512825, &quot;style&quot;: {&quot;color&quot;: &quot;#472d7b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.743528, 4.059611]]}, &quot;bbox&quot;: [9.743528, 4.053667, 9.750917, 4.059611]}, {&quot;id&quot;: &quot;5220&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 0.12499999999999944, &quot;style&quot;: {&quot;color&quot;: &quot;#472c7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.743628, 4.059711]]}, &quot;bbox&quot;: [9.743628, 4.053767, 9.751017, 4.059711]}, {&quot;id&quot;: &quot;5256&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.09677419354838614, &quot;style&quot;: {&quot;color&quot;: &quot;#482374&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726194, 4.060028], [9.750917, 4.053667]]}, &quot;bbox&quot;: [9.726194, 4.053667, 9.750917, 4.060028]}, {&quot;id&quot;: &quot;5292&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.17142857142857185, &quot;style&quot;: {&quot;color&quot;: &quot;#443a83&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726294, 4.060128], [9.751017, 4.053767]]}, &quot;bbox&quot;: [9.726294, 4.053767, 9.751017, 4.060128]}, {&quot;id&quot;: &quot;5328&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.125, &quot;style&quot;: {&quot;color&quot;: &quot;#472d7b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726393999999999, 4.060228], [9.751116999999999, 4.053867]]}, &quot;bbox&quot;: [9.726393999999999, 4.053867, 9.751116999999999, 4.060228]}, {&quot;id&quot;: &quot;5364&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.11111111111111067, &quot;style&quot;: {&quot;color&quot;: &quot;#482878&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726493999999999, 4.060328], [9.751216999999999, 4.053967]]}, &quot;bbox&quot;: [9.726493999999999, 4.053967, 9.751216999999999, 4.060328]}, {&quot;id&quot;: &quot;5400&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_0&quot;, &quot;frequency&quot;: 12793.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.1428571428571425, &quot;style&quot;: {&quot;color&quot;: &quot;#46327e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726594, 4.060428], [9.751317, 4.054067]]}, &quot;bbox&quot;: [9.726594, 4.054067, 9.751317, 4.060428]}, {&quot;id&quot;: &quot;5436&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_1&quot;, &quot;frequency&quot;: 13059.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.1315789473684209, &quot;style&quot;: {&quot;color&quot;: &quot;#472e7c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726694, 4.060528], [9.751417, 4.054167]]}, &quot;bbox&quot;: [9.726694, 4.054167, 9.751417, 4.060528]}, {&quot;id&quot;: &quot;5472&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 0.22222222222222135, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4989&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.734028, 4.06025]]}, &quot;bbox&quot;: [9.734028, 4.053667, 9.750917, 4.06025]}, {&quot;id&quot;: &quot;5508&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.734128, 4.06035]]}, &quot;bbox&quot;: [9.734128, 4.053767, 9.751017, 4.06035]}, {&quot;id&quot;: &quot;5544&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 630.0, &quot;att&quot;: 0.4324324324324325, &quot;style&quot;: {&quot;color&quot;: &quot;#27808e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.763167, 4.056417]]}, &quot;bbox&quot;: [9.763167, 4.056417, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5580&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 630.0, &quot;att&quot;: 0.3695652173913049, &quot;style&quot;: {&quot;color&quot;: &quot;#2d718e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.763266999999999, 4.0565169999999995]]}, &quot;bbox&quot;: [9.763266999999999, 4.0565169999999995, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5616&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 0.1935483870967748, &quot;style&quot;: {&quot;color&quot;: &quot;#424186&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.786861, 4.062806]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.786861, 4.062806]}, {&quot;id&quot;: &quot;5652&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 0.1714285714285698, &quot;style&quot;: {&quot;color&quot;: &quot;#443a83&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.786961, 4.062906]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.786961, 4.062906]}, {&quot;id&quot;: &quot;5688&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 0.30434782608695626, &quot;style&quot;: {&quot;color&quot;: &quot;#34608d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.720853, 4.053242]]}, &quot;bbox&quot;: [9.714664, 4.053242, 9.720853, 4.06425]}, {&quot;id&quot;: &quot;5724&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 0.27777777777777823, &quot;style&quot;: {&quot;color&quot;: &quot;#375a8c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.720953, 4.053342]]}, &quot;bbox&quot;: [9.714764, 4.053342, 9.720953, 4.06435]}, {&quot;id&quot;: &quot;5760&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 0.37735849056603793, &quot;style&quot;: {&quot;color&quot;: &quot;#2c728e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.75311, 4.064069]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.75311, 4.064069]}, {&quot;id&quot;: &quot;5796&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 0.6315789473684206, &quot;style&quot;: {&quot;color&quot;: &quot;#29af7f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.75321, 4.064169]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.75321, 4.064169]}, {&quot;id&quot;: &quot;5832&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.062499999999999445, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.767778, 4.064361]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.767778, 4.064361]}, {&quot;id&quot;: &quot;5868&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.1290322580645156, &quot;style&quot;: {&quot;color&quot;: &quot;#472e7c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.767878, 4.064461]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.767878, 4.064461]}, {&quot;id&quot;: &quot;5904&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 796.0, &quot;att&quot;: 0.2916666666666651, &quot;style&quot;: {&quot;color&quot;: &quot;#365d8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708444, 4.060333], [9.715412, 4.058638]]}, &quot;bbox&quot;: [9.708444, 4.058638, 9.715412, 4.060333]}, {&quot;id&quot;: &quot;5940&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 796.0, &quot;att&quot;: 0.34782608695652095, &quot;style&quot;: {&quot;color&quot;: &quot;#2f6c8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708544, 4.060433], [9.715512, 4.058738]]}, &quot;bbox&quot;: [9.708544, 4.058738, 9.715512, 4.060433]}, {&quot;id&quot;: &quot;5976&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 0.07407407407407506, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.759558, 4.066322]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.759558, 4.066322]}, {&quot;id&quot;: &quot;6012&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 0.11538461538461423, &quot;style&quot;: {&quot;color&quot;: &quot;#482979&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.759658, 4.066422]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.759658, 4.066422]}, {&quot;id&quot;: &quot;6048&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 0.2500000000000006, &quot;style&quot;: {&quot;color&quot;: &quot;#3b528b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.777639, 4.063131]]}, &quot;bbox&quot;: [9.768444, 4.0585, 9.777639, 4.063131]}, {&quot;id&quot;: &quot;6084&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 0.18518518518518548, &quot;style&quot;: {&quot;color&quot;: &quot;#423f85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.777739, 4.063231]]}, &quot;bbox&quot;: [9.768544, 4.0586, 9.777739, 4.063231]}, {&quot;id&quot;: &quot;6120&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 498.0, &quot;att&quot;: 0.19607843137254896, &quot;style&quot;: {&quot;color&quot;: &quot;#414287&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743528, 4.059611], [9.74569, 4.06356]]}, &quot;bbox&quot;: [9.743528, 4.059611, 9.74569, 4.06356]}, {&quot;id&quot;: &quot;6156&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 498.0, &quot;att&quot;: 0.2962962962962957, &quot;style&quot;: {&quot;color&quot;: &quot;#355e8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743628, 4.059711], [9.74579, 4.06366]]}, &quot;bbox&quot;: [9.743628, 4.059711, 9.74579, 4.06366]}, {&quot;id&quot;: &quot;6192&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 741.0, &quot;att&quot;: 0.20833333333333345, &quot;style&quot;: {&quot;color&quot;: &quot;#404688&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704333, 4.059583], [9.706333, 4.065972]]}, &quot;bbox&quot;: [9.704333, 4.059583, 9.706333, 4.065972]}, {&quot;id&quot;: &quot;6228&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 741.0, &quot;att&quot;: 0.23809523809523794, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4e8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704433, 4.059683], [9.706433, 4.066072]]}, &quot;bbox&quot;: [9.704433, 4.059683, 9.706433, 4.066072]}, {&quot;id&quot;: &quot;6264&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 603.0, &quot;att&quot;: 0.030303030303028607, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.719389, 4.061556]]}, &quot;bbox&quot;: [9.714664, 4.061556, 9.719389, 4.06425]}, {&quot;id&quot;: &quot;6300&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 603.0, &quot;att&quot;: -0.032258064516129475, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.719489, 4.061656]]}, &quot;bbox&quot;: [9.714764, 4.061656, 9.719489, 4.06435]}, {&quot;id&quot;: &quot;6336&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 669.0, &quot;att&quot;: 0.1071428571428585, &quot;style&quot;: {&quot;color&quot;: &quot;#482677&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759558, 4.066322], [9.76425, 4.062528]]}, &quot;bbox&quot;: [9.759558, 4.062528, 9.76425, 4.066322]}, {&quot;id&quot;: &quot;6372&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 669.0, &quot;att&quot;: 0.12500000000000147, &quot;style&quot;: {&quot;color&quot;: &quot;#472d7b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759658, 4.066422], [9.76435, 4.062628]]}, &quot;bbox&quot;: [9.759658, 4.062628, 9.76435, 4.066422]}, {&quot;id&quot;: &quot;6408&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 451.0, &quot;att&quot;: 0.1578947368421039, &quot;style&quot;: {&quot;color&quot;: &quot;#453781&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710083, 4.063917], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.710083, 4.063917, 9.71287, 4.06688]}, {&quot;id&quot;: &quot;6444&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 451.0, &quot;att&quot;: 0.11111111111111242, &quot;style&quot;: {&quot;color&quot;: &quot;#482878&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710182999999999, 4.064017], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.710182999999999, 4.064017, 9.71297, 4.06698]}, {&quot;id&quot;: &quot;6480&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 924.0, &quot;att&quot;: 0.2857142857142857, &quot;style&quot;: {&quot;color&quot;: &quot;#365c8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79152, 4.065848], [9.799722, 4.06725]]}, &quot;bbox&quot;: [9.79152, 4.065848, 9.799722, 4.06725]}, {&quot;id&quot;: &quot;6516&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 924.0, &quot;att&quot;: 0.3333333333333333, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79162, 4.065948], [9.799821999999999, 4.067349999999999]]}, &quot;bbox&quot;: [9.79162, 4.065948, 9.799821999999999, 4.067349999999999]}, {&quot;id&quot;: &quot;6552&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.04166666666666728, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.72547, 4.07139]}, {&quot;id&quot;: &quot;6588&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.09374999999999924, &quot;style&quot;: {&quot;color&quot;: &quot;#482173&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.72557, 4.07149]}, {&quot;id&quot;: &quot;6624&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 932.0, &quot;att&quot;: 9.266666666666667, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.722972, 4.065667], [9.729139, 4.071389]]}, &quot;bbox&quot;: [9.722972, 4.065667, 9.729139, 4.071389]}, {&quot;id&quot;: &quot;6660&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 932.0, &quot;att&quot;: 0.3555555555555543, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6e8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.723072, 4.065767], [9.729239, 4.071489]]}, &quot;bbox&quot;: [9.723072, 4.065767, 9.729239, 4.071489]}, {&quot;id&quot;: &quot;6696&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 535.0, &quot;att&quot;: 0.25714285714285673, &quot;style&quot;: {&quot;color&quot;: &quot;#3a538b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714869, 4.071278], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.71287, 4.06688, 9.714869, 4.071278]}, {&quot;id&quot;: &quot;6732&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 535.0, &quot;att&quot;: 0.2666666666666673, &quot;style&quot;: {&quot;color&quot;: &quot;#39568c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714969, 4.071378], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.71297, 4.06698, 9.714969, 4.071378]}, {&quot;id&quot;: &quot;6768&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 407.0, &quot;att&quot;: 0.03448275862069008, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729139, 4.071389], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.72547, 4.071389, 9.729139, 4.07139]}, {&quot;id&quot;: &quot;6804&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 407.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729239, 4.071489], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.72557, 4.071489, 9.729239, 4.07149]}, {&quot;id&quot;: &quot;6840&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 731.0, &quot;att&quot;: -0.12999999999999973, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736111, 4.072222], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.736111, 4.072222, 9.742681, 4.072661]}, {&quot;id&quot;: &quot;6876&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 731.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736210999999999, 4.072322], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.736210999999999, 4.072322, 9.742780999999999, 4.072761]}, {&quot;id&quot;: &quot;6912&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 561.0, &quot;att&quot;: 0.17391304347826048, &quot;style&quot;: {&quot;color&quot;: &quot;#443b84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76925, 4.071639], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.76925, 4.071639, 9.774, 4.073367]}, {&quot;id&quot;: &quot;6948&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 561.0, &quot;att&quot;: 0.1923076923076922, &quot;style&quot;: {&quot;color&quot;: &quot;#424186&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76935, 4.071739], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.76935, 4.071739, 9.774099999999999, 4.073467]}, {&quot;id&quot;: &quot;6984&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 0.14999999999999858, &quot;style&quot;: {&quot;color&quot;: &quot;#463480&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.721058, 4.084075]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.721058, 4.084075]}, {&quot;id&quot;: &quot;7020&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 0.11999999999999886, &quot;style&quot;: {&quot;color&quot;: &quot;#472a7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.721157999999999, 4.084175]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.721157999999999, 4.084175]}, {&quot;id&quot;: &quot;7056&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 0.16666666666666666, &quot;style&quot;: {&quot;color&quot;: &quot;#443983&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.761667, 4.074778]}, {&quot;id&quot;: &quot;7092&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 0.07692307692307797, &quot;style&quot;: {&quot;color&quot;: &quot;#481c6e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.761766999999999, 4.074878]}, {&quot;id&quot;: &quot;7128&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.11764705882353088, &quot;style&quot;: {&quot;color&quot;: &quot;#472a7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719639, 4.070306], [9.719417, 4.079889]]}, &quot;bbox&quot;: [9.719417, 4.070306, 9.719639, 4.079889]}, {&quot;id&quot;: &quot;7164&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719739, 4.070406], [9.719517, 4.079988999999999]]}, &quot;bbox&quot;: [9.719517, 4.070406, 9.719739, 4.079988999999999]}, {&quot;id&quot;: &quot;7200&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 0.16666666666666666, &quot;style&quot;: {&quot;color&quot;: &quot;#443983&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.781778, 4.069972]]}, &quot;bbox&quot;: [9.781778, 4.069972, 9.786083, 4.0817]}, {&quot;id&quot;: &quot;7236&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 0.16666666666666619, &quot;style&quot;: {&quot;color&quot;: &quot;#443983&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.781877999999999, 4.070072]]}, &quot;bbox&quot;: [9.781877999999999, 4.070072, 9.786183, 4.081799999999999]}, {&quot;id&quot;: &quot;7272&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.04761904761904665, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.75645, 4.07833]]}, &quot;bbox&quot;: [9.75645, 4.074778, 9.761667, 4.07833]}, {&quot;id&quot;: &quot;7308&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.006279434850863511, &quot;style&quot;: {&quot;color&quot;: &quot;#440256&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.756549999999999, 4.07843]]}, &quot;bbox&quot;: [9.756549999999999, 4.074878, 9.761766999999999, 4.07843]}, {&quot;id&quot;: &quot;7344&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 480.0, &quot;att&quot;: 0.227272727272727, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4c8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719417, 4.079889], [9.721778, 4.07625]]}, &quot;bbox&quot;: [9.719417, 4.07625, 9.721778, 4.079889]}, {&quot;id&quot;: &quot;7380&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 480.0, &quot;att&quot;: 0.23999999999999772, &quot;style&quot;: {&quot;color&quot;: &quot;#3c4f8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719517, 4.079988999999999], [9.721878, 4.07635]]}, &quot;bbox&quot;: [9.719517, 4.07635, 9.721878, 4.079988999999999]}, {&quot;id&quot;: &quot;7416&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 0.24000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#3c4f8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756825, 4.081867], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.756825, 4.081867]}, {&quot;id&quot;: &quot;7452&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 0.2307692307692312, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4d8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756924999999999, 4.081967], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.756924999999999, 4.081967]}, {&quot;id&quot;: &quot;7488&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 0.4285714285714275, &quot;style&quot;: {&quot;color&quot;: &quot;#277f8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.801611, 4.076722]]}, &quot;bbox&quot;: [9.786083, 4.076722, 9.801611, 4.0817]}, {&quot;id&quot;: &quot;7524&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 0.35999999999999943, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6f8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.801711, 4.076822]]}, &quot;bbox&quot;: [9.786183, 4.076822, 9.801711, 4.081799999999999]}, {&quot;id&quot;: &quot;7560&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 0.16129032258064507, &quot;style&quot;: {&quot;color&quot;: &quot;#453882&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.742681, 4.072661, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;7596&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 0.055555555555556434, &quot;style&quot;: {&quot;color&quot;: &quot;#481668&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.742780999999999, 4.072761, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;7632&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.752944, 4.073367, 9.774, 4.085936]}, {&quot;id&quot;: &quot;7668&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 0.07692307692307797, &quot;style&quot;: {&quot;color&quot;: &quot;#481c6e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.753044, 4.073467, 9.774099999999999, 4.086036]}, {&quot;id&quot;: &quot;7704&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080070N-9.789737E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18848.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 888.0, &quot;att&quot;: 0.5, &quot;style&quot;: {&quot;color&quot;: &quot;#21918c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.79339, 4.07844]]}, &quot;bbox&quot;: [9.786083, 4.07844, 9.79339, 4.0817]}, {&quot;id&quot;: &quot;7740&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 0.37500000000000056, &quot;style&quot;: {&quot;color&quot;: &quot;#2c728e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.753278, 4.074861]]}, &quot;bbox&quot;: [9.752944, 4.074861, 9.753278, 4.085936]}, {&quot;id&quot;: &quot;7776&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 0.18181818181818094, &quot;style&quot;: {&quot;color&quot;: &quot;#433e85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.753378, 4.074961]]}, &quot;bbox&quot;: [9.753044, 4.074961, 9.753378, 4.086036]}, {&quot;id&quot;: &quot;7812&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 968.0, &quot;att&quot;: 0.42857142857142494, &quot;style&quot;: {&quot;color&quot;: &quot;#277f8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765535, 4.081441], [9.756825, 4.081867]]}, &quot;bbox&quot;: [9.756825, 4.081441, 9.765535, 4.081867]}, {&quot;id&quot;: &quot;7848&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 968.0, &quot;att&quot;: 0.14999999999999858, &quot;style&quot;: {&quot;color&quot;: &quot;#463480&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765635, 4.081541], [9.756924999999999, 4.081967]]}, &quot;bbox&quot;: [9.756924999999999, 4.081541, 9.765635, 4.081967]}, {&quot;id&quot;: &quot;7884&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 0.2173913043478257, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4889&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.7949, 4.08393]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.7949, 4.08393]}, {&quot;id&quot;: &quot;7920&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 0.17391304347826048, &quot;style&quot;: {&quot;color&quot;: &quot;#443b84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.795, 4.084029999999999]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.795, 4.084029999999999]}, {&quot;id&quot;: &quot;7956&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 895.0, &quot;att&quot;: 0.23255813953488388, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4d8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.77848, 4.08438]]}, &quot;bbox&quot;: [9.77848, 4.0817, 9.786083, 4.08438]}, {&quot;id&quot;: &quot;7992&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 895.0, &quot;att&quot;: 0.2592592592592581, &quot;style&quot;: {&quot;color&quot;: &quot;#3a548c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.77858, 4.08448]]}, &quot;bbox&quot;: [9.77858, 4.081799999999999, 9.786183, 4.08448]}, {&quot;id&quot;: &quot;8028&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 0.27272727272726976, &quot;style&quot;: {&quot;color&quot;: &quot;#38588c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.751769, 4.093194]]}, &quot;bbox&quot;: [9.751769, 4.074778, 9.761667, 4.093194]}, {&quot;id&quot;: &quot;8064&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 0.13888888888888884, &quot;style&quot;: {&quot;color&quot;: &quot;#46307e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.751869, 4.093294]]}, &quot;bbox&quot;: [9.751869, 4.074878, 9.761766999999999, 4.093294]}, {&quot;id&quot;: &quot;8100&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 0.2352941176470576, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4e8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.728889, 4.083056]]}, &quot;bbox&quot;: [9.728889, 4.083056, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8136&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 0.3888888888888871, &quot;style&quot;: {&quot;color&quot;: &quot;#2b758e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.728989, 4.083156]]}, &quot;bbox&quot;: [9.728989, 4.083156, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8172&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 0.3749999999999996, &quot;style&quot;: {&quot;color&quot;: &quot;#2c718e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.738306, 4.083528]]}, &quot;bbox&quot;: [9.738306, 4.083528, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8208&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 0.30769230769230915, &quot;style&quot;: {&quot;color&quot;: &quot;#34618d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.738406, 4.083628]]}, &quot;bbox&quot;: [9.738406, 4.083628, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8244&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 947.0, &quot;att&quot;: 0.19047619047619305, &quot;style&quot;: {&quot;color&quot;: &quot;#424086&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.783583, 4.089889]]}, &quot;bbox&quot;: [9.783583, 4.0817, 9.786083, 4.089889]}, {&quot;id&quot;: &quot;8280&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 947.0, &quot;att&quot;: 0.2105263157894731, &quot;style&quot;: {&quot;color&quot;: &quot;#404688&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.783683, 4.089989]]}, &quot;bbox&quot;: [9.783683, 4.081799999999999, 9.786183, 4.089989]}, {&quot;id&quot;: &quot;8316&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 0.5384615384615363, &quot;style&quot;: {&quot;color&quot;: &quot;#1f998a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.743333, 4.074778, 9.761667, 4.097333]}, {&quot;id&quot;: &quot;8352&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 0.5, &quot;style&quot;: {&quot;color&quot;: &quot;#21918c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.743433, 4.074878, 9.761766999999999, 4.097433]}, {&quot;id&quot;: &quot;8388&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 0.7575757575757582, &quot;style&quot;: {&quot;color&quot;: &quot;#60ca60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.76601, 4.08663]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.76601, 4.08663]}, {&quot;id&quot;: &quot;8424&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 0.48837209302325646, &quot;style&quot;: {&quot;color&quot;: &quot;#218e8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.76611, 4.08673]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.76611, 4.08673]}, {&quot;id&quot;: &quot;8460&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 0.12121212121212062, &quot;style&quot;: {&quot;color&quot;: &quot;#472c7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.808667, 4.091389]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.808667, 4.091389]}, {&quot;id&quot;: &quot;8496&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 0.2500000000000006, &quot;style&quot;: {&quot;color&quot;: &quot;#3b528b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.808767, 4.091489]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.808767, 4.091489]}, {&quot;id&quot;: &quot;8532&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 830.0, &quot;att&quot;: 0.19148936170212724, &quot;style&quot;: {&quot;color&quot;: &quot;#424186&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.758611, 4.090833]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.758611, 4.090833]}, {&quot;id&quot;: &quot;8568&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 830.0, &quot;att&quot;: 0.23999999999999916, &quot;style&quot;: {&quot;color&quot;: &quot;#3c4f8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.758711, 4.090933]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.758711, 4.090933]}, {&quot;id&quot;: &quot;8604&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 555.0, &quot;att&quot;: 0.1874999999999989, &quot;style&quot;: {&quot;color&quot;: &quot;#423f85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73381, 4.08679], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.73381, 4.08679, 9.736042, 4.091278]}, {&quot;id&quot;: &quot;8640&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 555.0, &quot;att&quot;: 0.35999999999999943, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6f8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73391, 4.0868899999999995], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.73391, 4.0868899999999995, 9.736142, 4.091378]}, {&quot;id&quot;: &quot;8676&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 0.0, &quot;style&quot;: {&quot;color&quot;: &quot;#440154&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.744, 4.104861]]}, &quot;bbox&quot;: [9.744, 4.074778, 9.761667, 4.104861]}, {&quot;id&quot;: &quot;8712&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 0.1142857142857159, &quot;style&quot;: {&quot;color&quot;: &quot;#482979&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.7441, 4.104960999999999]]}, &quot;bbox&quot;: [9.7441, 4.074878, 9.761766999999999, 4.104960999999999]}, {&quot;id&quot;: &quot;8748&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 889.0, &quot;att&quot;: 0.07142857142857252, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76601, 4.08663], [9.764367, 4.0945]]}, &quot;bbox&quot;: [9.764367, 4.08663, 9.76601, 4.0945]}, {&quot;id&quot;: &quot;8784&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 889.0, &quot;att&quot;: 0.05882352941176569, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76611, 4.08673], [9.764467, 4.0946]]}, &quot;bbox&quot;: [9.764467, 4.08673, 9.76611, 4.0946]}, {&quot;id&quot;: &quot;8820&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 736.0, &quot;att&quot;: 0.1999999999999981, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729444, 4.091944], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.729444, 4.091278, 9.736042, 4.091944]}, {&quot;id&quot;: &quot;8856&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 736.0, &quot;att&quot;: 0.13636363636363813, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729544, 4.092044], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.729544, 4.091378, 9.736142, 4.092044]}, {&quot;id&quot;: &quot;8892&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 419.0, &quot;att&quot;: 0.2307692307692312, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4d8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74168, 4.09393], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.74168, 4.09393, 9.743333, 4.097333]}, {&quot;id&quot;: &quot;8928&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 419.0, &quot;att&quot;: 0.26086956521739224, &quot;style&quot;: {&quot;color&quot;: &quot;#3a548c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:20:00&quot;, &quot;2019-07-18T02:20:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74178, 4.09403], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.74178, 4.09403, 9.743433, 4.097433]}, {&quot;id&quot;: &quot;34&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 0.48148148148148256, &quot;style&quot;: {&quot;color&quot;: &quot;#228c8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.791866, 3.97665]]}, &quot;bbox&quot;: [9.787167, 3.97665, 9.791866, 3.992722]}, {&quot;id&quot;: &quot;70&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 0.3571428571428575, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6e8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.791966, 3.97675]]}, &quot;bbox&quot;: [9.787267, 3.97675, 9.791966, 3.9928220000000003]}, {&quot;id&quot;: &quot;106&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.05263157894736827, &quot;style&quot;: {&quot;color&quot;: &quot;#481467&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.81613, 3.97866]]}, &quot;bbox&quot;: [9.787167, 3.97866, 9.81613, 3.992722]}, {&quot;id&quot;: &quot;142&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.010928961748633906, &quot;style&quot;: {&quot;color&quot;: &quot;#450457&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.81623, 3.9787600000000003]]}, &quot;bbox&quot;: [9.787267, 3.9787600000000003, 9.81623, 3.9928220000000003]}, {&quot;id&quot;: &quot;178&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 556.0, &quot;att&quot;: 0.21874999999999895, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4889&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763806, 3.997361], [9.75885, 3.99663]]}, &quot;bbox&quot;: [9.75885, 3.99663, 9.763806, 3.997361]}, {&quot;id&quot;: &quot;214&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 556.0, &quot;att&quot;: 0.5, &quot;style&quot;: {&quot;color&quot;: &quot;#21918c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763906, 3.9974610000000004], [9.75895, 3.9967300000000003]]}, &quot;bbox&quot;: [9.75895, 3.9967300000000003, 9.763906, 3.9974610000000004]}, {&quot;id&quot;: &quot;250&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 402.0, &quot;att&quot;: 0.5686274509803925, &quot;style&quot;: {&quot;color&quot;: &quot;#1fa188&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745083, 4.002553], [9.748639, 4.003231]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.748639, 4.003231]}, {&quot;id&quot;: &quot;286&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 402.0, &quot;att&quot;: 0.3086419753086419, &quot;style&quot;: {&quot;color&quot;: &quot;#33628d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745182999999999, 4.002653], [9.748739, 4.003331]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.748739, 4.003331]}, {&quot;id&quot;: &quot;322&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 774.0, &quot;att&quot;: 0.4545454545454547, &quot;style&quot;: {&quot;color&quot;: &quot;#25858e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76732, 4.003512], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.76732, 4.003512, 9.767719, 4.0105]}, {&quot;id&quot;: &quot;358&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 774.0, &quot;att&quot;: 0.42857142857142855, &quot;style&quot;: {&quot;color&quot;: &quot;#277f8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76742, 4.0036119999999995], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.76742, 4.0036119999999995, 9.767819, 4.0106]}, {&quot;id&quot;: &quot;394&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 0.33333333333333187, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799472, 4.004194], [9.778111, 4.012278]]}, &quot;bbox&quot;: [9.778111, 4.004194, 9.799472, 4.012278]}, {&quot;id&quot;: &quot;430&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 0.3333333333333351, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799572, 4.004294], [9.778211, 4.012378]]}, &quot;bbox&quot;: [9.778211, 4.004294, 9.799572, 4.012378]}, {&quot;id&quot;: &quot;466&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 0.2407407407407416, &quot;style&quot;: {&quot;color&quot;: &quot;#3c4f8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.705944, 4.01775], [9.701194, 4.008306]]}, &quot;bbox&quot;: [9.701194, 4.008306, 9.705944, 4.01775]}, {&quot;id&quot;: &quot;502&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 0.008143322475570034, &quot;style&quot;: {&quot;color&quot;: &quot;#450457&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706044, 4.01785], [9.701293999999999, 4.008406]]}, &quot;bbox&quot;: [9.701293999999999, 4.008406, 9.706044, 4.01785]}, {&quot;id&quot;: &quot;538&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 0.3333333333333333, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.763806, 3.997361]]}, &quot;bbox&quot;: [9.763806, 3.997361, 9.767833, 4.029]}, {&quot;id&quot;: &quot;574&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 0.4054054054054078, &quot;style&quot;: {&quot;color&quot;: &quot;#29798e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.763906, 3.9974610000000004]]}, &quot;bbox&quot;: [9.763906, 3.9974610000000004, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;610&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 0.19480519480519473, &quot;style&quot;: {&quot;color&quot;: &quot;#424186&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741417, 4.009639], [9.723611, 4.020194]]}, &quot;bbox&quot;: [9.723611, 4.009639, 9.741417, 4.020194]}, {&quot;id&quot;: &quot;646&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 0.1794871794871792, &quot;style&quot;: {&quot;color&quot;: &quot;#433d84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741517, 4.009739], [9.723711, 4.020294]]}, &quot;bbox&quot;: [9.723711, 4.009739, 9.741517, 4.020294]}, {&quot;id&quot;: &quot;682&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 0.13725490196078502, &quot;style&quot;: {&quot;color&quot;: &quot;#46307e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.745083, 4.002553]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.767833, 4.029]}, {&quot;id&quot;: &quot;718&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 0.13333333333333333, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.745182999999999, 4.002653]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;754&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 466.0, &quot;att&quot;: 0.25999999999999945, &quot;style&quot;: {&quot;color&quot;: &quot;#3a548c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73456, 4.01734]]}, &quot;bbox&quot;: [9.73456, 4.015972, 9.738528, 4.01734]}, {&quot;id&quot;: &quot;790&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 466.0, &quot;att&quot;: 0.2586206896551722, &quot;style&quot;: {&quot;color&quot;: &quot;#3a548c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73466, 4.01744]]}, &quot;bbox&quot;: [9.73466, 4.016071999999999, 9.738628, 4.01744]}, {&quot;id&quot;: &quot;826&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8335.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 0.5600000000000023, &quot;style&quot;: {&quot;color&quot;: &quot;#1f9f88&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.762056, 4.004472]]}, &quot;bbox&quot;: [9.762056, 4.004472, 9.767833, 4.029]}, {&quot;id&quot;: &quot;862&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8454.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 0.3333333333333356, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.762156, 4.004572]]}, &quot;bbox&quot;: [9.762156, 4.004572, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;898&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 0.16666666666666666, &quot;style&quot;: {&quot;color&quot;: &quot;#443983&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.768083, 4.017917]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.768083, 4.017917]}, {&quot;id&quot;: &quot;934&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 0.2553191489361695, &quot;style&quot;: {&quot;color&quot;: &quot;#3a538b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.768183, 4.0180169999999995]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.768183, 4.0180169999999995]}, {&quot;id&quot;: &quot;970&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.26470588235294085, &quot;style&quot;: {&quot;color&quot;: &quot;#39558c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727083, 4.023444], [9.72629, 4.01048]]}, &quot;bbox&quot;: [9.72629, 4.01048, 9.727083, 4.023444]}, {&quot;id&quot;: &quot;1006&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.1891891891891898, &quot;style&quot;: {&quot;color&quot;: &quot;#424086&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727183, 4.023543999999999], [9.72639, 4.01058]]}, &quot;bbox&quot;: [9.72639, 4.01058, 9.727183, 4.023543999999999]}, {&quot;id&quot;: &quot;1042&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 0.22857142857142776, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4c8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.757556, 4.0195]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.757556, 4.0195]}, {&quot;id&quot;: &quot;1078&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 0.24390243902439016, &quot;style&quot;: {&quot;color&quot;: &quot;#3c508b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.757655999999999, 4.0196]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.757655999999999, 4.0196]}, {&quot;id&quot;: &quot;1114&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 0.8863636363636364, &quot;style&quot;: {&quot;color&quot;: &quot;#b2dd2d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.756817, 4.008442]]}, &quot;bbox&quot;: [9.756817, 4.008442, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1150&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 0.9569892473118289, &quot;style&quot;: {&quot;color&quot;: &quot;#e2e418&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.756917, 4.008541999999999]]}, &quot;bbox&quot;: [9.756917, 4.008541999999999, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1186&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.040783034257748776, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744694, 4.014417], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.744694, 4.014417, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1222&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.04081632653061246, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744794, 4.014517], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.744794, 4.014517, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1258&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 0.4117647058823515, &quot;style&quot;: {&quot;color&quot;: &quot;#297b8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.767719, 4.0105, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1294&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 0.4000000000000016, &quot;style&quot;: {&quot;color&quot;: &quot;#2a788e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.767819, 4.0106, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1330&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 0.08333333333333347, &quot;style&quot;: {&quot;color&quot;: &quot;#481f70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.780278, 4.023889]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.780278, 4.023889]}, {&quot;id&quot;: &quot;1366&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 0.2063492063492069, &quot;style&quot;: {&quot;color&quot;: &quot;#404588&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.780377999999999, 4.023988999999999]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.780377999999999, 4.023988999999999]}, {&quot;id&quot;: &quot;1402&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 0.36842105263157815, &quot;style&quot;: {&quot;color&quot;: &quot;#2d718e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.721083, 4.0115]]}, &quot;bbox&quot;: [9.696744, 4.0115, 9.721083, 4.029381]}, {&quot;id&quot;: &quot;1438&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 0.14285714285714202, &quot;style&quot;: {&quot;color&quot;: &quot;#46327e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.721183, 4.0116]]}, &quot;bbox&quot;: [9.696844, 4.0116, 9.721183, 4.029481]}, {&quot;id&quot;: &quot;1474&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 654.0, &quot;att&quot;: 0.2333333333333331, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4d8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743889, 4.0194], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.743889, 4.0194, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1510&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 654.0, &quot;att&quot;: 0.4827586206896549, &quot;style&quot;: {&quot;color&quot;: &quot;#228c8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743989, 4.0195], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.743989, 4.0195, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1546&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024043N-9.680260E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2266.0, &quot;att&quot;: 0.17777777777777742, &quot;style&quot;: {&quot;color&quot;: &quot;#433d84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.67025, 4.022056], [9.69027, 4.02603]]}, &quot;bbox&quot;: [9.67025, 4.022056, 9.69027, 4.02603]}, {&quot;id&quot;: &quot;1582&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 0.17241379310344837, &quot;style&quot;: {&quot;color&quot;: &quot;#443b84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.72802, 4.03279]]}, &quot;bbox&quot;: [9.72802, 4.015972, 9.738528, 4.03279]}, {&quot;id&quot;: &quot;1618&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 0.2499999999999989, &quot;style&quot;: {&quot;color&quot;: &quot;#3b518b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.72812, 4.03289]]}, &quot;bbox&quot;: [9.72812, 4.016071999999999, 9.738628, 4.03289]}, {&quot;id&quot;: &quot;1654&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.773584905660377, &quot;style&quot;: {&quot;color&quot;: &quot;#6ccd5a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.69921, 4.02012]]}, &quot;bbox&quot;: [9.696744, 4.02012, 9.69921, 4.029381]}, {&quot;id&quot;: &quot;1690&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.27272727272727254, &quot;style&quot;: {&quot;color&quot;: &quot;#38588c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.69931, 4.02022]]}, &quot;bbox&quot;: [9.696844, 4.02022, 9.69931, 4.029481]}, {&quot;id&quot;: &quot;1726&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18737.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 0.30303030303030265, &quot;style&quot;: {&quot;color&quot;: &quot;#34608d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.77399, 4.02125]]}, &quot;bbox&quot;: [9.767833, 4.02125, 9.77399, 4.029]}, {&quot;id&quot;: &quot;1762&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17727.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 0.32258064516129015, &quot;style&quot;: {&quot;color&quot;: &quot;#32658e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.77409, 4.02135]]}, &quot;bbox&quot;: [9.767933, 4.02135, 9.77409, 4.0291]}, {&quot;id&quot;: &quot;1798&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14431.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 874.0, &quot;att&quot;: 0.37931034482758597, &quot;style&quot;: {&quot;color&quot;: &quot;#2c738e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737194, 4.022139], [9.741992, 4.0284]]}, &quot;bbox&quot;: [9.737194, 4.022139, 9.741992, 4.0284]}, {&quot;id&quot;: &quot;1834&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14921.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 874.0, &quot;att&quot;: 0.40000000000000097, &quot;style&quot;: {&quot;color&quot;: &quot;#2a788e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737294, 4.022239], [9.742092, 4.0285]]}, &quot;bbox&quot;: [9.737294, 4.022239, 9.742092, 4.0285]}, {&quot;id&quot;: &quot;1870&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.31428571428571467, &quot;style&quot;: {&quot;color&quot;: &quot;#33638d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73325, 4.035278]]}, &quot;bbox&quot;: [9.73325, 4.015972, 9.738528, 4.035278]}, {&quot;id&quot;: &quot;1906&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.6400000000000006, &quot;style&quot;: {&quot;color&quot;: &quot;#2cb17e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73335, 4.035378]]}, &quot;bbox&quot;: [9.73335, 4.016071999999999, 9.738628, 4.035378]}, {&quot;id&quot;: &quot;1942&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 0.3529411764705881, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6d8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.70976, 4.02238]]}, &quot;bbox&quot;: [9.696744, 4.02238, 9.70976, 4.029381]}, {&quot;id&quot;: &quot;1978&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 0.4230769230769218, &quot;style&quot;: {&quot;color&quot;: &quot;#277e8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.709859999999999, 4.02248]]}, &quot;bbox&quot;: [9.696844, 4.02248, 9.709859999999999, 4.029481]}, {&quot;id&quot;: &quot;2014&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 755.0, &quot;att&quot;: 0.3939393939393947, &quot;style&quot;: {&quot;color&quot;: &quot;#2a768e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.694556, 4.022917]]}, &quot;bbox&quot;: [9.694556, 4.022917, 9.696744, 4.029381]}, {&quot;id&quot;: &quot;2050&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 755.0, &quot;att&quot;: 0.34999999999999964, &quot;style&quot;: {&quot;color&quot;: &quot;#2f6c8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.694656, 4.023016999999999]]}, &quot;bbox&quot;: [9.694656, 4.023016999999999, 9.696844, 4.029481]}, {&quot;id&quot;: &quot;2086&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 0.4516129032258058, &quot;style&quot;: {&quot;color&quot;: &quot;#25848e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.72684, 4.01658]]}, &quot;bbox&quot;: [9.72684, 4.01658, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2122&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 0.34883720930232526, &quot;style&quot;: {&quot;color&quot;: &quot;#2f6c8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.726939999999999, 4.01668]]}, &quot;bbox&quot;: [9.726939999999999, 4.01668, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2158&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 364.0, &quot;att&quot;: 0.5000000000000026, &quot;style&quot;: {&quot;color&quot;: &quot;#21918c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.705139, 4.028333]]}, &quot;bbox&quot;: [9.701944, 4.028333, 9.705139, 4.029083]}, {&quot;id&quot;: &quot;2194&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 364.0, &quot;att&quot;: 0.4117647058823539, &quot;style&quot;: {&quot;color&quot;: &quot;#297b8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.705239, 4.028433]]}, &quot;bbox&quot;: [9.702043999999999, 4.028433, 9.705239, 4.029183]}, {&quot;id&quot;: &quot;2230&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 0.30232558139534954, &quot;style&quot;: {&quot;color&quot;: &quot;#34608d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.686417, 4.029444]]}, &quot;bbox&quot;: [9.686417, 4.029381, 9.696744, 4.029444]}, {&quot;id&quot;: &quot;2266&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 0.24390243902439057, &quot;style&quot;: {&quot;color&quot;: &quot;#3c508b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.686517, 4.029544]]}, &quot;bbox&quot;: [9.686517, 4.029481, 9.696844, 4.029544]}, {&quot;id&quot;: &quot;2302&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 868.0, &quot;att&quot;: 0.2916666666666651, &quot;style&quot;: {&quot;color&quot;: &quot;#365d8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.709194, 4.032028]]}, &quot;bbox&quot;: [9.701944, 4.029083, 9.709194, 4.032028]}, {&quot;id&quot;: &quot;2338&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 868.0, &quot;att&quot;: 0.30434782608695504, &quot;style&quot;: {&quot;color&quot;: &quot;#34608d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.709294, 4.032128]]}, &quot;bbox&quot;: [9.702043999999999, 4.029183, 9.709294, 4.032128]}, {&quot;id&quot;: &quot;2374&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 666.0, &quot;att&quot;: 0.2666666666666657, &quot;style&quot;: {&quot;color&quot;: &quot;#39568c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.691575, 4.032433]]}, &quot;bbox&quot;: [9.691575, 4.029381, 9.696744, 4.032433]}, {&quot;id&quot;: &quot;2410&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 666.0, &quot;att&quot;: 0.4444444444444436, &quot;style&quot;: {&quot;color&quot;: &quot;#26828e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.691675, 4.032533]]}, &quot;bbox&quot;: [9.691675, 4.029481, 9.696844, 4.032533]}, {&quot;id&quot;: &quot;2446&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 536.0, &quot;att&quot;: 0.31818181818181906, &quot;style&quot;: {&quot;color&quot;: &quot;#32648e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699417, 4.033417]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699417, 4.033417]}, {&quot;id&quot;: &quot;2482&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 536.0, &quot;att&quot;: 0.29999999999999954, &quot;style&quot;: {&quot;color&quot;: &quot;#355f8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699517, 4.033517]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699517, 4.033517]}, {&quot;id&quot;: &quot;2518&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 0.16216216216216242, &quot;style&quot;: {&quot;color&quot;: &quot;#453882&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.727083, 4.023444]]}, &quot;bbox&quot;: [9.727083, 4.023444, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2554&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 0.15384615384615344, &quot;style&quot;: {&quot;color&quot;: &quot;#453581&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.727183, 4.023543999999999]]}, &quot;bbox&quot;: [9.727183, 4.023543999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2590&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.36585365853658586, &quot;style&quot;: {&quot;color&quot;: &quot;#2d708e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71564, 4.032], [9.71203, 4.03312]]}, &quot;bbox&quot;: [9.71203, 4.032, 9.71564, 4.03312]}, {&quot;id&quot;: &quot;2626&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.2978723404255319, &quot;style&quot;: {&quot;color&quot;: &quot;#355f8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71574, 4.0321], [9.71213, 4.03322]]}, &quot;bbox&quot;: [9.71213, 4.0321, 9.71574, 4.03322]}, {&quot;id&quot;: &quot;2662&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 0.3589743589743599, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6e8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.755167, 4.037361]]}, &quot;bbox&quot;: [9.755167, 4.029, 9.767833, 4.037361]}, {&quot;id&quot;: &quot;2698&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 0.32432432432432357, &quot;style&quot;: {&quot;color&quot;: &quot;#31668e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.755267, 4.0374609999999995]]}, &quot;bbox&quot;: [9.755267, 4.0291, 9.767933, 4.0374609999999995]}, {&quot;id&quot;: &quot;2734&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 323.0, &quot;att&quot;: 0.3500000000000014, &quot;style&quot;: {&quot;color&quot;: &quot;#2f6c8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691575, 4.032433], [9.691889, 4.035333]]}, &quot;bbox&quot;: [9.691575, 4.032433, 9.691889, 4.035333]}, {&quot;id&quot;: &quot;2770&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 323.0, &quot;att&quot;: 0.4117647058823539, &quot;style&quot;: {&quot;color&quot;: &quot;#297b8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691675, 4.032533], [9.691989, 4.035432999999999]]}, &quot;bbox&quot;: [9.691675, 4.032533, 9.691989, 4.035432999999999]}, {&quot;id&quot;: &quot;2806&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 516.0, &quot;att&quot;: 0.28124999999999994, &quot;style&quot;: {&quot;color&quot;: &quot;#375a8c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774333, 4.033028], [9.77026, 4.03527]]}, &quot;bbox&quot;: [9.77026, 4.033028, 9.774333, 4.03527]}, {&quot;id&quot;: &quot;2842&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 516.0, &quot;att&quot;: 0.3437500000000001, &quot;style&quot;: {&quot;color&quot;: &quot;#2f6b8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774433, 4.033128], [9.77036, 4.0353699999999995]]}, &quot;bbox&quot;: [9.77036, 4.033128, 9.774433, 4.0353699999999995]}, {&quot;id&quot;: &quot;2878&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 0.31999999999999884, &quot;style&quot;: {&quot;color&quot;: &quot;#32648e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.725667, 4.028583]]}, &quot;bbox&quot;: [9.725667, 4.028583, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2914&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 0.31372549019607904, &quot;style&quot;: {&quot;color&quot;: &quot;#33638d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.725767, 4.028683]]}, &quot;bbox&quot;: [9.725767, 4.028683, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2950&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 0.20000000000000284, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699006, 4.040886]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699006, 4.040886]}, {&quot;id&quot;: &quot;2986&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 0.27777777777777823, &quot;style&quot;: {&quot;color&quot;: &quot;#375a8c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699106, 4.040986]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699106, 4.040986]}, {&quot;id&quot;: &quot;3022&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17810.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 610.0, &quot;att&quot;: 0.3333333333333322, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683883, 4.033886], [9.688056, 4.037472]]}, &quot;bbox&quot;: [9.683883, 4.033886, 9.688056, 4.037472]}, {&quot;id&quot;: &quot;3058&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18820.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 610.0, &quot;att&quot;: 0.29629629629629495, &quot;style&quot;: {&quot;color&quot;: &quot;#355e8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683983, 4.033986], [9.688156, 4.037572]]}, &quot;bbox&quot;: [9.683983, 4.033986, 9.688156, 4.037572]}, {&quot;id&quot;: &quot;3094&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 0.19607843137254924, &quot;style&quot;: {&quot;color&quot;: &quot;#414287&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.766222, 4.046556]]}, &quot;bbox&quot;: [9.766222, 4.029, 9.767833, 4.046556]}, {&quot;id&quot;: &quot;3130&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 0.11764705882352966, &quot;style&quot;: {&quot;color&quot;: &quot;#472a7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.766322, 4.046656]]}, &quot;bbox&quot;: [9.766322, 4.0291, 9.767933, 4.046656]}, {&quot;id&quot;: &quot;3166&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 433.0, &quot;att&quot;: 0.26923076923076744, &quot;style&quot;: {&quot;color&quot;: &quot;#39568c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706106, 4.040083], [9.703794, 4.036926]]}, &quot;bbox&quot;: [9.703794, 4.036926, 9.706106, 4.040083]}, {&quot;id&quot;: &quot;3202&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 433.0, &quot;att&quot;: 0.32142857142857123, &quot;style&quot;: {&quot;color&quot;: &quot;#32658e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706206, 4.040183], [9.703894, 4.037026]]}, &quot;bbox&quot;: [9.703894, 4.037026, 9.706206, 4.040183]}, {&quot;id&quot;: &quot;3238&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 0.465116279069767, &quot;style&quot;: {&quot;color&quot;: &quot;#23888e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.711917, 4.037722]]}, &quot;bbox&quot;: [9.711917, 4.037722, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;3274&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 0.43478260869565205, &quot;style&quot;: {&quot;color&quot;: &quot;#26818e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.712017, 4.037821999999999]]}, &quot;bbox&quot;: [9.712017, 4.037821999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;3310&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 928.0, &quot;att&quot;: 0.25862068965517254, &quot;style&quot;: {&quot;color&quot;: &quot;#3a548c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.741011, 4.038342]]}, &quot;bbox&quot;: [9.733028, 4.038342, 9.741011, 4.040819]}, {&quot;id&quot;: &quot;3346&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 928.0, &quot;att&quot;: 0.3396226415094336, &quot;style&quot;: {&quot;color&quot;: &quot;#30698e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.741111, 4.038442]]}, &quot;bbox&quot;: [9.733127999999999, 4.038442, 9.741111, 4.040919]}, {&quot;id&quot;: &quot;3382&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 441.0, &quot;att&quot;: 0.6428571428571433, &quot;style&quot;: {&quot;color&quot;: &quot;#2db27d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.70265, 4.03931]]}, &quot;bbox&quot;: [9.699006, 4.03931, 9.70265, 4.040886]}, {&quot;id&quot;: &quot;3418&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 441.0, &quot;att&quot;: 0.678571428571427, &quot;style&quot;: {&quot;color&quot;: &quot;#3aba76&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.70275, 4.03941]]}, &quot;bbox&quot;: [9.699106, 4.03941, 9.70275, 4.040986]}, {&quot;id&quot;: &quot;3454&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 697.0, &quot;att&quot;: 0.19999999999999957, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774, 4.042306], [9.7795, 4.039278]]}, &quot;bbox&quot;: [9.774, 4.039278, 9.7795, 4.042306]}, {&quot;id&quot;: &quot;3490&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 697.0, &quot;att&quot;: 0.15841584158415795, &quot;style&quot;: {&quot;color&quot;: &quot;#453781&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774099999999999, 4.042406], [9.7796, 4.039378]]}, &quot;bbox&quot;: [9.774099999999999, 4.039378, 9.7796, 4.042406]}, {&quot;id&quot;: &quot;3527&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041057N-9.688122E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 387.0, &quot;att&quot;: 0.5000000000000014, &quot;style&quot;: {&quot;color&quot;: &quot;#21918c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.689827, 4.040697]]}, &quot;bbox&quot;: [9.686417, 4.040697, 9.689827, 4.041417]}, {&quot;id&quot;: &quot;3563&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 975.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762056, 4.03875], [9.754583, 4.043386]]}, &quot;bbox&quot;: [9.754583, 4.03875, 9.762056, 4.043386]}, {&quot;id&quot;: &quot;3599&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 975.0, &quot;att&quot;: 0.18604651162790645, &quot;style&quot;: {&quot;color&quot;: &quot;#423f85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762156, 4.03885], [9.754683, 4.043486]]}, &quot;bbox&quot;: [9.754683, 4.03885, 9.762156, 4.043486]}, {&quot;id&quot;: &quot;3635&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.2580645161290312, &quot;style&quot;: {&quot;color&quot;: &quot;#3a548c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.728389, 4.041694]]}, &quot;bbox&quot;: [9.728389, 4.040819, 9.733028, 4.041694]}, {&quot;id&quot;: &quot;3671&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.022779043280182234, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.728489, 4.041793999999999]]}, &quot;bbox&quot;: [9.728489, 4.040919, 9.733127999999999, 4.041793999999999]}, {&quot;id&quot;: &quot;3707&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 0.1551724137931043, &quot;style&quot;: {&quot;color&quot;: &quot;#453581&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.779361, 4.053694]]}, &quot;bbox&quot;: [9.767833, 4.029, 9.779361, 4.053694]}, {&quot;id&quot;: &quot;3743&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 0.18333333333333357, &quot;style&quot;: {&quot;color&quot;: &quot;#433e85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.779461, 4.053794]]}, &quot;bbox&quot;: [9.767933, 4.0291, 9.779461, 4.053794]}, {&quot;id&quot;: &quot;3779&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 0.15909090909090817, &quot;style&quot;: {&quot;color&quot;: &quot;#453781&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.747639, 4.043778]]}, &quot;bbox&quot;: [9.733028, 4.040819, 9.747639, 4.043778]}, {&quot;id&quot;: &quot;3815&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 0.18032786885245825, &quot;style&quot;: {&quot;color&quot;: &quot;#433e85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.747739, 4.043877999999999]]}, &quot;bbox&quot;: [9.733127999999999, 4.040919, 9.747739, 4.043877999999999]}, {&quot;id&quot;: &quot;3851&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 0.1702127659574476, &quot;style&quot;: {&quot;color&quot;: &quot;#443a83&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702978, 4.056559], [9.73025, 4.028444]]}, &quot;bbox&quot;: [9.702978, 4.028444, 9.73025, 4.056559]}, {&quot;id&quot;: &quot;3887&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 0.22727272727272735, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4c8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703078, 4.056659], [9.73035, 4.028544]]}, &quot;bbox&quot;: [9.703078, 4.028544, 9.73035, 4.056659]}, {&quot;id&quot;: &quot;3923&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.31578947368421034, &quot;style&quot;: {&quot;color&quot;: &quot;#33638d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.69725, 4.04425]]}, &quot;bbox&quot;: [9.69725, 4.040886, 9.699006, 4.04425]}, {&quot;id&quot;: &quot;3959&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.31818181818181906, &quot;style&quot;: {&quot;color&quot;: &quot;#32648e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.69735, 4.04435]]}, &quot;bbox&quot;: [9.69735, 4.040986, 9.699106, 4.04435]}, {&quot;id&quot;: &quot;3995&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 431.0, &quot;att&quot;: 0.27027027027027006, &quot;style&quot;: {&quot;color&quot;: &quot;#38588c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704083, 4.04244], [9.707889, 4.043194]]}, &quot;bbox&quot;: [9.704083, 4.04244, 9.707889, 4.043194]}, {&quot;id&quot;: &quot;4031&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 431.0, &quot;att&quot;: 0.23684210526315724, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4e8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704183, 4.04254], [9.707989, 4.0432939999999995]]}, &quot;bbox&quot;: [9.704183, 4.04254, 9.707989, 4.0432939999999995]}, {&quot;id&quot;: &quot;4069&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043833N-9.687306E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 570.0, &quot;att&quot;: 0.40000000000000097, &quot;style&quot;: {&quot;color&quot;: &quot;#2a788e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.688194, 4.04625]]}, &quot;bbox&quot;: [9.686417, 4.041417, 9.688194, 4.04625]}, {&quot;id&quot;: &quot;4105&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 810.0, &quot;att&quot;: 0.3461538461538454, &quot;style&quot;: {&quot;color&quot;: &quot;#2f6b8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707889, 4.043194], [9.700739, 4.044661]]}, &quot;bbox&quot;: [9.700739, 4.043194, 9.707889, 4.044661]}, {&quot;id&quot;: &quot;4141&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 810.0, &quot;att&quot;: 0.31999999999999884, &quot;style&quot;: {&quot;color&quot;: &quot;#32648e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707989, 4.0432939999999995], [9.700839, 4.044760999999999]]}, &quot;bbox&quot;: [9.700839, 4.0432939999999995, 9.707989, 4.044760999999999]}, {&quot;id&quot;: &quot;4177&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 706.0, &quot;att&quot;: 0.16666666666666619, &quot;style&quot;: {&quot;color&quot;: &quot;#443983&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728389, 4.041694], [9.72575, 4.0475]]}, &quot;bbox&quot;: [9.72575, 4.041694, 9.728389, 4.0475]}, {&quot;id&quot;: &quot;4213&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 706.0, &quot;att&quot;: 0.15909090909090817, &quot;style&quot;: {&quot;color&quot;: &quot;#453781&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728489, 4.041793999999999], [9.72585, 4.0476]]}, &quot;bbox&quot;: [9.72585, 4.041793999999999, 9.728489, 4.0476]}, {&quot;id&quot;: &quot;4249&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 0.15384615384615427, &quot;style&quot;: {&quot;color&quot;: &quot;#453581&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.699006, 4.040886, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4285&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 0.31999999999999884, &quot;style&quot;: {&quot;color&quot;: &quot;#32648e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.699106, 4.040986, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4321&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14487.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 611.0, &quot;att&quot;: 0.37931034482758597, &quot;style&quot;: {&quot;color&quot;: &quot;#2c738e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71598, 4.04642], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.71598, 4.04642, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4357&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14977.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 611.0, &quot;att&quot;: 0.14814814814814747, &quot;style&quot;: {&quot;color&quot;: &quot;#46337f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71608, 4.04652], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.71608, 4.04652, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4393&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048013N-9.705195E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 822.0, &quot;att&quot;: 0.5090909090909086, &quot;style&quot;: {&quot;color&quot;: &quot;#20928c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703528, 4.044694], [9.706861, 4.051333]]}, &quot;bbox&quot;: [9.703528, 4.044694, 9.706861, 4.051333]}, {&quot;id&quot;: &quot;4429&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 317.0, &quot;att&quot;: 1.061032863849765, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698333, 4.049556], [9.698917, 4.04675]]}, &quot;bbox&quot;: [9.698333, 4.04675, 9.698917, 4.049556]}, {&quot;id&quot;: &quot;4465&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 317.0, &quot;att&quot;: 0.4583333333333342, &quot;style&quot;: {&quot;color&quot;: &quot;#24868e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698433, 4.049656], [9.699017, 4.04685]]}, &quot;bbox&quot;: [9.698433, 4.04685, 9.699017, 4.049656]}, {&quot;id&quot;: &quot;4501&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 564.0, &quot;att&quot;: 0.08333333333333431, &quot;style&quot;: {&quot;color&quot;: &quot;#481f70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706861, 4.051333], [9.708472, 4.0465]]}, &quot;bbox&quot;: [9.706861, 4.0465, 9.708472, 4.051333]}, {&quot;id&quot;: &quot;4537&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 564.0, &quot;att&quot;: 0.4347826086956527, &quot;style&quot;: {&quot;color&quot;: &quot;#26818e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706961, 4.051432999999999], [9.708572, 4.0466]]}, &quot;bbox&quot;: [9.706961, 4.0466, 9.708572, 4.051432999999999]}, {&quot;id&quot;: &quot;4573&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 596.0, &quot;att&quot;: 0.22580645161290228, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4a89&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.771911, 4.050192], [9.777253, 4.049658]]}, &quot;bbox&quot;: [9.771911, 4.049658, 9.777253, 4.050192]}, {&quot;id&quot;: &quot;4609&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 596.0, &quot;att&quot;: 0.12500000000000167, &quot;style&quot;: {&quot;color&quot;: &quot;#472d7b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.772011, 4.050292], [9.777353, 4.049758]]}, &quot;bbox&quot;: [9.772011, 4.049758, 9.777353, 4.050292]}, {&quot;id&quot;: &quot;4645&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050150N-9.740475E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 454.0, &quot;att&quot;: 0.19354838709677458, &quot;style&quot;: {&quot;color&quot;: &quot;#424186&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741306, 4.052028], [9.739644, 4.048272]]}, &quot;bbox&quot;: [9.739644, 4.048272, 9.741306, 4.052028]}, {&quot;id&quot;: &quot;4681&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 522.0, &quot;att&quot;: 0.5576923076923072, &quot;style&quot;: {&quot;color&quot;: &quot;#1f9e89&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702389, 4.052444], [9.704556, 4.04825]]}, &quot;bbox&quot;: [9.702389, 4.04825, 9.704556, 4.052444]}, {&quot;id&quot;: &quot;4717&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 522.0, &quot;att&quot;: 0.6200000000000003, &quot;style&quot;: {&quot;color&quot;: &quot;#26ad81&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702489, 4.052544], [9.704656, 4.04835]]}, &quot;bbox&quot;: [9.702489, 4.04835, 9.704656, 4.052544]}, {&quot;id&quot;: &quot;4753&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 956.0, &quot;att&quot;: 5.270833333333336, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.756833, 4.047389]]}, &quot;bbox&quot;: [9.750917, 4.047389, 9.756833, 4.053667]}, {&quot;id&quot;: &quot;4789&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 956.0, &quot;att&quot;: 0.04000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.756933, 4.047489]]}, &quot;bbox&quot;: [9.751017, 4.047489, 9.756933, 4.053767]}, {&quot;id&quot;: &quot;4825&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 0.17142857142857185, &quot;style&quot;: {&quot;color&quot;: &quot;#443a83&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779361, 4.053694], [9.797806, 4.050472]]}, &quot;bbox&quot;: [9.779361, 4.050472, 9.797806, 4.053694]}, {&quot;id&quot;: &quot;4861&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 0.2063492063492069, &quot;style&quot;: {&quot;color&quot;: &quot;#404588&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779461, 4.053794], [9.797906, 4.050572]]}, &quot;bbox&quot;: [9.779461, 4.050572, 9.797906, 4.053794]}, {&quot;id&quot;: &quot;4897&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8363.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 0.16666666666666863, &quot;style&quot;: {&quot;color&quot;: &quot;#443983&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.775889, 4.05525]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.775889, 4.05525]}, {&quot;id&quot;: &quot;4933&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8482.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 0.31999999999999884, &quot;style&quot;: {&quot;color&quot;: &quot;#32648e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.775989, 4.05535]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.775989, 4.05535]}, {&quot;id&quot;: &quot;4969&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.009708737864077808, &quot;style&quot;: {&quot;color&quot;: &quot;#450457&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.754444, 4.058167]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.754444, 4.058167]}, {&quot;id&quot;: &quot;5005&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.006864988558352338, &quot;style&quot;: {&quot;color&quot;: &quot;#440256&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.754544, 4.058267]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.754544, 4.058267]}, {&quot;id&quot;: &quot;5041&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 546.0, &quot;att&quot;: 0.15909090909090817, &quot;style&quot;: {&quot;color&quot;: &quot;#453781&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.767556, 4.053639]]}, &quot;bbox&quot;: [9.767556, 4.053639, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5077&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 546.0, &quot;att&quot;: 0.08823529411764816, &quot;style&quot;: {&quot;color&quot;: &quot;#482071&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.767656, 4.053739]]}, &quot;bbox&quot;: [9.767656, 4.053739, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5113&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 879.0, &quot;att&quot;: 0.7499999999999993, &quot;style&quot;: {&quot;color&quot;: &quot;#5cc863&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738694, 4.058056], [9.745611, 4.054186]]}, &quot;bbox&quot;: [9.738694, 4.054186, 9.745611, 4.058056]}, {&quot;id&quot;: &quot;5149&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 879.0, &quot;att&quot;: 0.7500000000000009, &quot;style&quot;: {&quot;color&quot;: &quot;#5ec962&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738794, 4.058155999999999], [9.745711, 4.054285999999999]]}, &quot;bbox&quot;: [9.738794, 4.054285999999999, 9.745711, 4.058155999999999]}, {&quot;id&quot;: &quot;5185&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 10.923076923076925, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.743528, 4.059611]]}, &quot;bbox&quot;: [9.743528, 4.053667, 9.750917, 4.059611]}, {&quot;id&quot;: &quot;5221&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 0.18750000000000028, &quot;style&quot;: {&quot;color&quot;: &quot;#424086&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.743628, 4.059711]]}, &quot;bbox&quot;: [9.743628, 4.053767, 9.751017, 4.059711]}, {&quot;id&quot;: &quot;5257&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.19354838709677458, &quot;style&quot;: {&quot;color&quot;: &quot;#424186&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726194, 4.060028], [9.750917, 4.053667]]}, &quot;bbox&quot;: [9.726194, 4.053667, 9.750917, 4.060028]}, {&quot;id&quot;: &quot;5293&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.22857142857142979, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4c8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726294, 4.060128], [9.751017, 4.053767]]}, &quot;bbox&quot;: [9.726294, 4.053767, 9.751017, 4.060128]}, {&quot;id&quot;: &quot;5329&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.125, &quot;style&quot;: {&quot;color&quot;: &quot;#472d7b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726393999999999, 4.060228], [9.751116999999999, 4.053867]]}, &quot;bbox&quot;: [9.726393999999999, 4.053867, 9.751116999999999, 4.060228]}, {&quot;id&quot;: &quot;5365&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.13888888888888884, &quot;style&quot;: {&quot;color&quot;: &quot;#46307e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726493999999999, 4.060328], [9.751216999999999, 4.053967]]}, &quot;bbox&quot;: [9.726493999999999, 4.053967, 9.751216999999999, 4.060328]}, {&quot;id&quot;: &quot;5401&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_0&quot;, &quot;frequency&quot;: 12793.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.1428571428571425, &quot;style&quot;: {&quot;color&quot;: &quot;#46327e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726594, 4.060428], [9.751317, 4.054067]]}, &quot;bbox&quot;: [9.726594, 4.054067, 9.751317, 4.060428]}, {&quot;id&quot;: &quot;5437&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_1&quot;, &quot;frequency&quot;: 13059.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.15789473684210545, &quot;style&quot;: {&quot;color&quot;: &quot;#453781&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726694, 4.060528], [9.751417, 4.054167]]}, &quot;bbox&quot;: [9.726694, 4.054167, 9.751417, 4.060528]}, {&quot;id&quot;: &quot;5473&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 0.44444444444444464, &quot;style&quot;: {&quot;color&quot;: &quot;#26828e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.734028, 4.06025]]}, &quot;bbox&quot;: [9.734028, 4.053667, 9.750917, 4.06025]}, {&quot;id&quot;: &quot;5509&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 0.33333333333333387, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.734128, 4.06035]]}, &quot;bbox&quot;: [9.734128, 4.053767, 9.751017, 4.06035]}, {&quot;id&quot;: &quot;5545&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 630.0, &quot;att&quot;: 0.4594594594594599, &quot;style&quot;: {&quot;color&quot;: &quot;#24868e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.763167, 4.056417]]}, &quot;bbox&quot;: [9.763167, 4.056417, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5581&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 630.0, &quot;att&quot;: 0.39130434782608775, &quot;style&quot;: {&quot;color&quot;: &quot;#2a768e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.763266999999999, 4.0565169999999995]]}, &quot;bbox&quot;: [9.763266999999999, 4.0565169999999995, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5617&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 0.0967741935483874, &quot;style&quot;: {&quot;color&quot;: &quot;#482374&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.786861, 4.062806]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.786861, 4.062806]}, {&quot;id&quot;: &quot;5653&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 0.1714285714285698, &quot;style&quot;: {&quot;color&quot;: &quot;#443a83&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.786961, 4.062906]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.786961, 4.062906]}, {&quot;id&quot;: &quot;5689&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 0.3913043478260875, &quot;style&quot;: {&quot;color&quot;: &quot;#2a768e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.720853, 4.053242]]}, &quot;bbox&quot;: [9.714664, 4.053242, 9.720853, 4.06425]}, {&quot;id&quot;: &quot;5725&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 0.3333333333333386, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.720953, 4.053342]]}, &quot;bbox&quot;: [9.714764, 4.053342, 9.720953, 4.06435]}, {&quot;id&quot;: &quot;5761&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 0.2641509433962263, &quot;style&quot;: {&quot;color&quot;: &quot;#39558c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.75311, 4.064069]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.75311, 4.064069]}, {&quot;id&quot;: &quot;5797&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 0.7192982456140347, &quot;style&quot;: {&quot;color&quot;: &quot;#4ec36b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.75321, 4.064169]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.75321, 4.064169]}, {&quot;id&quot;: &quot;5833&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.062499999999999445, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.767778, 4.064361]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.767778, 4.064361]}, {&quot;id&quot;: &quot;5869&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.19354838709677458, &quot;style&quot;: {&quot;color&quot;: &quot;#424186&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.767878, 4.064461]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.767878, 4.064461]}, {&quot;id&quot;: &quot;5905&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 796.0, &quot;att&quot;: 0.4166666666666669, &quot;style&quot;: {&quot;color&quot;: &quot;#287c8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708444, 4.060333], [9.715412, 4.058638]]}, &quot;bbox&quot;: [9.708444, 4.058638, 9.715412, 4.060333]}, {&quot;id&quot;: &quot;5941&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 796.0, &quot;att&quot;: 0.4347826086956527, &quot;style&quot;: {&quot;color&quot;: &quot;#26818e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708544, 4.060433], [9.715512, 4.058738]]}, &quot;bbox&quot;: [9.708544, 4.058738, 9.715512, 4.060433]}, {&quot;id&quot;: &quot;5977&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 0.18518518518518498, &quot;style&quot;: {&quot;color&quot;: &quot;#423f85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.759558, 4.066322]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.759558, 4.066322]}, {&quot;id&quot;: &quot;6013&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 0.2307692307692312, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4d8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.759658, 4.066422]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.759658, 4.066422]}, {&quot;id&quot;: &quot;6049&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 0.2500000000000006, &quot;style&quot;: {&quot;color&quot;: &quot;#3b528b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.777639, 4.063131]]}, &quot;bbox&quot;: [9.768444, 4.0585, 9.777639, 4.063131]}, {&quot;id&quot;: &quot;6085&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 0.2222222222222231, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4989&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.777739, 4.063231]]}, &quot;bbox&quot;: [9.768544, 4.0586, 9.777739, 4.063231]}, {&quot;id&quot;: &quot;6121&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 498.0, &quot;att&quot;: 0.1568627450980386, &quot;style&quot;: {&quot;color&quot;: &quot;#453781&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743528, 4.059611], [9.74569, 4.06356]]}, &quot;bbox&quot;: [9.743528, 4.059611, 9.74569, 4.06356]}, {&quot;id&quot;: &quot;6157&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 498.0, &quot;att&quot;: 0.22222222222222046, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4989&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743628, 4.059711], [9.74579, 4.06366]]}, &quot;bbox&quot;: [9.743628, 4.059711, 9.74579, 4.06366]}, {&quot;id&quot;: &quot;6193&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 741.0, &quot;att&quot;: 0.20833333333333345, &quot;style&quot;: {&quot;color&quot;: &quot;#404688&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704333, 4.059583], [9.706333, 4.065972]]}, &quot;bbox&quot;: [9.704333, 4.059583, 9.706333, 4.065972]}, {&quot;id&quot;: &quot;6229&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 741.0, &quot;att&quot;: 0.23809523809523794, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4e8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704433, 4.059683], [9.706433, 4.066072]]}, &quot;bbox&quot;: [9.704433, 4.059683, 9.706433, 4.066072]}, {&quot;id&quot;: &quot;6265&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 603.0, &quot;att&quot;: 0.21212121212121102, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4788&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.719389, 4.061556]]}, &quot;bbox&quot;: [9.714664, 4.061556, 9.719389, 4.06425]}, {&quot;id&quot;: &quot;6301&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 603.0, &quot;att&quot;: 0.16129032258064507, &quot;style&quot;: {&quot;color&quot;: &quot;#453882&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.719489, 4.061656]]}, &quot;bbox&quot;: [9.714764, 4.061656, 9.719489, 4.06435]}, {&quot;id&quot;: &quot;6337&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 669.0, &quot;att&quot;: 0.1071428571428585, &quot;style&quot;: {&quot;color&quot;: &quot;#482677&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759558, 4.066322], [9.76425, 4.062528]]}, &quot;bbox&quot;: [9.759558, 4.062528, 9.76425, 4.066322]}, {&quot;id&quot;: &quot;6373&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 669.0, &quot;att&quot;: 0.20833333333333284, &quot;style&quot;: {&quot;color&quot;: &quot;#404688&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759658, 4.066422], [9.76435, 4.062628]]}, &quot;bbox&quot;: [9.759658, 4.062628, 9.76435, 4.066422]}, {&quot;id&quot;: &quot;6409&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 451.0, &quot;att&quot;: 0.3684210526315807, &quot;style&quot;: {&quot;color&quot;: &quot;#2d718e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710083, 4.063917], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.710083, 4.063917, 9.71287, 4.06688]}, {&quot;id&quot;: &quot;6445&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 451.0, &quot;att&quot;: 0.3333333333333333, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710182999999999, 4.064017], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.710182999999999, 4.064017, 9.71297, 4.06698]}, {&quot;id&quot;: &quot;6481&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 924.0, &quot;att&quot;: 0.25714285714285673, &quot;style&quot;: {&quot;color&quot;: &quot;#3a538b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79152, 4.065848], [9.799722, 4.06725]]}, &quot;bbox&quot;: [9.79152, 4.065848, 9.799722, 4.06725]}, {&quot;id&quot;: &quot;6517&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 924.0, &quot;att&quot;: 0.23333333333333428, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4d8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79162, 4.065948], [9.799821999999999, 4.067349999999999]]}, &quot;bbox&quot;: [9.79162, 4.065948, 9.799821999999999, 4.067349999999999]}, {&quot;id&quot;: &quot;6553&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.2500000000000007, &quot;style&quot;: {&quot;color&quot;: &quot;#3b528b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.72547, 4.07139]}, {&quot;id&quot;: &quot;6589&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.28124999999999994, &quot;style&quot;: {&quot;color&quot;: &quot;#375a8c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.72557, 4.07149]}, {&quot;id&quot;: &quot;6625&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 932.0, &quot;att&quot;: 9.288888888888888, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.722972, 4.065667], [9.729139, 4.071389]]}, &quot;bbox&quot;: [9.722972, 4.065667, 9.729139, 4.071389]}, {&quot;id&quot;: &quot;6661&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 932.0, &quot;att&quot;: 0.3555555555555543, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6e8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.723072, 4.065767], [9.729239, 4.071489]]}, &quot;bbox&quot;: [9.723072, 4.065767, 9.729239, 4.071489]}, {&quot;id&quot;: &quot;6697&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 535.0, &quot;att&quot;: 0.3428571428571437, &quot;style&quot;: {&quot;color&quot;: &quot;#306a8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714869, 4.071278], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.71287, 4.06688, 9.714869, 4.071278]}, {&quot;id&quot;: &quot;6733&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 535.0, &quot;att&quot;: 0.3333333333333333, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714969, 4.071378], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.71297, 4.06698, 9.714969, 4.071378]}, {&quot;id&quot;: &quot;6769&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 407.0, &quot;att&quot;: 0.2758620689655182, &quot;style&quot;: {&quot;color&quot;: &quot;#38598c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729139, 4.071389], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.72547, 4.071389, 9.729139, 4.07139]}, {&quot;id&quot;: &quot;6805&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 407.0, &quot;att&quot;: 0.24137931034482624, &quot;style&quot;: {&quot;color&quot;: &quot;#3c4f8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729239, 4.071489], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.72557, 4.071489, 9.729239, 4.07149]}, {&quot;id&quot;: &quot;6841&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 731.0, &quot;att&quot;: 0.8700000000000003, &quot;style&quot;: {&quot;color&quot;: &quot;#a8db34&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736111, 4.072222], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.736111, 4.072222, 9.742681, 4.072661]}, {&quot;id&quot;: &quot;6877&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 731.0, &quot;att&quot;: 0.30769230769230915, &quot;style&quot;: {&quot;color&quot;: &quot;#34618d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736210999999999, 4.072322], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.736210999999999, 4.072322, 9.742780999999999, 4.072761]}, {&quot;id&quot;: &quot;6913&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 561.0, &quot;att&quot;: 0.21739130434782636, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4889&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76925, 4.071639], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.76925, 4.071639, 9.774, 4.073367]}, {&quot;id&quot;: &quot;6949&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 561.0, &quot;att&quot;: 0.2307692307692312, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4d8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76935, 4.071739], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.76935, 4.071739, 9.774099999999999, 4.073467]}, {&quot;id&quot;: &quot;6985&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 0.25, &quot;style&quot;: {&quot;color&quot;: &quot;#3b528b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.721058, 4.084075]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.721058, 4.084075]}, {&quot;id&quot;: &quot;7021&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 0.28000000000000114, &quot;style&quot;: {&quot;color&quot;: &quot;#375a8c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.721157999999999, 4.084175]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.721157999999999, 4.084175]}, {&quot;id&quot;: &quot;7057&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 0.20000000000000048, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.761667, 4.074778]}, {&quot;id&quot;: &quot;7093&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 0.07692307692307797, &quot;style&quot;: {&quot;color&quot;: &quot;#481c6e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.761766999999999, 4.074878]}, {&quot;id&quot;: &quot;7129&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.29411764705882304, &quot;style&quot;: {&quot;color&quot;: &quot;#355e8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719639, 4.070306], [9.719417, 4.079889]]}, &quot;bbox&quot;: [9.719417, 4.070306, 9.719639, 4.079889]}, {&quot;id&quot;: &quot;7165&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.15999999999999942, &quot;style&quot;: {&quot;color&quot;: &quot;#453781&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719739, 4.070406], [9.719517, 4.079988999999999]]}, &quot;bbox&quot;: [9.719517, 4.070406, 9.719739, 4.079988999999999]}, {&quot;id&quot;: &quot;7201&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 0.20000000000000048, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.781778, 4.069972]]}, &quot;bbox&quot;: [9.781778, 4.069972, 9.786083, 4.0817]}, {&quot;id&quot;: &quot;7237&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 0.20833333333333345, &quot;style&quot;: {&quot;color&quot;: &quot;#404688&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.781877999999999, 4.070072]]}, &quot;bbox&quot;: [9.781877999999999, 4.070072, 9.786183, 4.081799999999999]}, {&quot;id&quot;: &quot;7273&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.07142857142857083, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.75645, 4.07833]]}, &quot;bbox&quot;: [9.75645, 4.074778, 9.761667, 4.07833]}, {&quot;id&quot;: &quot;7309&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.006279434850863511, &quot;style&quot;: {&quot;color&quot;: &quot;#440256&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.756549999999999, 4.07843]]}, &quot;bbox&quot;: [9.756549999999999, 4.074878, 9.761766999999999, 4.07843]}, {&quot;id&quot;: &quot;7345&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 480.0, &quot;att&quot;: 0.5454545454545461, &quot;style&quot;: {&quot;color&quot;: &quot;#1e9b8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719417, 4.079889], [9.721778, 4.07625]]}, &quot;bbox&quot;: [9.719417, 4.07625, 9.721778, 4.079889]}, {&quot;id&quot;: &quot;7381&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 480.0, &quot;att&quot;: 0.7599999999999995, &quot;style&quot;: {&quot;color&quot;: &quot;#63cb5f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719517, 4.079988999999999], [9.721878, 4.07635]]}, &quot;bbox&quot;: [9.719517, 4.07635, 9.721878, 4.079988999999999]}, {&quot;id&quot;: &quot;7417&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 0.28000000000000114, &quot;style&quot;: {&quot;color&quot;: &quot;#375a8c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756825, 4.081867], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.756825, 4.081867]}, {&quot;id&quot;: &quot;7453&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 0.1923076923076922, &quot;style&quot;: {&quot;color&quot;: &quot;#424186&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756924999999999, 4.081967], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.756924999999999, 4.081967]}, {&quot;id&quot;: &quot;7489&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 0.4285714285714275, &quot;style&quot;: {&quot;color&quot;: &quot;#277f8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.801611, 4.076722]]}, &quot;bbox&quot;: [9.786083, 4.076722, 9.801611, 4.0817]}, {&quot;id&quot;: &quot;7525&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 0.35999999999999943, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6f8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.801711, 4.076822]]}, &quot;bbox&quot;: [9.786183, 4.076822, 9.801711, 4.081799999999999]}, {&quot;id&quot;: &quot;7561&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 0.2580645161290312, &quot;style&quot;: {&quot;color&quot;: &quot;#3a548c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.742681, 4.072661, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;7597&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 0.1111111111111109, &quot;style&quot;: {&quot;color&quot;: &quot;#482878&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.742780999999999, 4.072761, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;7633&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 0.04347826086956576, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.752944, 4.073367, 9.774, 4.085936]}, {&quot;id&quot;: &quot;7669&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.753044, 4.073467, 9.774099999999999, 4.086036]}, {&quot;id&quot;: &quot;7705&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080070N-9.789737E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18848.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 888.0, &quot;att&quot;: 0.8333333333333413, &quot;style&quot;: {&quot;color&quot;: &quot;#90d743&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.79339, 4.07844]]}, &quot;bbox&quot;: [9.786083, 4.07844, 9.79339, 4.0817]}, {&quot;id&quot;: &quot;7741&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 0.4375000000000014, &quot;style&quot;: {&quot;color&quot;: &quot;#26828e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.753278, 4.074861]]}, &quot;bbox&quot;: [9.752944, 4.074861, 9.753278, 4.085936]}, {&quot;id&quot;: &quot;7777&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 0.227272727272727, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4c8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.753378, 4.074961]]}, &quot;bbox&quot;: [9.753044, 4.074961, 9.753378, 4.086036]}, {&quot;id&quot;: &quot;7813&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 968.0, &quot;att&quot;: 0.3571428571428575, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6e8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765535, 4.081441], [9.756825, 4.081867]]}, &quot;bbox&quot;: [9.756825, 4.081441, 9.765535, 4.081867]}, {&quot;id&quot;: &quot;7849&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 968.0, &quot;att&quot;: 0.25, &quot;style&quot;: {&quot;color&quot;: &quot;#3b528b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765635, 4.081541], [9.756924999999999, 4.081967]]}, &quot;bbox&quot;: [9.756924999999999, 4.081541, 9.765635, 4.081967]}, {&quot;id&quot;: &quot;7885&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 0.2173913043478257, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4889&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.7949, 4.08393]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.7949, 4.08393]}, {&quot;id&quot;: &quot;7921&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 0.17391304347826048, &quot;style&quot;: {&quot;color&quot;: &quot;#443b84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.795, 4.084029999999999]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.795, 4.084029999999999]}, {&quot;id&quot;: &quot;7957&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 895.0, &quot;att&quot;: 0.25581395348837094, &quot;style&quot;: {&quot;color&quot;: &quot;#3a538b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.77848, 4.08438]]}, &quot;bbox&quot;: [9.77848, 4.0817, 9.786083, 4.08438]}, {&quot;id&quot;: &quot;7993&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 895.0, &quot;att&quot;: 0.2592592592592581, &quot;style&quot;: {&quot;color&quot;: &quot;#3a548c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.77858, 4.08448]]}, &quot;bbox&quot;: [9.77858, 4.081799999999999, 9.786183, 4.08448]}, {&quot;id&quot;: &quot;8029&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 0.36363636363636187, &quot;style&quot;: {&quot;color&quot;: &quot;#2d708e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.751769, 4.093194]]}, &quot;bbox&quot;: [9.751769, 4.074778, 9.761667, 4.093194]}, {&quot;id&quot;: &quot;8065&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 0.13888888888888884, &quot;style&quot;: {&quot;color&quot;: &quot;#46307e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.751869, 4.093294]]}, &quot;bbox&quot;: [9.751869, 4.074878, 9.761766999999999, 4.093294]}, {&quot;id&quot;: &quot;8101&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 0.2352941176470576, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4e8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.728889, 4.083056]]}, &quot;bbox&quot;: [9.728889, 4.083056, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8137&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 0.3888888888888871, &quot;style&quot;: {&quot;color&quot;: &quot;#2b758e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.728989, 4.083156]]}, &quot;bbox&quot;: [9.728989, 4.083156, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8173&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 0.7083333333333319, &quot;style&quot;: {&quot;color&quot;: &quot;#48c16e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.738306, 4.083528]]}, &quot;bbox&quot;: [9.738306, 4.083528, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8209&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 0.6923076923076936, &quot;style&quot;: {&quot;color&quot;: &quot;#40bd72&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.738406, 4.083628]]}, &quot;bbox&quot;: [9.738406, 4.083628, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8245&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 947.0, &quot;att&quot;: 0.23809523809523794, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4e8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.783583, 4.089889]]}, &quot;bbox&quot;: [9.783583, 4.0817, 9.786083, 4.089889]}, {&quot;id&quot;: &quot;8281&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 947.0, &quot;att&quot;: 0.2105263157894731, &quot;style&quot;: {&quot;color&quot;: &quot;#404688&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.783683, 4.089989]]}, &quot;bbox&quot;: [9.783683, 4.081799999999999, 9.786183, 4.089989]}, {&quot;id&quot;: &quot;8317&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 0.6153846153846145, &quot;style&quot;: {&quot;color&quot;: &quot;#25ac82&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.743333, 4.074778, 9.761667, 4.097333]}, {&quot;id&quot;: &quot;8353&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 0.5, &quot;style&quot;: {&quot;color&quot;: &quot;#21918c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.743433, 4.074878, 9.761766999999999, 4.097433]}, {&quot;id&quot;: &quot;8389&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 0.6969696969696967, &quot;style&quot;: {&quot;color&quot;: &quot;#42be71&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.76601, 4.08663]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.76601, 4.08663]}, {&quot;id&quot;: &quot;8425&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 0.9069767441860485, &quot;style&quot;: {&quot;color&quot;: &quot;#c2df23&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.76611, 4.08673]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.76611, 4.08673]}, {&quot;id&quot;: &quot;8461&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 0.18181818181818202, &quot;style&quot;: {&quot;color&quot;: &quot;#433e85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.808667, 4.091389]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.808667, 4.091389]}, {&quot;id&quot;: &quot;8497&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 0.1785714285714283, &quot;style&quot;: {&quot;color&quot;: &quot;#433d84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.808767, 4.091489]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.808767, 4.091489]}, {&quot;id&quot;: &quot;8533&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 830.0, &quot;att&quot;: 0.19148936170212724, &quot;style&quot;: {&quot;color&quot;: &quot;#424186&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.758611, 4.090833]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.758611, 4.090833]}, {&quot;id&quot;: &quot;8569&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 830.0, &quot;att&quot;: 0.23999999999999916, &quot;style&quot;: {&quot;color&quot;: &quot;#3c4f8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.758711, 4.090933]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.758711, 4.090933]}, {&quot;id&quot;: &quot;8605&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 555.0, &quot;att&quot;: 0.3125000000000011, &quot;style&quot;: {&quot;color&quot;: &quot;#33638d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73381, 4.08679], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.73381, 4.08679, 9.736042, 4.091278]}, {&quot;id&quot;: &quot;8641&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 555.0, &quot;att&quot;: 0.48000000000000115, &quot;style&quot;: {&quot;color&quot;: &quot;#228b8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73391, 4.0868899999999995], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.73391, 4.0868899999999995, 9.736142, 4.091378]}, {&quot;id&quot;: &quot;8677&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 0.05000000000000426, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.744, 4.104861]]}, &quot;bbox&quot;: [9.744, 4.074778, 9.761667, 4.104861]}, {&quot;id&quot;: &quot;8713&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 0.1142857142857159, &quot;style&quot;: {&quot;color&quot;: &quot;#482979&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.7441, 4.104960999999999]]}, &quot;bbox&quot;: [9.7441, 4.074878, 9.761766999999999, 4.104960999999999]}, {&quot;id&quot;: &quot;8749&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 889.0, &quot;att&quot;: 0.07142857142857252, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76601, 4.08663], [9.764367, 4.0945]]}, &quot;bbox&quot;: [9.764367, 4.08663, 9.76601, 4.0945]}, {&quot;id&quot;: &quot;8785&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 889.0, &quot;att&quot;: 0.05882352941176569, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76611, 4.08673], [9.764467, 4.0946]]}, &quot;bbox&quot;: [9.764467, 4.08673, 9.76611, 4.0946]}, {&quot;id&quot;: &quot;8821&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 736.0, &quot;att&quot;: 0.46666666666666856, &quot;style&quot;: {&quot;color&quot;: &quot;#23888e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729444, 4.091944], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.729444, 4.091278, 9.736042, 4.091944]}, {&quot;id&quot;: &quot;8857&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 736.0, &quot;att&quot;: 0.31818181818181906, &quot;style&quot;: {&quot;color&quot;: &quot;#32648e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729544, 4.092044], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.729544, 4.091378, 9.736142, 4.092044]}, {&quot;id&quot;: &quot;8893&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 419.0, &quot;att&quot;: 0.30769230769230915, &quot;style&quot;: {&quot;color&quot;: &quot;#34618d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74168, 4.09393], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.74168, 4.09393, 9.743333, 4.097333]}, {&quot;id&quot;: &quot;8929&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 419.0, &quot;att&quot;: 0.26086956521739224, &quot;style&quot;: {&quot;color&quot;: &quot;#3a548c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:35:00&quot;, &quot;2019-07-18T02:35:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74178, 4.09403], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.74178, 4.09403, 9.743433, 4.097433]}, {&quot;id&quot;: &quot;35&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 0.44444444444444503, &quot;style&quot;: {&quot;color&quot;: &quot;#26828e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.791866, 3.97665]]}, &quot;bbox&quot;: [9.787167, 3.97665, 9.791866, 3.992722]}, {&quot;id&quot;: &quot;71&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1852.0, &quot;att&quot;: 0.3571428571428575, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6e8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.791966, 3.97675]]}, &quot;bbox&quot;: [9.787267, 3.97675, 9.791966, 3.9928220000000003]}, {&quot;id&quot;: &quot;107&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.06578947368421058, &quot;style&quot;: {&quot;color&quot;: &quot;#48186a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787167, 3.992722], [9.81613, 3.97866]]}, &quot;bbox&quot;: [9.787167, 3.97866, 9.81613, 3.992722]}, {&quot;id&quot;: &quot;143&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3573.0, &quot;att&quot;: 0.012750455373406246, &quot;style&quot;: {&quot;color&quot;: &quot;#450559&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.81623, 3.9787600000000003]]}, &quot;bbox&quot;: [9.787267, 3.9787600000000003, 9.81623, 3.9928220000000003]}, {&quot;id&quot;: &quot;179&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 556.0, &quot;att&quot;: 0.31250000000000044, &quot;style&quot;: {&quot;color&quot;: &quot;#33638d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763806, 3.997361], [9.75885, 3.99663]]}, &quot;bbox&quot;: [9.75885, 3.99663, 9.763806, 3.997361]}, {&quot;id&quot;: &quot;215&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 556.0, &quot;att&quot;: 0.5, &quot;style&quot;: {&quot;color&quot;: &quot;#21918c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.763906, 3.9974610000000004], [9.75895, 3.9967300000000003]]}, &quot;bbox&quot;: [9.75895, 3.9967300000000003, 9.763906, 3.9974610000000004]}, {&quot;id&quot;: &quot;251&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 402.0, &quot;att&quot;: 0.5490196078431373, &quot;style&quot;: {&quot;color&quot;: &quot;#1e9c89&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745083, 4.002553], [9.748639, 4.003231]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.748639, 4.003231]}, {&quot;id&quot;: &quot;287&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 402.0, &quot;att&quot;: 0.29629629629629695, &quot;style&quot;: {&quot;color&quot;: &quot;#355e8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.745182999999999, 4.002653], [9.748739, 4.003331]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.748739, 4.003331]}, {&quot;id&quot;: &quot;323&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 774.0, &quot;att&quot;: 0.38636363636363713, &quot;style&quot;: {&quot;color&quot;: &quot;#2b748e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76732, 4.003512], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.76732, 4.003512, 9.767719, 4.0105]}, {&quot;id&quot;: &quot;359&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 774.0, &quot;att&quot;: 0.3999999999999996, &quot;style&quot;: {&quot;color&quot;: &quot;#2a788e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76742, 4.0036119999999995], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.76742, 4.0036119999999995, 9.767819, 4.0106]}, {&quot;id&quot;: &quot;395&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 0.24242424242424176, &quot;style&quot;: {&quot;color&quot;: &quot;#3c508b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799472, 4.004194], [9.778111, 4.012278]]}, &quot;bbox&quot;: [9.778111, 4.004194, 9.799472, 4.012278]}, {&quot;id&quot;: &quot;431&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2535.0, &quot;att&quot;: 0.3333333333333351, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.799572, 4.004294], [9.778211, 4.012378]]}, &quot;bbox&quot;: [9.778211, 4.004294, 9.799572, 4.012378]}, {&quot;id&quot;: &quot;467&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 0.2592592592592591, &quot;style&quot;: {&quot;color&quot;: &quot;#3a548c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.705944, 4.01775], [9.701194, 4.008306]]}, &quot;bbox&quot;: [9.701194, 4.008306, 9.705944, 4.01775]}, {&quot;id&quot;: &quot;503&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1170.0, &quot;att&quot;: 0.004885993485341974, &quot;style&quot;: {&quot;color&quot;: &quot;#440256&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706044, 4.01785], [9.701293999999999, 4.008406]]}, &quot;bbox&quot;: [9.701293999999999, 4.008406, 9.706044, 4.01785]}, {&quot;id&quot;: &quot;539&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 0.2820512820512812, &quot;style&quot;: {&quot;color&quot;: &quot;#375b8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.763806, 3.997361]]}, &quot;bbox&quot;: [9.763806, 3.997361, 9.767833, 4.029]}, {&quot;id&quot;: &quot;575&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3527.0, &quot;att&quot;: 0.37837837837837845, &quot;style&quot;: {&quot;color&quot;: &quot;#2c728e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.763906, 3.9974610000000004]]}, &quot;bbox&quot;: [9.763906, 3.9974610000000004, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;611&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 0.18181818181818157, &quot;style&quot;: {&quot;color&quot;: &quot;#433e85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741417, 4.009639], [9.723611, 4.020194]]}, &quot;bbox&quot;: [9.723611, 4.009639, 9.741417, 4.020194]}, {&quot;id&quot;: &quot;647&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2296.0, &quot;att&quot;: 0.1794871794871792, &quot;style&quot;: {&quot;color&quot;: &quot;#433d84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741517, 4.009739], [9.723711, 4.020294]]}, &quot;bbox&quot;: [9.723711, 4.009739, 9.741517, 4.020294]}, {&quot;id&quot;: &quot;683&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 0.11764705882352983, &quot;style&quot;: {&quot;color&quot;: &quot;#472a7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.745083, 4.002553]]}, &quot;bbox&quot;: [9.745083, 4.002553, 9.767833, 4.029]}, {&quot;id&quot;: &quot;719&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3865.0, &quot;att&quot;: 0.13333333333333333, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.745182999999999, 4.002653]]}, &quot;bbox&quot;: [9.745182999999999, 4.002653, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;755&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 466.0, &quot;att&quot;: 0.25999999999999945, &quot;style&quot;: {&quot;color&quot;: &quot;#3a548c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73456, 4.01734]]}, &quot;bbox&quot;: [9.73456, 4.015972, 9.738528, 4.01734]}, {&quot;id&quot;: &quot;791&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 466.0, &quot;att&quot;: 0.2586206896551722, &quot;style&quot;: {&quot;color&quot;: &quot;#3a548c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73466, 4.01744]]}, &quot;bbox&quot;: [9.73466, 4.016071999999999, 9.738628, 4.01744]}, {&quot;id&quot;: &quot;827&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8335.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 0.5200000000000017, &quot;style&quot;: {&quot;color&quot;: &quot;#1f958b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.762056, 4.004472]]}, &quot;bbox&quot;: [9.762056, 4.004472, 9.767833, 4.029]}, {&quot;id&quot;: &quot;863&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8454.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2787.0, &quot;att&quot;: 0.3333333333333356, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.762156, 4.004572]]}, &quot;bbox&quot;: [9.762156, 4.004572, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;899&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 0.13333333333333286, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.768083, 4.017917]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.768083, 4.017917]}, {&quot;id&quot;: &quot;935&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3289.0, &quot;att&quot;: 0.23404255319148987, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4d8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.768183, 4.0180169999999995]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.768183, 4.0180169999999995]}, {&quot;id&quot;: &quot;971&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.29411764705882365, &quot;style&quot;: {&quot;color&quot;: &quot;#355e8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727083, 4.023444], [9.72629, 4.01048]]}, &quot;bbox&quot;: [9.72629, 4.01048, 9.727083, 4.023444]}, {&quot;id&quot;: &quot;1007&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.1891891891891898, &quot;style&quot;: {&quot;color&quot;: &quot;#424086&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.727183, 4.023543999999999], [9.72639, 4.01058]]}, &quot;bbox&quot;: [9.72639, 4.01058, 9.727183, 4.023543999999999]}, {&quot;id&quot;: &quot;1043&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 0.22857142857142776, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4c8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.757556, 4.0195]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.757556, 4.0195]}, {&quot;id&quot;: &quot;1079&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2149.0, &quot;att&quot;: 0.24390243902439016, &quot;style&quot;: {&quot;color&quot;: &quot;#3c508b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.757655999999999, 4.0196]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.757655999999999, 4.0196]}, {&quot;id&quot;: &quot;1115&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 0.8863636363636364, &quot;style&quot;: {&quot;color&quot;: &quot;#b2dd2d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.756817, 4.008442]]}, &quot;bbox&quot;: [9.756817, 4.008442, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1151&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2582.0, &quot;att&quot;: 0.9462365591397849, &quot;style&quot;: {&quot;color&quot;: &quot;#dde318&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.756917, 4.008541999999999]]}, &quot;bbox&quot;: [9.756917, 4.008541999999999, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1187&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.02936378466557907, &quot;style&quot;: {&quot;color&quot;: &quot;#460b5e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744694, 4.014417], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.744694, 4.014417, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1223&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1049.0, &quot;att&quot;: 0.0459183673469387, &quot;style&quot;: {&quot;color&quot;: &quot;#471164&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.744794, 4.014517], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.744794, 4.014517, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1259&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 0.35294117647059, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6d8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.767719, 4.0105]]}, &quot;bbox&quot;: [9.767719, 4.0105, 9.767833, 4.029]}, {&quot;id&quot;: &quot;1295&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2046.0, &quot;att&quot;: 0.37777777777777743, &quot;style&quot;: {&quot;color&quot;: &quot;#2c728e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.767819, 4.0106]]}, &quot;bbox&quot;: [9.767819, 4.0106, 9.767933, 4.0291]}, {&quot;id&quot;: &quot;1331&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 0.09090909090909115, &quot;style&quot;: {&quot;color&quot;: &quot;#482173&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.780278, 4.023889]]}, &quot;bbox&quot;: [9.738528, 4.015972, 9.780278, 4.023889]}, {&quot;id&quot;: &quot;1367&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4718.0, &quot;att&quot;: 0.1904761904761908, &quot;style&quot;: {&quot;color&quot;: &quot;#424086&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.780377999999999, 4.023988999999999]]}, &quot;bbox&quot;: [9.738628, 4.016071999999999, 9.780377999999999, 4.023988999999999]}, {&quot;id&quot;: &quot;1403&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 0.3947368421052627, &quot;style&quot;: {&quot;color&quot;: &quot;#2a778e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.721083, 4.0115]]}, &quot;bbox&quot;: [9.696744, 4.0115, 9.721083, 4.029381]}, {&quot;id&quot;: &quot;1439&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3349.0, &quot;att&quot;: 0.16326530612244844, &quot;style&quot;: {&quot;color&quot;: &quot;#453882&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.721183, 4.0116]]}, &quot;bbox&quot;: [9.696844, 4.0116, 9.721183, 4.029481]}, {&quot;id&quot;: &quot;1475&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 654.0, &quot;att&quot;: 0.18333333333333357, &quot;style&quot;: {&quot;color&quot;: &quot;#433e85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743889, 4.0194], [9.748472, 4.023111]]}, &quot;bbox&quot;: [9.743889, 4.0194, 9.748472, 4.023111]}, {&quot;id&quot;: &quot;1511&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 654.0, &quot;att&quot;: 0.3793103448275869, &quot;style&quot;: {&quot;color&quot;: &quot;#2c738e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743989, 4.0195], [9.748572, 4.023211]]}, &quot;bbox&quot;: [9.743989, 4.0195, 9.748572, 4.023211]}, {&quot;id&quot;: &quot;1547&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024043N-9.680260E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2266.0, &quot;att&quot;: 0.15555555555555486, &quot;style&quot;: {&quot;color&quot;: &quot;#453581&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.67025, 4.022056], [9.69027, 4.02603]]}, &quot;bbox&quot;: [9.67025, 4.022056, 9.69027, 4.02603]}, {&quot;id&quot;: &quot;1583&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 0.20689655172413607, &quot;style&quot;: {&quot;color&quot;: &quot;#404588&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.72802, 4.03279]]}, &quot;bbox&quot;: [9.72802, 4.015972, 9.738528, 4.03279]}, {&quot;id&quot;: &quot;1619&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2195.0, &quot;att&quot;: 0.18749999999999806, &quot;style&quot;: {&quot;color&quot;: &quot;#423f85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.72812, 4.03289]]}, &quot;bbox&quot;: [9.72812, 4.016071999999999, 9.738628, 4.03289]}, {&quot;id&quot;: &quot;1655&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.452830188679246, &quot;style&quot;: {&quot;color&quot;: &quot;#25848e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.69921, 4.02012]]}, &quot;bbox&quot;: [9.696744, 4.02012, 9.69921, 4.029381]}, {&quot;id&quot;: &quot;1691&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.19580419580419556, &quot;style&quot;: {&quot;color&quot;: &quot;#414287&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.69931, 4.02022]]}, &quot;bbox&quot;: [9.696844, 4.02022, 9.69931, 4.029481]}, {&quot;id&quot;: &quot;1727&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18737.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 0.2424242424242434, &quot;style&quot;: {&quot;color&quot;: &quot;#3c508b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.77399, 4.02125]]}, &quot;bbox&quot;: [9.767833, 4.02125, 9.77399, 4.029]}, {&quot;id&quot;: &quot;1763&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17727.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1096.0, &quot;att&quot;: 0.22580645161290175, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4a89&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.77409, 4.02135]]}, &quot;bbox&quot;: [9.767933, 4.02135, 9.77409, 4.0291]}, {&quot;id&quot;: &quot;1799&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14431.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 874.0, &quot;att&quot;: 0.2758620689655182, &quot;style&quot;: {&quot;color&quot;: &quot;#38598c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737194, 4.022139], [9.741992, 4.0284]]}, &quot;bbox&quot;: [9.737194, 4.022139, 9.741992, 4.0284]}, {&quot;id&quot;: &quot;1835&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14921.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 874.0, &quot;att&quot;: 0.3333333333333333, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.737294, 4.022239], [9.742092, 4.0285]]}, &quot;bbox&quot;: [9.737294, 4.022239, 9.742092, 4.0285]}, {&quot;id&quot;: &quot;1871&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.31428571428571467, &quot;style&quot;: {&quot;color&quot;: &quot;#33638d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738528, 4.015972], [9.73325, 4.035278]]}, &quot;bbox&quot;: [9.73325, 4.015972, 9.738528, 4.035278]}, {&quot;id&quot;: &quot;1907&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.6400000000000006, &quot;style&quot;: {&quot;color&quot;: &quot;#2cb17e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73335, 4.035378]]}, &quot;bbox&quot;: [9.73335, 4.016071999999999, 9.738628, 4.035378]}, {&quot;id&quot;: &quot;1943&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 0.33333333333333426, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.70976, 4.02238]]}, &quot;bbox&quot;: [9.696744, 4.02238, 9.70976, 4.029381]}, {&quot;id&quot;: &quot;1979&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1640.0, &quot;att&quot;: 0.40384615384615363, &quot;style&quot;: {&quot;color&quot;: &quot;#29798e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.709859999999999, 4.02248]]}, &quot;bbox&quot;: [9.696844, 4.02248, 9.709859999999999, 4.029481]}, {&quot;id&quot;: &quot;2015&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 755.0, &quot;att&quot;: 0.3939393939393947, &quot;style&quot;: {&quot;color&quot;: &quot;#2a768e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.694556, 4.022917]]}, &quot;bbox&quot;: [9.694556, 4.022917, 9.696744, 4.029381]}, {&quot;id&quot;: &quot;2051&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 755.0, &quot;att&quot;: 0.34999999999999964, &quot;style&quot;: {&quot;color&quot;: &quot;#2f6c8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.694656, 4.023016999999999]]}, &quot;bbox&quot;: [9.694656, 4.023016999999999, 9.696844, 4.029481]}, {&quot;id&quot;: &quot;2087&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 0.4516129032258058, &quot;style&quot;: {&quot;color&quot;: &quot;#25848e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.72684, 4.01658]]}, &quot;bbox&quot;: [9.72684, 4.01658, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2123&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2767.0, &quot;att&quot;: 0.3720930232558139, &quot;style&quot;: {&quot;color&quot;: &quot;#2c718e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.726939999999999, 4.01668]]}, &quot;bbox&quot;: [9.726939999999999, 4.01668, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2159&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 364.0, &quot;att&quot;: 0.5000000000000026, &quot;style&quot;: {&quot;color&quot;: &quot;#21918c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.705139, 4.028333]]}, &quot;bbox&quot;: [9.701944, 4.028333, 9.705139, 4.029083]}, {&quot;id&quot;: &quot;2195&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 364.0, &quot;att&quot;: 0.47058823529411936, &quot;style&quot;: {&quot;color&quot;: &quot;#23898e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.705239, 4.028433]]}, &quot;bbox&quot;: [9.702043999999999, 4.028433, 9.705239, 4.029183]}, {&quot;id&quot;: &quot;2231&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 0.34883720930232526, &quot;style&quot;: {&quot;color&quot;: &quot;#2f6c8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.686417, 4.029444]]}, &quot;bbox&quot;: [9.686417, 4.029381, 9.696744, 4.029444]}, {&quot;id&quot;: &quot;2267&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1147.0, &quot;att&quot;: 0.24390243902439057, &quot;style&quot;: {&quot;color&quot;: &quot;#3c508b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.686517, 4.029544]]}, &quot;bbox&quot;: [9.686517, 4.029481, 9.696844, 4.029544]}, {&quot;id&quot;: &quot;2303&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 868.0, &quot;att&quot;: 0.2916666666666651, &quot;style&quot;: {&quot;color&quot;: &quot;#365d8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.701944, 4.029083], [9.709194, 4.032028]]}, &quot;bbox&quot;: [9.701944, 4.029083, 9.709194, 4.032028]}, {&quot;id&quot;: &quot;2339&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 868.0, &quot;att&quot;: 0.30434782608695504, &quot;style&quot;: {&quot;color&quot;: &quot;#34608d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.709294, 4.032128]]}, &quot;bbox&quot;: [9.702043999999999, 4.029183, 9.709294, 4.032128]}, {&quot;id&quot;: &quot;2375&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 666.0, &quot;att&quot;: 0.2666666666666657, &quot;style&quot;: {&quot;color&quot;: &quot;#39568c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.691575, 4.032433]]}, &quot;bbox&quot;: [9.691575, 4.029381, 9.696744, 4.032433]}, {&quot;id&quot;: &quot;2411&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 666.0, &quot;att&quot;: 0.4444444444444436, &quot;style&quot;: {&quot;color&quot;: &quot;#26828e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.691675, 4.032533]]}, &quot;bbox&quot;: [9.691675, 4.029481, 9.696844, 4.032533]}, {&quot;id&quot;: &quot;2447&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 536.0, &quot;att&quot;: 0.31818181818181906, &quot;style&quot;: {&quot;color&quot;: &quot;#32648e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699417, 4.033417]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699417, 4.033417]}, {&quot;id&quot;: &quot;2483&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 536.0, &quot;att&quot;: 0.3333333333333333, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699517, 4.033517]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699517, 4.033517]}, {&quot;id&quot;: &quot;2519&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 0.13513513513513503, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.727083, 4.023444]]}, &quot;bbox&quot;: [9.727083, 4.023444, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2555&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2032.0, &quot;att&quot;: 0.13461538461538392, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.727183, 4.023543999999999]]}, &quot;bbox&quot;: [9.727183, 4.023543999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2591&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.3414634146341465, &quot;style&quot;: {&quot;color&quot;: &quot;#306a8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71564, 4.032], [9.71203, 4.03312]]}, &quot;bbox&quot;: [9.71203, 4.032, 9.71564, 4.03312]}, {&quot;id&quot;: &quot;2627&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17755.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.23404255319148837, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4d8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71574, 4.0321], [9.71213, 4.03322]]}, &quot;bbox&quot;: [9.71213, 4.0321, 9.71574, 4.03322]}, {&quot;id&quot;: &quot;2663&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 0.25641025641025605, &quot;style&quot;: {&quot;color&quot;: &quot;#3a538b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.755167, 4.037361]]}, &quot;bbox&quot;: [9.755167, 4.029, 9.767833, 4.037361]}, {&quot;id&quot;: &quot;2699&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1683.0, &quot;att&quot;: 0.24324324324324315, &quot;style&quot;: {&quot;color&quot;: &quot;#3c508b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.755267, 4.0374609999999995]]}, &quot;bbox&quot;: [9.755267, 4.0291, 9.767933, 4.0374609999999995]}, {&quot;id&quot;: &quot;2735&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 323.0, &quot;att&quot;: 0.3500000000000014, &quot;style&quot;: {&quot;color&quot;: &quot;#2f6c8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691575, 4.032433], [9.691889, 4.035333]]}, &quot;bbox&quot;: [9.691575, 4.032433, 9.691889, 4.035333]}, {&quot;id&quot;: &quot;2771&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 323.0, &quot;att&quot;: 0.4117647058823539, &quot;style&quot;: {&quot;color&quot;: &quot;#297b8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.691675, 4.032533], [9.691989, 4.035432999999999]]}, &quot;bbox&quot;: [9.691675, 4.032533, 9.691989, 4.035432999999999]}, {&quot;id&quot;: &quot;2807&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 516.0, &quot;att&quot;: 0.18749999999999847, &quot;style&quot;: {&quot;color&quot;: &quot;#423f85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774333, 4.033028], [9.77026, 4.03527]]}, &quot;bbox&quot;: [9.77026, 4.033028, 9.774333, 4.03527]}, {&quot;id&quot;: &quot;2843&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 516.0, &quot;att&quot;: 0.3124999999999997, &quot;style&quot;: {&quot;color&quot;: &quot;#33628d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774433, 4.033128], [9.77036, 4.0353699999999995]]}, &quot;bbox&quot;: [9.77036, 4.033128, 9.774433, 4.0353699999999995]}, {&quot;id&quot;: &quot;2879&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 0.3, &quot;style&quot;: {&quot;color&quot;: &quot;#355f8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.725667, 4.028583]]}, &quot;bbox&quot;: [9.725667, 4.028583, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;2915&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1581.0, &quot;att&quot;: 0.25490196078431343, &quot;style&quot;: {&quot;color&quot;: &quot;#3a538b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.725767, 4.028683]]}, &quot;bbox&quot;: [9.725767, 4.028683, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;2951&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 0.23333333333333428, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4d8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696744, 4.029381], [9.699006, 4.040886]]}, &quot;bbox&quot;: [9.696744, 4.029381, 9.699006, 4.040886]}, {&quot;id&quot;: &quot;2987&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1297.0, &quot;att&quot;: 0.27777777777777823, &quot;style&quot;: {&quot;color&quot;: &quot;#375a8c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.696844, 4.029481], [9.699106, 4.040986]]}, &quot;bbox&quot;: [9.696844, 4.029481, 9.699106, 4.040986]}, {&quot;id&quot;: &quot;3023&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17810.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 610.0, &quot;att&quot;: 0.3333333333333322, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683883, 4.033886], [9.688056, 4.037472]]}, &quot;bbox&quot;: [9.683883, 4.033886, 9.688056, 4.037472]}, {&quot;id&quot;: &quot;3059&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18820.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 610.0, &quot;att&quot;: 0.29629629629629495, &quot;style&quot;: {&quot;color&quot;: &quot;#355e8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.683983, 4.033986], [9.688156, 4.037572]]}, &quot;bbox&quot;: [9.683983, 4.033986, 9.688156, 4.037572]}, {&quot;id&quot;: &quot;3095&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 0.17647058823529405, &quot;style&quot;: {&quot;color&quot;: &quot;#433d84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.766222, 4.046556]]}, &quot;bbox&quot;: [9.766222, 4.029, 9.767833, 4.046556]}, {&quot;id&quot;: &quot;3131&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1950.0, &quot;att&quot;: 0.09803921568627448, &quot;style&quot;: {&quot;color&quot;: &quot;#482475&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.766322, 4.046656]]}, &quot;bbox&quot;: [9.766322, 4.0291, 9.767933, 4.046656]}, {&quot;id&quot;: &quot;3167&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 433.0, &quot;att&quot;: 0.26923076923076744, &quot;style&quot;: {&quot;color&quot;: &quot;#39568c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706106, 4.040083], [9.703794, 4.036926]]}, &quot;bbox&quot;: [9.703794, 4.036926, 9.706106, 4.040083]}, {&quot;id&quot;: &quot;3203&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 433.0, &quot;att&quot;: 0.32142857142857123, &quot;style&quot;: {&quot;color&quot;: &quot;#32658e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706206, 4.040183], [9.703894, 4.037026]]}, &quot;bbox&quot;: [9.703894, 4.037026, 9.706206, 4.040183]}, {&quot;id&quot;: &quot;3239&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 0.5348837209302331, &quot;style&quot;: {&quot;color&quot;: &quot;#1f988b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.711917, 4.037722]]}, &quot;bbox&quot;: [9.711917, 4.037722, 9.733028, 4.040819]}, {&quot;id&quot;: &quot;3275&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2369.0, &quot;att&quot;: 0.43478260869565205, &quot;style&quot;: {&quot;color&quot;: &quot;#26818e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.712017, 4.037821999999999]]}, &quot;bbox&quot;: [9.712017, 4.037821999999999, 9.733127999999999, 4.040919]}, {&quot;id&quot;: &quot;3311&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 928.0, &quot;att&quot;: 0.24137931034482746, &quot;style&quot;: {&quot;color&quot;: &quot;#3c4f8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.741011, 4.038342]]}, &quot;bbox&quot;: [9.733028, 4.038342, 9.741011, 4.040819]}, {&quot;id&quot;: &quot;3347&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 928.0, &quot;att&quot;: 0.28301886792452846, &quot;style&quot;: {&quot;color&quot;: &quot;#375b8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.741111, 4.038442]]}, &quot;bbox&quot;: [9.733127999999999, 4.038442, 9.741111, 4.040919]}, {&quot;id&quot;: &quot;3383&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 441.0, &quot;att&quot;: 0.6428571428571433, &quot;style&quot;: {&quot;color&quot;: &quot;#2db27d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.70265, 4.03931]]}, &quot;bbox&quot;: [9.699006, 4.03931, 9.70265, 4.040886]}, {&quot;id&quot;: &quot;3419&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 441.0, &quot;att&quot;: 0.7142857142857132, &quot;style&quot;: {&quot;color&quot;: &quot;#4ac16d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.70275, 4.03941]]}, &quot;bbox&quot;: [9.699106, 4.03941, 9.70275, 4.040986]}, {&quot;id&quot;: &quot;3455&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 697.0, &quot;att&quot;: 0.2769230769230765, &quot;style&quot;: {&quot;color&quot;: &quot;#38598c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774, 4.042306], [9.7795, 4.039278]]}, &quot;bbox&quot;: [9.774, 4.039278, 9.7795, 4.042306]}, {&quot;id&quot;: &quot;3491&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 697.0, &quot;att&quot;: 0.30693069306930654, &quot;style&quot;: {&quot;color&quot;: &quot;#34618d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.774099999999999, 4.042406], [9.7796, 4.039378]]}, &quot;bbox&quot;: [9.774099999999999, 4.039378, 9.7796, 4.042406]}, {&quot;id&quot;: &quot;3528&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041057N-9.688122E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 387.0, &quot;att&quot;: 0.6666666666666676, &quot;style&quot;: {&quot;color&quot;: &quot;#35b779&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.689827, 4.040697]]}, &quot;bbox&quot;: [9.686417, 4.040697, 9.689827, 4.041417]}, {&quot;id&quot;: &quot;3564&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 975.0, &quot;att&quot;: 1.0, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762056, 4.03875], [9.754583, 4.043386]]}, &quot;bbox&quot;: [9.754583, 4.03875, 9.762056, 4.043386]}, {&quot;id&quot;: &quot;3600&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 975.0, &quot;att&quot;: 0.16279069767441773, &quot;style&quot;: {&quot;color&quot;: &quot;#453882&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.762156, 4.03885], [9.754683, 4.043486]]}, &quot;bbox&quot;: [9.754683, 4.03885, 9.762156, 4.043486]}, {&quot;id&quot;: &quot;3636&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.22580645161290405, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4a89&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.728389, 4.041694]]}, &quot;bbox&quot;: [9.728389, 4.040819, 9.733028, 4.041694]}, {&quot;id&quot;: &quot;3672&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 524.0, &quot;att&quot;: 0.020501138952163978, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.728489, 4.041793999999999]]}, &quot;bbox&quot;: [9.728489, 4.040919, 9.733127999999999, 4.041793999999999]}, {&quot;id&quot;: &quot;3708&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 0.08620689655172407, &quot;style&quot;: {&quot;color&quot;: &quot;#482071&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767833, 4.029], [9.779361, 4.053694]]}, &quot;bbox&quot;: [9.767833, 4.029, 9.779361, 4.053694]}, {&quot;id&quot;: &quot;3744&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3016.0, &quot;att&quot;: 0.13333333333333286, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.767933, 4.0291], [9.779461, 4.053794]]}, &quot;bbox&quot;: [9.767933, 4.0291, 9.779461, 4.053794]}, {&quot;id&quot;: &quot;3780&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 0.1363636363636351, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733028, 4.040819], [9.747639, 4.043778]]}, &quot;bbox&quot;: [9.733028, 4.040819, 9.747639, 4.043778]}, {&quot;id&quot;: &quot;3816&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1655.0, &quot;att&quot;: 0.14754098360655846, &quot;style&quot;: {&quot;color&quot;: &quot;#46337f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.747739, 4.043877999999999]]}, &quot;bbox&quot;: [9.733127999999999, 4.040919, 9.747739, 4.043877999999999]}, {&quot;id&quot;: &quot;3852&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 0.08510638297872457, &quot;style&quot;: {&quot;color&quot;: &quot;#481f70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702978, 4.056559], [9.73025, 4.028444]]}, &quot;bbox&quot;: [9.702978, 4.028444, 9.73025, 4.056559]}, {&quot;id&quot;: &quot;3888&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4340.0, &quot;att&quot;: 0.22727272727272735, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4c8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703078, 4.056659], [9.73035, 4.028544]]}, &quot;bbox&quot;: [9.703078, 4.028544, 9.73035, 4.056659]}, {&quot;id&quot;: &quot;3924&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.2631578947368413, &quot;style&quot;: {&quot;color&quot;: &quot;#39558c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.69725, 4.04425]]}, &quot;bbox&quot;: [9.69725, 4.040886, 9.699006, 4.04425]}, {&quot;id&quot;: &quot;3960&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 420.0, &quot;att&quot;: 0.31818181818181906, &quot;style&quot;: {&quot;color&quot;: &quot;#32648e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.69735, 4.04435]]}, &quot;bbox&quot;: [9.69735, 4.040986, 9.699106, 4.04435]}, {&quot;id&quot;: &quot;3996&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 431.0, &quot;att&quot;: 0.2432432432432446, &quot;style&quot;: {&quot;color&quot;: &quot;#3c508b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704083, 4.04244], [9.707889, 4.043194]]}, &quot;bbox&quot;: [9.704083, 4.04244, 9.707889, 4.043194]}, {&quot;id&quot;: &quot;4032&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 431.0, &quot;att&quot;: 0.23684210526315724, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4e8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704183, 4.04254], [9.707989, 4.0432939999999995]]}, &quot;bbox&quot;: [9.704183, 4.04254, 9.707989, 4.0432939999999995]}, {&quot;id&quot;: &quot;4070&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043833N-9.687306E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 570.0, &quot;att&quot;: 0.5333333333333338, &quot;style&quot;: {&quot;color&quot;: &quot;#1f988b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.686417, 4.041417], [9.688194, 4.04625]]}, &quot;bbox&quot;: [9.686417, 4.041417, 9.688194, 4.04625]}, {&quot;id&quot;: &quot;4106&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 810.0, &quot;att&quot;: 0.3461538461538454, &quot;style&quot;: {&quot;color&quot;: &quot;#2f6b8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707889, 4.043194], [9.700739, 4.044661]]}, &quot;bbox&quot;: [9.700739, 4.043194, 9.707889, 4.044661]}, {&quot;id&quot;: &quot;4142&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 810.0, &quot;att&quot;: 0.31999999999999884, &quot;style&quot;: {&quot;color&quot;: &quot;#32648e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.707989, 4.0432939999999995], [9.700839, 4.044760999999999]]}, &quot;bbox&quot;: [9.700839, 4.0432939999999995, 9.707989, 4.044760999999999]}, {&quot;id&quot;: &quot;4178&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 706.0, &quot;att&quot;: 0.145833333333334, &quot;style&quot;: {&quot;color&quot;: &quot;#46337f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728389, 4.041694], [9.72575, 4.0475]]}, &quot;bbox&quot;: [9.72575, 4.041694, 9.728389, 4.0475]}, {&quot;id&quot;: &quot;4214&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 706.0, &quot;att&quot;: 0.15909090909090817, &quot;style&quot;: {&quot;color&quot;: &quot;#453781&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.728489, 4.041793999999999], [9.72585, 4.0476]]}, &quot;bbox&quot;: [9.72585, 4.041793999999999, 9.728489, 4.0476]}, {&quot;id&quot;: &quot;4250&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 0.15384615384615427, &quot;style&quot;: {&quot;color&quot;: &quot;#453581&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699006, 4.040886], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.699006, 4.040886, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4286&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2591.0, &quot;att&quot;: 0.31999999999999884, &quot;style&quot;: {&quot;color&quot;: &quot;#32648e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.699106, 4.040986], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.699106, 4.040986, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4322&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14487.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 611.0, &quot;att&quot;: 0.31034482758620824, &quot;style&quot;: {&quot;color&quot;: &quot;#33628d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71598, 4.04642], [9.721043, 4.048586]]}, &quot;bbox&quot;: [9.71598, 4.04642, 9.721043, 4.048586]}, {&quot;id&quot;: &quot;4358&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14977.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 611.0, &quot;att&quot;: 0.14814814814814747, &quot;style&quot;: {&quot;color&quot;: &quot;#46337f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.71608, 4.04652], [9.721143, 4.048686]]}, &quot;bbox&quot;: [9.71608, 4.04652, 9.721143, 4.048686]}, {&quot;id&quot;: &quot;4394&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048013N-9.705195E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 822.0, &quot;att&quot;: 0.2909090909090912, &quot;style&quot;: {&quot;color&quot;: &quot;#365d8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.703528, 4.044694], [9.706861, 4.051333]]}, &quot;bbox&quot;: [9.703528, 4.044694, 9.706861, 4.051333]}, {&quot;id&quot;: &quot;4430&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 317.0, &quot;att&quot;: 0.8028169014084506, &quot;style&quot;: {&quot;color&quot;: &quot;#7cd250&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698333, 4.049556], [9.698917, 4.04675]]}, &quot;bbox&quot;: [9.698333, 4.04675, 9.698917, 4.049556]}, {&quot;id&quot;: &quot;4466&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 317.0, &quot;att&quot;: 0.4999999999999985, &quot;style&quot;: {&quot;color&quot;: &quot;#21908d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.698433, 4.049656], [9.699017, 4.04685]]}, &quot;bbox&quot;: [9.698433, 4.04685, 9.699017, 4.049656]}, {&quot;id&quot;: &quot;4502&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 564.0, &quot;att&quot;: 0.20833333333333284, &quot;style&quot;: {&quot;color&quot;: &quot;#404688&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706861, 4.051333], [9.708472, 4.0465]]}, &quot;bbox&quot;: [9.706861, 4.0465, 9.708472, 4.051333]}, {&quot;id&quot;: &quot;4538&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 564.0, &quot;att&quot;: 0.4782608695652155, &quot;style&quot;: {&quot;color&quot;: &quot;#228b8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.706961, 4.051432999999999], [9.708572, 4.0466]]}, &quot;bbox&quot;: [9.706961, 4.0466, 9.708572, 4.051432999999999]}, {&quot;id&quot;: &quot;4574&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 596.0, &quot;att&quot;: 0.1290322580645159, &quot;style&quot;: {&quot;color&quot;: &quot;#472e7c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.771911, 4.050192], [9.777253, 4.049658]]}, &quot;bbox&quot;: [9.771911, 4.049658, 9.777253, 4.050192]}, {&quot;id&quot;: &quot;4610&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 596.0, &quot;att&quot;: 0.12500000000000167, &quot;style&quot;: {&quot;color&quot;: &quot;#472d7b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.772011, 4.050292], [9.777353, 4.049758]]}, &quot;bbox&quot;: [9.772011, 4.049758, 9.777353, 4.050292]}, {&quot;id&quot;: &quot;4646&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050150N-9.740475E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 454.0, &quot;att&quot;: 0.09677419354838843, &quot;style&quot;: {&quot;color&quot;: &quot;#482374&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.741306, 4.052028], [9.739644, 4.048272]]}, &quot;bbox&quot;: [9.739644, 4.048272, 9.741306, 4.052028]}, {&quot;id&quot;: &quot;4682&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 522.0, &quot;att&quot;: 0.5769230769230766, &quot;style&quot;: {&quot;color&quot;: &quot;#1fa287&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702389, 4.052444], [9.704556, 4.04825]]}, &quot;bbox&quot;: [9.702389, 4.04825, 9.704556, 4.052444]}, {&quot;id&quot;: &quot;4718&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 522.0, &quot;att&quot;: 0.6400000000000006, &quot;style&quot;: {&quot;color&quot;: &quot;#2cb17e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.702489, 4.052544], [9.704656, 4.04835]]}, &quot;bbox&quot;: [9.702489, 4.04835, 9.704656, 4.052544]}, {&quot;id&quot;: &quot;4754&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 956.0, &quot;att&quot;: 5.270833333333336, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.756833, 4.047389]]}, &quot;bbox&quot;: [9.750917, 4.047389, 9.756833, 4.053667]}, {&quot;id&quot;: &quot;4790&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 956.0, &quot;att&quot;: 0.04000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#471063&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.756933, 4.047489]]}, &quot;bbox&quot;: [9.751017, 4.047489, 9.756933, 4.053767]}, {&quot;id&quot;: &quot;4826&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 0.14285714285714285, &quot;style&quot;: {&quot;color&quot;: &quot;#46327e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779361, 4.053694], [9.797806, 4.050472]]}, &quot;bbox&quot;: [9.779361, 4.050472, 9.797806, 4.053694]}, {&quot;id&quot;: &quot;4862&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2079.0, &quot;att&quot;: 0.1904761904761908, &quot;style&quot;: {&quot;color&quot;: &quot;#424086&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.779461, 4.053794], [9.797906, 4.050572]]}, &quot;bbox&quot;: [9.779461, 4.050572, 9.797906, 4.053794]}, {&quot;id&quot;: &quot;4898&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8363.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 0.08333333333333431, &quot;style&quot;: {&quot;color&quot;: &quot;#481f70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.775889, 4.05525]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.775889, 4.05525]}, {&quot;id&quot;: &quot;4934&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8482.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2778.0, &quot;att&quot;: 0.28000000000000114, &quot;style&quot;: {&quot;color&quot;: &quot;#375a8c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.775989, 4.05535]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.775989, 4.05535]}, {&quot;id&quot;: &quot;4970&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.004854368932038904, &quot;style&quot;: {&quot;color&quot;: &quot;#440256&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.754444, 4.058167]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.754444, 4.058167]}, {&quot;id&quot;: &quot;5006&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 633.0, &quot;att&quot;: 0.009153318077803172, &quot;style&quot;: {&quot;color&quot;: &quot;#450457&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.754544, 4.058267]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.754544, 4.058267]}, {&quot;id&quot;: &quot;5042&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 546.0, &quot;att&quot;: 0.1363636363636351, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.767556, 4.053639]]}, &quot;bbox&quot;: [9.767556, 4.053639, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5078&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 546.0, &quot;att&quot;: 0.08823529411764816, &quot;style&quot;: {&quot;color&quot;: &quot;#482071&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.767656, 4.053739]]}, &quot;bbox&quot;: [9.767656, 4.053739, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5114&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 879.0, &quot;att&quot;: 0.7499999999999993, &quot;style&quot;: {&quot;color&quot;: &quot;#5cc863&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738694, 4.058056], [9.745611, 4.054186]]}, &quot;bbox&quot;: [9.738694, 4.054186, 9.745611, 4.058056]}, {&quot;id&quot;: &quot;5150&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 879.0, &quot;att&quot;: 0.6833333333333343, &quot;style&quot;: {&quot;color&quot;: &quot;#3bbb75&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.738794, 4.058155999999999], [9.745711, 4.054285999999999]]}, &quot;bbox&quot;: [9.738794, 4.054285999999999, 9.745711, 4.058155999999999]}, {&quot;id&quot;: &quot;5186&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 3.2307692307692304, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.743528, 4.059611]]}, &quot;bbox&quot;: [9.743528, 4.053667, 9.750917, 4.059611]}, {&quot;id&quot;: &quot;5222&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1051.0, &quot;att&quot;: 0.12499999999999944, &quot;style&quot;: {&quot;color&quot;: &quot;#472c7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.743628, 4.059711]]}, &quot;bbox&quot;: [9.743628, 4.053767, 9.751017, 4.059711]}, {&quot;id&quot;: &quot;5258&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.22580645161290405, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4a89&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726194, 4.060028], [9.750917, 4.053667]]}, &quot;bbox&quot;: [9.726194, 4.053667, 9.750917, 4.060028]}, {&quot;id&quot;: &quot;5294&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.22857142857142979, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4c8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726294, 4.060128], [9.751017, 4.053767]]}, &quot;bbox&quot;: [9.726294, 4.053767, 9.751017, 4.060128]}, {&quot;id&quot;: &quot;5330&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_0&quot;, &quot;frequency&quot;: 12765.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.15000000000000036, &quot;style&quot;: {&quot;color&quot;: &quot;#463480&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726393999999999, 4.060228], [9.751116999999999, 4.053867]]}, &quot;bbox&quot;: [9.726393999999999, 4.053867, 9.751116999999999, 4.060228]}, {&quot;id&quot;: &quot;5366&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;1_1&quot;, &quot;frequency&quot;: 13031.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.166666666666667, &quot;style&quot;: {&quot;color&quot;: &quot;#443983&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726493999999999, 4.060328], [9.751216999999999, 4.053967]]}, &quot;bbox&quot;: [9.726493999999999, 4.053967, 9.751216999999999, 4.060328]}, {&quot;id&quot;: &quot;5402&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_0&quot;, &quot;frequency&quot;: 12793.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.17857142857142874, &quot;style&quot;: {&quot;color&quot;: &quot;#433d84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726594, 4.060428], [9.751317, 4.054067]]}, &quot;bbox&quot;: [9.726594, 4.054067, 9.751317, 4.060428]}, {&quot;id&quot;: &quot;5438&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;sublink_id&quot;: &quot;2_1&quot;, &quot;frequency&quot;: 13059.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2834.0, &quot;att&quot;: 0.15789473684210545, &quot;style&quot;: {&quot;color&quot;: &quot;#453781&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.726694, 4.060528], [9.751417, 4.054167]]}, &quot;bbox&quot;: [9.726694, 4.054167, 9.751417, 4.060528]}, {&quot;id&quot;: &quot;5474&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 0.38888888888888834, &quot;style&quot;: {&quot;color&quot;: &quot;#2b758e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.734028, 4.06025]]}, &quot;bbox&quot;: [9.734028, 4.053667, 9.750917, 4.06025]}, {&quot;id&quot;: &quot;5510&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2012.0, &quot;att&quot;: 0.15555555555555486, &quot;style&quot;: {&quot;color&quot;: &quot;#453581&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.734128, 4.06035]]}, &quot;bbox&quot;: [9.734128, 4.053767, 9.751017, 4.06035]}, {&quot;id&quot;: &quot;5546&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 630.0, &quot;att&quot;: 0.3783783783783777, &quot;style&quot;: {&quot;color&quot;: &quot;#2c728e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.763167, 4.056417]]}, &quot;bbox&quot;: [9.763167, 4.056417, 9.768444, 4.0585]}, {&quot;id&quot;: &quot;5582&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 630.0, &quot;att&quot;: 0.3043478260869561, &quot;style&quot;: {&quot;color&quot;: &quot;#34608d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.763266999999999, 4.0565169999999995]]}, &quot;bbox&quot;: [9.763266999999999, 4.0565169999999995, 9.768544, 4.0586]}, {&quot;id&quot;: &quot;5618&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 0.03225806451612951, &quot;style&quot;: {&quot;color&quot;: &quot;#470d60&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.786861, 4.062806]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.786861, 4.062806]}, {&quot;id&quot;: &quot;5654&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 4117.0, &quot;att&quot;: 0.14285714285714285, &quot;style&quot;: {&quot;color&quot;: &quot;#46327e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.786961, 4.062906]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.786961, 4.062906]}, {&quot;id&quot;: &quot;5690&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 0.43478260869565005, &quot;style&quot;: {&quot;color&quot;: &quot;#26818e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.720853, 4.053242]]}, &quot;bbox&quot;: [9.714664, 4.053242, 9.720853, 4.06425]}, {&quot;id&quot;: &quot;5726&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1398.0, &quot;att&quot;: 0.3333333333333386, &quot;style&quot;: {&quot;color&quot;: &quot;#31688e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.720953, 4.053342]]}, &quot;bbox&quot;: [9.714764, 4.053342, 9.720953, 4.06435]}, {&quot;id&quot;: &quot;5762&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 0.22641509433962195, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4a89&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.75311, 4.064069]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.75311, 4.064069]}, {&quot;id&quot;: &quot;5798&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1176.0, &quot;att&quot;: 0.2631578947368423, &quot;style&quot;: {&quot;color&quot;: &quot;#39558c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.75321, 4.064169]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.75321, 4.064169]}, {&quot;id&quot;: &quot;5834&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.020833333333332163, &quot;style&quot;: {&quot;color&quot;: &quot;#46085c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.767778, 4.064361]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.767778, 4.064361]}, {&quot;id&quot;: &quot;5870&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2214.0, &quot;att&quot;: 0.22580645161290175, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4a89&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.767878, 4.064461]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.767878, 4.064461]}, {&quot;id&quot;: &quot;5906&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 796.0, &quot;att&quot;: 0.3749999999999996, &quot;style&quot;: {&quot;color&quot;: &quot;#2c718e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708444, 4.060333], [9.715412, 4.058638]]}, &quot;bbox&quot;: [9.708444, 4.058638, 9.715412, 4.060333]}, {&quot;id&quot;: &quot;5942&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 796.0, &quot;att&quot;: 0.39130434782608375, &quot;style&quot;: {&quot;color&quot;: &quot;#2a768e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.708544, 4.060433], [9.715512, 4.058738]]}, &quot;bbox&quot;: [9.708544, 4.058738, 9.715512, 4.060433]}, {&quot;id&quot;: &quot;5978&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 0.18518518518518498, &quot;style&quot;: {&quot;color&quot;: &quot;#423f85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.750917, 4.053667], [9.759558, 4.066322]]}, &quot;bbox&quot;: [9.750917, 4.053667, 9.759558, 4.066322]}, {&quot;id&quot;: &quot;6014&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1697.0, &quot;att&quot;: 0.1923076923076922, &quot;style&quot;: {&quot;color&quot;: &quot;#424186&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.751017, 4.053767], [9.759658, 4.066422]]}, &quot;bbox&quot;: [9.751017, 4.053767, 9.759658, 4.066422]}, {&quot;id&quot;: &quot;6050&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 0.21428571428571447, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4788&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768444, 4.0585], [9.777639, 4.063131]]}, &quot;bbox&quot;: [9.768444, 4.0585, 9.777639, 4.063131]}, {&quot;id&quot;: &quot;6086&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1142.0, &quot;att&quot;: 0.18518518518518548, &quot;style&quot;: {&quot;color&quot;: &quot;#423f85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.768544, 4.0586], [9.777739, 4.063231]]}, &quot;bbox&quot;: [9.768544, 4.0586, 9.777739, 4.063231]}, {&quot;id&quot;: &quot;6122&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 498.0, &quot;att&quot;: 0.11764705882352966, &quot;style&quot;: {&quot;color&quot;: &quot;#472a7a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743528, 4.059611], [9.74569, 4.06356]]}, &quot;bbox&quot;: [9.743528, 4.059611, 9.74569, 4.06356]}, {&quot;id&quot;: &quot;6158&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 498.0, &quot;att&quot;: 0.18518518518518548, &quot;style&quot;: {&quot;color&quot;: &quot;#423f85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.743628, 4.059711], [9.74579, 4.06366]]}, &quot;bbox&quot;: [9.743628, 4.059711, 9.74579, 4.06366]}, {&quot;id&quot;: &quot;6194&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 741.0, &quot;att&quot;: 0.2916666666666651, &quot;style&quot;: {&quot;color&quot;: &quot;#365d8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704333, 4.059583], [9.706333, 4.065972]]}, &quot;bbox&quot;: [9.704333, 4.059583, 9.706333, 4.065972]}, {&quot;id&quot;: &quot;6230&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 741.0, &quot;att&quot;: 0.2857142857142862, &quot;style&quot;: {&quot;color&quot;: &quot;#365c8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.704433, 4.059683], [9.706433, 4.066072]]}, &quot;bbox&quot;: [9.704433, 4.059683, 9.706433, 4.066072]}, {&quot;id&quot;: &quot;6266&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 603.0, &quot;att&quot;: 0.24242424242424176, &quot;style&quot;: {&quot;color&quot;: &quot;#3c508b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.719389, 4.061556]]}, &quot;bbox&quot;: [9.714664, 4.061556, 9.719389, 4.06425]}, {&quot;id&quot;: &quot;6302&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 603.0, &quot;att&quot;: 0.16129032258064507, &quot;style&quot;: {&quot;color&quot;: &quot;#453882&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.719489, 4.061656]]}, &quot;bbox&quot;: [9.714764, 4.061656, 9.719489, 4.06435]}, {&quot;id&quot;: &quot;6338&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 669.0, &quot;att&quot;: 0.1071428571428585, &quot;style&quot;: {&quot;color&quot;: &quot;#482677&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759558, 4.066322], [9.76425, 4.062528]]}, &quot;bbox&quot;: [9.759558, 4.062528, 9.76425, 4.066322]}, {&quot;id&quot;: &quot;6374&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 669.0, &quot;att&quot;: 0.12500000000000147, &quot;style&quot;: {&quot;color&quot;: &quot;#472d7b&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.759658, 4.066422], [9.76435, 4.062628]]}, &quot;bbox&quot;: [9.759658, 4.062628, 9.76435, 4.066422]}, {&quot;id&quot;: &quot;6410&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 451.0, &quot;att&quot;: 0.3157894736842115, &quot;style&quot;: {&quot;color&quot;: &quot;#33638d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710083, 4.063917], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.710083, 4.063917, 9.71287, 4.06688]}, {&quot;id&quot;: &quot;6446&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 451.0, &quot;att&quot;: 0.2777777777777771, &quot;style&quot;: {&quot;color&quot;: &quot;#375a8c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.710182999999999, 4.064017], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.710182999999999, 4.064017, 9.71297, 4.06698]}, {&quot;id&quot;: &quot;6482&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 924.0, &quot;att&quot;: 0.20000000000000082, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79152, 4.065848], [9.799722, 4.06725]]}, &quot;bbox&quot;: [9.79152, 4.065848, 9.799722, 4.06725]}, {&quot;id&quot;: &quot;6518&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 924.0, &quot;att&quot;: 0.23333333333333428, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4d8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.79162, 4.065948], [9.799821999999999, 4.067349999999999]]}, &quot;bbox&quot;: [9.79162, 4.065948, 9.799821999999999, 4.067349999999999]}, {&quot;id&quot;: &quot;6554&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.20833333333333345, &quot;style&quot;: {&quot;color&quot;: &quot;#404688&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.72547, 4.07139]}, {&quot;id&quot;: &quot;6590&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1436.0, &quot;att&quot;: 0.21874999999999895, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4889&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.72557, 4.07149]}, {&quot;id&quot;: &quot;6626&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 932.0, &quot;att&quot;: 0.4444444444444444, &quot;style&quot;: {&quot;color&quot;: &quot;#26828e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.722972, 4.065667], [9.729139, 4.071389]]}, &quot;bbox&quot;: [9.722972, 4.065667, 9.729139, 4.071389]}, {&quot;id&quot;: &quot;6662&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 932.0, &quot;att&quot;: 4.777777777777778, &quot;style&quot;: {&quot;color&quot;: &quot;#fde725&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.723072, 4.065767], [9.729239, 4.071489]]}, &quot;bbox&quot;: [9.723072, 4.065767, 9.729239, 4.071489]}, {&quot;id&quot;: &quot;6698&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 535.0, &quot;att&quot;: 0.31428571428571467, &quot;style&quot;: {&quot;color&quot;: &quot;#33638d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714869, 4.071278], [9.71287, 4.06688]]}, &quot;bbox&quot;: [9.71287, 4.06688, 9.714869, 4.071278]}, {&quot;id&quot;: &quot;6734&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 535.0, &quot;att&quot;: 0.28888888888888986, &quot;style&quot;: {&quot;color&quot;: &quot;#365c8d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714969, 4.071378], [9.71297, 4.06698]]}, &quot;bbox&quot;: [9.71297, 4.06698, 9.714969, 4.071378]}, {&quot;id&quot;: &quot;6770&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 407.0, &quot;att&quot;: 0.206896551724138, &quot;style&quot;: {&quot;color&quot;: &quot;#404588&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729139, 4.071389], [9.72547, 4.07139]]}, &quot;bbox&quot;: [9.72547, 4.071389, 9.729139, 4.07139]}, {&quot;id&quot;: &quot;6806&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 407.0, &quot;att&quot;: 0.24137931034482624, &quot;style&quot;: {&quot;color&quot;: &quot;#3c4f8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729239, 4.071489], [9.72557, 4.07149]]}, &quot;bbox&quot;: [9.72557, 4.071489, 9.729239, 4.07149]}, {&quot;id&quot;: &quot;6842&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 731.0, &quot;att&quot;: 0.8100000000000008, &quot;style&quot;: {&quot;color&quot;: &quot;#81d34d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736111, 4.072222], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.736111, 4.072222, 9.742681, 4.072661]}, {&quot;id&quot;: &quot;6878&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 731.0, &quot;att&quot;: 0.2307692307692312, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4d8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.736210999999999, 4.072322], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.736210999999999, 4.072322, 9.742780999999999, 4.072761]}, {&quot;id&quot;: &quot;6914&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 561.0, &quot;att&quot;: 0.13043478260869457, &quot;style&quot;: {&quot;color&quot;: &quot;#472e7c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76925, 4.071639], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.76925, 4.071639, 9.774, 4.073367]}, {&quot;id&quot;: &quot;6950&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 561.0, &quot;att&quot;: 0.15384615384615322, &quot;style&quot;: {&quot;color&quot;: &quot;#453581&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76935, 4.071739], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.76935, 4.071739, 9.774099999999999, 4.073467]}, {&quot;id&quot;: &quot;6986&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14613.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 0.1999999999999993, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714664, 4.06425], [9.721058, 4.084075]]}, &quot;bbox&quot;: [9.714664, 4.06425, 9.721058, 4.084075]}, {&quot;id&quot;: &quot;7022&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15103.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2304.0, &quot;att&quot;: 0.24000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#3c4f8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.714764, 4.06435], [9.721157999999999, 4.084175]]}, &quot;bbox&quot;: [9.714764, 4.06435, 9.721157999999999, 4.084175]}, {&quot;id&quot;: &quot;7058&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 0.20000000000000048, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.761667, 4.074778]}, {&quot;id&quot;: &quot;7094&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1786.0, &quot;att&quot;: 0.07692307692307797, &quot;style&quot;: {&quot;color&quot;: &quot;#481c6e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.761766999999999, 4.074878]}, {&quot;id&quot;: &quot;7130&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.3529411764705885, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6d8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719639, 4.070306], [9.719417, 4.079889]]}, &quot;bbox&quot;: [9.719417, 4.070306, 9.719639, 4.079889]}, {&quot;id&quot;: &quot;7166&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1060.0, &quot;att&quot;: 0.24000000000000057, &quot;style&quot;: {&quot;color&quot;: &quot;#3c4f8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719739, 4.070406], [9.719517, 4.079988999999999]]}, &quot;bbox&quot;: [9.719517, 4.070406, 9.719739, 4.079988999999999]}, {&quot;id&quot;: &quot;7202&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 0.20000000000000048, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.781778, 4.069972]]}, &quot;bbox&quot;: [9.781778, 4.069972, 9.786083, 4.0817]}, {&quot;id&quot;: &quot;7238&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1382.0, &quot;att&quot;: 0.16666666666666619, &quot;style&quot;: {&quot;color&quot;: &quot;#443983&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.781877999999999, 4.070072]]}, &quot;bbox&quot;: [9.781877999999999, 4.070072, 9.786183, 4.081799999999999]}, {&quot;id&quot;: &quot;7274&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.04761904761904665, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.75645, 4.07833]]}, &quot;bbox&quot;: [9.75645, 4.074778, 9.761667, 4.07833]}, {&quot;id&quot;: &quot;7310&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 700.0, &quot;att&quot;: 0.006279434850863511, &quot;style&quot;: {&quot;color&quot;: &quot;#440256&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.756549999999999, 4.07843]]}, &quot;bbox&quot;: [9.756549999999999, 4.074878, 9.761766999999999, 4.07843]}, {&quot;id&quot;: &quot;7346&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 480.0, &quot;att&quot;: 0.5454545454545461, &quot;style&quot;: {&quot;color&quot;: &quot;#1e9b8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719417, 4.079889], [9.721778, 4.07625]]}, &quot;bbox&quot;: [9.719417, 4.07625, 9.721778, 4.079889]}, {&quot;id&quot;: &quot;7382&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 480.0, &quot;att&quot;: 0.7599999999999995, &quot;style&quot;: {&quot;color&quot;: &quot;#63cb5f&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.719517, 4.079988999999999], [9.721878, 4.07635]]}, &quot;bbox&quot;: [9.719517, 4.07635, 9.721878, 4.079988999999999]}, {&quot;id&quot;: &quot;7418&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 0.2, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756825, 4.081867], [9.745583, 4.07475]]}, &quot;bbox&quot;: [9.745583, 4.07475, 9.756825, 4.081867]}, {&quot;id&quot;: &quot;7454&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1476.0, &quot;att&quot;: 0.1923076923076922, &quot;style&quot;: {&quot;color&quot;: &quot;#424186&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.756924999999999, 4.081967], [9.745683, 4.07485]]}, &quot;bbox&quot;: [9.745683, 4.07485, 9.756924999999999, 4.081967]}, {&quot;id&quot;: &quot;7490&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 0.39285714285714374, &quot;style&quot;: {&quot;color&quot;: &quot;#2a768e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.801611, 4.076722]]}, &quot;bbox&quot;: [9.786083, 4.076722, 9.801611, 4.0817]}, {&quot;id&quot;: &quot;7526&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1810.0, &quot;att&quot;: 0.31999999999999884, &quot;style&quot;: {&quot;color&quot;: &quot;#32648e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.801711, 4.076822]]}, &quot;bbox&quot;: [9.786183, 4.076822, 9.801711, 4.081799999999999]}, {&quot;id&quot;: &quot;7562&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 0.22580645161290405, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4a89&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.742681, 4.072661]]}, &quot;bbox&quot;: [9.742681, 4.072661, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;7598&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1858.0, &quot;att&quot;: 0.08333333333333268, &quot;style&quot;: {&quot;color&quot;: &quot;#481f70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.742780999999999, 4.072761]]}, &quot;bbox&quot;: [9.742780999999999, 4.072761, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;7634&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 0.08695652173913151, &quot;style&quot;: {&quot;color&quot;: &quot;#482071&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.774, 4.073367]]}, &quot;bbox&quot;: [9.752944, 4.073367, 9.774, 4.085936]}, {&quot;id&quot;: &quot;7670&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2720.0, &quot;att&quot;: 0.038461538461538984, &quot;style&quot;: {&quot;color&quot;: &quot;#470e61&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.774099999999999, 4.073467]]}, &quot;bbox&quot;: [9.753044, 4.073467, 9.774099999999999, 4.086036]}, {&quot;id&quot;: &quot;7706&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080070N-9.789737E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18848.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 888.0, &quot;att&quot;: 0.8333333333333413, &quot;style&quot;: {&quot;color&quot;: &quot;#90d743&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.79339, 4.07844]]}, &quot;bbox&quot;: [9.786083, 4.07844, 9.79339, 4.0817]}, {&quot;id&quot;: &quot;7742&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 0.37500000000000056, &quot;style&quot;: {&quot;color&quot;: &quot;#2c728e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.753278, 4.074861]]}, &quot;bbox&quot;: [9.752944, 4.074861, 9.753278, 4.085936]}, {&quot;id&quot;: &quot;7778&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1225.0, &quot;att&quot;: 0.18181818181818094, &quot;style&quot;: {&quot;color&quot;: &quot;#433e85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.753378, 4.074961]]}, &quot;bbox&quot;: [9.753044, 4.074961, 9.753378, 4.086036]}, {&quot;id&quot;: &quot;7814&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 968.0, &quot;att&quot;: 0.3571428571428575, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6e8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765535, 4.081441], [9.756825, 4.081867]]}, &quot;bbox&quot;: [9.756825, 4.081441, 9.765535, 4.081867]}, {&quot;id&quot;: &quot;7850&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 968.0, &quot;att&quot;: 0.1999999999999993, &quot;style&quot;: {&quot;color&quot;: &quot;#414487&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.765635, 4.081541], [9.756924999999999, 4.081967]]}, &quot;bbox&quot;: [9.756924999999999, 4.081541, 9.765635, 4.081967]}, {&quot;id&quot;: &quot;7886&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14935.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 0.2173913043478257, &quot;style&quot;: {&quot;color&quot;: &quot;#3f4889&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.7949, 4.08393]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.7949, 4.08393]}, {&quot;id&quot;: &quot;7922&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14445.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1010.0, &quot;att&quot;: 0.17391304347826048, &quot;style&quot;: {&quot;color&quot;: &quot;#443b84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.795, 4.084029999999999]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.795, 4.084029999999999]}, {&quot;id&quot;: &quot;7958&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 895.0, &quot;att&quot;: 0.23255813953488388, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4d8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.77848, 4.08438]]}, &quot;bbox&quot;: [9.77848, 4.0817, 9.786083, 4.08438]}, {&quot;id&quot;: &quot;7994&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 895.0, &quot;att&quot;: 0.22222222222222046, &quot;style&quot;: {&quot;color&quot;: &quot;#3e4989&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.77858, 4.08448]]}, &quot;bbox&quot;: [9.77858, 4.081799999999999, 9.786183, 4.08448]}, {&quot;id&quot;: &quot;8030&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14417.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 0.454545454545454, &quot;style&quot;: {&quot;color&quot;: &quot;#25858e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.751769, 4.093194]]}, &quot;bbox&quot;: [9.751769, 4.074778, 9.761667, 4.093194]}, {&quot;id&quot;: &quot;8066&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14907.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2314.0, &quot;att&quot;: 0.08333333333333448, &quot;style&quot;: {&quot;color&quot;: &quot;#481f70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.751869, 4.093294]]}, &quot;bbox&quot;: [9.751869, 4.074878, 9.761766999999999, 4.093294]}, {&quot;id&quot;: &quot;8102&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8426.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 0.2352941176470576, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4e8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.728889, 4.083056]]}, &quot;bbox&quot;: [9.728889, 4.083056, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8138&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8307.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2690.0, &quot;att&quot;: 0.3888888888888871, &quot;style&quot;: {&quot;color&quot;: &quot;#2b758e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.728989, 4.083156]]}, &quot;bbox&quot;: [9.728989, 4.083156, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8174&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 0.4999999999999985, &quot;style&quot;: {&quot;color&quot;: &quot;#21908d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.738306, 4.083528]]}, &quot;bbox&quot;: [9.738306, 4.083528, 9.752944, 4.085936]}, {&quot;id&quot;: &quot;8210&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1647.0, &quot;att&quot;: 0.26923076923077016, &quot;style&quot;: {&quot;color&quot;: &quot;#39568c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.738406, 4.083628]]}, &quot;bbox&quot;: [9.738406, 4.083628, 9.753044, 4.086036]}, {&quot;id&quot;: &quot;8246&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14963.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 947.0, &quot;att&quot;: 0.23809523809523794, &quot;style&quot;: {&quot;color&quot;: &quot;#3d4e8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.783583, 4.089889]]}, &quot;bbox&quot;: [9.783583, 4.0817, 9.786083, 4.089889]}, {&quot;id&quot;: &quot;8282&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14473.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 947.0, &quot;att&quot;: 0.2105263157894731, &quot;style&quot;: {&quot;color&quot;: &quot;#404688&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.783683, 4.089989]]}, &quot;bbox&quot;: [9.783683, 4.081799999999999, 9.786183, 4.089989]}, {&quot;id&quot;: &quot;8318&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 8468.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 0.6153846153846145, &quot;style&quot;: {&quot;color&quot;: &quot;#25ac82&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.743333, 4.074778, 9.761667, 4.097333]}, {&quot;id&quot;: &quot;8354&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 8349.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3219.0, &quot;att&quot;: 0.5, &quot;style&quot;: {&quot;color&quot;: &quot;#21918c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.743433, 4.074878, 9.761766999999999, 4.097433]}, {&quot;id&quot;: &quot;8390&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14557.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 0.6969696969696967, &quot;style&quot;: {&quot;color&quot;: &quot;#42be71&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.76601, 4.08663]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.76601, 4.08663]}, {&quot;id&quot;: &quot;8426&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15047.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 1453.0, &quot;att&quot;: 0.5813953488372097, &quot;style&quot;: {&quot;color&quot;: &quot;#20a386&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.76611, 4.08673]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.76611, 4.08673]}, {&quot;id&quot;: &quot;8462&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 0.06060606060606139, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786083, 4.0817], [9.808667, 4.091389]]}, &quot;bbox&quot;: [9.786083, 4.0817, 9.808667, 4.091389]}, {&quot;id&quot;: &quot;8498&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 2727.0, &quot;att&quot;: 0.1785714285714283, &quot;style&quot;: {&quot;color&quot;: &quot;#433d84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.808767, 4.091489]]}, &quot;bbox&quot;: [9.786183, 4.081799999999999, 9.808767, 4.091489]}, {&quot;id&quot;: &quot;8534&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 830.0, &quot;att&quot;: 0.19148936170212724, &quot;style&quot;: {&quot;color&quot;: &quot;#424186&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.752944, 4.085936], [9.758611, 4.090833]]}, &quot;bbox&quot;: [9.752944, 4.085936, 9.758611, 4.090833]}, {&quot;id&quot;: &quot;8570&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 830.0, &quot;att&quot;: 0.23999999999999916, &quot;style&quot;: {&quot;color&quot;: &quot;#3c4f8a&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.753044, 4.086036], [9.758711, 4.090933]]}, &quot;bbox&quot;: [9.753044, 4.086036, 9.758711, 4.090933]}, {&quot;id&quot;: &quot;8606&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 17728.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 555.0, &quot;att&quot;: 0.1874999999999989, &quot;style&quot;: {&quot;color&quot;: &quot;#423f85&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73381, 4.08679], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.73381, 4.08679, 9.736042, 4.091278]}, {&quot;id&quot;: &quot;8642&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 18738.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 555.0, &quot;att&quot;: 0.35999999999999943, &quot;style&quot;: {&quot;color&quot;: &quot;#2e6f8e&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.73391, 4.0868899999999995], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.73391, 4.0868899999999995, 9.736142, 4.091378]}, {&quot;id&quot;: &quot;8678&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14529.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 0.05000000000000426, &quot;style&quot;: {&quot;color&quot;: &quot;#471365&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761667, 4.074778], [9.744, 4.104861]]}, &quot;bbox&quot;: [9.744, 4.074778, 9.761667, 4.104861]}, {&quot;id&quot;: &quot;8714&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15019.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 3862.0, &quot;att&quot;: 0.08571428571428896, &quot;style&quot;: {&quot;color&quot;: &quot;#481f70&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.7441, 4.104960999999999]]}, &quot;bbox&quot;: [9.7441, 4.074878, 9.761766999999999, 4.104960999999999]}, {&quot;id&quot;: &quot;8750&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 889.0, &quot;att&quot;: 0.07142857142857252, &quot;style&quot;: {&quot;color&quot;: &quot;#481b6d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76601, 4.08663], [9.764367, 4.0945]]}, &quot;bbox&quot;: [9.764367, 4.08663, 9.76601, 4.0945]}, {&quot;id&quot;: &quot;8786&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 889.0, &quot;att&quot;: 0.05882352941176569, &quot;style&quot;: {&quot;color&quot;: &quot;#481769&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.76611, 4.08673], [9.764467, 4.0946]]}, &quot;bbox&quot;: [9.764467, 4.08673, 9.76611, 4.0946]}, {&quot;id&quot;: &quot;8822&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14585.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 736.0, &quot;att&quot;: 0.2666666666666657, &quot;style&quot;: {&quot;color&quot;: &quot;#39568c&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729444, 4.091944], [9.736042, 4.091278]]}, &quot;bbox&quot;: [9.729444, 4.091278, 9.736042, 4.091944]}, {&quot;id&quot;: &quot;8858&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 15075.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 736.0, &quot;att&quot;: 0.13636363636363813, &quot;style&quot;: {&quot;color&quot;: &quot;#472f7d&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.729544, 4.092044], [9.736142, 4.091378]]}, &quot;bbox&quot;: [9.729544, 4.091378, 9.736142, 4.092044]}, {&quot;id&quot;: &quot;8894&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;frequency&quot;: 14501.0, &quot;transmitter&quot;: 0.0, &quot;length&quot;: 419.0, &quot;att&quot;: 0.15384615384615322, &quot;style&quot;: {&quot;color&quot;: &quot;#453581&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74168, 4.09393], [9.743333, 4.097333]]}, &quot;bbox&quot;: [9.74168, 4.09393, 9.743333, 4.097333]}, {&quot;id&quot;: &quot;8930&quot;, &quot;type&quot;: &quot;Feature&quot;, &quot;properties&quot;: {&quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;frequency&quot;: 14991.0, &quot;transmitter&quot;: 1.0, &quot;length&quot;: 419.0, &quot;att&quot;: 0.17391304347826048, &quot;style&quot;: {&quot;color&quot;: &quot;#443b84&quot;, &quot;weight&quot;: 2}, &quot;times&quot;: [&quot;2019-07-18T02:50:00&quot;, &quot;2019-07-18T02:50:00&quot;]}, &quot;geometry&quot;: {&quot;type&quot;: &quot;LineString&quot;, &quot;coordinates&quot;: [[9.74178, 4.09403], [9.743433, 4.097433]]}, &quot;bbox&quot;: [9.74178, 4.09403, 9.743433, 4.097433]}], &quot;bbox&quot;: [9.67025, 3.97665, 9.81623, 4.104960999999999]}, {
                    pointToLayer: function (feature, latLng) {
                        if (feature.properties.icon == &#x27;marker&#x27;) {
                            if(feature.properties.iconstyle){
                                return new L.Marker(latLng, {
                                    icon: L.icon(feature.properties.iconstyle)});
                            }
                            //else
                            return new L.Marker(latLng);
                        }
                        if (feature.properties.icon == &#x27;circle&#x27;) {
                            if (feature.properties.iconstyle) {
                                return new L.circleMarker(latLng, feature.properties.iconstyle)
                                };
                            //else
                            return new L.circleMarker(latLng);
                        }
                        //else
&#10;                        return new L.Marker(latLng);
                    },
                    style: function (feature) {
                        return feature.properties.style;
                    },
                    onEachFeature: function(feature, layer) {
                        if (feature.properties.popup) {
                        layer.bindPopup(feature.properties.popup);
                        }
                        if (feature.properties.tooltip) {
                        layer.bindTooltip(feature.properties.tooltip);
                        }
                    }
                })
&#10;            var timestamped_geo_json_b18dea9ae2959521359ed97afa34f226 = L.timeDimension.layer.geoJson(
                geoJsonLayer,
                {
                    updateTimeDimension: true,
                    addlastPoint: false,
                    duration: undefined,
                }
            ).addTo(map_0eaee21ac19d6e79d9d6728e22218218);
        &#10;    
            tile_layer_f5d6aa02ad6685c298d0548666edd71e.addTo(map_0eaee21ac19d6e79d9d6728e22218218);
        &#10;&lt;/script&gt;
&lt;/html&gt;" style="position:absolute;width:100%;height:100%;left:0;top:0;border:none !important;" allowfullscreen webkitallowfullscreen mozallowfullscreen></iframe></div></div>

## How to join visualizations?

### Stacking layers together. Example of the sublink and gauge data

``` python
m = explore_sublinks(cml, default=None)
m = explore_gauges(gauges, default=None, m=m)
m = setup_default_map(m)
```

<details class="code-fold">
<summary>Code</summary>

``` python
m.options['scrollWheelZoom'] = False
m
```

</details>

<div style="width:100%;"><div style="position:relative;width:100%;height:0;padding-bottom:60%;"><span style="color:#565656">Make this Notebook Trusted to load map: File -> Trust Notebook</span><iframe srcdoc="&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
    &#10;    &lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=UTF-8&quot; /&gt;
    &lt;script src=&quot;https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.js&quot;&gt;&lt;/script&gt;
    &lt;script src=&quot;https://code.jquery.com/jquery-3.7.1.min.js&quot;&gt;&lt;/script&gt;
    &lt;script src=&quot;https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js&quot;&gt;&lt;/script&gt;
    &lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js&quot;&gt;&lt;/script&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.css&quot;/&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css&quot;/&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css&quot;/&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2.0/css/all.min.css&quot;/&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css&quot;/&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/gh/python-visualization/folium/folium/templates/leaflet.awesome.rotate.min.css&quot;/&gt;
    &#10;            &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width,
                initial-scale=1.0, maximum-scale=1.0, user-scalable=no&quot; /&gt;
            &lt;style&gt;
                #map_281f7c370c6205246abf28acfa1f043f {
                    position: relative;
                    width: 100.0%;
                    height: 100.0%;
                    left: 0.0%;
                    top: 0.0%;
                }
                .leaflet-container { font-size: 1rem; }
            &lt;/style&gt;
&#10;            &lt;style&gt;html, body {
                width: 100%;
                height: 100%;
                margin: 0;
                padding: 0;
            }
            &lt;/style&gt;
&#10;            &lt;style&gt;#map {
                position:absolute;
                top:0;
                bottom:0;
                right:0;
                left:0;
                }
            &lt;/style&gt;
&#10;            &lt;script&gt;
                L_NO_TOUCH = false;
                L_DISABLE_3D = false;
            &lt;/script&gt;
&#10;        
    &#10;                    &lt;style&gt;
                        .foliumtooltip {
                            &#10;                        }
                       .foliumtooltip table{
                            margin: auto;
                        }
                        .foliumtooltip tr{
                            text-align: left;
                        }
                        .foliumtooltip th{
                            padding: 2px; padding-right: 8px;
                        }
                    &lt;/style&gt;
            &#10;    &lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js&quot;&gt;&lt;/script&gt;
    &lt;script src=&quot;https://cdn.jsdelivr.net/npm/leaflet-textpath@1.2.3/leaflet.textpath.min.js&quot;&gt;&lt;/script&gt;
    &#10;                    &lt;style&gt;
                        .foliumtooltip {
                            &#10;                        }
                       .foliumtooltip table{
                            margin: auto;
                        }
                        .foliumtooltip tr{
                            text-align: left;
                        }
                        .foliumtooltip th{
                            padding: 2px; padding-right: 8px;
                        }
                    &lt;/style&gt;
            &#10;    &lt;script src=&quot;https://cdn.jsdelivr.net/npm/leaflet-search@2.9.7/dist/leaflet-search.min.js&quot;&gt;&lt;/script&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/leaflet-search@2.9.7/dist/leaflet-search.min.css&quot;/&gt;
    &lt;script src=&quot;https://cdn.jsdelivr.net/npm/leaflet.fullscreen@3.0.0/Control.FullScreen.min.js&quot;&gt;&lt;/script&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/leaflet.fullscreen@3.0.0/Control.FullScreen.css&quot;/&gt;
    &lt;script src=&quot;https://unpkg.com/leaflet-control-geocoder/dist/Control.Geocoder.js&quot;&gt;&lt;/script&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://unpkg.com/leaflet-control-geocoder/dist/Control.Geocoder.css&quot;/&gt;
    &lt;script src=&quot;https://cdn.jsdelivr.net/gh/ljagis/leaflet-measure@2.1.7/dist/leaflet-measure.min.js&quot;&gt;&lt;/script&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/gh/ljagis/leaflet-measure@2.1.7/dist/leaflet-measure.min.css&quot;/&gt;
&lt;/head&gt;
&lt;body&gt;
    &#10;    
    &lt;script&gt;
    document.addEventListener(&#x27;DOMContentLoaded&#x27;, function() {
        setTimeout(function() {
            var map = Object.values(window).find(v =&gt; v instanceof L.Map);
            map.eachLayer(function(layer) {
                if (layer.feature &amp;&amp; layer.feature.properties &amp;&amp; layer.feature.properties.cml_id) {
                    layer.on(&#x27;contextmenu&#x27;, function(e) {
                        L.DomEvent.stopPropagation(e);
                        L.DomEvent.preventDefault(e);
                        var cmlId = e.target.feature.properties.cml_id;
                        var sublinkId = e.target.feature.properties.sublink_id;
                        var jsonObj = JSON.stringify({cml_id: cmlId, sublink_id: sublinkId});
                        navigator.clipboard.writeText(jsonObj);
                        console.log(&#x27;Copied:&#x27;, jsonObj);
                    });
                }
            });
        }, 1000);
    });
    &lt;/script&gt;
    &#10;    
            &lt;div class=&quot;folium-map&quot; id=&quot;map_281f7c370c6205246abf28acfa1f043f&quot; &gt;&lt;/div&gt;
        &#10;&lt;/body&gt;
&lt;script&gt;
    &#10;    
            var map_281f7c370c6205246abf28acfa1f043f = L.map(
                &quot;map_281f7c370c6205246abf28acfa1f043f&quot;,
                {
                    center: [4.040805499999999, 9.74324],
                    crs: L.CRS.EPSG3857,
                    ...{
  &quot;zoom&quot;: 10,
  &quot;zoomControl&quot;: true,
  &quot;preferCanvas&quot;: false,
  &quot;scrollWheelZoom&quot;: false,
}
&#10;                }
            );
            L.control.scale().addTo(map_281f7c370c6205246abf28acfa1f043f);
&#10;            
&#10;        
    &#10;            map_281f7c370c6205246abf28acfa1f043f.fitBounds(
                [[3.97665, 9.67025], [4.104960999999999, 9.81623]],
                {}
            );
        &#10;    
        function geo_json_edbe24afafd2f6c7384b1a363c342118_styler(feature) {
            switch(feature.id) {
                case &quot;0&quot;: case &quot;33&quot;: case &quot;35&quot;: case &quot;56&quot;: case &quot;64&quot;: case &quot;92&quot;: case &quot;102&quot;: case &quot;116&quot;: case &quot;146&quot;: case &quot;157&quot;: case &quot;166&quot;: case &quot;171&quot;: case &quot;186&quot;: case &quot;188&quot;: case &quot;196&quot;: case &quot;232&quot;: case &quot;238&quot;: 
                    return {&quot;color&quot;: &quot;#0059ff&quot;, &quot;fillColor&quot;: &quot;#0059ff&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;1&quot;: case &quot;14&quot;: case &quot;27&quot;: case &quot;32&quot;: case &quot;34&quot;: case &quot;47&quot;: case &quot;55&quot;: case &quot;63&quot;: case &quot;75&quot;: case &quot;90&quot;: case &quot;91&quot;: case &quot;93&quot;: case &quot;99&quot;: case &quot;101&quot;: case &quot;115&quot;: case &quot;120&quot;: case &quot;138&quot;: case &quot;145&quot;: case &quot;155&quot;: case &quot;158&quot;: case &quot;165&quot;: case &quot;172&quot;: case &quot;182&quot;: case &quot;184&quot;: case &quot;185&quot;: case &quot;187&quot;: case &quot;195&quot;: case &quot;204&quot;: case &quot;215&quot;: case &quot;231&quot;: case &quot;237&quot;: case &quot;245&quot;: 
                    return {&quot;color&quot;: &quot;#00a0ff&quot;, &quot;fillColor&quot;: &quot;#00a0ff&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;2&quot;: case &quot;149&quot;: case &quot;151&quot;: 
                    return {&quot;color&quot;: &quot;#00ff66&quot;, &quot;fillColor&quot;: &quot;#00ff66&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;3&quot;: case &quot;150&quot;: case &quot;152&quot;: 
                    return {&quot;color&quot;: &quot;#00ff8c&quot;, &quot;fillColor&quot;: &quot;#00ff8c&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;4&quot;: case &quot;9&quot;: case &quot;21&quot;: case &quot;49&quot;: case &quot;73&quot;: case &quot;86&quot;: case &quot;173&quot;: case &quot;206&quot;: case &quot;218&quot;: case &quot;244&quot;: 
                    return {&quot;color&quot;: &quot;#ff00bf&quot;, &quot;fillColor&quot;: &quot;#ff00bf&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;5&quot;: case &quot;8&quot;: case &quot;20&quot;: case &quot;50&quot;: case &quot;74&quot;: case &quot;174&quot;: case &quot;205&quot;: case &quot;243&quot;: 
                    return {&quot;color&quot;: &quot;#ff00e0&quot;, &quot;fillColor&quot;: &quot;#ff00e0&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;6&quot;: case &quot;11&quot;: case &quot;39&quot;: case &quot;44&quot;: case &quot;68&quot;: case &quot;79&quot;: case &quot;112&quot;: case &quot;118&quot;: case &quot;122&quot;: case &quot;136&quot;: case &quot;142&quot;: case &quot;148&quot;: case &quot;210&quot;: case &quot;211&quot;: case &quot;222&quot;: case &quot;228&quot;: 
                    return {&quot;color&quot;: &quot;#006fff&quot;, &quot;fillColor&quot;: &quot;#006fff&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;7&quot;: case &quot;10&quot;: case &quot;13&quot;: case &quot;17&quot;: case &quot;25&quot;: case &quot;38&quot;: case &quot;43&quot;: case &quot;51&quot;: case &quot;67&quot;: case &quot;71&quot;: case &quot;80&quot;: case &quot;83&quot;: case &quot;111&quot;: case &quot;117&quot;: case &quot;121&quot;: case &quot;125&quot;: case &quot;135&quot;: case &quot;141&quot;: case &quot;147&quot;: case &quot;191&quot;: case &quot;193&quot;: case &quot;208&quot;: case &quot;209&quot;: case &quot;212&quot;: case &quot;213&quot;: case &quot;221&quot;: case &quot;224&quot;: case &quot;227&quot;: 
                    return {&quot;color&quot;: &quot;#00b0ff&quot;, &quot;fillColor&quot;: &quot;#00b0ff&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;12&quot;: case &quot;16&quot;: case &quot;24&quot;: case &quot;42&quot;: case &quot;52&quot;: case &quot;72&quot;: case &quot;84&quot;: case &quot;192&quot;: case &quot;194&quot;: case &quot;207&quot;: case &quot;214&quot;: case &quot;223&quot;: 
                    return {&quot;color&quot;: &quot;#0069ff&quot;, &quot;fillColor&quot;: &quot;#0069ff&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;15&quot;: case &quot;26&quot;: case &quot;48&quot;: case &quot;76&quot;: case &quot;89&quot;: case &quot;94&quot;: case &quot;100&quot;: case &quot;119&quot;: case &quot;137&quot;: case &quot;156&quot;: case &quot;181&quot;: case &quot;183&quot;: case &quot;203&quot;: case &quot;216&quot;: case &quot;246&quot;: 
                    return {&quot;color&quot;: &quot;#005eff&quot;, &quot;fillColor&quot;: &quot;#005eff&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;18&quot;: case &quot;40&quot;: case &quot;66&quot;: case &quot;97&quot;: case &quot;105&quot;: case &quot;110&quot;: case &quot;126&quot;: case &quot;129&quot;: case &quot;144&quot;: case &quot;169&quot;: case &quot;180&quot;: case &quot;190&quot;: case &quot;234&quot;: 
                    return {&quot;color&quot;: &quot;#00aaff&quot;, &quot;fillColor&quot;: &quot;#00aaff&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;19&quot;: case &quot;28&quot;: case &quot;31&quot;: case &quot;41&quot;: case &quot;58&quot;: case &quot;65&quot;: case &quot;70&quot;: case &quot;77&quot;: case &quot;88&quot;: case &quot;98&quot;: case &quot;104&quot;: case &quot;106&quot;: case &quot;109&quot;: case &quot;124&quot;: case &quot;127&quot;: case &quot;128&quot;: case &quot;133&quot;: case &quot;143&quot;: case &quot;164&quot;: case &quot;170&quot;: case &quot;179&quot;: case &quot;189&quot;: case &quot;200&quot;: case &quot;202&quot;: case &quot;225&quot;: case &quot;233&quot;: case &quot;239&quot;: case &quot;247&quot;: case &quot;252&quot;: 
                    return {&quot;color&quot;: &quot;#0064ff&quot;, &quot;fillColor&quot;: &quot;#0064ff&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;22&quot;: case &quot;162&quot;: case &quot;220&quot;: case &quot;236&quot;: 
                    return {&quot;color&quot;: &quot;#ff0200&quot;, &quot;fillColor&quot;: &quot;#ff0200&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;23&quot;: case &quot;161&quot;: case &quot;219&quot;: case &quot;235&quot;: 
                    return {&quot;color&quot;: &quot;#ff1200&quot;, &quot;fillColor&quot;: &quot;#ff1200&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;29&quot;: case &quot;30&quot;: case &quot;57&quot;: case &quot;69&quot;: case &quot;78&quot;: case &quot;87&quot;: case &quot;103&quot;: case &quot;123&quot;: case &quot;132&quot;: case &quot;134&quot;: case &quot;163&quot;: case &quot;199&quot;: case &quot;201&quot;: case &quot;226&quot;: case &quot;240&quot;: case &quot;248&quot;: case &quot;251&quot;: 
                    return {&quot;color&quot;: &quot;#00a5ff&quot;, &quot;fillColor&quot;: &quot;#00a5ff&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;36&quot;: case &quot;45&quot;: case &quot;53&quot;: case &quot;60&quot;: case &quot;82&quot;: case &quot;95&quot;: case &quot;108&quot;: case &quot;113&quot;: case &quot;130&quot;: case &quot;160&quot;: case &quot;168&quot;: case &quot;175&quot;: case &quot;178&quot;: case &quot;198&quot;: case &quot;242&quot;: case &quot;250&quot;: 
                    return {&quot;color&quot;: &quot;#0053ff&quot;, &quot;fillColor&quot;: &quot;#0053ff&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;37&quot;: case &quot;46&quot;: case &quot;59&quot;: case &quot;131&quot;: case &quot;159&quot;: case &quot;167&quot;: case &quot;197&quot;: 
                    return {&quot;color&quot;: &quot;#0095ff&quot;, &quot;fillColor&quot;: &quot;#0095ff&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;54&quot;: case &quot;81&quot;: case &quot;96&quot;: case &quot;107&quot;: case &quot;114&quot;: case &quot;176&quot;: case &quot;177&quot;: case &quot;241&quot;: case &quot;249&quot;: 
                    return {&quot;color&quot;: &quot;#009aff&quot;, &quot;fillColor&quot;: &quot;#009aff&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;61&quot;: case &quot;229&quot;: 
                    return {&quot;color&quot;: &quot;#ff0d00&quot;, &quot;fillColor&quot;: &quot;#ff0d00&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;62&quot;: case &quot;230&quot;: 
                    return {&quot;color&quot;: &quot;#ff0003&quot;, &quot;fillColor&quot;: &quot;#ff0003&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;139&quot;: 
                    return {&quot;color&quot;: &quot;#ff0700&quot;, &quot;fillColor&quot;: &quot;#ff0700&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;140&quot;: 
                    return {&quot;color&quot;: &quot;#ff1800&quot;, &quot;fillColor&quot;: &quot;#ff1800&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;153&quot;: 
                    return {&quot;color&quot;: &quot;#00ff6c&quot;, &quot;fillColor&quot;: &quot;#00ff6c&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;154&quot;: 
                    return {&quot;color&quot;: &quot;#00ff91&quot;, &quot;fillColor&quot;: &quot;#00ff91&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                default:
                    return {&quot;color&quot;: &quot;#ff00d5&quot;, &quot;fillColor&quot;: &quot;#ff00d5&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
            }
        }
        function geo_json_edbe24afafd2f6c7384b1a363c342118_highlighter(feature) {
            switch(feature.id) {
                default:
                    return {&quot;fillOpacity&quot;: 0.75};
            }
        }
        function geo_json_edbe24afafd2f6c7384b1a363c342118_pointToLayer(feature, latlng) {
            var opts = {
  &quot;stroke&quot;: true,
  &quot;color&quot;: &quot;#3388ff&quot;,
  &quot;weight&quot;: 3,
  &quot;opacity&quot;: 1.0,
  &quot;lineCap&quot;: &quot;round&quot;,
  &quot;lineJoin&quot;: &quot;round&quot;,
  &quot;dashArray&quot;: null,
  &quot;dashOffset&quot;: null,
  &quot;fill&quot;: true,
  &quot;fillColor&quot;: &quot;#3388ff&quot;,
  &quot;fillOpacity&quot;: 0.2,
  &quot;fillRule&quot;: &quot;evenodd&quot;,
  &quot;bubblingMouseEvents&quot;: true,
  &quot;radius&quot;: 2,
};
            &#10;            let style = geo_json_edbe24afafd2f6c7384b1a363c342118_styler(feature)
            Object.assign(opts, style)
            &#10;            return new L.CircleMarker(latlng, opts)
        }
&#10;        function geo_json_edbe24afafd2f6c7384b1a363c342118_onEachFeature(feature, layer) {
&#10;            layer.on({
                mouseout: function(e) {
                    if(typeof e.target.setStyle === &quot;function&quot;){
                            geo_json_edbe24afafd2f6c7384b1a363c342118.resetStyle(e.target);
                    }
                },
                mouseover: function(e) {
                    if(typeof e.target.setStyle === &quot;function&quot;){
                        const highlightStyle = geo_json_edbe24afafd2f6c7384b1a363c342118_highlighter(e.target.feature)
                        e.target.setStyle(highlightStyle);
                    }
                },
            });
        };
        var geo_json_edbe24afafd2f6c7384b1a363c342118 = L.geoJson(null, {
                onEachFeature: geo_json_edbe24afafd2f6c7384b1a363c342118_onEachFeature,
            &#10;                style: geo_json_edbe24afafd2f6c7384b1a363c342118_styler,
                pointToLayer: geo_json_edbe24afafd2f6c7384b1a363c342118_pointToLayer,
            ...{
}
        });
&#10;        function geo_json_edbe24afafd2f6c7384b1a363c342118_add (data) {
            geo_json_edbe24afafd2f6c7384b1a363c342118
                .addData(data);
        }
            geo_json_edbe24afafd2f6c7384b1a363c342118_add({&quot;bbox&quot;: [9.67025, 3.97665, 9.81623, 4.104960999999999], &quot;features&quot;: [{&quot;bbox&quot;: [9.787167, 3.97665, 9.791866, 3.992722], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.787167, 3.992722], [9.791866, 3.97665]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;0&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 1852.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.787267, 3.97675, 9.791966, 3.9928220000000003], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.791966, 3.97675]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;1&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 1852.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.787167, 3.97866, 9.81613, 3.992722], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.787167, 3.992722], [9.81613, 3.97866]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;2&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00ff66&quot;, &quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;frequency&quot;: 12765.0, &quot;length&quot;: 3573.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.787267, 3.9787600000000003, 9.81623, 3.9928220000000003], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.81623, 3.9787600000000003]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;3&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00ff8c&quot;, &quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;frequency&quot;: 13031.0, &quot;length&quot;: 3573.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.75885, 3.99663, 9.763806, 3.997361], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.763806, 3.997361], [9.75885, 3.99663]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;4&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00bf&quot;, &quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;frequency&quot;: 18765.0, &quot;length&quot;: 556.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.75895, 3.9967300000000003, 9.763906, 3.9974610000000004], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.763906, 3.9974610000000004], [9.75895, 3.9967300000000003]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;5&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00e0&quot;, &quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;frequency&quot;: 17755.0, &quot;length&quot;: 556.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745083, 4.002553, 9.748639, 4.003231], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.745083, 4.002553], [9.748639, 4.003231]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;6&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 402.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745182999999999, 4.002653, 9.748739, 4.003331], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.745182999999999, 4.002653], [9.748739, 4.003331]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;7&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 402.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.76732, 4.003512, 9.767719, 4.0105], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.76732, 4.003512], [9.767719, 4.0105]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;8&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00e0&quot;, &quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;frequency&quot;: 17728.0, &quot;length&quot;: 774.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.76742, 4.0036119999999995, 9.767819, 4.0106], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.76742, 4.0036119999999995], [9.767819, 4.0106]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;9&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00bf&quot;, &quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;frequency&quot;: 18738.0, &quot;length&quot;: 774.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.778111, 4.004194, 9.799472, 4.012278], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.799472, 4.004194], [9.778111, 4.012278]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;10&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 2535.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.778211, 4.004294, 9.799572, 4.012378], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.799572, 4.004294], [9.778211, 4.012378]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;11&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 2535.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.701194, 4.008306, 9.705944, 4.01775], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.705944, 4.01775], [9.701194, 4.008306]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;12&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0069ff&quot;, &quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;frequency&quot;: 14935.0, &quot;length&quot;: 1170.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.701293999999999, 4.008406, 9.706044, 4.01785], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.706044, 4.01785], [9.701293999999999, 4.008406]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;13&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;frequency&quot;: 14445.0, &quot;length&quot;: 1170.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.763806, 3.997361, 9.767833, 4.029], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.763806, 3.997361]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;14&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 3527.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.763906, 3.9974610000000004, 9.767933, 4.0291], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767933, 4.0291], [9.763906, 3.9974610000000004]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;15&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 3527.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.723611, 4.009639, 9.741417, 4.020194], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.741417, 4.009639], [9.723611, 4.020194]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;16&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0069ff&quot;, &quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;frequency&quot;: 14935.0, &quot;length&quot;: 2296.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.723711, 4.009739, 9.741517, 4.020294], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.741517, 4.009739], [9.723711, 4.020294]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;17&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;frequency&quot;: 14445.0, &quot;length&quot;: 2296.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745083, 4.002553, 9.767833, 4.029], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.745083, 4.002553]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;18&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00aaff&quot;, &quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;frequency&quot;: 14473.0, &quot;length&quot;: 3865.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745182999999999, 4.002653, 9.767933, 4.0291], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767933, 4.0291], [9.745182999999999, 4.002653]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;19&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;frequency&quot;: 14963.0, &quot;length&quot;: 3865.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.73456, 4.015972, 9.738528, 4.01734], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738528, 4.015972], [9.73456, 4.01734]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;20&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00e0&quot;, &quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;frequency&quot;: 17755.0, &quot;length&quot;: 466.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.73466, 4.016071999999999, 9.738628, 4.01744], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73466, 4.01744]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;21&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00bf&quot;, &quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;frequency&quot;: 18765.0, &quot;length&quot;: 466.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.762056, 4.004472, 9.767833, 4.029], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.762056, 4.004472]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;22&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff0200&quot;, &quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;frequency&quot;: 8335.0, &quot;length&quot;: 2787.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.762156, 4.004572, 9.767933, 4.0291], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767933, 4.0291], [9.762156, 4.004572]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;23&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff1200&quot;, &quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;frequency&quot;: 8454.0, &quot;length&quot;: 2787.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738528, 4.015972, 9.768083, 4.017917], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738528, 4.015972], [9.768083, 4.017917]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;24&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0069ff&quot;, &quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;frequency&quot;: 14935.0, &quot;length&quot;: 3289.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738628, 4.016071999999999, 9.768183, 4.0180169999999995], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.768183, 4.0180169999999995]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;25&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;frequency&quot;: 14445.0, &quot;length&quot;: 3289.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.72629, 4.01048, 9.727083, 4.023444], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.727083, 4.023444], [9.72629, 4.01048]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;26&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 1436.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.72639, 4.01058, 9.727183, 4.023543999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.727183, 4.023543999999999], [9.72639, 4.01058]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;27&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 1436.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738528, 4.015972, 9.757556, 4.0195], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738528, 4.015972], [9.757556, 4.0195]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;28&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 2149.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738628, 4.016071999999999, 9.757655999999999, 4.0196], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.757655999999999, 4.0196]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;29&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 2149.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.756817, 4.008442, 9.767833, 4.029], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.756817, 4.008442]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;30&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 2582.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.756917, 4.008541999999999, 9.767933, 4.0291], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767933, 4.0291], [9.756917, 4.008541999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;31&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 2582.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.744694, 4.014417, 9.748472, 4.023111], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.744694, 4.014417], [9.748472, 4.023111]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;32&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 1049.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.744794, 4.014517, 9.748572, 4.023211], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.744794, 4.014517], [9.748572, 4.023211]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;33&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 1049.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.767719, 4.0105, 9.767833, 4.029], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.767719, 4.0105]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;34&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 2046.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.767819, 4.0106, 9.767933, 4.0291], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767933, 4.0291], [9.767819, 4.0106]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;35&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 2046.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738528, 4.015972, 9.780278, 4.023889], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738528, 4.015972], [9.780278, 4.023889]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;36&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;frequency&quot;: 15103.0, &quot;length&quot;: 4718.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738628, 4.016071999999999, 9.780377999999999, 4.023988999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.780377999999999, 4.023988999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;37&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0095ff&quot;, &quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;frequency&quot;: 14613.0, &quot;length&quot;: 4718.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696744, 4.0115, 9.721083, 4.029381], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.721083, 4.0115]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;38&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 3349.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696844, 4.0116, 9.721183, 4.029481], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696844, 4.029481], [9.721183, 4.0116]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;39&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 3349.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.743889, 4.0194, 9.748472, 4.023111], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.743889, 4.0194], [9.748472, 4.023111]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;40&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00aaff&quot;, &quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;frequency&quot;: 14473.0, &quot;length&quot;: 654.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.743989, 4.0195, 9.748572, 4.023211], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.743989, 4.0195], [9.748572, 4.023211]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;41&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;frequency&quot;: 14963.0, &quot;length&quot;: 654.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.792, 4.019889, 9.805583, 4.023167], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.792, 4.023167], [9.805583, 4.019889]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;42&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0069ff&quot;, &quot;cml_id&quot;: &quot;4.021528N-9.798792E&quot;, &quot;frequency&quot;: 14935.0, &quot;length&quot;: 1551.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.7921, 4.019989, 9.805683, 4.023267], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.7921, 4.023267], [9.805683, 4.019989]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;43&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.021528N-9.798792E&quot;, &quot;frequency&quot;: 14445.0, &quot;length&quot;: 1551.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.67025, 4.022056, 9.69027, 4.02603], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.67025, 4.022056], [9.69027, 4.02603]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;44&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.024043N-9.680260E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 2266.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.72802, 4.015972, 9.738528, 4.03279], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738528, 4.015972], [9.72802, 4.03279]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;45&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;frequency&quot;: 15103.0, &quot;length&quot;: 2195.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.72812, 4.016071999999999, 9.738628, 4.03289], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.72812, 4.03289]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;46&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0095ff&quot;, &quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;frequency&quot;: 14613.0, &quot;length&quot;: 2195.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696744, 4.02012, 9.69921, 4.029381], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.69921, 4.02012]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;47&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 1060.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696844, 4.02022, 9.69931, 4.029481], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696844, 4.029481], [9.69931, 4.02022]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;48&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 1060.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.767833, 4.02125, 9.77399, 4.029], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.77399, 4.02125]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;49&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00bf&quot;, &quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;frequency&quot;: 18737.0, &quot;length&quot;: 1096.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.767933, 4.02135, 9.77409, 4.0291], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767933, 4.0291], [9.77409, 4.02135]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;50&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00e0&quot;, &quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;frequency&quot;: 17727.0, &quot;length&quot;: 1096.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.737194, 4.022139, 9.741992, 4.0284], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.737194, 4.022139], [9.741992, 4.0284]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;51&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;frequency&quot;: 14431.0, &quot;length&quot;: 874.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.737294, 4.022239, 9.742092, 4.0285], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.737294, 4.022239], [9.742092, 4.0285]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;52&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0069ff&quot;, &quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;frequency&quot;: 14921.0, &quot;length&quot;: 874.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.73325, 4.015972, 9.738528, 4.035278], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738528, 4.015972], [9.73325, 4.035278]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;53&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;frequency&quot;: 15075.0, &quot;length&quot;: 2214.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.73335, 4.016071999999999, 9.738628, 4.035378], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73335, 4.035378]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;54&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#009aff&quot;, &quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;frequency&quot;: 14585.0, &quot;length&quot;: 2214.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696744, 4.02238, 9.70976, 4.029381], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.70976, 4.02238]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;55&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 1640.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696844, 4.02248, 9.709859999999999, 4.029481], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696844, 4.029481], [9.709859999999999, 4.02248]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;56&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 1640.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.694556, 4.022917, 9.696744, 4.029381], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.694556, 4.022917]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;57&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 755.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.694656, 4.023016999999999, 9.696844, 4.029481], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696844, 4.029481], [9.694656, 4.023016999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;58&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 755.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.72684, 4.01658, 9.733028, 4.040819], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733028, 4.040819], [9.72684, 4.01658]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;59&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0095ff&quot;, &quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;frequency&quot;: 14613.0, &quot;length&quot;: 2767.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.726939999999999, 4.01668, 9.733127999999999, 4.040919], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.726939999999999, 4.01668]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;60&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;frequency&quot;: 15103.0, &quot;length&quot;: 2767.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.701944, 4.028333, 9.705139, 4.029083], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.701944, 4.029083], [9.705139, 4.028333]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;61&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff0d00&quot;, &quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;frequency&quot;: 8426.0, &quot;length&quot;: 364.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.702043999999999, 4.028433, 9.705239, 4.029183], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.705239, 4.028433]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;62&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff0003&quot;, &quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;frequency&quot;: 8307.0, &quot;length&quot;: 364.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.686417, 4.029381, 9.696744, 4.029444], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.686417, 4.029444]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;63&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 1147.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.686517, 4.029481, 9.696844, 4.029544], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696844, 4.029481], [9.686517, 4.029544]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;64&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 1147.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.701944, 4.029083, 9.709194, 4.032028], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.701944, 4.029083], [9.709194, 4.032028]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;65&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;frequency&quot;: 14963.0, &quot;length&quot;: 868.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.702043999999999, 4.029183, 9.709294, 4.032128], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.709294, 4.032128]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;66&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00aaff&quot;, &quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;frequency&quot;: 14473.0, &quot;length&quot;: 868.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.691575, 4.029381, 9.696744, 4.032433], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.691575, 4.032433]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;67&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 666.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.691675, 4.029481, 9.696844, 4.032533], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696844, 4.029481], [9.691675, 4.032533]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;68&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 666.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696744, 4.029381, 9.699417, 4.033417], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.699417, 4.033417]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;69&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 536.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696844, 4.029481, 9.699517, 4.033517], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696844, 4.029481], [9.699517, 4.033517]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;70&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 536.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.727083, 4.023444, 9.733028, 4.040819], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733028, 4.040819], [9.727083, 4.023444]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;71&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;frequency&quot;: 14445.0, &quot;length&quot;: 2032.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.727183, 4.023543999999999, 9.733127999999999, 4.040919], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.727183, 4.023543999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;72&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0069ff&quot;, &quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;frequency&quot;: 14935.0, &quot;length&quot;: 2032.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.71203, 4.032, 9.71564, 4.03312], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.71564, 4.032], [9.71203, 4.03312]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;73&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00bf&quot;, &quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;frequency&quot;: 18765.0, &quot;length&quot;: 420.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.71213, 4.0321, 9.71574, 4.03322], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.71574, 4.0321], [9.71213, 4.03322]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;74&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00e0&quot;, &quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;frequency&quot;: 17755.0, &quot;length&quot;: 420.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.755167, 4.029, 9.767833, 4.037361], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.755167, 4.037361]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;75&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 1683.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.755267, 4.0291, 9.767933, 4.0374609999999995], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767933, 4.0291], [9.755267, 4.0374609999999995]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;76&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 1683.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.691575, 4.032433, 9.691889, 4.035333], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.691575, 4.032433], [9.691889, 4.035333]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;77&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 323.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.691675, 4.032533, 9.691989, 4.035432999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.691675, 4.032533], [9.691989, 4.035432999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;78&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 323.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.77026, 4.033028, 9.774333, 4.03527], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.774333, 4.033028], [9.77026, 4.03527]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;79&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 516.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.77036, 4.033128, 9.774433, 4.0353699999999995], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.774433, 4.033128], [9.77036, 4.0353699999999995]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;80&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 516.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.725667, 4.028583, 9.733028, 4.040819], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733028, 4.040819], [9.725667, 4.028583]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;81&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#009aff&quot;, &quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;frequency&quot;: 14585.0, &quot;length&quot;: 1581.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.725767, 4.028683, 9.733127999999999, 4.040919], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.725767, 4.028683]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;82&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;frequency&quot;: 15075.0, &quot;length&quot;: 1581.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696744, 4.029381, 9.699006, 4.040886], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.699006, 4.040886]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;83&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;frequency&quot;: 14445.0, &quot;length&quot;: 1297.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696844, 4.029481, 9.699106, 4.040986], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696844, 4.029481], [9.699106, 4.040986]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;84&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0069ff&quot;, &quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;frequency&quot;: 14935.0, &quot;length&quot;: 1297.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.683883, 4.033886, 9.688056, 4.037472], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.683883, 4.033886], [9.688056, 4.037472]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;85&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00d5&quot;, &quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;frequency&quot;: 17810.0, &quot;length&quot;: 610.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.683983, 4.033986, 9.688156, 4.037572], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.683983, 4.033986], [9.688156, 4.037572]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;86&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00bf&quot;, &quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;frequency&quot;: 18820.0, &quot;length&quot;: 610.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.766222, 4.029, 9.767833, 4.046556], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.766222, 4.046556]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;87&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 1950.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.766322, 4.0291, 9.767933, 4.046656], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767933, 4.0291], [9.766322, 4.046656]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;88&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 1950.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.703794, 4.036926, 9.706106, 4.040083], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.706106, 4.040083], [9.703794, 4.036926]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;89&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 433.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.703894, 4.037026, 9.706206, 4.040183], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.706206, 4.040183], [9.703894, 4.037026]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;90&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 433.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.711917, 4.037722, 9.733028, 4.040819], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733028, 4.040819], [9.711917, 4.037722]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;91&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 2369.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.712017, 4.037821999999999, 9.733127999999999, 4.040919], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.712017, 4.037821999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;92&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 2369.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.733028, 4.038342, 9.741011, 4.040819], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733028, 4.040819], [9.741011, 4.038342]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;93&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 928.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.733127999999999, 4.038442, 9.741111, 4.040919], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.741111, 4.038442]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;94&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 928.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.699006, 4.03931, 9.70265, 4.040886], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.699006, 4.040886], [9.70265, 4.03931]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;95&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;frequency&quot;: 15075.0, &quot;length&quot;: 441.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.699106, 4.03941, 9.70275, 4.040986], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.699106, 4.040986], [9.70275, 4.03941]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;96&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#009aff&quot;, &quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;frequency&quot;: 14585.0, &quot;length&quot;: 441.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.774, 4.039278, 9.7795, 4.042306], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.774, 4.042306], [9.7795, 4.039278]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;97&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00aaff&quot;, &quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;frequency&quot;: 14473.0, &quot;length&quot;: 697.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.774099999999999, 4.039378, 9.7796, 4.042406], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.774099999999999, 4.042406], [9.7796, 4.039378]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;98&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;frequency&quot;: 14963.0, &quot;length&quot;: 697.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.686417, 4.040697, 9.689827, 4.041417], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.686417, 4.041417], [9.689827, 4.040697]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;99&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.041057N-9.688122E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 387.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.686517, 4.0407969999999995, 9.689926999999999, 4.041517], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.686517, 4.041517], [9.689926999999999, 4.0407969999999995]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;100&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.041057N-9.688122E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 387.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.754583, 4.03875, 9.762056, 4.043386], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.762056, 4.03875], [9.754583, 4.043386]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;101&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 975.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.754683, 4.03885, 9.762156, 4.043486], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.762156, 4.03885], [9.754683, 4.043486]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;102&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 975.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.728389, 4.040819, 9.733028, 4.041694], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733028, 4.040819], [9.728389, 4.041694]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;103&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 524.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.728489, 4.040919, 9.733127999999999, 4.041793999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.728489, 4.041793999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;104&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 524.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.767833, 4.029, 9.779361, 4.053694], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.779361, 4.053694]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;105&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00aaff&quot;, &quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;frequency&quot;: 14473.0, &quot;length&quot;: 3016.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.767933, 4.0291, 9.779461, 4.053794], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767933, 4.0291], [9.779461, 4.053794]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;106&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;frequency&quot;: 14963.0, &quot;length&quot;: 3016.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.733028, 4.040819, 9.747639, 4.043778], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733028, 4.040819], [9.747639, 4.043778]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;107&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#009aff&quot;, &quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;frequency&quot;: 14585.0, &quot;length&quot;: 1655.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.733127999999999, 4.040919, 9.747739, 4.043877999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.747739, 4.043877999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;108&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;frequency&quot;: 15075.0, &quot;length&quot;: 1655.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.702978, 4.028444, 9.73025, 4.056559], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.702978, 4.056559], [9.73025, 4.028444]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;109&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;frequency&quot;: 14963.0, &quot;length&quot;: 4340.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.703078, 4.028544, 9.73035, 4.056659], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.703078, 4.056659], [9.73035, 4.028544]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;110&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00aaff&quot;, &quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;frequency&quot;: 14473.0, &quot;length&quot;: 4340.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.69725, 4.040886, 9.699006, 4.04425], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.699006, 4.040886], [9.69725, 4.04425]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;111&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 420.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.69735, 4.040986, 9.699106, 4.04435], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.699106, 4.040986], [9.69735, 4.04435]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;112&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 420.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.704083, 4.04244, 9.707889, 4.043194], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.704083, 4.04244], [9.707889, 4.043194]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;113&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;frequency&quot;: 15075.0, &quot;length&quot;: 431.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.704183, 4.04254, 9.707989, 4.0432939999999995], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.704183, 4.04254], [9.707989, 4.0432939999999995]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;114&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#009aff&quot;, &quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;frequency&quot;: 14585.0, &quot;length&quot;: 431.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.686417, 4.041417, 9.688194, 4.04625], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.686417, 4.041417], [9.688194, 4.04625]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;115&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.043833N-9.687306E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 570.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.686517, 4.041517, 9.688293999999999, 4.0463499999999994], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.686517, 4.041517], [9.688293999999999, 4.0463499999999994]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;116&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.043833N-9.687306E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 570.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.700739, 4.043194, 9.707889, 4.044661], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.707889, 4.043194], [9.700739, 4.044661]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;117&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 810.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.700839, 4.0432939999999995, 9.707989, 4.044760999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.707989, 4.0432939999999995], [9.700839, 4.044760999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;118&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 810.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.72575, 4.041694, 9.728389, 4.0475], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.728389, 4.041694], [9.72575, 4.0475]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;119&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 706.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.72585, 4.041793999999999, 9.728489, 4.0476], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.728489, 4.041793999999999], [9.72585, 4.0476]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;120&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 706.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.699006, 4.040886, 9.721043, 4.048586], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.699006, 4.040886], [9.721043, 4.048586]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;121&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 2591.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.699106, 4.040986, 9.721143, 4.048686], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.699106, 4.040986], [9.721143, 4.048686]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;122&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 2591.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.71598, 4.04642, 9.721043, 4.048586], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.71598, 4.04642], [9.721043, 4.048586]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;123&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;frequency&quot;: 14487.0, &quot;length&quot;: 611.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.71608, 4.04652, 9.721143, 4.048686], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.71608, 4.04652], [9.721143, 4.048686]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;124&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;frequency&quot;: 14977.0, &quot;length&quot;: 611.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.703528, 4.044694, 9.706861, 4.051333], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.703528, 4.044694], [9.706861, 4.051333]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;125&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.048013N-9.705195E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 822.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.698333, 4.04675, 9.698917, 4.049556], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.698333, 4.049556], [9.698917, 4.04675]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;126&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00aaff&quot;, &quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;frequency&quot;: 14473.0, &quot;length&quot;: 317.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.698433, 4.04685, 9.699017, 4.049656], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.698433, 4.049656], [9.699017, 4.04685]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;127&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;frequency&quot;: 14963.0, &quot;length&quot;: 317.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.706861, 4.0465, 9.708472, 4.051333], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.706861, 4.051333], [9.708472, 4.0465]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;128&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;frequency&quot;: 14963.0, &quot;length&quot;: 564.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.706961, 4.0466, 9.708572, 4.051432999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.706961, 4.051432999999999], [9.708572, 4.0466]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;129&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00aaff&quot;, &quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;frequency&quot;: 14473.0, &quot;length&quot;: 564.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.771911, 4.049658, 9.777253, 4.050192], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.771911, 4.050192], [9.777253, 4.049658]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;130&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;frequency&quot;: 15103.0, &quot;length&quot;: 596.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.772011, 4.049758, 9.777353, 4.050292], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.772011, 4.050292], [9.777353, 4.049758]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;131&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0095ff&quot;, &quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;frequency&quot;: 14613.0, &quot;length&quot;: 596.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.739644, 4.048272, 9.741306, 4.052028], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.741306, 4.052028], [9.739644, 4.048272]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;132&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.050150N-9.740475E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 454.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.702389, 4.04825, 9.704556, 4.052444], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.702389, 4.052444], [9.704556, 4.04825]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;133&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 522.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.702489, 4.04835, 9.704656, 4.052544], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.702489, 4.052544], [9.704656, 4.04835]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;134&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 522.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.750917, 4.047389, 9.756833, 4.053667], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.756833, 4.047389]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;135&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 956.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.751017, 4.047489, 9.756933, 4.053767], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.751017, 4.053767], [9.756933, 4.047489]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;136&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 956.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.779361, 4.050472, 9.797806, 4.053694], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.779361, 4.053694], [9.797806, 4.050472]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;137&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 2079.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.779461, 4.050572, 9.797906, 4.053794], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.779461, 4.053794], [9.797906, 4.050572]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;138&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 2079.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.750917, 4.053667, 9.775889, 4.05525], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.775889, 4.05525]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;139&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff0700&quot;, &quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;frequency&quot;: 8363.0, &quot;length&quot;: 2778.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.751017, 4.053767, 9.775989, 4.05535], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.751017, 4.053767], [9.775989, 4.05535]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;140&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff1800&quot;, &quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;frequency&quot;: 8482.0, &quot;length&quot;: 2778.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.750917, 4.053667, 9.754444, 4.058167], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.754444, 4.058167]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;141&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 633.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.751017, 4.053767, 9.754544, 4.058267], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.751017, 4.053767], [9.754544, 4.058267]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;142&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 633.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.767556, 4.053639, 9.768444, 4.0585], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.768444, 4.0585], [9.767556, 4.053639]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;143&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;frequency&quot;: 14963.0, &quot;length&quot;: 546.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.767656, 4.053739, 9.768544, 4.0586], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.768544, 4.0586], [9.767656, 4.053739]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;144&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00aaff&quot;, &quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;frequency&quot;: 14473.0, &quot;length&quot;: 546.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738694, 4.054186, 9.745611, 4.058056], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738694, 4.058056], [9.745611, 4.054186]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;145&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 879.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738794, 4.054285999999999, 9.745711, 4.058155999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738794, 4.058155999999999], [9.745711, 4.054285999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;146&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 879.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.743528, 4.053667, 9.750917, 4.059611], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.743528, 4.059611]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;147&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 1051.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.743628, 4.053767, 9.751017, 4.059711], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.751017, 4.053767], [9.743628, 4.059711]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;148&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 1051.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.726194, 4.053667, 9.750917, 4.060028], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.726194, 4.060028], [9.750917, 4.053667]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;149&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00ff66&quot;, &quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;frequency&quot;: 12765.0, &quot;length&quot;: 2834.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.726294, 4.053767, 9.751017, 4.060128], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.726294, 4.060128], [9.751017, 4.053767]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;150&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00ff8c&quot;, &quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;frequency&quot;: 13031.0, &quot;length&quot;: 2834.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.726393999999999, 4.053867, 9.751116999999999, 4.060228], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.726393999999999, 4.060228], [9.751116999999999, 4.053867]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;151&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00ff66&quot;, &quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;frequency&quot;: 12765.0, &quot;length&quot;: 2834.0, &quot;sublink_id&quot;: &quot;1_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.726493999999999, 4.053967, 9.751216999999999, 4.060328], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.726493999999999, 4.060328], [9.751216999999999, 4.053967]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;152&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00ff8c&quot;, &quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;frequency&quot;: 13031.0, &quot;length&quot;: 2834.0, &quot;sublink_id&quot;: &quot;1_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.726594, 4.054067, 9.751317, 4.060428], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.726594, 4.060428], [9.751317, 4.054067]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;153&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00ff6c&quot;, &quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;frequency&quot;: 12793.0, &quot;length&quot;: 2834.0, &quot;sublink_id&quot;: &quot;2_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.726694, 4.054167, 9.751417, 4.060528], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.726694, 4.060528], [9.751417, 4.054167]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;154&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00ff91&quot;, &quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;frequency&quot;: 13059.0, &quot;length&quot;: 2834.0, &quot;sublink_id&quot;: &quot;2_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.734028, 4.053667, 9.750917, 4.06025], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.734028, 4.06025]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;155&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 2012.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.734128, 4.053767, 9.751017, 4.06035], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.751017, 4.053767], [9.734128, 4.06035]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;156&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 2012.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.763167, 4.056417, 9.768444, 4.0585], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.768444, 4.0585], [9.763167, 4.056417]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;157&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 630.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.763266999999999, 4.0565169999999995, 9.768544, 4.0586], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.768544, 4.0586], [9.763266999999999, 4.0565169999999995]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;158&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 630.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.750917, 4.053667, 9.786861, 4.062806], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.786861, 4.062806]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;159&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0095ff&quot;, &quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;frequency&quot;: 14613.0, &quot;length&quot;: 4117.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.751017, 4.053767, 9.786961, 4.062906], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.751017, 4.053767], [9.786961, 4.062906]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;160&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;frequency&quot;: 15103.0, &quot;length&quot;: 4117.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.714664, 4.053242, 9.720853, 4.06425], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714664, 4.06425], [9.720853, 4.053242]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;161&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff1200&quot;, &quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;frequency&quot;: 8468.0, &quot;length&quot;: 1398.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.714764, 4.053342, 9.720953, 4.06435], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714764, 4.06435], [9.720953, 4.053342]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;162&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff0200&quot;, &quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;frequency&quot;: 8349.0, &quot;length&quot;: 1398.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.750917, 4.053667, 9.75311, 4.064069], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.75311, 4.064069]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;163&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 1176.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.751017, 4.053767, 9.75321, 4.064169], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.751017, 4.053767], [9.75321, 4.064169]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;164&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 1176.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.750917, 4.053667, 9.767778, 4.064361], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.767778, 4.064361]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;165&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 2214.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.751017, 4.053767, 9.767878, 4.064461], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.751017, 4.053767], [9.767878, 4.064461]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;166&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 2214.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.708444, 4.058638, 9.715412, 4.060333], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.708444, 4.060333], [9.715412, 4.058638]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;167&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0095ff&quot;, &quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;frequency&quot;: 14613.0, &quot;length&quot;: 796.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.708544, 4.058738, 9.715512, 4.060433], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.708544, 4.060433], [9.715512, 4.058738]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;168&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;frequency&quot;: 15103.0, &quot;length&quot;: 796.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.750917, 4.053667, 9.759558, 4.066322], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.759558, 4.066322]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;169&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00aaff&quot;, &quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;frequency&quot;: 14473.0, &quot;length&quot;: 1697.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.751017, 4.053767, 9.759658, 4.066422], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.751017, 4.053767], [9.759658, 4.066422]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;170&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;frequency&quot;: 14963.0, &quot;length&quot;: 1697.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.768444, 4.0585, 9.777639, 4.063131], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.768444, 4.0585], [9.777639, 4.063131]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;171&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 1142.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.768544, 4.0586, 9.777739, 4.063231], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.768544, 4.0586], [9.777739, 4.063231]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;172&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 1142.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.743528, 4.059611, 9.74569, 4.06356], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.743528, 4.059611], [9.74569, 4.06356]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;173&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00bf&quot;, &quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;frequency&quot;: 18738.0, &quot;length&quot;: 498.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.743628, 4.059711, 9.74579, 4.06366], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.743628, 4.059711], [9.74579, 4.06366]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;174&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00e0&quot;, &quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;frequency&quot;: 17728.0, &quot;length&quot;: 498.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.704333, 4.059583, 9.706333, 4.065972], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.704333, 4.059583], [9.706333, 4.065972]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;175&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;frequency&quot;: 15075.0, &quot;length&quot;: 741.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.704433, 4.059683, 9.706433, 4.066072], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.704433, 4.059683], [9.706433, 4.066072]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;176&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#009aff&quot;, &quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;frequency&quot;: 14585.0, &quot;length&quot;: 741.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.714664, 4.061556, 9.719389, 4.06425], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714664, 4.06425], [9.719389, 4.061556]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;177&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#009aff&quot;, &quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;frequency&quot;: 14585.0, &quot;length&quot;: 603.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.714764, 4.061656, 9.719489, 4.06435], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714764, 4.06435], [9.719489, 4.061656]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;178&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;frequency&quot;: 15075.0, &quot;length&quot;: 603.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.759558, 4.062528, 9.76425, 4.066322], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.759558, 4.066322], [9.76425, 4.062528]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;179&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;frequency&quot;: 14963.0, &quot;length&quot;: 669.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.759658, 4.062628, 9.76435, 4.066422], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.759658, 4.066422], [9.76435, 4.062628]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;180&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00aaff&quot;, &quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;frequency&quot;: 14473.0, &quot;length&quot;: 669.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.710083, 4.063917, 9.71287, 4.06688], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.710083, 4.063917], [9.71287, 4.06688]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;181&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 451.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.710182999999999, 4.064017, 9.71297, 4.06698], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.710182999999999, 4.064017], [9.71297, 4.06698]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;182&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 451.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.79152, 4.065848, 9.799722, 4.06725], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.79152, 4.065848], [9.799722, 4.06725]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;183&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 924.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.79162, 4.065948, 9.799821999999999, 4.067349999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.79162, 4.065948], [9.799821999999999, 4.067349999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;184&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 924.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.714664, 4.06425, 9.72547, 4.07139], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714664, 4.06425], [9.72547, 4.07139]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;185&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 1436.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.714764, 4.06435, 9.72557, 4.07149], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714764, 4.06435], [9.72557, 4.07149]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;186&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 1436.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.722972, 4.065667, 9.729139, 4.071389], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.722972, 4.065667], [9.729139, 4.071389]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;187&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 932.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.723072, 4.065767, 9.729239, 4.071489], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.723072, 4.065767], [9.729239, 4.071489]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;188&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 932.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.71287, 4.06688, 9.714869, 4.071278], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714869, 4.071278], [9.71287, 4.06688]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;189&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;frequency&quot;: 14963.0, &quot;length&quot;: 535.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.71297, 4.06698, 9.714969, 4.071378], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714969, 4.071378], [9.71297, 4.06698]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;190&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00aaff&quot;, &quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;frequency&quot;: 14473.0, &quot;length&quot;: 535.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.72547, 4.071389, 9.729139, 4.07139], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.729139, 4.071389], [9.72547, 4.07139]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;191&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;frequency&quot;: 14445.0, &quot;length&quot;: 407.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.72557, 4.071489, 9.729239, 4.07149], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.729239, 4.071489], [9.72557, 4.07149]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;192&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0069ff&quot;, &quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;frequency&quot;: 14935.0, &quot;length&quot;: 407.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.736111, 4.072222, 9.742681, 4.072661], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.736111, 4.072222], [9.742681, 4.072661]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;193&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;frequency&quot;: 14445.0, &quot;length&quot;: 731.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.736210999999999, 4.072322, 9.742780999999999, 4.072761], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.736210999999999, 4.072322], [9.742780999999999, 4.072761]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;194&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0069ff&quot;, &quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;frequency&quot;: 14935.0, &quot;length&quot;: 731.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.76925, 4.071639, 9.774, 4.073367], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.76925, 4.071639], [9.774, 4.073367]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;195&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 561.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.76935, 4.071739, 9.774099999999999, 4.073467], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.76935, 4.071739], [9.774099999999999, 4.073467]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;196&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 561.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.714664, 4.06425, 9.721058, 4.084075], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714664, 4.06425], [9.721058, 4.084075]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;197&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0095ff&quot;, &quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;frequency&quot;: 14613.0, &quot;length&quot;: 2304.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.714764, 4.06435, 9.721157999999999, 4.084175], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714764, 4.06435], [9.721157999999999, 4.084175]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;198&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;frequency&quot;: 15103.0, &quot;length&quot;: 2304.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745583, 4.07475, 9.761667, 4.074778], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761667, 4.074778], [9.745583, 4.07475]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;199&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 1786.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745683, 4.07485, 9.761766999999999, 4.074878], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.745683, 4.07485]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;200&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 1786.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.719417, 4.070306, 9.719639, 4.079889], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.719639, 4.070306], [9.719417, 4.079889]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;201&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 1060.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.719517, 4.070406, 9.719739, 4.079988999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.719739, 4.070406], [9.719517, 4.079988999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;202&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 1060.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.781778, 4.069972, 9.786083, 4.0817], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786083, 4.0817], [9.781778, 4.069972]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;203&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 1382.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.781877999999999, 4.070072, 9.786183, 4.081799999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.781877999999999, 4.070072]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;204&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 1382.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.75645, 4.074778, 9.761667, 4.07833], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761667, 4.074778], [9.75645, 4.07833]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;205&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00e0&quot;, &quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;frequency&quot;: 17728.0, &quot;length&quot;: 700.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.756549999999999, 4.074878, 9.761766999999999, 4.07843], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.756549999999999, 4.07843]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;206&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00bf&quot;, &quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;frequency&quot;: 18738.0, &quot;length&quot;: 700.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.719417, 4.07625, 9.721778, 4.079889], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.719417, 4.079889], [9.721778, 4.07625]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;207&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0069ff&quot;, &quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;frequency&quot;: 14935.0, &quot;length&quot;: 480.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.719517, 4.07635, 9.721878, 4.079988999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.719517, 4.079988999999999], [9.721878, 4.07635]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;208&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;frequency&quot;: 14445.0, &quot;length&quot;: 480.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745583, 4.07475, 9.756825, 4.081867], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.756825, 4.081867], [9.745583, 4.07475]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;209&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 1476.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745683, 4.07485, 9.756924999999999, 4.081967], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.756924999999999, 4.081967], [9.745683, 4.07485]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;210&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 1476.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.786083, 4.076722, 9.801611, 4.0817], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786083, 4.0817], [9.801611, 4.076722]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;211&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 1810.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.786183, 4.076822, 9.801711, 4.081799999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.801711, 4.076822]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;212&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 1810.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.742681, 4.072661, 9.752944, 4.085936], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.752944, 4.085936], [9.742681, 4.072661]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;213&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;frequency&quot;: 14445.0, &quot;length&quot;: 1858.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.742780999999999, 4.072761, 9.753044, 4.086036], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.753044, 4.086036], [9.742780999999999, 4.072761]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;214&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0069ff&quot;, &quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;frequency&quot;: 14935.0, &quot;length&quot;: 1858.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.752944, 4.073367, 9.774, 4.085936], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.752944, 4.085936], [9.774, 4.073367]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;215&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 2720.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.753044, 4.073467, 9.774099999999999, 4.086036], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.753044, 4.086036], [9.774099999999999, 4.073467]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;216&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 2720.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.786083, 4.07844, 9.79339, 4.0817], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786083, 4.0817], [9.79339, 4.07844]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;217&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00d5&quot;, &quot;cml_id&quot;: &quot;4.080070N-9.789737E&quot;, &quot;frequency&quot;: 17838.0, &quot;length&quot;: 888.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.786183, 4.078539999999999, 9.79349, 4.081799999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.79349, 4.078539999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;218&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00bf&quot;, &quot;cml_id&quot;: &quot;4.080070N-9.789737E&quot;, &quot;frequency&quot;: 18848.0, &quot;length&quot;: 888.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.752944, 4.074861, 9.753278, 4.085936], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.752944, 4.085936], [9.753278, 4.074861]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;219&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff1200&quot;, &quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;frequency&quot;: 8468.0, &quot;length&quot;: 1225.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.753044, 4.074961, 9.753378, 4.086036], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.753044, 4.086036], [9.753378, 4.074961]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;220&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff0200&quot;, &quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;frequency&quot;: 8349.0, &quot;length&quot;: 1225.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.756825, 4.081441, 9.765535, 4.081867], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.765535, 4.081441], [9.756825, 4.081867]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;221&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 968.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.756924999999999, 4.081541, 9.765635, 4.081967], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.765635, 4.081541], [9.756924999999999, 4.081967]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;222&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 968.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.786083, 4.0817, 9.7949, 4.08393], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786083, 4.0817], [9.7949, 4.08393]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;223&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0069ff&quot;, &quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;frequency&quot;: 14935.0, &quot;length&quot;: 1010.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.786183, 4.081799999999999, 9.795, 4.084029999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.795, 4.084029999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;224&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;frequency&quot;: 14445.0, &quot;length&quot;: 1010.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.77848, 4.0817, 9.786083, 4.08438], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786083, 4.0817], [9.77848, 4.08438]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;225&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 895.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.77858, 4.081799999999999, 9.786183, 4.08448], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.77858, 4.08448]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;226&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 895.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.751769, 4.074778, 9.761667, 4.093194], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761667, 4.074778], [9.751769, 4.093194]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;227&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 2314.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.751869, 4.074878, 9.761766999999999, 4.093294], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.751869, 4.093294]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;228&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 2314.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.728889, 4.083056, 9.752944, 4.085936], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.752944, 4.085936], [9.728889, 4.083056]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;229&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff0d00&quot;, &quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;frequency&quot;: 8426.0, &quot;length&quot;: 2690.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.728989, 4.083156, 9.753044, 4.086036], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.753044, 4.086036], [9.728989, 4.083156]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;230&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff0003&quot;, &quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;frequency&quot;: 8307.0, &quot;length&quot;: 2690.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738306, 4.083528, 9.752944, 4.085936], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.752944, 4.085936], [9.738306, 4.083528]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;231&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 1647.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738406, 4.083628, 9.753044, 4.086036], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.753044, 4.086036], [9.738406, 4.083628]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;232&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 1647.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.783583, 4.0817, 9.786083, 4.089889], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786083, 4.0817], [9.783583, 4.089889]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;233&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;frequency&quot;: 14963.0, &quot;length&quot;: 947.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.783683, 4.081799999999999, 9.786183, 4.089989], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.783683, 4.089989]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;234&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00aaff&quot;, &quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;frequency&quot;: 14473.0, &quot;length&quot;: 947.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.743333, 4.074778, 9.761667, 4.097333], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761667, 4.074778], [9.743333, 4.097333]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;235&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff1200&quot;, &quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;frequency&quot;: 8468.0, &quot;length&quot;: 3219.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.743433, 4.074878, 9.761766999999999, 4.097433], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.743433, 4.097433]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;236&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff0200&quot;, &quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;frequency&quot;: 8349.0, &quot;length&quot;: 3219.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.752944, 4.085936, 9.76601, 4.08663], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.752944, 4.085936], [9.76601, 4.08663]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;237&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 1453.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.753044, 4.086036, 9.76611, 4.08673], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.753044, 4.086036], [9.76611, 4.08673]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;238&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 1453.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.786083, 4.0817, 9.808667, 4.091389], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786083, 4.0817], [9.808667, 4.091389]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;239&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 2727.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.786183, 4.081799999999999, 9.808767, 4.091489], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.808767, 4.091489]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;240&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 2727.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.752944, 4.085936, 9.758611, 4.090833], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.752944, 4.085936], [9.758611, 4.090833]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;241&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#009aff&quot;, &quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;frequency&quot;: 14585.0, &quot;length&quot;: 830.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.753044, 4.086036, 9.758711, 4.090933], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.753044, 4.086036], [9.758711, 4.090933]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;242&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;frequency&quot;: 15075.0, &quot;length&quot;: 830.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.73381, 4.08679, 9.736042, 4.091278], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.73381, 4.08679], [9.736042, 4.091278]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;243&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00e0&quot;, &quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;frequency&quot;: 17728.0, &quot;length&quot;: 555.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.73391, 4.0868899999999995, 9.736142, 4.091378], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.73391, 4.0868899999999995], [9.736142, 4.091378]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;244&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00bf&quot;, &quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;frequency&quot;: 18738.0, &quot;length&quot;: 555.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.744, 4.074778, 9.761667, 4.104861], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761667, 4.074778], [9.744, 4.104861]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;245&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 3862.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.7441, 4.074878, 9.761766999999999, 4.104960999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.7441, 4.104960999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;246&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 3862.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.764367, 4.08663, 9.76601, 4.0945], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.76601, 4.08663], [9.764367, 4.0945]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;247&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 889.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.764467, 4.08673, 9.76611, 4.0946], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.76611, 4.08673], [9.764467, 4.0946]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;248&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 889.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.729444, 4.091278, 9.736042, 4.091944], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.729444, 4.091944], [9.736042, 4.091278]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;249&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#009aff&quot;, &quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;frequency&quot;: 14585.0, &quot;length&quot;: 736.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.729544, 4.091378, 9.736142, 4.092044], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.729544, 4.092044], [9.736142, 4.091378]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;250&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;frequency&quot;: 15075.0, &quot;length&quot;: 736.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.74168, 4.09393, 9.743333, 4.097333], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.74168, 4.09393], [9.743333, 4.097333]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;251&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 419.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.74178, 4.09403, 9.743433, 4.097433], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.74178, 4.09403], [9.743433, 4.097433]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;252&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 419.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}], &quot;type&quot;: &quot;FeatureCollection&quot;});
&#10;        
    &#10;    geo_json_edbe24afafd2f6c7384b1a363c342118.bindTooltip(
    function(layer){
    let div = L.DomUtil.create(&#x27;div&#x27;);
    &#10;    let handleObject = feature =&gt; {
        if (feature === null) {
            return &#x27;&#x27;;
        } else if (typeof(feature)==&#x27;object&#x27;) {
            return JSON.stringify(feature);
        } else {
            return feature;
        }
    }
    let fields = [&quot;cml_id&quot;, &quot;sublink_id&quot;, &quot;frequency&quot;, &quot;transmitter&quot;, &quot;length&quot;];
    let aliases = [&quot;cml_id&quot;, &quot;sublink_id&quot;, &quot;frequency&quot;, &quot;transmitter&quot;, &quot;length&quot;];
    let table = &#x27;&lt;table&gt;&#x27; +
        String(
        fields.map(
        (v,i)=&gt;
        `&lt;tr&gt;
            &lt;th&gt;${aliases[i]}&lt;/th&gt;
            &#10;            &lt;td&gt;${handleObject(layer.feature.properties[v])}&lt;/td&gt;
        &lt;/tr&gt;`).join(&#x27;&#x27;))
    +&#x27;&lt;/table&gt;&#x27;;
    div.innerHTML=table;
    &#10;    return div
    }
    ,{
  &quot;sticky&quot;: true,
  &quot;className&quot;: &quot;foliumtooltip&quot;,
});
                     &#10;    
            geo_json_edbe24afafd2f6c7384b1a363c342118.addTo(map_281f7c370c6205246abf28acfa1f043f);
        &#10;    
    var color_map_ebf671be3a78e48bb06aa7481716e3f1 = {};
&#10;    
    color_map_ebf671be3a78e48bb06aa7481716e3f1.color = d3.scale.threshold()
              .domain([8000.0, 8020.040080160321, 8040.080160320641, 8060.120240480962, 8080.160320641283, 8100.200400801603, 8120.240480961924, 8140.280561122245, 8160.320641282565, 8180.360721442886, 8200.400801603206, 8220.440881763527, 8240.480961923848, 8260.521042084169, 8280.56112224449, 8300.60120240481, 8320.64128256513, 8340.68136272545, 8360.721442885771, 8380.761523046092, 8400.801603206413, 8420.841683366734, 8440.881763527053, 8460.921843687374, 8480.961923847695, 8501.002004008016, 8521.042084168337, 8541.082164328658, 8561.122244488977, 8581.162324649298, 8601.20240480962, 8621.24248496994, 8641.282565130261, 8661.322645290582, 8681.362725450901, 8701.402805611222, 8721.442885771543, 8741.482965931864, 8761.523046092185, 8781.563126252506, 8801.603206412825, 8821.643286573146, 8841.683366733467, 8861.723446893788, 8881.763527054109, 8901.80360721443, 8921.843687374749, 8941.88376753507, 8961.92384769539, 8981.963927855712, 9002.004008016032, 9022.044088176353, 9042.084168336674, 9062.124248496993, 9082.164328657314, 9102.204408817635, 9122.244488977956, 9142.284569138277, 9162.324649298596, 9182.364729458917, 9202.404809619238, 9222.44488977956, 9242.48496993988, 9262.525050100201, 9282.565130260522, 9302.605210420841, 9322.645290581162, 9342.685370741483, 9362.725450901804, 9382.765531062125, 9402.805611222444, 9422.845691382765, 9442.885771543086, 9462.925851703407, 9482.965931863728, 9503.006012024049, 9523.04609218437, 9543.086172344689, 9563.12625250501, 9583.16633266533, 9603.206412825652, 9623.246492985973, 9643.286573146292, 9663.326653306613, 9683.366733466934, 9703.406813627254, 9723.446893787575, 9743.486973947896, 9763.527054108217, 9783.567134268536, 9803.607214428857, 9823.647294589178, 9843.6873747495, 9863.72745490982, 9883.76753507014, 9903.80761523046, 9923.847695390781, 9943.887775551102, 9963.927855711423, 9983.967935871744, 10004.008016032065, 10024.048096192384, 10044.088176352705, 10064.128256513026, 10084.168336673347, 10104.208416833668, 10124.248496993987, 10144.288577154308, 10164.328657314629, 10184.36873747495, 10204.40881763527, 10224.448897795592, 10244.488977955913, 10264.529058116234, 10284.569138276553, 10304.609218436874, 10324.649298597195, 10344.689378757515, 10364.729458917835, 10384.769539078156, 10404.809619238476, 10424.849699398797, 10444.889779559118, 10464.92985971944, 10484.96993987976, 10505.010020040081, 10525.0501002004, 10545.090180360721, 10565.130260521042, 10585.170340681363, 10605.210420841684, 10625.250501002003, 10645.290581162324, 10665.330661322645, 10685.370741482966, 10705.410821643287, 10725.450901803608, 10745.490981963929, 10765.531062124248, 10785.571142284569, 10805.61122244489, 10825.65130260521, 10845.691382765532, 10865.73146292585, 10885.771543086172, 10905.811623246493, 10925.851703406814, 10945.891783567135, 10965.931863727455, 10985.971943887776, 11006.012024048096, 11026.052104208416, 11046.092184368737, 11066.132264529058, 11086.17234468938, 11106.212424849698, 11126.25250501002, 11146.29258517034, 11166.332665330661, 11186.372745490982, 11206.412825651303, 11226.452905811624, 11246.492985971945, 11266.533066132264, 11286.573146292585, 11306.613226452906, 11326.653306613227, 11346.693386773546, 11366.733466933867, 11386.773547094188, 11406.813627254509, 11426.85370741483, 11446.89378757515, 11466.933867735472, 11486.973947895793, 11507.014028056112, 11527.054108216433, 11547.094188376754, 11567.134268537075, 11587.174348697394, 11607.214428857715, 11627.254509018036, 11647.294589178357, 11667.334669338677, 11687.374749498998, 11707.41482965932, 11727.45490981964, 11747.49498997996, 11767.53507014028, 11787.575150300601, 11807.615230460922, 11827.655310621241, 11847.695390781562, 11867.735470941883, 11887.775551102204, 11907.815631262525, 11927.855711422846, 11947.895791583167, 11967.935871743488, 11987.975951903807, 12008.016032064128, 12028.056112224449, 12048.09619238477, 12068.13627254509, 12088.17635270541, 12108.21643286573, 12128.256513026052, 12148.296593186373, 12168.336673346694, 12188.376753507015, 12208.416833667336, 12228.456913827657, 12248.496993987976, 12268.537074148297, 12288.577154308618, 12308.617234468937, 12328.657314629258, 12348.697394789579, 12368.7374749499, 12388.77755511022, 12408.817635270541, 12428.857715430862, 12448.897795591183, 12468.937875751504, 12488.977955911823, 12509.018036072144, 12529.058116232465, 12549.098196392784, 12569.138276553105, 12589.178356713426, 12609.218436873747, 12629.258517034068, 12649.298597194389, 12669.33867735471, 12689.37875751503, 12709.418837675352, 12729.458917835671, 12749.498997995992, 12769.539078156313, 12789.579158316632, 12809.619238476953, 12829.659318637274, 12849.699398797595, 12869.739478957916, 12889.779559118237, 12909.819639278558, 12929.859719438879, 12949.8997995992, 12969.939879759519, 12989.97995991984, 13010.02004008016, 13030.060120240481, 13050.1002004008, 13070.140280561121, 13090.180360721442, 13110.220440881763, 13130.260521042084, 13150.300601202405, 13170.340681362726, 13190.380761523047, 13210.420841683368, 13230.460921843687, 13250.501002004008, 13270.541082164329, 13290.581162324648, 13310.62124248497, 13330.66132264529, 13350.701402805611, 13370.741482965932, 13390.781563126253, 13410.821643286574, 13430.861723446895, 13450.901803607216, 13470.941883767535, 13490.981963927856, 13511.022044088177, 13531.062124248496, 13551.102204408817, 13571.142284569138, 13591.182364729459, 13611.22244488978, 13631.2625250501, 13651.302605210421, 13671.342685370742, 13691.382765531063, 13711.422845691382, 13731.462925851703, 13751.503006012024, 13771.543086172343, 13791.583166332664, 13811.623246492985, 13831.663326653306, 13851.703406813627, 13871.743486973948, 13891.78356713427, 13911.82364729459, 13931.863727454911, 13951.90380761523, 13971.943887775551, 13991.983967935872, 14012.024048096191, 14032.064128256512, 14052.104208416833, 14072.144288577154, 14092.184368737475, 14112.224448897796, 14132.264529058117, 14152.304609218438, 14172.344689378759, 14192.384769539078, 14212.424849699399, 14232.46492985972, 14252.505010020039, 14272.54509018036, 14292.58517034068, 14312.625250501002, 14332.665330661323, 14352.705410821643, 14372.745490981964, 14392.785571142285, 14412.825651302606, 14432.865731462927, 14452.905811623246, 14472.945891783567, 14492.985971943888, 14513.026052104207, 14533.066132264528, 14553.10621242485, 14573.14629258517, 14593.186372745491, 14613.226452905812, 14633.266533066133, 14653.306613226454, 14673.346693386775, 14693.386773547094, 14713.426853707415, 14733.466933867736, 14753.507014028055, 14773.547094188376, 14793.587174348697, 14813.627254509018, 14833.667334669339, 14853.70741482966, 14873.74749498998, 14893.787575150302, 14913.827655310623, 14933.867735470942, 14953.907815631263, 14973.947895791584, 14993.987975951903, 15014.028056112224, 15034.068136272545, 15054.108216432865, 15074.148296593186, 15094.188376753507, 15114.228456913828, 15134.26853707415, 15154.30861723447, 15174.34869739479, 15194.38877755511, 15214.428857715431, 15234.46893787575, 15254.509018036071, 15274.549098196392, 15294.589178356713, 15314.629258517034, 15334.669338677355, 15354.709418837676, 15374.749498997997, 15394.789579158318, 15414.829659318637, 15434.869739478958, 15454.909819639279, 15474.949899799598, 15494.989979959919, 15515.03006012024, 15535.07014028056, 15555.110220440882, 15575.150300601203, 15595.190380761524, 15615.230460921844, 15635.270541082165, 15655.310621242485, 15675.350701402805, 15695.390781563126, 15715.430861723446, 15735.470941883766, 15755.511022044087, 15775.551102204408, 15795.59118236473, 15815.63126252505, 15835.671342685371, 15855.711422845692, 15875.751503006013, 15895.791583166334, 15915.831663326653, 15935.871743486974, 15955.911823647295, 15975.951903807614, 15995.991983967935, 16016.032064128256, 16036.072144288577, 16056.112224448898, 16076.152304609219, 16096.19238476954, 16116.23246492986, 16136.272545090182, 16156.3126252505, 16176.352705410822, 16196.392785571143, 16216.432865731464, 16236.472945891783, 16256.513026052104, 16276.553106212425, 16296.593186372746, 16316.633266533066, 16336.673346693387, 16356.713426853707, 16376.753507014027, 16396.793587174347, 16416.83366733467, 16436.87374749499, 16456.913827655313, 16476.95390781563, 16496.99398797595, 16517.034068136272, 16537.074148296593, 16557.114228456914, 16577.154308617235, 16597.194388777556, 16617.234468937873, 16637.274549098198, 16657.314629258515, 16677.35470941884, 16697.394789579157, 16717.43486973948, 16737.4749498998, 16757.51503006012, 16777.55511022044, 16797.59519038076, 16817.635270541083, 16837.675350701404, 16857.715430861725, 16877.755511022042, 16897.795591182366, 16917.835671342684, 16937.87575150301, 16957.915831663326, 16977.955911823647, 16997.995991983968, 17018.03607214429, 17038.07615230461, 17058.11623246493, 17078.15631262525, 17098.19639278557, 17118.236472945893, 17138.27655310621, 17158.316633266535, 17178.356713426852, 17198.396793587177, 17218.436873747494, 17238.476953907815, 17258.517034068136, 17278.557114228457, 17298.597194388778, 17318.6372745491, 17338.67735470942, 17358.717434869737, 17378.75751503006, 17398.79759519038, 17418.837675350704, 17438.87775551102, 17458.917835671342, 17478.957915831663, 17498.997995991984, 17519.038076152305, 17539.078156312626, 17559.118236472947, 17579.158316633264, 17599.19839679359, 17619.238476953906, 17639.27855711423, 17659.318637274548, 17679.358717434872, 17699.39879759519, 17719.43887775551, 17739.47895791583, 17759.519038076152, 17779.559118236473, 17799.599198396794, 17819.639278557115, 17839.679358717432, 17859.719438877757, 17879.759519038074, 17899.7995991984, 17919.839679358716, 17939.879759519037, 17959.919839679358, 17979.95991983968, 18000.0])
              .range([&#x27;#ff0029ff&#x27;, &#x27;#ff0026ff&#x27;, &#x27;#ff0023ff&#x27;, &#x27;#ff0020ff&#x27;, &#x27;#ff001dff&#x27;, &#x27;#ff001bff&#x27;, &#x27;#ff0018ff&#x27;, &#x27;#ff0015ff&#x27;, &#x27;#ff0012ff&#x27;, &#x27;#ff0010ff&#x27;, &#x27;#ff000dff&#x27;, &#x27;#ff000aff&#x27;, &#x27;#ff0008ff&#x27;, &#x27;#ff0005ff&#x27;, &#x27;#ff0002ff&#x27;, &#x27;#ff0101ff&#x27;, &#x27;#ff0200ff&#x27;, &#x27;#ff0500ff&#x27;, &#x27;#ff0800ff&#x27;, &#x27;#ff0b00ff&#x27;, &#x27;#ff0e00ff&#x27;, &#x27;#ff1000ff&#x27;, &#x27;#ff1300ff&#x27;, &#x27;#ff1600ff&#x27;, &#x27;#ff1900ff&#x27;, &#x27;#ff1b00ff&#x27;, &#x27;#ff1e00ff&#x27;, &#x27;#ff2100ff&#x27;, &#x27;#ff2300ff&#x27;, &#x27;#ff2700ff&#x27;, &#x27;#ff2900ff&#x27;, &#x27;#ff2c00ff&#x27;, &#x27;#ff2f00ff&#x27;, &#x27;#ff3200ff&#x27;, &#x27;#ff3500ff&#x27;, &#x27;#ff3700ff&#x27;, &#x27;#ff3a00ff&#x27;, &#x27;#ff3c00ff&#x27;, &#x27;#ff3f00ff&#x27;, &#x27;#ff4200ff&#x27;, &#x27;#ff4500ff&#x27;, &#x27;#ff4800ff&#x27;, &#x27;#ff4b00ff&#x27;, &#x27;#ff4e00ff&#x27;, &#x27;#ff5000ff&#x27;, &#x27;#ff5300ff&#x27;, &#x27;#ff5500ff&#x27;, &#x27;#ff5800ff&#x27;, &#x27;#ff5b00ff&#x27;, &#x27;#ff5e00ff&#x27;, &#x27;#ff6100ff&#x27;, &#x27;#ff6300ff&#x27;, &#x27;#ff6600ff&#x27;, &#x27;#ff6900ff&#x27;, &#x27;#ff6c00ff&#x27;, &#x27;#ff6e00ff&#x27;, &#x27;#ff7100ff&#x27;, &#x27;#ff7400ff&#x27;, &#x27;#ff7700ff&#x27;, &#x27;#ff7a00ff&#x27;, &#x27;#ff7c00ff&#x27;, &#x27;#ff7f00ff&#x27;, &#x27;#ff8200ff&#x27;, &#x27;#ff8500ff&#x27;, &#x27;#ff8800ff&#x27;, &#x27;#ff8a00ff&#x27;, &#x27;#ff8d00ff&#x27;, &#x27;#ff8f00ff&#x27;, &#x27;#ff9300ff&#x27;, &#x27;#ff9500ff&#x27;, &#x27;#ff9800ff&#x27;, &#x27;#ff9b00ff&#x27;, &#x27;#ff9e00ff&#x27;, &#x27;#ffa100ff&#x27;, &#x27;#ffa300ff&#x27;, &#x27;#ffa600ff&#x27;, &#x27;#ffa800ff&#x27;, &#x27;#ffab00ff&#x27;, &#x27;#ffae00ff&#x27;, &#x27;#ffb100ff&#x27;, &#x27;#ffb400ff&#x27;, &#x27;#ffb700ff&#x27;, &#x27;#ffba00ff&#x27;, &#x27;#ffbc00ff&#x27;, &#x27;#ffbf00ff&#x27;, &#x27;#ffc100ff&#x27;, &#x27;#ffc400ff&#x27;, &#x27;#ffc700ff&#x27;, &#x27;#ffca00ff&#x27;, &#x27;#ffcd00ff&#x27;, &#x27;#ffcf00ff&#x27;, &#x27;#ffd200ff&#x27;, &#x27;#ffd500ff&#x27;, &#x27;#ffd800ff&#x27;, &#x27;#ffdb00ff&#x27;, &#x27;#ffde00ff&#x27;, &#x27;#ffe100ff&#x27;, &#x27;#ffe300ff&#x27;, &#x27;#ffe600ff&#x27;, &#x27;#ffe800ff&#x27;, &#x27;#ffeb00ff&#x27;, &#x27;#ffee00ff&#x27;, &#x27;#fff100ff&#x27;, &#x27;#fff400ff&#x27;, &#x27;#fff600ff&#x27;, &#x27;#fff900ff&#x27;, &#x27;#fffc00ff&#x27;, &#x27;#fffe00ff&#x27;, &#x27;#feff00ff&#x27;, &#x27;#fbff00ff&#x27;, &#x27;#f8ff00ff&#x27;, &#x27;#f5ff00ff&#x27;, &#x27;#f2ff00ff&#x27;, &#x27;#f0ff00ff&#x27;, &#x27;#edff00ff&#x27;, &#x27;#eaff00ff&#x27;, &#x27;#e7ff00ff&#x27;, &#x27;#e4ff00ff&#x27;, &#x27;#e2ff00ff&#x27;, &#x27;#dfff00ff&#x27;, &#x27;#dcff00ff&#x27;, &#x27;#d9ff00ff&#x27;, &#x27;#d7ff00ff&#x27;, &#x27;#d4ff00ff&#x27;, &#x27;#d1ff00ff&#x27;, &#x27;#ceff00ff&#x27;, &#x27;#cbff00ff&#x27;, &#x27;#c9ff00ff&#x27;, &#x27;#c6ff00ff&#x27;, &#x27;#c4ff00ff&#x27;, &#x27;#c1ff00ff&#x27;, &#x27;#beff00ff&#x27;, &#x27;#bbff00ff&#x27;, &#x27;#b8ff00ff&#x27;, &#x27;#b5ff00ff&#x27;, &#x27;#b2ff00ff&#x27;, &#x27;#b0ff00ff&#x27;, &#x27;#adff00ff&#x27;, &#x27;#abff00ff&#x27;, &#x27;#a8ff00ff&#x27;, &#x27;#a5ff00ff&#x27;, &#x27;#a2ff00ff&#x27;, &#x27;#9fff00ff&#x27;, &#x27;#9dff00ff&#x27;, &#x27;#9aff00ff&#x27;, &#x27;#97ff00ff&#x27;, &#x27;#94ff00ff&#x27;, &#x27;#91ff00ff&#x27;, &#x27;#8fff00ff&#x27;, &#x27;#8cff00ff&#x27;, &#x27;#89ff00ff&#x27;, &#x27;#86ff00ff&#x27;, &#x27;#84ff00ff&#x27;, &#x27;#81ff00ff&#x27;, &#x27;#7eff00ff&#x27;, &#x27;#7bff00ff&#x27;, &#x27;#78ff00ff&#x27;, &#x27;#76ff00ff&#x27;, &#x27;#73ff00ff&#x27;, &#x27;#70ff00ff&#x27;, &#x27;#6dff00ff&#x27;, &#x27;#6bff00ff&#x27;, &#x27;#68ff00ff&#x27;, &#x27;#65ff00ff&#x27;, &#x27;#62ff00ff&#x27;, &#x27;#5fff00ff&#x27;, &#x27;#5dff00ff&#x27;, &#x27;#5aff00ff&#x27;, &#x27;#57ff00ff&#x27;, &#x27;#54ff00ff&#x27;, &#x27;#51ff00ff&#x27;, &#x27;#4fff00ff&#x27;, &#x27;#4cff00ff&#x27;, &#x27;#49ff00ff&#x27;, &#x27;#46ff00ff&#x27;, &#x27;#44ff00ff&#x27;, &#x27;#41ff00ff&#x27;, &#x27;#3eff00ff&#x27;, &#x27;#3bff00ff&#x27;, &#x27;#38ff00ff&#x27;, &#x27;#36ff00ff&#x27;, &#x27;#33ff00ff&#x27;, &#x27;#31ff00ff&#x27;, &#x27;#2eff00ff&#x27;, &#x27;#2bff00ff&#x27;, &#x27;#28ff00ff&#x27;, &#x27;#25ff00ff&#x27;, &#x27;#22ff00ff&#x27;, &#x27;#1fff00ff&#x27;, &#x27;#1dff00ff&#x27;, &#x27;#1aff00ff&#x27;, &#x27;#18ff00ff&#x27;, &#x27;#15ff00ff&#x27;, &#x27;#12ff00ff&#x27;, &#x27;#0fff00ff&#x27;, &#x27;#0cff00ff&#x27;, &#x27;#0aff00ff&#x27;, &#x27;#06ff00ff&#x27;, &#x27;#04ff00ff&#x27;, &#x27;#01ff00ff&#x27;, &#x27;#00ff01ff&#x27;, &#x27;#00ff03ff&#x27;, &#x27;#00ff06ff&#x27;, &#x27;#00ff09ff&#x27;, &#x27;#00ff0cff&#x27;, &#x27;#00ff0eff&#x27;, &#x27;#00ff11ff&#x27;, &#x27;#00ff14ff&#x27;, &#x27;#00ff17ff&#x27;, &#x27;#00ff1aff&#x27;, &#x27;#00ff1cff&#x27;, &#x27;#00ff1fff&#x27;, &#x27;#00ff22ff&#x27;, &#x27;#00ff25ff&#x27;, &#x27;#00ff27ff&#x27;, &#x27;#00ff2aff&#x27;, &#x27;#00ff2dff&#x27;, &#x27;#00ff2fff&#x27;, &#x27;#00ff32ff&#x27;, &#x27;#00ff35ff&#x27;, &#x27;#00ff38ff&#x27;, &#x27;#00ff3aff&#x27;, &#x27;#00ff3dff&#x27;, &#x27;#00ff41ff&#x27;, &#x27;#00ff43ff&#x27;, &#x27;#00ff46ff&#x27;, &#x27;#00ff48ff&#x27;, &#x27;#00ff4bff&#x27;, &#x27;#00ff4eff&#x27;, &#x27;#00ff51ff&#x27;, &#x27;#00ff54ff&#x27;, &#x27;#00ff56ff&#x27;, &#x27;#00ff59ff&#x27;, &#x27;#00ff5bff&#x27;, &#x27;#00ff5eff&#x27;, &#x27;#00ff61ff&#x27;, &#x27;#00ff64ff&#x27;, &#x27;#00ff67ff&#x27;, &#x27;#00ff6aff&#x27;, &#x27;#00ff6dff&#x27;, &#x27;#00ff6fff&#x27;, &#x27;#00ff72ff&#x27;, &#x27;#00ff74ff&#x27;, &#x27;#00ff77ff&#x27;, &#x27;#00ff7aff&#x27;, &#x27;#00ff7dff&#x27;, &#x27;#00ff80ff&#x27;, &#x27;#00ff82ff&#x27;, &#x27;#00ff85ff&#x27;, &#x27;#00ff87ff&#x27;, &#x27;#00ff8bff&#x27;, &#x27;#00ff8dff&#x27;, &#x27;#00ff90ff&#x27;, &#x27;#00ff93ff&#x27;, &#x27;#00ff96ff&#x27;, &#x27;#00ff99ff&#x27;, &#x27;#00ff9bff&#x27;, &#x27;#00ff9eff&#x27;, &#x27;#00ffa0ff&#x27;, &#x27;#00ffa3ff&#x27;, &#x27;#00ffa6ff&#x27;, &#x27;#00ffa9ff&#x27;, &#x27;#00ffacff&#x27;, &#x27;#00ffaeff&#x27;, &#x27;#00ffb1ff&#x27;, &#x27;#00ffb4ff&#x27;, &#x27;#00ffb7ff&#x27;, &#x27;#00ffb9ff&#x27;, &#x27;#00ffbcff&#x27;, &#x27;#00ffbfff&#x27;, &#x27;#00ffc2ff&#x27;, &#x27;#00ffc5ff&#x27;, &#x27;#00ffc7ff&#x27;, &#x27;#00ffcaff&#x27;, &#x27;#00ffccff&#x27;, &#x27;#00ffcfff&#x27;, &#x27;#00ffd3ff&#x27;, &#x27;#00ffd5ff&#x27;, &#x27;#00ffd8ff&#x27;, &#x27;#00ffdaff&#x27;, &#x27;#00ffddff&#x27;, &#x27;#00ffe0ff&#x27;, &#x27;#00ffe3ff&#x27;, &#x27;#00ffe5ff&#x27;, &#x27;#00ffe8ff&#x27;, &#x27;#00ffebff&#x27;, &#x27;#00ffeeff&#x27;, &#x27;#00fff1ff&#x27;, &#x27;#00fff3ff&#x27;, &#x27;#00fff6ff&#x27;, &#x27;#00fff9ff&#x27;, &#x27;#00fffcff&#x27;, &#x27;#00fffeff&#x27;, &#x27;#00fdffff&#x27;, &#x27;#00fbffff&#x27;, &#x27;#00f8ffff&#x27;, &#x27;#00f5ffff&#x27;, &#x27;#00f3ffff&#x27;, &#x27;#00f0ffff&#x27;, &#x27;#00edffff&#x27;, &#x27;#00ebffff&#x27;, &#x27;#00e8ffff&#x27;, &#x27;#00e5ffff&#x27;, &#x27;#00e2ffff&#x27;, &#x27;#00dfffff&#x27;, &#x27;#00dcffff&#x27;, &#x27;#00d9ffff&#x27;, &#x27;#00d7ffff&#x27;, &#x27;#00d4ffff&#x27;, &#x27;#00d1ffff&#x27;, &#x27;#00ceffff&#x27;, &#x27;#00ccffff&#x27;, &#x27;#00c9ffff&#x27;, &#x27;#00c7ffff&#x27;, &#x27;#00c4ffff&#x27;, &#x27;#00c0ffff&#x27;, &#x27;#00beffff&#x27;, &#x27;#00bbffff&#x27;, &#x27;#00b8ffff&#x27;, &#x27;#00b5ffff&#x27;, &#x27;#00b3ffff&#x27;, &#x27;#00b0ffff&#x27;, &#x27;#00adffff&#x27;, &#x27;#00aaffff&#x27;, &#x27;#00a7ffff&#x27;, &#x27;#00a5ffff&#x27;, &#x27;#00a2ffff&#x27;, &#x27;#009fffff&#x27;, &#x27;#009cffff&#x27;, &#x27;#0099ffff&#x27;, &#x27;#0097ffff&#x27;, &#x27;#0094ffff&#x27;, &#x27;#0091ffff&#x27;, &#x27;#008effff&#x27;, &#x27;#008cffff&#x27;, &#x27;#0089ffff&#x27;, &#x27;#0086ffff&#x27;, &#x27;#0083ffff&#x27;, &#x27;#0080ffff&#x27;, &#x27;#007effff&#x27;, &#x27;#007affff&#x27;, &#x27;#0078ffff&#x27;, &#x27;#0075ffff&#x27;, &#x27;#0073ffff&#x27;, &#x27;#0070ffff&#x27;, &#x27;#006dffff&#x27;, &#x27;#006affff&#x27;, &#x27;#0067ffff&#x27;, &#x27;#0065ffff&#x27;, &#x27;#0062ffff&#x27;, &#x27;#005fffff&#x27;, &#x27;#005cffff&#x27;, &#x27;#0059ffff&#x27;, &#x27;#0056ffff&#x27;, &#x27;#0053ffff&#x27;, &#x27;#0051ffff&#x27;, &#x27;#004effff&#x27;, &#x27;#004cffff&#x27;, &#x27;#0049ffff&#x27;, &#x27;#0046ffff&#x27;, &#x27;#0043ffff&#x27;, &#x27;#0040ffff&#x27;, &#x27;#003effff&#x27;, &#x27;#003bffff&#x27;, &#x27;#0038ffff&#x27;, &#x27;#0035ffff&#x27;, &#x27;#0032ffff&#x27;, &#x27;#002fffff&#x27;, &#x27;#002cffff&#x27;, &#x27;#002affff&#x27;, &#x27;#0027ffff&#x27;, &#x27;#0025ffff&#x27;, &#x27;#0022ffff&#x27;, &#x27;#001fffff&#x27;, &#x27;#001cffff&#x27;, &#x27;#0019ffff&#x27;, &#x27;#0017ffff&#x27;, &#x27;#0014ffff&#x27;, &#x27;#0011ffff&#x27;, &#x27;#000effff&#x27;, &#x27;#000bffff&#x27;, &#x27;#0008ffff&#x27;, &#x27;#0005ffff&#x27;, &#x27;#0003ffff&#x27;, &#x27;#0001ffff&#x27;, &#x27;#0200ffff&#x27;, &#x27;#0500ffff&#x27;, &#x27;#0700ffff&#x27;, &#x27;#0a00ffff&#x27;, &#x27;#0c00ffff&#x27;, &#x27;#0f00ffff&#x27;, &#x27;#1200ffff&#x27;, &#x27;#1500ffff&#x27;, &#x27;#1800ffff&#x27;, &#x27;#1b00ffff&#x27;, &#x27;#1e00ffff&#x27;, &#x27;#2000ffff&#x27;, &#x27;#2300ffff&#x27;, &#x27;#2600ffff&#x27;, &#x27;#2900ffff&#x27;, &#x27;#2c00ffff&#x27;, &#x27;#2e00ffff&#x27;, &#x27;#3100ffff&#x27;, &#x27;#3300ffff&#x27;, &#x27;#3600ffff&#x27;, &#x27;#3a00ffff&#x27;, &#x27;#3c00ffff&#x27;, &#x27;#3f00ffff&#x27;, &#x27;#4200ffff&#x27;, &#x27;#4500ffff&#x27;, &#x27;#4700ffff&#x27;, &#x27;#4a00ffff&#x27;, &#x27;#4d00ffff&#x27;, &#x27;#5000ffff&#x27;, &#x27;#5300ffff&#x27;, &#x27;#5500ffff&#x27;, &#x27;#5800ffff&#x27;, &#x27;#5a00ffff&#x27;, &#x27;#5e00ffff&#x27;, &#x27;#6000ffff&#x27;, &#x27;#6300ffff&#x27;, &#x27;#6600ffff&#x27;, &#x27;#6900ffff&#x27;, &#x27;#6c00ffff&#x27;, &#x27;#6e00ffff&#x27;, &#x27;#7100ffff&#x27;, &#x27;#7400ffff&#x27;, &#x27;#7700ffff&#x27;, &#x27;#7a00ffff&#x27;, &#x27;#7c00ffff&#x27;, &#x27;#7f00ffff&#x27;, &#x27;#8200ffff&#x27;, &#x27;#8500ffff&#x27;, &#x27;#8700ffff&#x27;, &#x27;#8a00ffff&#x27;, &#x27;#8d00ffff&#x27;, &#x27;#9000ffff&#x27;, &#x27;#9300ffff&#x27;, &#x27;#9500ffff&#x27;, &#x27;#9800ffff&#x27;, &#x27;#9b00ffff&#x27;, &#x27;#9e00ffff&#x27;, &#x27;#a000ffff&#x27;, &#x27;#a300ffff&#x27;, &#x27;#a700ffff&#x27;, &#x27;#a900ffff&#x27;, &#x27;#ac00ffff&#x27;, &#x27;#ae00ffff&#x27;, &#x27;#b100ffff&#x27;, &#x27;#b400ffff&#x27;, &#x27;#b700ffff&#x27;, &#x27;#ba00ffff&#x27;, &#x27;#bc00ffff&#x27;, &#x27;#bf00ffff&#x27;, &#x27;#c200ffff&#x27;, &#x27;#c500ffff&#x27;, &#x27;#c700ffff&#x27;, &#x27;#cb00ffff&#x27;, &#x27;#ce00ffff&#x27;, &#x27;#d000ffff&#x27;, &#x27;#d300ffff&#x27;, &#x27;#d500ffff&#x27;, &#x27;#d800ffff&#x27;, &#x27;#db00ffff&#x27;, &#x27;#de00ffff&#x27;, &#x27;#e100ffff&#x27;, &#x27;#e300ffff&#x27;, &#x27;#e600ffff&#x27;, &#x27;#e900ffff&#x27;, &#x27;#ec00ffff&#x27;, &#x27;#ef00ffff&#x27;, &#x27;#f200ffff&#x27;, &#x27;#f400ffff&#x27;, &#x27;#f700ffff&#x27;, &#x27;#fa00ffff&#x27;, &#x27;#fd00ffff&#x27;, &#x27;#ff00ffff&#x27;, &#x27;#ff00fcff&#x27;, &#x27;#ff00faff&#x27;, &#x27;#ff00f8ff&#x27;, &#x27;#ff00f5ff&#x27;, &#x27;#ff00f2ff&#x27;, &#x27;#ff00efff&#x27;, &#x27;#ff00ecff&#x27;, &#x27;#ff00e9ff&#x27;, &#x27;#ff00e6ff&#x27;, &#x27;#ff00e4ff&#x27;, &#x27;#ff00e1ff&#x27;, &#x27;#ff00deff&#x27;, &#x27;#ff00dbff&#x27;, &#x27;#ff00d8ff&#x27;, &#x27;#ff00d6ff&#x27;, &#x27;#ff00d3ff&#x27;, &#x27;#ff00d1ff&#x27;, &#x27;#ff00ceff&#x27;, &#x27;#ff00cbff&#x27;, &#x27;#ff00c8ff&#x27;, &#x27;#ff00c5ff&#x27;, &#x27;#ff00c2ff&#x27;, &#x27;#ff00bfff&#x27;]);
    &#10;
    color_map_ebf671be3a78e48bb06aa7481716e3f1.x = d3.scale.linear()
              .domain([8000.0, 18000.0])
              .range([0, 450 - 50]);
&#10;    color_map_ebf671be3a78e48bb06aa7481716e3f1.legend = L.control({position: &#x27;topright&#x27;});
    color_map_ebf671be3a78e48bb06aa7481716e3f1.legend.onAdd = function (map) {var div = L.DomUtil.create(&#x27;div&#x27;, &#x27;legend&#x27;); return div};
    color_map_ebf671be3a78e48bb06aa7481716e3f1.legend.addTo(map_281f7c370c6205246abf28acfa1f043f);
&#10;    color_map_ebf671be3a78e48bb06aa7481716e3f1.xAxis = d3.svg.axis()
        .scale(color_map_ebf671be3a78e48bb06aa7481716e3f1.x)
        .orient(&quot;top&quot;)
        .tickSize(1)
        .tickValues([8000.0, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, 9019.607843137255, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, 10039.21568627451, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, 11058.823529411766, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, 12078.43137254902, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, 13098.039215686274, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, 14117.64705882353, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, 15137.254901960783, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, 16156.862745098038, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, 17176.470588235294, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;]);
&#10;    color_map_ebf671be3a78e48bb06aa7481716e3f1.svg = d3.select(&quot;.legend.leaflet-control&quot;).append(&quot;svg&quot;)
        .attr(&quot;id&quot;, &#x27;legend&#x27;)
        .attr(&quot;width&quot;, 450)
        .attr(&quot;height&quot;, 40);
&#10;    color_map_ebf671be3a78e48bb06aa7481716e3f1.g = color_map_ebf671be3a78e48bb06aa7481716e3f1.svg.append(&quot;g&quot;)
        .attr(&quot;class&quot;, &quot;key&quot;)
        .attr(&quot;fill&quot;, &quot;black&quot;)
        .attr(&quot;transform&quot;, &quot;translate(25,16)&quot;);
&#10;    color_map_ebf671be3a78e48bb06aa7481716e3f1.g.selectAll(&quot;rect&quot;)
        .data(color_map_ebf671be3a78e48bb06aa7481716e3f1.color.range().map(function(d, i) {
          return {
            x0: i ? color_map_ebf671be3a78e48bb06aa7481716e3f1.x(color_map_ebf671be3a78e48bb06aa7481716e3f1.color.domain()[i - 1]) : color_map_ebf671be3a78e48bb06aa7481716e3f1.x.range()[0],
            x1: i &lt; color_map_ebf671be3a78e48bb06aa7481716e3f1.color.domain().length ? color_map_ebf671be3a78e48bb06aa7481716e3f1.x(color_map_ebf671be3a78e48bb06aa7481716e3f1.color.domain()[i]) : color_map_ebf671be3a78e48bb06aa7481716e3f1.x.range()[1],
            z: d
          };
        }))
      .enter().append(&quot;rect&quot;)
        .attr(&quot;height&quot;, 40 - 30)
        .attr(&quot;x&quot;, function(d) { return d.x0; })
        .attr(&quot;width&quot;, function(d) { return d.x1 - d.x0; })
        .style(&quot;fill&quot;, function(d) { return d.z; });
&#10;    color_map_ebf671be3a78e48bb06aa7481716e3f1.g.call(color_map_ebf671be3a78e48bb06aa7481716e3f1.xAxis).append(&quot;text&quot;)
        .attr(&quot;class&quot;, &quot;caption&quot;)
        .attr(&quot;y&quot;, 21)
        .attr(&quot;fill&quot;, &quot;black&quot;)
        .text(&quot;frequency&quot;);
    &#10;            var feature_group_964933e778fb004559467f7338e631d9 = L.featureGroup(
                {
}
            );
        &#10;    
            var poly_line_d53fe799ff97ed44a49a7dee69e470f3 = L.polyline(
                [[3.992722, 9.787167], [3.97665, 9.791866]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_d53fe799ff97ed44a49a7dee69e470f3.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_a11908ebb40dadf792c04b6f0d22bd39 = L.polyline(
                [[3.9928220000000003, 9.787267], [3.97675, 9.791966]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_a11908ebb40dadf792c04b6f0d22bd39.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_8901f0bea030aafc21def98e457da48f = L.polyline(
                [[3.992722, 9.787167], [3.97866, 9.81613]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_8901f0bea030aafc21def98e457da48f.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_a07b88e8390b2e7e5e7c6a1f8d22750c = L.polyline(
                [[3.9928220000000003, 9.787267], [3.9787600000000003, 9.81623]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_a07b88e8390b2e7e5e7c6a1f8d22750c.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_cd1173d9c9b2b29d1721b3f8310b8f1c = L.polyline(
                [[3.997361, 9.763806], [3.99663, 9.75885]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_cd1173d9c9b2b29d1721b3f8310b8f1c.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_d26e11dac62918871fcb1926dba9128b = L.polyline(
                [[3.9974610000000004, 9.763906], [3.9967300000000003, 9.75895]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_d26e11dac62918871fcb1926dba9128b.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_dca0e2db49ca60f077601ad2965e571d = L.polyline(
                [[4.002553, 9.745083], [4.003231, 9.748639]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_dca0e2db49ca60f077601ad2965e571d.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_34d476b4f7b1469a34d63b4e0f2db61a = L.polyline(
                [[4.002653, 9.745182999999999], [4.003331, 9.748739]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_34d476b4f7b1469a34d63b4e0f2db61a.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_96374e021c8b96cce0350e20136dc75e = L.polyline(
                [[4.003512, 9.76732], [4.0105, 9.767719]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_96374e021c8b96cce0350e20136dc75e.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_799fcde16b936f5432b28b8a307d3db8 = L.polyline(
                [[4.0036119999999995, 9.76742], [4.0106, 9.767819]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_799fcde16b936f5432b28b8a307d3db8.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_56facfad75a2e98aece2c846a563dc46 = L.polyline(
                [[4.004194, 9.799472], [4.012278, 9.778111]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_56facfad75a2e98aece2c846a563dc46.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_569fba7d5764e505f4bf32a0f155b86a = L.polyline(
                [[4.004294, 9.799572], [4.012378, 9.778211]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_569fba7d5764e505f4bf32a0f155b86a.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_c736136fdd0b437901a3fc6b2fae836d = L.polyline(
                [[4.01775, 9.705944], [4.008306, 9.701194]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_c736136fdd0b437901a3fc6b2fae836d.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_e0da845e0e3aaf847396ac4df62033f7 = L.polyline(
                [[4.01785, 9.706044], [4.008406, 9.701293999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_e0da845e0e3aaf847396ac4df62033f7.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_1927e073230ab1a4b5ea1f0c7c4f871b = L.polyline(
                [[4.029, 9.767833], [3.997361, 9.763806]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_1927e073230ab1a4b5ea1f0c7c4f871b.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_43d69dcd4cb869f1925f4a2f203f5e35 = L.polyline(
                [[4.0291, 9.767933], [3.9974610000000004, 9.763906]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_43d69dcd4cb869f1925f4a2f203f5e35.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_26741cd684aafe2c8b70f84f8f62a4eb = L.polyline(
                [[4.009639, 9.741417], [4.020194, 9.723611]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_26741cd684aafe2c8b70f84f8f62a4eb.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_f530eacaaa15422a8160b5aabb1b5782 = L.polyline(
                [[4.009739, 9.741517], [4.020294, 9.723711]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_f530eacaaa15422a8160b5aabb1b5782.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_8f9dccf05c931929934bcf6ff7e6699a = L.polyline(
                [[4.029, 9.767833], [4.002553, 9.745083]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_8f9dccf05c931929934bcf6ff7e6699a.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_d8334cb32bf3d7c3b1183a1324d72d42 = L.polyline(
                [[4.0291, 9.767933], [4.002653, 9.745182999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_d8334cb32bf3d7c3b1183a1324d72d42.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_4affa107498415bba57b456935546d16 = L.polyline(
                [[4.015972, 9.738528], [4.01734, 9.73456]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_4affa107498415bba57b456935546d16.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_f2606df23a521cae3aa06f3d20dd71a9 = L.polyline(
                [[4.016071999999999, 9.738628], [4.01744, 9.73466]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_f2606df23a521cae3aa06f3d20dd71a9.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_4a9886376574552c4cdada4e29e1cae8 = L.polyline(
                [[4.029, 9.767833], [4.004472, 9.762056]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_4a9886376574552c4cdada4e29e1cae8.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_f8b72a6208073297abc49c3f6ced7430 = L.polyline(
                [[4.0291, 9.767933], [4.004572, 9.762156]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_f8b72a6208073297abc49c3f6ced7430.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_8a5572115bd439b0d0e197598ef08571 = L.polyline(
                [[4.015972, 9.738528], [4.017917, 9.768083]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_8a5572115bd439b0d0e197598ef08571.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_740d58bc7a5917927f02b03a9560c6ab = L.polyline(
                [[4.016071999999999, 9.738628], [4.0180169999999995, 9.768183]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_740d58bc7a5917927f02b03a9560c6ab.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_f454f3c2251f3b5f44b9e6b10fc78a15 = L.polyline(
                [[4.023444, 9.727083], [4.01048, 9.72629]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_f454f3c2251f3b5f44b9e6b10fc78a15.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_3839ae4fa1bb8c1ac83da8ef8c00ce87 = L.polyline(
                [[4.023543999999999, 9.727183], [4.01058, 9.72639]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_3839ae4fa1bb8c1ac83da8ef8c00ce87.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_7d9dd7723d57ad08f193ada42bab3573 = L.polyline(
                [[4.015972, 9.738528], [4.0195, 9.757556]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_7d9dd7723d57ad08f193ada42bab3573.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_91fef2a96c4583a09b151fcf83ab9ab5 = L.polyline(
                [[4.016071999999999, 9.738628], [4.0196, 9.757655999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_91fef2a96c4583a09b151fcf83ab9ab5.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_c4db64499de52c4c2974952e00fff99f = L.polyline(
                [[4.029, 9.767833], [4.008442, 9.756817]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_c4db64499de52c4c2974952e00fff99f.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_32e1375c241d1dfdf8d253c7315b2320 = L.polyline(
                [[4.0291, 9.767933], [4.008541999999999, 9.756917]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_32e1375c241d1dfdf8d253c7315b2320.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_775a459bf3f3c08fe5cc6cc56f796220 = L.polyline(
                [[4.014417, 9.744694], [4.023111, 9.748472]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_775a459bf3f3c08fe5cc6cc56f796220.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_18fa775c5659383a40994f67a57f6ea1 = L.polyline(
                [[4.014517, 9.744794], [4.023211, 9.748572]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_18fa775c5659383a40994f67a57f6ea1.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_ac069b8bab17200489db7df99891e929 = L.polyline(
                [[4.029, 9.767833], [4.0105, 9.767719]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_ac069b8bab17200489db7df99891e929.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_7c70e1f5a8c6ee9c947d9cbb877df34d = L.polyline(
                [[4.0291, 9.767933], [4.0106, 9.767819]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_7c70e1f5a8c6ee9c947d9cbb877df34d.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_54a208fad57d2eef85b1117c649f9485 = L.polyline(
                [[4.015972, 9.738528], [4.023889, 9.780278]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_54a208fad57d2eef85b1117c649f9485.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_6d40993f7aacab1aa0b7a8ccef585435 = L.polyline(
                [[4.016071999999999, 9.738628], [4.023988999999999, 9.780377999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_6d40993f7aacab1aa0b7a8ccef585435.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_979fa1a54d975bfe23d94e7191540007 = L.polyline(
                [[4.029381, 9.696744], [4.0115, 9.721083]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_979fa1a54d975bfe23d94e7191540007.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_00bc567ba7ce7ac125745e6e498a4469 = L.polyline(
                [[4.029481, 9.696844], [4.0116, 9.721183]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_00bc567ba7ce7ac125745e6e498a4469.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_ad169217d74586d418c8ab4a0b665d4b = L.polyline(
                [[4.0194, 9.743889], [4.023111, 9.748472]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_ad169217d74586d418c8ab4a0b665d4b.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_61094c8a6081ea9980804e203ab38a2e = L.polyline(
                [[4.0195, 9.743989], [4.023211, 9.748572]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_61094c8a6081ea9980804e203ab38a2e.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_9c903624ea970a3bea4b0ee799f02b38 = L.polyline(
                [[4.023167, 9.792], [4.019889, 9.805583]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_9c903624ea970a3bea4b0ee799f02b38.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_3e17860924cf0d41746ea6cd4f96b6ea = L.polyline(
                [[4.023267, 9.7921], [4.019989, 9.805683]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_3e17860924cf0d41746ea6cd4f96b6ea.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_74809ecbd22aeb8eed0a79ecf1b122fc = L.polyline(
                [[4.022056, 9.67025], [4.02603, 9.69027]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_74809ecbd22aeb8eed0a79ecf1b122fc.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_1782dda7b96eb581a6d1930a6c34402e = L.polyline(
                [[4.015972, 9.738528], [4.03279, 9.72802]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_1782dda7b96eb581a6d1930a6c34402e.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_8b4030ee48cc4fbb1ac63dcf7a6461b4 = L.polyline(
                [[4.016071999999999, 9.738628], [4.03289, 9.72812]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_8b4030ee48cc4fbb1ac63dcf7a6461b4.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_44fc211c02ed03fe4b1ac4db4de32ccc = L.polyline(
                [[4.029381, 9.696744], [4.02012, 9.69921]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_44fc211c02ed03fe4b1ac4db4de32ccc.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_d29f34bbba3192bb647b386bf3544146 = L.polyline(
                [[4.029481, 9.696844], [4.02022, 9.69931]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_d29f34bbba3192bb647b386bf3544146.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_0ef6c6f8fb288b680817171fdc856d9d = L.polyline(
                [[4.029, 9.767833], [4.02125, 9.77399]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_0ef6c6f8fb288b680817171fdc856d9d.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_90431f23357cf3945792bd9587ca0e9f = L.polyline(
                [[4.0291, 9.767933], [4.02135, 9.77409]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_90431f23357cf3945792bd9587ca0e9f.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_678a948f36ddb2af396226134a8a5c47 = L.polyline(
                [[4.022139, 9.737194], [4.0284, 9.741992]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_678a948f36ddb2af396226134a8a5c47.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_acd803b557236f6ba6701e1017e785c7 = L.polyline(
                [[4.022239, 9.737294], [4.0285, 9.742092]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_acd803b557236f6ba6701e1017e785c7.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_552009c3c4c67cb2752b856531f4bd76 = L.polyline(
                [[4.015972, 9.738528], [4.035278, 9.73325]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_552009c3c4c67cb2752b856531f4bd76.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_3ae7fe8033eb0e67c310882c87d272ff = L.polyline(
                [[4.016071999999999, 9.738628], [4.035378, 9.73335]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_3ae7fe8033eb0e67c310882c87d272ff.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_89740528200635903221a901a45da40a = L.polyline(
                [[4.029381, 9.696744], [4.02238, 9.70976]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_89740528200635903221a901a45da40a.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_662cdb7eea8bdb3b4ade6cca5e553993 = L.polyline(
                [[4.029481, 9.696844], [4.02248, 9.709859999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_662cdb7eea8bdb3b4ade6cca5e553993.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_086bb24bfbccd5f3343397778f9ce276 = L.polyline(
                [[4.029381, 9.696744], [4.022917, 9.694556]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_086bb24bfbccd5f3343397778f9ce276.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_ff49e00c10d93662f1cd1e37e834993f = L.polyline(
                [[4.029481, 9.696844], [4.023016999999999, 9.694656]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_ff49e00c10d93662f1cd1e37e834993f.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_d25905de549a416e5c98f2f3e2514723 = L.polyline(
                [[4.040819, 9.733028], [4.01658, 9.72684]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_d25905de549a416e5c98f2f3e2514723.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_d93e77e0a67ea4ca50e5d3ee87023a71 = L.polyline(
                [[4.040919, 9.733127999999999], [4.01668, 9.726939999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_d93e77e0a67ea4ca50e5d3ee87023a71.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_2046ba02e14d2e03ce20091f276451ee = L.polyline(
                [[4.029083, 9.701944], [4.028333, 9.705139]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_2046ba02e14d2e03ce20091f276451ee.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_20a887d8f8e5b3478fd07007c401629b = L.polyline(
                [[4.029183, 9.702043999999999], [4.028433, 9.705239]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_20a887d8f8e5b3478fd07007c401629b.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_d012b923ffffb80273adf9676be1f7fa = L.polyline(
                [[4.029381, 9.696744], [4.029444, 9.686417]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_d012b923ffffb80273adf9676be1f7fa.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_9075f657a21cff4623e063504211657d = L.polyline(
                [[4.029481, 9.696844], [4.029544, 9.686517]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_9075f657a21cff4623e063504211657d.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_0fc72e10517edb70295cb6736d69decb = L.polyline(
                [[4.029083, 9.701944], [4.032028, 9.709194]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_0fc72e10517edb70295cb6736d69decb.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_238194d06890cadb404d18e451722243 = L.polyline(
                [[4.029183, 9.702043999999999], [4.032128, 9.709294]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_238194d06890cadb404d18e451722243.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_ed4b31d8256f6fcccf45c52cd8026652 = L.polyline(
                [[4.029381, 9.696744], [4.032433, 9.691575]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_ed4b31d8256f6fcccf45c52cd8026652.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_23191f630e334ccd96469161a0130a4f = L.polyline(
                [[4.029481, 9.696844], [4.032533, 9.691675]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_23191f630e334ccd96469161a0130a4f.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_57ed6c31c3b874ac48059271f2c5e882 = L.polyline(
                [[4.029381, 9.696744], [4.033417, 9.699417]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_57ed6c31c3b874ac48059271f2c5e882.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_3f5377114d15d14019f512f847b79f3f = L.polyline(
                [[4.029481, 9.696844], [4.033517, 9.699517]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_3f5377114d15d14019f512f847b79f3f.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_f0a18e692ba06968dd2808a4d89c5c64 = L.polyline(
                [[4.040819, 9.733028], [4.023444, 9.727083]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_f0a18e692ba06968dd2808a4d89c5c64.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_660eeeb1b413431ea6e3a01714079432 = L.polyline(
                [[4.040919, 9.733127999999999], [4.023543999999999, 9.727183]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_660eeeb1b413431ea6e3a01714079432.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_20bab50d5d01ba878369c89b4a45fb7f = L.polyline(
                [[4.032, 9.71564], [4.03312, 9.71203]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_20bab50d5d01ba878369c89b4a45fb7f.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_f76fb780d354a572a09de26583b0c1cc = L.polyline(
                [[4.0321, 9.71574], [4.03322, 9.71213]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_f76fb780d354a572a09de26583b0c1cc.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_544e5ed69a0ed74f9f8b20de4cd74cb8 = L.polyline(
                [[4.029, 9.767833], [4.037361, 9.755167]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_544e5ed69a0ed74f9f8b20de4cd74cb8.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_757a50c51b873eda11bbb48c97d56e87 = L.polyline(
                [[4.0291, 9.767933], [4.0374609999999995, 9.755267]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_757a50c51b873eda11bbb48c97d56e87.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_72f1e85e3ddd181f763d1f8b5c0f5f32 = L.polyline(
                [[4.032433, 9.691575], [4.035333, 9.691889]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_72f1e85e3ddd181f763d1f8b5c0f5f32.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_96a10263f555f079fec4a0906486a183 = L.polyline(
                [[4.032533, 9.691675], [4.035432999999999, 9.691989]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_96a10263f555f079fec4a0906486a183.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_f428be896c3a9174146705c649106d16 = L.polyline(
                [[4.033028, 9.774333], [4.03527, 9.77026]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_f428be896c3a9174146705c649106d16.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_67e875add35d15e90b6c19c382a13865 = L.polyline(
                [[4.033128, 9.774433], [4.0353699999999995, 9.77036]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_67e875add35d15e90b6c19c382a13865.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_28355efd2f77431e7584fbfa3b73a973 = L.polyline(
                [[4.040819, 9.733028], [4.028583, 9.725667]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_28355efd2f77431e7584fbfa3b73a973.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_cd348ae9261277dd6bbb300b9c5a7562 = L.polyline(
                [[4.040919, 9.733127999999999], [4.028683, 9.725767]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_cd348ae9261277dd6bbb300b9c5a7562.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_051d3027fa6258d377a4d22aee7d93e4 = L.polyline(
                [[4.029381, 9.696744], [4.040886, 9.699006]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_051d3027fa6258d377a4d22aee7d93e4.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_fc83195f8a2874ea55230dfbf698a906 = L.polyline(
                [[4.029481, 9.696844], [4.040986, 9.699106]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_fc83195f8a2874ea55230dfbf698a906.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_e45e3385d5c7884361546611282c1082 = L.polyline(
                [[4.033886, 9.683883], [4.037472, 9.688056]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_e45e3385d5c7884361546611282c1082.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_591c1b66f33f7594149f5e1606bc68b4 = L.polyline(
                [[4.033986, 9.683983], [4.037572, 9.688156]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_591c1b66f33f7594149f5e1606bc68b4.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_90508aa447c1836456b892f0180c5782 = L.polyline(
                [[4.029, 9.767833], [4.046556, 9.766222]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_90508aa447c1836456b892f0180c5782.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_489f5223f5888940d414940519d2697c = L.polyline(
                [[4.0291, 9.767933], [4.046656, 9.766322]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_489f5223f5888940d414940519d2697c.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_1e5beffa17126b353bcd5647d0c764fd = L.polyline(
                [[4.040083, 9.706106], [4.036926, 9.703794]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_1e5beffa17126b353bcd5647d0c764fd.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_c2d524e4abb9ed650aa472afda497241 = L.polyline(
                [[4.040183, 9.706206], [4.037026, 9.703894]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_c2d524e4abb9ed650aa472afda497241.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_0977eef50780cdcb98f8ed8aaebda48b = L.polyline(
                [[4.040819, 9.733028], [4.037722, 9.711917]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_0977eef50780cdcb98f8ed8aaebda48b.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_68909a3b5194592618512e6ebda692dc = L.polyline(
                [[4.040919, 9.733127999999999], [4.037821999999999, 9.712017]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_68909a3b5194592618512e6ebda692dc.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_f32ffba4891da241df98ffaa33fe08e2 = L.polyline(
                [[4.040819, 9.733028], [4.038342, 9.741011]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_f32ffba4891da241df98ffaa33fe08e2.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_386fda3a9bf72d132cd00bb799f258d2 = L.polyline(
                [[4.040919, 9.733127999999999], [4.038442, 9.741111]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_386fda3a9bf72d132cd00bb799f258d2.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_ba390d780b5c9d2d232045a8eae8c613 = L.polyline(
                [[4.040886, 9.699006], [4.03931, 9.70265]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_ba390d780b5c9d2d232045a8eae8c613.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_efd3b52ed11b7899d57a8b7593a4ee01 = L.polyline(
                [[4.040986, 9.699106], [4.03941, 9.70275]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_efd3b52ed11b7899d57a8b7593a4ee01.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_fa0368e9c94d881a55b3f9fa865274e5 = L.polyline(
                [[4.042306, 9.774], [4.039278, 9.7795]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_fa0368e9c94d881a55b3f9fa865274e5.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_6c0fc818454642ba20d9731c2bdd93ce = L.polyline(
                [[4.042406, 9.774099999999999], [4.039378, 9.7796]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_6c0fc818454642ba20d9731c2bdd93ce.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_4b9d20ad0d247a6daa3598cdc5001f32 = L.polyline(
                [[4.041417, 9.686417], [4.040697, 9.689827]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_4b9d20ad0d247a6daa3598cdc5001f32.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_7fa17394f89db2ab4243dcac529d26c1 = L.polyline(
                [[4.041517, 9.686517], [4.0407969999999995, 9.689926999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_7fa17394f89db2ab4243dcac529d26c1.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_3db1b084da4f9fb45f175d228e90186a = L.polyline(
                [[4.03875, 9.762056], [4.043386, 9.754583]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_3db1b084da4f9fb45f175d228e90186a.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_d3a4d87f02c632d0d6a9adb24fb24437 = L.polyline(
                [[4.03885, 9.762156], [4.043486, 9.754683]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_d3a4d87f02c632d0d6a9adb24fb24437.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_81faf563d8301af645a216a607927f6a = L.polyline(
                [[4.040819, 9.733028], [4.041694, 9.728389]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_81faf563d8301af645a216a607927f6a.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_ff9a9466da613fd6454842d293b83180 = L.polyline(
                [[4.040919, 9.733127999999999], [4.041793999999999, 9.728489]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_ff9a9466da613fd6454842d293b83180.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_7f2c4d762650e1810dc8272f74b7564b = L.polyline(
                [[4.029, 9.767833], [4.053694, 9.779361]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_7f2c4d762650e1810dc8272f74b7564b.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_998fee2c650d6aa0b6881842fa92575e = L.polyline(
                [[4.0291, 9.767933], [4.053794, 9.779461]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_998fee2c650d6aa0b6881842fa92575e.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_446ecdc921c811a3eda4e897683c07bc = L.polyline(
                [[4.040819, 9.733028], [4.043778, 9.747639]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_446ecdc921c811a3eda4e897683c07bc.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_d9c65b33e736ff85c6579945f2907851 = L.polyline(
                [[4.040919, 9.733127999999999], [4.043877999999999, 9.747739]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_d9c65b33e736ff85c6579945f2907851.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_a5f829aeba0c0ad91788137050b909aa = L.polyline(
                [[4.056559, 9.702978], [4.028444, 9.73025]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_a5f829aeba0c0ad91788137050b909aa.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_2efb28d23058d02e7b8d8727cea980bb = L.polyline(
                [[4.056659, 9.703078], [4.028544, 9.73035]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_2efb28d23058d02e7b8d8727cea980bb.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_8b7cd241a7b04c2244cf43010819d2aa = L.polyline(
                [[4.040886, 9.699006], [4.04425, 9.69725]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_8b7cd241a7b04c2244cf43010819d2aa.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_bf85dc5e29547f6495aed7f5747b53f8 = L.polyline(
                [[4.040986, 9.699106], [4.04435, 9.69735]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_bf85dc5e29547f6495aed7f5747b53f8.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_ba9c67eef31ad2edda45e86aa8f9047d = L.polyline(
                [[4.04244, 9.704083], [4.043194, 9.707889]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_ba9c67eef31ad2edda45e86aa8f9047d.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_c5a897d3f7fa2984d04b138abde8952d = L.polyline(
                [[4.04254, 9.704183], [4.0432939999999995, 9.707989]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_c5a897d3f7fa2984d04b138abde8952d.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_b5746bef4b65c8fdfadaed69d6b5e813 = L.polyline(
                [[4.041417, 9.686417], [4.04625, 9.688194]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_b5746bef4b65c8fdfadaed69d6b5e813.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_ad5ea6b384c0fc76d7fba2bf7a6b18b3 = L.polyline(
                [[4.041517, 9.686517], [4.0463499999999994, 9.688293999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_ad5ea6b384c0fc76d7fba2bf7a6b18b3.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_699dea5e3def1ba2c67622ee38b36c4c = L.polyline(
                [[4.043194, 9.707889], [4.044661, 9.700739]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_699dea5e3def1ba2c67622ee38b36c4c.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_a54e858ef8e64f34041a1b7ee0f7b4fc = L.polyline(
                [[4.0432939999999995, 9.707989], [4.044760999999999, 9.700839]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_a54e858ef8e64f34041a1b7ee0f7b4fc.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_9a9e82dbc17b01b671b9e4339dad0643 = L.polyline(
                [[4.041694, 9.728389], [4.0475, 9.72575]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_9a9e82dbc17b01b671b9e4339dad0643.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_36ccffd656d4f0393dc7487e20a3d371 = L.polyline(
                [[4.041793999999999, 9.728489], [4.0476, 9.72585]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_36ccffd656d4f0393dc7487e20a3d371.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_92d47425df3b98d4db8dd2d4fcedd848 = L.polyline(
                [[4.040886, 9.699006], [4.048586, 9.721043]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_92d47425df3b98d4db8dd2d4fcedd848.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_dd2072ed046744089e47501adc0e7f3d = L.polyline(
                [[4.040986, 9.699106], [4.048686, 9.721143]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_dd2072ed046744089e47501adc0e7f3d.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_75a8d6469bb1c451c8b50104ec8edc54 = L.polyline(
                [[4.04642, 9.71598], [4.048586, 9.721043]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_75a8d6469bb1c451c8b50104ec8edc54.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_a897b79faf2505df4bd4f336dae3b399 = L.polyline(
                [[4.04652, 9.71608], [4.048686, 9.721143]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_a897b79faf2505df4bd4f336dae3b399.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_6f578a0410eea09c220395bf8c66f321 = L.polyline(
                [[4.044694, 9.703528], [4.051333, 9.706861]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_6f578a0410eea09c220395bf8c66f321.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_63c3201e80c04104000a52b497195ddc = L.polyline(
                [[4.049556, 9.698333], [4.04675, 9.698917]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_63c3201e80c04104000a52b497195ddc.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_04398a8084693654189f86f6b5363655 = L.polyline(
                [[4.049656, 9.698433], [4.04685, 9.699017]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_04398a8084693654189f86f6b5363655.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_61cbeeb50e80cfd63ace404186bb0fe3 = L.polyline(
                [[4.051333, 9.706861], [4.0465, 9.708472]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_61cbeeb50e80cfd63ace404186bb0fe3.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_8cc29a89e9df69c0baf1a3bd33592373 = L.polyline(
                [[4.051432999999999, 9.706961], [4.0466, 9.708572]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_8cc29a89e9df69c0baf1a3bd33592373.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_fa62e209454a8958a11a7b63b5f48ff0 = L.polyline(
                [[4.050192, 9.771911], [4.049658, 9.777253]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_fa62e209454a8958a11a7b63b5f48ff0.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_ff048bc1068171100cb72d735eba606a = L.polyline(
                [[4.050292, 9.772011], [4.049758, 9.777353]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_ff048bc1068171100cb72d735eba606a.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_c6f370c8f2440d93e9a039487ae2fb78 = L.polyline(
                [[4.052028, 9.741306], [4.048272, 9.739644]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_c6f370c8f2440d93e9a039487ae2fb78.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_18f2a81db08d666f01c71561a9d1c2cd = L.polyline(
                [[4.052444, 9.702389], [4.04825, 9.704556]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_18f2a81db08d666f01c71561a9d1c2cd.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_3a220f3ad5d4605dbc7b539940b017bf = L.polyline(
                [[4.052544, 9.702489], [4.04835, 9.704656]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_3a220f3ad5d4605dbc7b539940b017bf.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_69c6f9b4041184b0e351b56aea809c8b = L.polyline(
                [[4.053667, 9.750917], [4.047389, 9.756833]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_69c6f9b4041184b0e351b56aea809c8b.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_ef0413b6f266b73b42da3fc424f29dd4 = L.polyline(
                [[4.053767, 9.751017], [4.047489, 9.756933]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_ef0413b6f266b73b42da3fc424f29dd4.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_32cbad7194cc8a71fcee4ccc65c533f0 = L.polyline(
                [[4.053694, 9.779361], [4.050472, 9.797806]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_32cbad7194cc8a71fcee4ccc65c533f0.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_3ff009a5b7355d9f2c6c2ea1f4b6aeec = L.polyline(
                [[4.053794, 9.779461], [4.050572, 9.797906]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_3ff009a5b7355d9f2c6c2ea1f4b6aeec.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_a68915bb54bdfb7dfb4054dd875d1762 = L.polyline(
                [[4.053667, 9.750917], [4.05525, 9.775889]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_a68915bb54bdfb7dfb4054dd875d1762.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_b2671ce77265c233673615cec78f6637 = L.polyline(
                [[4.053767, 9.751017], [4.05535, 9.775989]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_b2671ce77265c233673615cec78f6637.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_cc70542a504c57c5b16c0f453da44967 = L.polyline(
                [[4.053667, 9.750917], [4.058167, 9.754444]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_cc70542a504c57c5b16c0f453da44967.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_99123063b0b6d578f305b50f43ee8052 = L.polyline(
                [[4.053767, 9.751017], [4.058267, 9.754544]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_99123063b0b6d578f305b50f43ee8052.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_f4652c06ef307eeec8be400c0051698e = L.polyline(
                [[4.0585, 9.768444], [4.053639, 9.767556]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_f4652c06ef307eeec8be400c0051698e.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_bc1090c20feb48f108b2f57a5760e117 = L.polyline(
                [[4.0586, 9.768544], [4.053739, 9.767656]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_bc1090c20feb48f108b2f57a5760e117.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_ac979b9e4de997e93186e3d97ea8ab34 = L.polyline(
                [[4.058056, 9.738694], [4.054186, 9.745611]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_ac979b9e4de997e93186e3d97ea8ab34.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_bddedd4b423ad6356ddd4be1e052f5bf = L.polyline(
                [[4.058155999999999, 9.738794], [4.054285999999999, 9.745711]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_bddedd4b423ad6356ddd4be1e052f5bf.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_bf4a127b4a70f78aeb3acc40c4b056d5 = L.polyline(
                [[4.053667, 9.750917], [4.059611, 9.743528]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_bf4a127b4a70f78aeb3acc40c4b056d5.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_3ffec7f361362e11bd5e1ce7ddf7b475 = L.polyline(
                [[4.053767, 9.751017], [4.059711, 9.743628]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_3ffec7f361362e11bd5e1ce7ddf7b475.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_f513be12bb8318a76e48cc1850e7ae5e = L.polyline(
                [[4.060028, 9.726194], [4.053667, 9.750917]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_f513be12bb8318a76e48cc1850e7ae5e.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_76d6bf94e0a1fa00af1930d486f1882c = L.polyline(
                [[4.060128, 9.726294], [4.053767, 9.751017]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_76d6bf94e0a1fa00af1930d486f1882c.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_54d51da9c1e845fc075ef01765e07700 = L.polyline(
                [[4.060228, 9.726393999999999], [4.053867, 9.751116999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_54d51da9c1e845fc075ef01765e07700.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_dcb6ba379c7ae59c2da76f68b44349f2 = L.polyline(
                [[4.060328, 9.726493999999999], [4.053967, 9.751216999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_dcb6ba379c7ae59c2da76f68b44349f2.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_7a1c360ae0fba884fe2cb60560d84302 = L.polyline(
                [[4.060428, 9.726594], [4.054067, 9.751317]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_7a1c360ae0fba884fe2cb60560d84302.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_364d3b1c8e1ebb828764d44179c5867a = L.polyline(
                [[4.060528, 9.726694], [4.054167, 9.751417]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_364d3b1c8e1ebb828764d44179c5867a.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_123b072a24115f615185ee797178de06 = L.polyline(
                [[4.053667, 9.750917], [4.06025, 9.734028]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_123b072a24115f615185ee797178de06.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_c591bed1acc8a63bc107abf96150745a = L.polyline(
                [[4.053767, 9.751017], [4.06035, 9.734128]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_c591bed1acc8a63bc107abf96150745a.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_cb5f56de2381f1e9ea1324baa1b745be = L.polyline(
                [[4.0585, 9.768444], [4.056417, 9.763167]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_cb5f56de2381f1e9ea1324baa1b745be.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_6b1fdc035a1672bad518ab9d6776b528 = L.polyline(
                [[4.0586, 9.768544], [4.0565169999999995, 9.763266999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_6b1fdc035a1672bad518ab9d6776b528.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_fcb2b053dfe3dc08f4f917288dbd60ac = L.polyline(
                [[4.053667, 9.750917], [4.062806, 9.786861]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_fcb2b053dfe3dc08f4f917288dbd60ac.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_fe8f838e462f84512395ce4237e66421 = L.polyline(
                [[4.053767, 9.751017], [4.062906, 9.786961]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_fe8f838e462f84512395ce4237e66421.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_18e3664a54ed6cf4f8e2501b99a5f77d = L.polyline(
                [[4.06425, 9.714664], [4.053242, 9.720853]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_18e3664a54ed6cf4f8e2501b99a5f77d.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_6ca1bd2cfc14ef4a9280a228461616c5 = L.polyline(
                [[4.06435, 9.714764], [4.053342, 9.720953]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_6ca1bd2cfc14ef4a9280a228461616c5.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_1600e462ecd33aad15fc1573e0b52956 = L.polyline(
                [[4.053667, 9.750917], [4.064069, 9.75311]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_1600e462ecd33aad15fc1573e0b52956.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_2caeb118e90fd63ab9de12561abf6c5e = L.polyline(
                [[4.053767, 9.751017], [4.064169, 9.75321]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_2caeb118e90fd63ab9de12561abf6c5e.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_604027c3171ba2515c815c181f2898e0 = L.polyline(
                [[4.053667, 9.750917], [4.064361, 9.767778]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_604027c3171ba2515c815c181f2898e0.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_47d9dbd2c6b3b219b30334cb6bc04ea4 = L.polyline(
                [[4.053767, 9.751017], [4.064461, 9.767878]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_47d9dbd2c6b3b219b30334cb6bc04ea4.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_551073f58b7a81b0b1ee2282d1726701 = L.polyline(
                [[4.060333, 9.708444], [4.058638, 9.715412]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_551073f58b7a81b0b1ee2282d1726701.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_b89990f757c62e2728d6d68635a1a952 = L.polyline(
                [[4.060433, 9.708544], [4.058738, 9.715512]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_b89990f757c62e2728d6d68635a1a952.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_181c5be5fe3542a216227663e28e0628 = L.polyline(
                [[4.053667, 9.750917], [4.066322, 9.759558]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_181c5be5fe3542a216227663e28e0628.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_77786fab8dcb7b2694c67702ad88f115 = L.polyline(
                [[4.053767, 9.751017], [4.066422, 9.759658]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_77786fab8dcb7b2694c67702ad88f115.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_44dfb52d4edbcb3d134d8592c91586f6 = L.polyline(
                [[4.0585, 9.768444], [4.063131, 9.777639]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_44dfb52d4edbcb3d134d8592c91586f6.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_d003d93d49d0a571a65ae21623dd9f61 = L.polyline(
                [[4.0586, 9.768544], [4.063231, 9.777739]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_d003d93d49d0a571a65ae21623dd9f61.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_39a3a99e90c9745e361bba88fc1d0726 = L.polyline(
                [[4.059611, 9.743528], [4.06356, 9.74569]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_39a3a99e90c9745e361bba88fc1d0726.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_892b65602cf8a18886e5c4b218773524 = L.polyline(
                [[4.059711, 9.743628], [4.06366, 9.74579]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_892b65602cf8a18886e5c4b218773524.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_95a9e90b86ff766a4d583dc82cfc1de0 = L.polyline(
                [[4.059583, 9.704333], [4.065972, 9.706333]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_95a9e90b86ff766a4d583dc82cfc1de0.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_94cc6b89422e42048ca4f8678fb8174e = L.polyline(
                [[4.059683, 9.704433], [4.066072, 9.706433]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_94cc6b89422e42048ca4f8678fb8174e.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_a908bd089a9940b403f388c12a0959f5 = L.polyline(
                [[4.06425, 9.714664], [4.061556, 9.719389]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_a908bd089a9940b403f388c12a0959f5.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_fb7d83156e221050a951e156066aef6f = L.polyline(
                [[4.06435, 9.714764], [4.061656, 9.719489]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_fb7d83156e221050a951e156066aef6f.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_71a5a53ede53fe22611f08e5d77ced72 = L.polyline(
                [[4.066322, 9.759558], [4.062528, 9.76425]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_71a5a53ede53fe22611f08e5d77ced72.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_1f737bc8beb5cebf77631535ca87f423 = L.polyline(
                [[4.066422, 9.759658], [4.062628, 9.76435]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_1f737bc8beb5cebf77631535ca87f423.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_a7d8f8368e31ffe38caed0a5e7cb71bf = L.polyline(
                [[4.063917, 9.710083], [4.06688, 9.71287]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_a7d8f8368e31ffe38caed0a5e7cb71bf.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_a3d8109e1a58c054bd88a10017f7adf1 = L.polyline(
                [[4.064017, 9.710182999999999], [4.06698, 9.71297]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_a3d8109e1a58c054bd88a10017f7adf1.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_2288f63ef45df643a6a9c3eaabcac2c6 = L.polyline(
                [[4.065848, 9.79152], [4.06725, 9.799722]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_2288f63ef45df643a6a9c3eaabcac2c6.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_7b9f3c8ecaffe0febca1b6ef9339f80f = L.polyline(
                [[4.065948, 9.79162], [4.067349999999999, 9.799821999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_7b9f3c8ecaffe0febca1b6ef9339f80f.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_44c19d860ff58a62b3f41bf966b77e01 = L.polyline(
                [[4.06425, 9.714664], [4.07139, 9.72547]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_44c19d860ff58a62b3f41bf966b77e01.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_b760b996067735d33f6cc059c4c2bd52 = L.polyline(
                [[4.06435, 9.714764], [4.07149, 9.72557]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_b760b996067735d33f6cc059c4c2bd52.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_2699ad38f4d1b7033756181c30d4cc28 = L.polyline(
                [[4.065667, 9.722972], [4.071389, 9.729139]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_2699ad38f4d1b7033756181c30d4cc28.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_5e91844976d726898b9ae3a8dfafe521 = L.polyline(
                [[4.065767, 9.723072], [4.071489, 9.729239]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_5e91844976d726898b9ae3a8dfafe521.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_1afeeed3efdd471bc5fa68e6efbb2e90 = L.polyline(
                [[4.071278, 9.714869], [4.06688, 9.71287]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_1afeeed3efdd471bc5fa68e6efbb2e90.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_74da3e8da6198c208c91c5ba6f71a45d = L.polyline(
                [[4.071378, 9.714969], [4.06698, 9.71297]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_74da3e8da6198c208c91c5ba6f71a45d.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_7e810d69962db001e72b5300dd94e757 = L.polyline(
                [[4.071389, 9.729139], [4.07139, 9.72547]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_7e810d69962db001e72b5300dd94e757.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_a254252497880e01f7498558b4754d7d = L.polyline(
                [[4.071489, 9.729239], [4.07149, 9.72557]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_a254252497880e01f7498558b4754d7d.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_40d158361bbae92e1b1a98c8e4e3b31c = L.polyline(
                [[4.072222, 9.736111], [4.072661, 9.742681]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_40d158361bbae92e1b1a98c8e4e3b31c.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_880c5ccdcbf00d12ea47a568831220ea = L.polyline(
                [[4.072322, 9.736210999999999], [4.072761, 9.742780999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_880c5ccdcbf00d12ea47a568831220ea.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_c02c0d50a8049bcc56775c9ecccb9e43 = L.polyline(
                [[4.071639, 9.76925], [4.073367, 9.774]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_c02c0d50a8049bcc56775c9ecccb9e43.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_4f03629d933b2cb800d7b763b459c9ad = L.polyline(
                [[4.071739, 9.76935], [4.073467, 9.774099999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_4f03629d933b2cb800d7b763b459c9ad.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_1de45c1c3626cf7b54cb3de5d2947d4a = L.polyline(
                [[4.06425, 9.714664], [4.084075, 9.721058]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_1de45c1c3626cf7b54cb3de5d2947d4a.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_1e9ff1f6a03e188045018098bb4883c5 = L.polyline(
                [[4.06435, 9.714764], [4.084175, 9.721157999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_1e9ff1f6a03e188045018098bb4883c5.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_c488793862f788d41b0e230c2687690e = L.polyline(
                [[4.074778, 9.761667], [4.07475, 9.745583]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_c488793862f788d41b0e230c2687690e.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_8eee9fbad7e17d373b5b6b826ef5b7dd = L.polyline(
                [[4.074878, 9.761766999999999], [4.07485, 9.745683]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_8eee9fbad7e17d373b5b6b826ef5b7dd.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_56e502fab8ec2bf19a62d248df727fdc = L.polyline(
                [[4.070306, 9.719639], [4.079889, 9.719417]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_56e502fab8ec2bf19a62d248df727fdc.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_a55a394d1c607143116d65cd29a2ae34 = L.polyline(
                [[4.070406, 9.719739], [4.079988999999999, 9.719517]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_a55a394d1c607143116d65cd29a2ae34.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_7aeec8fda667d687bcce72e4551f8e1a = L.polyline(
                [[4.0817, 9.786083], [4.069972, 9.781778]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_7aeec8fda667d687bcce72e4551f8e1a.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_23ef99ed49d19e47351bbd66ee2a81a6 = L.polyline(
                [[4.081799999999999, 9.786183], [4.070072, 9.781877999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_23ef99ed49d19e47351bbd66ee2a81a6.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_bb2032745f9c2465387b4dd73044b40e = L.polyline(
                [[4.074778, 9.761667], [4.07833, 9.75645]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_bb2032745f9c2465387b4dd73044b40e.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_7ee05d730fd69d87aec930dfdb2c3100 = L.polyline(
                [[4.074878, 9.761766999999999], [4.07843, 9.756549999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_7ee05d730fd69d87aec930dfdb2c3100.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_8ad85c6caea36f90c5ea8bf0b00a02f9 = L.polyline(
                [[4.079889, 9.719417], [4.07625, 9.721778]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_8ad85c6caea36f90c5ea8bf0b00a02f9.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_0484646392975da5294b965c0de0f4a4 = L.polyline(
                [[4.079988999999999, 9.719517], [4.07635, 9.721878]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_0484646392975da5294b965c0de0f4a4.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_6e8bf0dcb2c0f3b7baebef9873c912d0 = L.polyline(
                [[4.081867, 9.756825], [4.07475, 9.745583]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_6e8bf0dcb2c0f3b7baebef9873c912d0.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_474ec865ed13f9ebf7a85a651867b9c8 = L.polyline(
                [[4.081967, 9.756924999999999], [4.07485, 9.745683]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_474ec865ed13f9ebf7a85a651867b9c8.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_b5f09219dd47245446cee016a989da1b = L.polyline(
                [[4.0817, 9.786083], [4.076722, 9.801611]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_b5f09219dd47245446cee016a989da1b.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_9e963a421c82438fdfc125d4d59c844a = L.polyline(
                [[4.081799999999999, 9.786183], [4.076822, 9.801711]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_9e963a421c82438fdfc125d4d59c844a.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_a36e9f84bb038f84b40ee4797625c54e = L.polyline(
                [[4.085936, 9.752944], [4.072661, 9.742681]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_a36e9f84bb038f84b40ee4797625c54e.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_4a0cd953da5afd3a90efa3389535f70d = L.polyline(
                [[4.086036, 9.753044], [4.072761, 9.742780999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_4a0cd953da5afd3a90efa3389535f70d.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_d969dd4bb0f4c4859a93f68cce085419 = L.polyline(
                [[4.085936, 9.752944], [4.073367, 9.774]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_d969dd4bb0f4c4859a93f68cce085419.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_b94ca3fa42b9904b07aa717433e31efd = L.polyline(
                [[4.086036, 9.753044], [4.073467, 9.774099999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_b94ca3fa42b9904b07aa717433e31efd.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_f1e0bad628bda82af137c51fbf9fe00d = L.polyline(
                [[4.0817, 9.786083], [4.07844, 9.79339]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_f1e0bad628bda82af137c51fbf9fe00d.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_285a45755488258c6c21f99a95a13fd5 = L.polyline(
                [[4.081799999999999, 9.786183], [4.078539999999999, 9.79349]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_285a45755488258c6c21f99a95a13fd5.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_ad47690b157782f6a9cd6ea4cf1234a9 = L.polyline(
                [[4.085936, 9.752944], [4.074861, 9.753278]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_ad47690b157782f6a9cd6ea4cf1234a9.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_fba337681d7e7f5f134bea9e766e2820 = L.polyline(
                [[4.086036, 9.753044], [4.074961, 9.753378]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_fba337681d7e7f5f134bea9e766e2820.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_12e994ee1e25aa2968dcf5d10e7153e5 = L.polyline(
                [[4.081441, 9.765535], [4.081867, 9.756825]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_12e994ee1e25aa2968dcf5d10e7153e5.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_e2e497eb8780a8d6c824e1cb4cd038e9 = L.polyline(
                [[4.081541, 9.765635], [4.081967, 9.756924999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_e2e497eb8780a8d6c824e1cb4cd038e9.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_f0563ceee6b873e920d4957d9c4c45c6 = L.polyline(
                [[4.0817, 9.786083], [4.08393, 9.7949]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_f0563ceee6b873e920d4957d9c4c45c6.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_0b08cda476164aaa3d8dd62bfd5f9d32 = L.polyline(
                [[4.081799999999999, 9.786183], [4.084029999999999, 9.795]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_0b08cda476164aaa3d8dd62bfd5f9d32.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_cc4fa1cbf625effa2b13c31739543c0a = L.polyline(
                [[4.0817, 9.786083], [4.08438, 9.77848]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_cc4fa1cbf625effa2b13c31739543c0a.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_fa1ce589326b0900ec706ff31f687aa3 = L.polyline(
                [[4.081799999999999, 9.786183], [4.08448, 9.77858]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_fa1ce589326b0900ec706ff31f687aa3.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_e756f4bd55e9929bc33274719160b37b = L.polyline(
                [[4.074778, 9.761667], [4.093194, 9.751769]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_e756f4bd55e9929bc33274719160b37b.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_a11b713acbe21c499facc4258ba7e747 = L.polyline(
                [[4.074878, 9.761766999999999], [4.093294, 9.751869]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_a11b713acbe21c499facc4258ba7e747.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_f81d1d9126c64656c4fa92c38855d092 = L.polyline(
                [[4.085936, 9.752944], [4.083056, 9.728889]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_f81d1d9126c64656c4fa92c38855d092.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_67f329797f2e985c2b0b3c0f250d7d2d = L.polyline(
                [[4.086036, 9.753044], [4.083156, 9.728989]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_67f329797f2e985c2b0b3c0f250d7d2d.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_08afcfa6a63a86b336d7e2b81c62ab12 = L.polyline(
                [[4.085936, 9.752944], [4.083528, 9.738306]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_08afcfa6a63a86b336d7e2b81c62ab12.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_40272bd59a238968fa68e2e9cfe0fc76 = L.polyline(
                [[4.086036, 9.753044], [4.083628, 9.738406]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_40272bd59a238968fa68e2e9cfe0fc76.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_5642fe775c22f376419c2af8a86d2753 = L.polyline(
                [[4.0817, 9.786083], [4.089889, 9.783583]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_5642fe775c22f376419c2af8a86d2753.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_85b24abfc09391439b164850d324d5c7 = L.polyline(
                [[4.081799999999999, 9.786183], [4.089989, 9.783683]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_85b24abfc09391439b164850d324d5c7.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_d50fca1588f3a07a92b2651a7e4f980e = L.polyline(
                [[4.074778, 9.761667], [4.097333, 9.743333]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_d50fca1588f3a07a92b2651a7e4f980e.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_2f63f85870a54ffc86e2707f2542762d = L.polyline(
                [[4.074878, 9.761766999999999], [4.097433, 9.743433]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_2f63f85870a54ffc86e2707f2542762d.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_4a61418b1451d3e83a9939f2ff187e5e = L.polyline(
                [[4.085936, 9.752944], [4.08663, 9.76601]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_4a61418b1451d3e83a9939f2ff187e5e.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_f5c7c598e58590b5b24e7a1ba7fac510 = L.polyline(
                [[4.086036, 9.753044], [4.08673, 9.76611]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_f5c7c598e58590b5b24e7a1ba7fac510.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_45063c11c92c578e36fb04978086b712 = L.polyline(
                [[4.0817, 9.786083], [4.091389, 9.808667]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_45063c11c92c578e36fb04978086b712.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_495d05204fdde9e996cb6beacae969f7 = L.polyline(
                [[4.081799999999999, 9.786183], [4.091489, 9.808767]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_495d05204fdde9e996cb6beacae969f7.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_f0e60d29a51c9a9d63b88e931266cf2f = L.polyline(
                [[4.085936, 9.752944], [4.090833, 9.758611]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_f0e60d29a51c9a9d63b88e931266cf2f.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_a8cf0c3f65bd02e750171decd3d2be87 = L.polyline(
                [[4.086036, 9.753044], [4.090933, 9.758711]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_a8cf0c3f65bd02e750171decd3d2be87.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_bd97870f9b5de9d072282b3dce2e6e1b = L.polyline(
                [[4.08679, 9.73381], [4.091278, 9.736042]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_bd97870f9b5de9d072282b3dce2e6e1b.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_71b52dd05a06e1686869832c589bb083 = L.polyline(
                [[4.0868899999999995, 9.73391], [4.091378, 9.736142]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_71b52dd05a06e1686869832c589bb083.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_f90ea0faecd4b6050eae0c8600f977cb = L.polyline(
                [[4.074778, 9.761667], [4.104861, 9.744]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_f90ea0faecd4b6050eae0c8600f977cb.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_04e16645f183bb8fc14d8146aca47bd3 = L.polyline(
                [[4.074878, 9.761766999999999], [4.104960999999999, 9.7441]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_04e16645f183bb8fc14d8146aca47bd3.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_8c181a71858b030e90e28607d5471028 = L.polyline(
                [[4.08663, 9.76601], [4.0945, 9.764367]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_8c181a71858b030e90e28607d5471028.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_68a412f7929c839edc91ec09fef94ea6 = L.polyline(
                [[4.08673, 9.76611], [4.0946, 9.764467]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_68a412f7929c839edc91ec09fef94ea6.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_04d93581c9685c0e517f27888a247756 = L.polyline(
                [[4.091944, 9.729444], [4.091278, 9.736042]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_04d93581c9685c0e517f27888a247756.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_77523cd277dd94a2d6c6d9aad2d327a0 = L.polyline(
                [[4.092044, 9.729544], [4.091378, 9.736142]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_77523cd277dd94a2d6c6d9aad2d327a0.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_0aa12b842565ff6bb048cf0214e9711a = L.polyline(
                [[4.09393, 9.74168], [4.097333, 9.743333]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_0aa12b842565ff6bb048cf0214e9711a.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_c2aef9a2ca310fbd3722b878ac872c08 = L.polyline(
                [[4.09403, 9.74178], [4.097433, 9.743433]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_964933e778fb004559467f7338e631d9);
        &#10;    
            poly_line_c2aef9a2ca310fbd3722b878ac872c08.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
        function geo_json_560f11c4b2d2018ab5702afd0de4e6e9_styler(feature) {
            switch(feature.id) {
                default:
                    return {&quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
            }
        }
        function geo_json_560f11c4b2d2018ab5702afd0de4e6e9_highlighter(feature) {
            switch(feature.id) {
                default:
                    return {&quot;fillOpacity&quot;: 0.75};
            }
        }
        function geo_json_560f11c4b2d2018ab5702afd0de4e6e9_pointToLayer(feature, latlng) {
            var opts = {
  &quot;stroke&quot;: true,
  &quot;color&quot;: &quot;black&quot;,
  &quot;weight&quot;: 3,
  &quot;opacity&quot;: 1.0,
  &quot;lineCap&quot;: &quot;round&quot;,
  &quot;lineJoin&quot;: &quot;round&quot;,
  &quot;dashArray&quot;: null,
  &quot;dashOffset&quot;: null,
  &quot;fill&quot;: true,
  &quot;fillColor&quot;: &quot;yellow&quot;,
  &quot;fillOpacity&quot;: 0.2,
  &quot;fillRule&quot;: &quot;evenodd&quot;,
  &quot;bubblingMouseEvents&quot;: true,
  &quot;radius&quot;: 75,
};
            &#10;            let style = geo_json_560f11c4b2d2018ab5702afd0de4e6e9_styler(feature)
            Object.assign(opts, style)
            &#10;            return new L.circle(latlng, opts)
        }
&#10;        function geo_json_560f11c4b2d2018ab5702afd0de4e6e9_onEachFeature(feature, layer) {
&#10;            layer.on({
                mouseout: function(e) {
                    if(typeof e.target.setStyle === &quot;function&quot;){
                            geo_json_560f11c4b2d2018ab5702afd0de4e6e9.resetStyle(e.target);
                    }
                },
                mouseover: function(e) {
                    if(typeof e.target.setStyle === &quot;function&quot;){
                        const highlightStyle = geo_json_560f11c4b2d2018ab5702afd0de4e6e9_highlighter(e.target.feature)
                        e.target.setStyle(highlightStyle);
                    }
                },
            });
        };
        var geo_json_560f11c4b2d2018ab5702afd0de4e6e9 = L.geoJson(null, {
                onEachFeature: geo_json_560f11c4b2d2018ab5702afd0de4e6e9_onEachFeature,
            &#10;                style: geo_json_560f11c4b2d2018ab5702afd0de4e6e9_styler,
                pointToLayer: geo_json_560f11c4b2d2018ab5702afd0de4e6e9_pointToLayer,
            ...{
}
        });
&#10;        function geo_json_560f11c4b2d2018ab5702afd0de4e6e9_add (data) {
            geo_json_560f11c4b2d2018ab5702afd0de4e6e9
                .addData(data);
        }
            geo_json_560f11c4b2d2018ab5702afd0de4e6e9_add({&quot;bbox&quot;: [9.730603, 4.031468, 9.794725, 4.079149], &quot;features&quot;: [{&quot;bbox&quot;: [9.74233361, 4.05663859, 9.74233361, 4.05663859], &quot;geometry&quot;: {&quot;coordinates&quot;: [9.74233361, 4.05663859], &quot;type&quot;: &quot;Point&quot;}, &quot;id&quot;: &quot;0&quot;, &quot;properties&quot;: {&quot;code&quot;: 1059095008, &quot;id&quot;: &quot;Campus_2_Universite&quot;, &quot;setup&quot;: &quot;Dalle_sol&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.7816409, 4.05686995, 9.7816409, 4.05686995], &quot;geometry&quot;: {&quot;coordinates&quot;: [9.7816409, 4.05686995], &quot;type&quot;: &quot;Point&quot;}, &quot;id&quot;: &quot;1&quot;, &quot;properties&quot;: {&quot;code&quot;: 1059095004, &quot;id&quot;: &quot;Ecole_Saint_Andre_PK11&quot;, &quot;setup&quot;: &quot;equerre&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.794725, 4.079149, 9.794725, 4.079149], &quot;geometry&quot;: {&quot;coordinates&quot;: [9.794725, 4.079149], &quot;type&quot;: &quot;Point&quot;}, &quot;id&quot;: &quot;2&quot;, &quot;properties&quot;: {&quot;code&quot;: 1059095007, &quot;id&quot;: &quot;Eglise_Pie_X_PK14&quot;, &quot;setup&quot;: &quot;equerre&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.767835, 4.078547, 9.767835, 4.078547], &quot;geometry&quot;: {&quot;coordinates&quot;: [9.767835, 4.078547], &quot;type&quot;: &quot;Point&quot;}, &quot;id&quot;: &quot;3&quot;, &quot;properties&quot;: {&quot;code&quot;: 1059095005, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;, &quot;setup&quot;: &quot;Dalle_sol&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.769916, 4.031468, 9.769916, 4.031468], &quot;geometry&quot;: {&quot;coordinates&quot;: [9.769916, 4.031468], &quot;type&quot;: &quot;Point&quot;}, &quot;id&quot;: &quot;4&quot;, &quot;properties&quot;: {&quot;code&quot;: 1059095002, &quot;id&quot;: &quot;Lycee_NYALLA&quot;, &quot;setup&quot;: &quot;Dalle_sol&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745173, 4.056894, 9.745173, 4.056894], &quot;geometry&quot;: {&quot;coordinates&quot;: [9.745173, 4.056894], &quot;type&quot;: &quot;Point&quot;}, &quot;id&quot;: &quot;5&quot;, &quot;properties&quot;: {&quot;code&quot;: 1059095006, &quot;id&quot;: &quot;Meteo_IUT&quot;, &quot;setup&quot;: &quot;Dalle_sol&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.730603, 4.051833, 9.730603, 4.051833], &quot;geometry&quot;: {&quot;coordinates&quot;: [9.730603, 4.051833], &quot;type&quot;: &quot;Point&quot;}, &quot;id&quot;: &quot;6&quot;, &quot;properties&quot;: {&quot;code&quot;: 1059095003, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;, &quot;setup&quot;: &quot;Dalle_toit&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745514, 4.047314, 9.745514, 4.047314], &quot;geometry&quot;: {&quot;coordinates&quot;: [9.745514, 4.047314], &quot;type&quot;: &quot;Point&quot;}, &quot;id&quot;: &quot;7&quot;, &quot;properties&quot;: {&quot;code&quot;: 1059095001, &quot;id&quot;: &quot;SOCATUR&quot;, &quot;setup&quot;: &quot;equerre&quot;}, &quot;type&quot;: &quot;Feature&quot;}], &quot;type&quot;: &quot;FeatureCollection&quot;});
&#10;        
    &#10;    geo_json_560f11c4b2d2018ab5702afd0de4e6e9.bindTooltip(
    function(layer){
    let div = L.DomUtil.create(&#x27;div&#x27;);
    &#10;    let handleObject = feature =&gt; {
        if (feature === null) {
            return &#x27;&#x27;;
        } else if (typeof(feature)==&#x27;object&#x27;) {
            return JSON.stringify(feature);
        } else {
            return feature;
        }
    }
    let fields = [&quot;id&quot;, &quot;code&quot;, &quot;setup&quot;];
    let aliases = [&quot;id&quot;, &quot;code&quot;, &quot;setup&quot;];
    let table = &#x27;&lt;table&gt;&#x27; +
        String(
        fields.map(
        (v,i)=&gt;
        `&lt;tr&gt;
            &lt;th&gt;${aliases[i]}&lt;/th&gt;
            &#10;            &lt;td&gt;${handleObject(layer.feature.properties[v])}&lt;/td&gt;
        &lt;/tr&gt;`).join(&#x27;&#x27;))
    +&#x27;&lt;/table&gt;&#x27;;
    div.innerHTML=table;
    &#10;    return div
    }
    ,{
  &quot;sticky&quot;: true,
  &quot;className&quot;: &quot;foliumtooltip&quot;,
});
                     &#10;    
            geo_json_560f11c4b2d2018ab5702afd0de4e6e9.addTo(map_281f7c370c6205246abf28acfa1f043f);
        &#10;    
            var geo_json_560f11c4b2d2018ab5702afd0de4e6e9searchControl = new L.Control.Search({
                layer: geo_json_560f11c4b2d2018ab5702afd0de4e6e9,
                &#10;                propertyName: &#x27;id&#x27;,
                &#10;                collapsed: true,
                textPlaceholder: &#x27;Gauge ID&#x27;,
                position:&#x27;topleft&#x27;,
            &#10;                initial: false,
                &#10;                hideMarkerOnCollapse: true
            &#10;                });
                geo_json_560f11c4b2d2018ab5702afd0de4e6e9searchControl.on(&#x27;search:locationfound&#x27;, function(e) {
                    geo_json_560f11c4b2d2018ab5702afd0de4e6e9.setStyle(function(feature){
                        return feature.properties.style
                    })
                    &#10;                    if(e.layer._popup)
                        e.layer.openPopup();
                })
                geo_json_560f11c4b2d2018ab5702afd0de4e6e9searchControl.on(&#x27;search:collapsed&#x27;, function(e) {
                        geo_json_560f11c4b2d2018ab5702afd0de4e6e9.setStyle(function(feature){
                            return feature.properties.style
                    });
                });
            map_281f7c370c6205246abf28acfa1f043f.addControl( geo_json_560f11c4b2d2018ab5702afd0de4e6e9searchControl );
&#10;        
    &#10;            var tile_layer_b01340a115c5b3aad1c54d237c24d9f6 = L.tileLayer(
                &quot;https://tile.openstreetmap.org/{z}/{x}/{y}.png&quot;,
                {
  &quot;minZoom&quot;: 0,
  &quot;maxZoom&quot;: 19,
  &quot;maxNativeZoom&quot;: 19,
  &quot;noWrap&quot;: false,
  &quot;attribution&quot;: &quot;\u0026copy; \u003ca href=\&quot;https://www.openstreetmap.org/copyright\&quot;\u003eOpenStreetMap\u003c/a\u003e contributors&quot;,
  &quot;subdomains&quot;: &quot;abc&quot;,
  &quot;detectRetina&quot;: false,
  &quot;tms&quot;: false,
  &quot;opacity&quot;: 1,
}
&#10;            );
        &#10;    
            var tile_layer_a5cdef1c96b80bf68a58e7a58c9c92b6 = L.tileLayer(
                &quot;https://{s}.tile.opentopomap.org/{z}/{x}/{y}.png&quot;,
                {
  &quot;minZoom&quot;: 0,
  &quot;maxZoom&quot;: 17,
  &quot;maxNativeZoom&quot;: 17,
  &quot;noWrap&quot;: false,
  &quot;attribution&quot;: &quot;Map data: \u0026copy; \u003ca href=\&quot;https://www.openstreetmap.org/copyright\&quot;\u003eOpenStreetMap\u003c/a\u003e contributors, \u003ca href=\&quot;http://viewfinderpanoramas.org\&quot;\u003eSRTM\u003c/a\u003e | Map style: \u0026copy; \u003ca href=\&quot;https://opentopomap.org\&quot;\u003eOpenTopoMap\u003c/a\u003e (\u003ca href=\&quot;https://creativecommons.org/licenses/by-sa/3.0/\&quot;\u003eCC-BY-SA\u003c/a\u003e)&quot;,
  &quot;subdomains&quot;: &quot;abc&quot;,
  &quot;detectRetina&quot;: false,
  &quot;tms&quot;: false,
  &quot;opacity&quot;: 1,
}
&#10;            );
        &#10;    
            var tile_layer_967e2d20ab49fd8faaaec916efddf108 = L.tileLayer(
                &quot;https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}&quot;,
                {
  &quot;minZoom&quot;: 0,
  &quot;maxZoom&quot;: 18,
  &quot;maxNativeZoom&quot;: 18,
  &quot;noWrap&quot;: false,
  &quot;attribution&quot;: &quot;Tiles \u0026copy; Esri \u0026mdash; Source: Esri, i-cubed, USDA, USGS, AEX, GeoEye, Getmapping, Aerogrid, IGN, IGP, UPR-EGP, and the GIS User Community&quot;,
  &quot;subdomains&quot;: &quot;abc&quot;,
  &quot;detectRetina&quot;: false,
  &quot;tms&quot;: false,
  &quot;opacity&quot;: 1,
}
&#10;            );
        &#10;    
            var tile_layer_24b724c6f99668b874797d9df7a802c0 = L.tileLayer(
                &quot;https://server.arcgisonline.com/ArcGIS/rest/services/Canvas/World_Light_Gray_Base/MapServer/tile/{z}/{y}/{x}&quot;,
                {
  &quot;minZoom&quot;: 0,
  &quot;maxZoom&quot;: 16,
  &quot;maxNativeZoom&quot;: 16,
  &quot;noWrap&quot;: false,
  &quot;attribution&quot;: &quot;Tiles \u0026copy; Esri \u0026mdash; Esri, DeLorme, NAVTEQ&quot;,
  &quot;subdomains&quot;: &quot;abc&quot;,
  &quot;detectRetina&quot;: false,
  &quot;tms&quot;: false,
  &quot;opacity&quot;: 1,
}
&#10;            );
        &#10;    
            tile_layer_24b724c6f99668b874797d9df7a802c0.addTo(map_281f7c370c6205246abf28acfa1f043f);
        &#10;    
            var layer_control_9663cf632bead6e92e8fb980688888a1_layers = {
                base_layers : {
                    &quot;OpenStreetMap&quot; : tile_layer_b01340a115c5b3aad1c54d237c24d9f6,
                    &quot;OpenTopoMap&quot; : tile_layer_a5cdef1c96b80bf68a58e7a58c9c92b6,
                    &quot;Esri.WorldImagery&quot; : tile_layer_967e2d20ab49fd8faaaec916efddf108,
                    &quot;Esri.WorldGrayCanvas&quot; : tile_layer_24b724c6f99668b874797d9df7a802c0,
                },
                overlays :  {
                    &quot;Sublinks&quot; : geo_json_edbe24afafd2f6c7384b1a363c342118,
                    &quot;Sublinks_sense&quot; : feature_group_964933e778fb004559467f7338e631d9,
                    &quot;Gauges&quot; : geo_json_560f11c4b2d2018ab5702afd0de4e6e9,
                },
            };
            let layer_control_9663cf632bead6e92e8fb980688888a1 = L.control.layers(
                layer_control_9663cf632bead6e92e8fb980688888a1_layers.base_layers,
                layer_control_9663cf632bead6e92e8fb980688888a1_layers.overlays,
                {
  &quot;position&quot;: &quot;topright&quot;,
  &quot;collapsed&quot;: true,
  &quot;autoZIndex&quot;: true,
}
            ).addTo(map_281f7c370c6205246abf28acfa1f043f);
&#10;        
    &#10;            L.control.fullscreen(
                {
  &quot;position&quot;: &quot;topright&quot;,
  &quot;title&quot;: &quot;Full Screen&quot;,
  &quot;titleCancel&quot;: &quot;Exit Full Screen&quot;,
  &quot;forceSeparateButton&quot;: true,
}
            ).addTo(map_281f7c370c6205246abf28acfa1f043f);
        &#10;    
&#10;            var geocoderOpts_geocoder_5e59e3cfbd84f8c0919bf33fbba94353 = {
  &quot;collapsed&quot;: true,
  &quot;position&quot;: &quot;topright&quot;,
  &quot;defaultMarkGeocode&quot;: false,
  &quot;zoom&quot;: 11,
  &quot;provider&quot;: &quot;nominatim&quot;,
  &quot;providerOptions&quot;: {
},
};
&#10;            // note: geocoder name should start with lowercase
            var geocoderName_geocoder_5e59e3cfbd84f8c0919bf33fbba94353 = geocoderOpts_geocoder_5e59e3cfbd84f8c0919bf33fbba94353[&quot;provider&quot;];
&#10;            var customGeocoder_geocoder_5e59e3cfbd84f8c0919bf33fbba94353 = L.Control.Geocoder[ geocoderName_geocoder_5e59e3cfbd84f8c0919bf33fbba94353 ](
                geocoderOpts_geocoder_5e59e3cfbd84f8c0919bf33fbba94353[&#x27;providerOptions&#x27;]
            );
            geocoderOpts_geocoder_5e59e3cfbd84f8c0919bf33fbba94353[&quot;geocoder&quot;] = customGeocoder_geocoder_5e59e3cfbd84f8c0919bf33fbba94353;
&#10;            L.Control.geocoder(
                geocoderOpts_geocoder_5e59e3cfbd84f8c0919bf33fbba94353
            ).on(&#x27;markgeocode&#x27;, function(e) {
                var zoom = geocoderOpts_geocoder_5e59e3cfbd84f8c0919bf33fbba94353[&#x27;zoom&#x27;] || map_281f7c370c6205246abf28acfa1f043f.getZoom();
                map_281f7c370c6205246abf28acfa1f043f.setView(e.geocode.center, zoom);
            }).addTo(map_281f7c370c6205246abf28acfa1f043f);
&#10;        
    &#10;            var measure_control_72210808e80e8b68a3de2a71b22f1674 = new L.Control.Measure(
                {
  &quot;position&quot;: &quot;bottomright&quot;,
  &quot;primaryLengthUnit&quot;: &quot;meters&quot;,
  &quot;secondaryLengthUnit&quot;: &quot;miles&quot;,
  &quot;primaryAreaUnit&quot;: &quot;sqmeters&quot;,
  &quot;secondaryAreaUnit&quot;: &quot;acres&quot;,
});
            map_281f7c370c6205246abf28acfa1f043f.addControl(measure_control_72210808e80e8b68a3de2a71b22f1674);
&#10;            // Workaround for using this plugin with Leaflet&gt;=1.8.0
            // https://github.com/ljagis/leaflet-measure/issues/171
            L.Control.Measure.include({
                _setCaptureMarkerIcon: function () {
                    // disable autopan
                    this._captureMarker.options.autoPanOnFocus = false;
                    // default function
                    this._captureMarker.setIcon(
                        L.divIcon({
                            iconSize: this._map.getSize().multiplyBy(2)
                        })
                    );
                },
            });
&#10;        
    &#10;            geo_json_edbe24afafd2f6c7384b1a363c342118.addTo(map_281f7c370c6205246abf28acfa1f043f);
        &#10;    
            geo_json_560f11c4b2d2018ab5702afd0de4e6e9.addTo(map_281f7c370c6205246abf28acfa1f043f);
        &#10;    
            tile_layer_24b724c6f99668b874797d9df7a802c0.addTo(map_281f7c370c6205246abf28acfa1f043f);
        &#10;&lt;/script&gt;
&lt;/html&gt;" style="position:absolute;width:100%;height:100%;left:0;top:0;border:none !important;" allowfullscreen webkitallowfullscreen mozallowfullscreen></iframe></div></div>

### Visualizing data side by side. Example of sublink metadata and link-gauge groups

We will import some helper functions

``` python
from raincell.maps._helpers import get_center, get_zoom_start
```

``` python
m = folium.plugins.DualMap(zoom_start=get_zoom_start(cml), location=get_center(cml), tiles=None)
lm, rm = m.m1, m.m2
lm = explore_sublinks(cml, default=None, m=lm)
rm = explore_link_gauge_groups(cml_with_gauges, gauges, m=rm, default=None)
m = setup_default_map(m)
```

<details class="code-fold">
<summary>Code</summary>

``` python
lm.options['scrollWheelZoom'] = False
rm.options['scrollWheelZoom'] = False
m
```

</details>

<div style="width:100%;"><div style="position:relative;width:100%;height:0;padding-bottom:60%;"><span style="color:#565656">Make this Notebook Trusted to load map: File -> Trust Notebook</span><iframe srcdoc="&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
    &#10;    &lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=UTF-8&quot; /&gt;
    &lt;script src=&quot;https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.js&quot;&gt;&lt;/script&gt;
    &lt;script src=&quot;https://code.jquery.com/jquery-3.7.1.min.js&quot;&gt;&lt;/script&gt;
    &lt;script src=&quot;https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js&quot;&gt;&lt;/script&gt;
    &lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js&quot;&gt;&lt;/script&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.css&quot;/&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css&quot;/&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css&quot;/&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2.0/css/all.min.css&quot;/&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css&quot;/&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/gh/python-visualization/folium/folium/templates/leaflet.awesome.rotate.min.css&quot;/&gt;
    &#10;            &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width,
                initial-scale=1.0, maximum-scale=1.0, user-scalable=no&quot; /&gt;
            &lt;style&gt;
                #map_55984af2931f414589318895283bfb61 {
                    position: absolute;
                    width: 50.0%;
                    height: 100.0%;
                    left: 0.0%;
                    top: 0.0%;
                }
                .leaflet-container { font-size: 1rem; }
            &lt;/style&gt;
&#10;            &lt;style&gt;html, body {
                width: 100%;
                height: 100%;
                margin: 0;
                padding: 0;
            }
            &lt;/style&gt;
&#10;            &lt;style&gt;#map {
                position:absolute;
                top:0;
                bottom:0;
                right:0;
                left:0;
                }
            &lt;/style&gt;
&#10;            &lt;script&gt;
                L_NO_TOUCH = false;
                L_DISABLE_3D = false;
            &lt;/script&gt;
&#10;        
    &#10;                    &lt;style&gt;
                        .foliumtooltip {
                            &#10;                        }
                       .foliumtooltip table{
                            margin: auto;
                        }
                        .foliumtooltip tr{
                            text-align: left;
                        }
                        .foliumtooltip th{
                            padding: 2px; padding-right: 8px;
                        }
                    &lt;/style&gt;
            &#10;    &lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js&quot;&gt;&lt;/script&gt;
    &lt;script src=&quot;https://cdn.jsdelivr.net/npm/leaflet-textpath@1.2.3/leaflet.textpath.min.js&quot;&gt;&lt;/script&gt;
    &lt;script src=&quot;https://cdn.jsdelivr.net/npm/leaflet.fullscreen@3.0.0/Control.FullScreen.min.js&quot;&gt;&lt;/script&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/leaflet.fullscreen@3.0.0/Control.FullScreen.css&quot;/&gt;
    &lt;script src=&quot;https://unpkg.com/leaflet-control-geocoder/dist/Control.Geocoder.js&quot;&gt;&lt;/script&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://unpkg.com/leaflet-control-geocoder/dist/Control.Geocoder.css&quot;/&gt;
    &lt;script src=&quot;https://cdn.jsdelivr.net/gh/ljagis/leaflet-measure@2.1.7/dist/leaflet-measure.min.js&quot;&gt;&lt;/script&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/gh/ljagis/leaflet-measure@2.1.7/dist/leaflet-measure.min.css&quot;/&gt;
    &#10;            &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width,
                initial-scale=1.0, maximum-scale=1.0, user-scalable=no&quot; /&gt;
            &lt;style&gt;
                #map_2d3c282b5e3a86b8c82285794db81bdb {
                    position: absolute;
                    width: 50.0%;
                    height: 100.0%;
                    left: 50.0%;
                    top: 0.0%;
                }
                .leaflet-container { font-size: 1rem; }
            &lt;/style&gt;
&#10;            &lt;style&gt;html, body {
                width: 100%;
                height: 100%;
                margin: 0;
                padding: 0;
            }
            &lt;/style&gt;
&#10;            &lt;style&gt;#map {
                position:absolute;
                top:0;
                bottom:0;
                right:0;
                left:0;
                }
            &lt;/style&gt;
&#10;            &lt;script&gt;
                L_NO_TOUCH = false;
                L_DISABLE_3D = false;
            &lt;/script&gt;
&#10;        
    &#10;                    &lt;style&gt;
                        .foliumtooltip {
                            &#10;                        }
                       .foliumtooltip table{
                            margin: auto;
                        }
                        .foliumtooltip tr{
                            text-align: left;
                        }
                        .foliumtooltip th{
                            padding: 2px; padding-right: 8px;
                        }
                    &lt;/style&gt;
            &#10;    &lt;script src=&quot;https://cdn.jsdelivr.net/gh/jieter/Leaflet.Sync/L.Map.Sync.min.js&quot;&gt;&lt;/script&gt;
    &#10;    &lt;script src=&quot;https://code.jquery.com/ui/1.12.1/jquery-ui.js&quot;&gt;&lt;/script&gt;
    &lt;script&gt;$( function() {
        $( &quot;.maplegend&quot; ).draggable({
            start: function (event, ui) {
                $(this).css({
                    right: &quot;auto&quot;,
                    top: &quot;auto&quot;,
                    bottom: &quot;auto&quot;
                });
            }
        });
    });
    &lt;/script&gt;
    &lt;style type=&#x27;text/css&#x27;&gt;
      .maplegend {
        position: absolute;
        z-index:9999;
        background-color: rgba(255, 255, 255, .8);
        border-radius: 5px;
        box-shadow: 0 0 15px rgba(0,0,0,0.2);
        padding: 10px;
        font: 12px/14px Arial, Helvetica, sans-serif;
        right: 10px;
        bottom: 20px;
      }
      .maplegend .legend-title {
        text-align: left;
        margin-bottom: 5px;
        font-weight: bold;
        }
      .maplegend .legend-scale ul {
        margin: 0;
        margin-bottom: 0px;
        padding: 0;
        float: left;
        list-style: none;
        }
      .maplegend .legend-scale ul li {
        list-style: none;
        margin-left: 0;
        line-height: 16px;
        margin-bottom: 2px;
        }
      .maplegend ul.legend-labels li span {
        display: block;
        float: left;
        height: 14px;
        width: 14px;
        margin-right: 5px;
        margin-left: 0;
        border: 0px solid #ccc;
        }
      .maplegend .legend-source {
        color: #777;
        clear: both;
        }
      .maplegend a {
        color: #777;
        }
    &lt;/style&gt;
    &#10;&lt;/head&gt;
&lt;body&gt;
    &#10;    
    &lt;script&gt;
    document.addEventListener(&#x27;DOMContentLoaded&#x27;, function() {
        setTimeout(function() {
            var map = Object.values(window).find(v =&gt; v instanceof L.Map);
            map.eachLayer(function(layer) {
                if (layer.feature &amp;&amp; layer.feature.properties &amp;&amp; layer.feature.properties.cml_id) {
                    layer.on(&#x27;contextmenu&#x27;, function(e) {
                        L.DomEvent.stopPropagation(e);
                        L.DomEvent.preventDefault(e);
                        var cmlId = e.target.feature.properties.cml_id;
                        var sublinkId = e.target.feature.properties.sublink_id;
                        var jsonObj = JSON.stringify({cml_id: cmlId, sublink_id: sublinkId});
                        navigator.clipboard.writeText(jsonObj);
                        console.log(&#x27;Copied:&#x27;, jsonObj);
                    });
                }
            });
        }, 1000);
    });
    &lt;/script&gt;
    &#10;    
    &lt;div id=&#x27;maplegend id&#x27; class=&#x27;maplegend&#x27;&gt;
        &lt;div class=&#x27;legend-title&#x27;&gt;id&lt;/div&gt;
        &lt;div class=&#x27;legend-scale&#x27;&gt;
            &lt;ul class=&#x27;legend-labels&#x27;&gt;
                &lt;li&gt;&lt;span style=&#x27;background:#1f77b4&#x27;&gt;&lt;/span&gt;Campus_2_Universite&lt;/li&gt;
                &lt;li&gt;&lt;span style=&#x27;background:#ff7f0e&#x27;&gt;&lt;/span&gt;Ecole_Saint_Andre_PK11&lt;/li&gt;
                &lt;li&gt;&lt;span style=&#x27;background:#98df8a&#x27;&gt;&lt;/span&gt;Eglise_Pie_X_PK14&lt;/li&gt;
                &lt;li&gt;&lt;span style=&#x27;background:#9467bd&#x27;&gt;&lt;/span&gt;Hopital_des_Soeurs_Logpom&lt;/li&gt;
                &lt;li&gt;&lt;span style=&#x27;background:#c49c94&#x27;&gt;&lt;/span&gt;Lycee_NYALLA&lt;/li&gt;
                &lt;li&gt;&lt;span style=&#x27;background:#7f7f7f&#x27;&gt;&lt;/span&gt;Meteo_IUT&lt;/li&gt;
                &lt;li&gt;&lt;span style=&#x27;background:#dbdb8d&#x27;&gt;&lt;/span&gt;Piscine_CITE_SIC&lt;/li&gt;
                &lt;li&gt;&lt;span style=&#x27;background:#9edae5&#x27;&gt;&lt;/span&gt;SOCATUR&lt;/li&gt;
            &lt;/ul&gt;
        &lt;/div&gt;
    &lt;/div&gt;
    &#10;    
    &lt;script&gt;
    document.addEventListener(&#x27;DOMContentLoaded&#x27;, function() {
        setTimeout(function() {
            var map = Object.values(window).find(v =&gt; v instanceof L.Map);
            map.eachLayer(function(layer) {
                if (layer.feature &amp;&amp; layer.feature.properties &amp;&amp; layer.feature.properties.cml_id) {
                    layer.on(&#x27;contextmenu&#x27;, function(e) {
                        L.DomEvent.stopPropagation(e);
                        L.DomEvent.preventDefault(e);
                        var cmlId = e.target.feature.properties.cml_id;
                        // var jsonObj = JSON.stringify(cmlId);
                        navigator.clipboard.writeText(cmlId);
                        // console.log(&#x27;Copied:&#x27;, jsonObj);
                        console.log(&#x27;Copied:&#x27;, cmlId);
                    });
                }
            });
        }, 1000);
    });
    &lt;/script&gt;
    &#10;    
            &lt;div class=&quot;folium-map&quot; id=&quot;map_55984af2931f414589318895283bfb61&quot; &gt;&lt;/div&gt;
        &#10;    
            &lt;div class=&quot;folium-map&quot; id=&quot;map_2d3c282b5e3a86b8c82285794db81bdb&quot; &gt;&lt;/div&gt;
        &#10;&lt;/body&gt;
&lt;script&gt;
    &#10;    
            var map_55984af2931f414589318895283bfb61 = L.map(
                &quot;map_55984af2931f414589318895283bfb61&quot;,
                {
                    center: [4.0407554999999995, 9.743189999999998],
                    crs: L.CRS.EPSG3857,
                    ...{
  &quot;zoom&quot;: 12.406704259110562,
  &quot;zoomControl&quot;: true,
  &quot;preferCanvas&quot;: false,
  &quot;scrollWheelZoom&quot;: false,
}
&#10;                }
            );
&#10;            
&#10;        
    &#10;        function geo_json_df06a9cf2e21dec4e2fd4b2ef03ea9dc_styler(feature) {
            switch(feature.id) {
                case &quot;0&quot;: case &quot;33&quot;: case &quot;35&quot;: case &quot;56&quot;: case &quot;64&quot;: case &quot;92&quot;: case &quot;102&quot;: case &quot;116&quot;: case &quot;146&quot;: case &quot;157&quot;: case &quot;166&quot;: case &quot;171&quot;: case &quot;186&quot;: case &quot;188&quot;: case &quot;196&quot;: case &quot;232&quot;: case &quot;238&quot;: 
                    return {&quot;color&quot;: &quot;#0059ff&quot;, &quot;fillColor&quot;: &quot;#0059ff&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;1&quot;: case &quot;14&quot;: case &quot;27&quot;: case &quot;32&quot;: case &quot;34&quot;: case &quot;47&quot;: case &quot;55&quot;: case &quot;63&quot;: case &quot;75&quot;: case &quot;90&quot;: case &quot;91&quot;: case &quot;93&quot;: case &quot;99&quot;: case &quot;101&quot;: case &quot;115&quot;: case &quot;120&quot;: case &quot;138&quot;: case &quot;145&quot;: case &quot;155&quot;: case &quot;158&quot;: case &quot;165&quot;: case &quot;172&quot;: case &quot;182&quot;: case &quot;184&quot;: case &quot;185&quot;: case &quot;187&quot;: case &quot;195&quot;: case &quot;204&quot;: case &quot;215&quot;: case &quot;231&quot;: case &quot;237&quot;: case &quot;245&quot;: 
                    return {&quot;color&quot;: &quot;#00a0ff&quot;, &quot;fillColor&quot;: &quot;#00a0ff&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;2&quot;: case &quot;149&quot;: case &quot;151&quot;: 
                    return {&quot;color&quot;: &quot;#00ff66&quot;, &quot;fillColor&quot;: &quot;#00ff66&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;3&quot;: case &quot;150&quot;: case &quot;152&quot;: 
                    return {&quot;color&quot;: &quot;#00ff8c&quot;, &quot;fillColor&quot;: &quot;#00ff8c&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;4&quot;: case &quot;9&quot;: case &quot;21&quot;: case &quot;49&quot;: case &quot;73&quot;: case &quot;86&quot;: case &quot;173&quot;: case &quot;206&quot;: case &quot;218&quot;: case &quot;244&quot;: 
                    return {&quot;color&quot;: &quot;#ff00bf&quot;, &quot;fillColor&quot;: &quot;#ff00bf&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;5&quot;: case &quot;8&quot;: case &quot;20&quot;: case &quot;50&quot;: case &quot;74&quot;: case &quot;174&quot;: case &quot;205&quot;: case &quot;243&quot;: 
                    return {&quot;color&quot;: &quot;#ff00e0&quot;, &quot;fillColor&quot;: &quot;#ff00e0&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;6&quot;: case &quot;11&quot;: case &quot;39&quot;: case &quot;44&quot;: case &quot;68&quot;: case &quot;79&quot;: case &quot;112&quot;: case &quot;118&quot;: case &quot;122&quot;: case &quot;136&quot;: case &quot;142&quot;: case &quot;148&quot;: case &quot;210&quot;: case &quot;211&quot;: case &quot;222&quot;: case &quot;228&quot;: 
                    return {&quot;color&quot;: &quot;#006fff&quot;, &quot;fillColor&quot;: &quot;#006fff&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;7&quot;: case &quot;10&quot;: case &quot;13&quot;: case &quot;17&quot;: case &quot;25&quot;: case &quot;38&quot;: case &quot;43&quot;: case &quot;51&quot;: case &quot;67&quot;: case &quot;71&quot;: case &quot;80&quot;: case &quot;83&quot;: case &quot;111&quot;: case &quot;117&quot;: case &quot;121&quot;: case &quot;125&quot;: case &quot;135&quot;: case &quot;141&quot;: case &quot;147&quot;: case &quot;191&quot;: case &quot;193&quot;: case &quot;208&quot;: case &quot;209&quot;: case &quot;212&quot;: case &quot;213&quot;: case &quot;221&quot;: case &quot;224&quot;: case &quot;227&quot;: 
                    return {&quot;color&quot;: &quot;#00b0ff&quot;, &quot;fillColor&quot;: &quot;#00b0ff&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;12&quot;: case &quot;16&quot;: case &quot;24&quot;: case &quot;42&quot;: case &quot;52&quot;: case &quot;72&quot;: case &quot;84&quot;: case &quot;192&quot;: case &quot;194&quot;: case &quot;207&quot;: case &quot;214&quot;: case &quot;223&quot;: 
                    return {&quot;color&quot;: &quot;#0069ff&quot;, &quot;fillColor&quot;: &quot;#0069ff&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;15&quot;: case &quot;26&quot;: case &quot;48&quot;: case &quot;76&quot;: case &quot;89&quot;: case &quot;94&quot;: case &quot;100&quot;: case &quot;119&quot;: case &quot;137&quot;: case &quot;156&quot;: case &quot;181&quot;: case &quot;183&quot;: case &quot;203&quot;: case &quot;216&quot;: case &quot;246&quot;: 
                    return {&quot;color&quot;: &quot;#005eff&quot;, &quot;fillColor&quot;: &quot;#005eff&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;18&quot;: case &quot;40&quot;: case &quot;66&quot;: case &quot;97&quot;: case &quot;105&quot;: case &quot;110&quot;: case &quot;126&quot;: case &quot;129&quot;: case &quot;144&quot;: case &quot;169&quot;: case &quot;180&quot;: case &quot;190&quot;: case &quot;234&quot;: 
                    return {&quot;color&quot;: &quot;#00aaff&quot;, &quot;fillColor&quot;: &quot;#00aaff&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;19&quot;: case &quot;28&quot;: case &quot;31&quot;: case &quot;41&quot;: case &quot;58&quot;: case &quot;65&quot;: case &quot;70&quot;: case &quot;77&quot;: case &quot;88&quot;: case &quot;98&quot;: case &quot;104&quot;: case &quot;106&quot;: case &quot;109&quot;: case &quot;124&quot;: case &quot;127&quot;: case &quot;128&quot;: case &quot;133&quot;: case &quot;143&quot;: case &quot;164&quot;: case &quot;170&quot;: case &quot;179&quot;: case &quot;189&quot;: case &quot;200&quot;: case &quot;202&quot;: case &quot;225&quot;: case &quot;233&quot;: case &quot;239&quot;: case &quot;247&quot;: case &quot;252&quot;: 
                    return {&quot;color&quot;: &quot;#0064ff&quot;, &quot;fillColor&quot;: &quot;#0064ff&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;22&quot;: case &quot;162&quot;: case &quot;220&quot;: case &quot;236&quot;: 
                    return {&quot;color&quot;: &quot;#ff0200&quot;, &quot;fillColor&quot;: &quot;#ff0200&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;23&quot;: case &quot;161&quot;: case &quot;219&quot;: case &quot;235&quot;: 
                    return {&quot;color&quot;: &quot;#ff1200&quot;, &quot;fillColor&quot;: &quot;#ff1200&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;29&quot;: case &quot;30&quot;: case &quot;57&quot;: case &quot;69&quot;: case &quot;78&quot;: case &quot;87&quot;: case &quot;103&quot;: case &quot;123&quot;: case &quot;132&quot;: case &quot;134&quot;: case &quot;163&quot;: case &quot;199&quot;: case &quot;201&quot;: case &quot;226&quot;: case &quot;240&quot;: case &quot;248&quot;: case &quot;251&quot;: 
                    return {&quot;color&quot;: &quot;#00a5ff&quot;, &quot;fillColor&quot;: &quot;#00a5ff&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;36&quot;: case &quot;45&quot;: case &quot;53&quot;: case &quot;60&quot;: case &quot;82&quot;: case &quot;95&quot;: case &quot;108&quot;: case &quot;113&quot;: case &quot;130&quot;: case &quot;160&quot;: case &quot;168&quot;: case &quot;175&quot;: case &quot;178&quot;: case &quot;198&quot;: case &quot;242&quot;: case &quot;250&quot;: 
                    return {&quot;color&quot;: &quot;#0053ff&quot;, &quot;fillColor&quot;: &quot;#0053ff&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;37&quot;: case &quot;46&quot;: case &quot;59&quot;: case &quot;131&quot;: case &quot;159&quot;: case &quot;167&quot;: case &quot;197&quot;: 
                    return {&quot;color&quot;: &quot;#0095ff&quot;, &quot;fillColor&quot;: &quot;#0095ff&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;54&quot;: case &quot;81&quot;: case &quot;96&quot;: case &quot;107&quot;: case &quot;114&quot;: case &quot;176&quot;: case &quot;177&quot;: case &quot;241&quot;: case &quot;249&quot;: 
                    return {&quot;color&quot;: &quot;#009aff&quot;, &quot;fillColor&quot;: &quot;#009aff&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;61&quot;: case &quot;229&quot;: 
                    return {&quot;color&quot;: &quot;#ff0d00&quot;, &quot;fillColor&quot;: &quot;#ff0d00&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;62&quot;: case &quot;230&quot;: 
                    return {&quot;color&quot;: &quot;#ff0003&quot;, &quot;fillColor&quot;: &quot;#ff0003&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;139&quot;: 
                    return {&quot;color&quot;: &quot;#ff0700&quot;, &quot;fillColor&quot;: &quot;#ff0700&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;140&quot;: 
                    return {&quot;color&quot;: &quot;#ff1800&quot;, &quot;fillColor&quot;: &quot;#ff1800&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;153&quot;: 
                    return {&quot;color&quot;: &quot;#00ff6c&quot;, &quot;fillColor&quot;: &quot;#00ff6c&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;154&quot;: 
                    return {&quot;color&quot;: &quot;#00ff91&quot;, &quot;fillColor&quot;: &quot;#00ff91&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                default:
                    return {&quot;color&quot;: &quot;#ff00d5&quot;, &quot;fillColor&quot;: &quot;#ff00d5&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
            }
        }
        function geo_json_df06a9cf2e21dec4e2fd4b2ef03ea9dc_highlighter(feature) {
            switch(feature.id) {
                default:
                    return {&quot;fillOpacity&quot;: 0.75};
            }
        }
        function geo_json_df06a9cf2e21dec4e2fd4b2ef03ea9dc_pointToLayer(feature, latlng) {
            var opts = {
  &quot;stroke&quot;: true,
  &quot;color&quot;: &quot;#3388ff&quot;,
  &quot;weight&quot;: 3,
  &quot;opacity&quot;: 1.0,
  &quot;lineCap&quot;: &quot;round&quot;,
  &quot;lineJoin&quot;: &quot;round&quot;,
  &quot;dashArray&quot;: null,
  &quot;dashOffset&quot;: null,
  &quot;fill&quot;: true,
  &quot;fillColor&quot;: &quot;#3388ff&quot;,
  &quot;fillOpacity&quot;: 0.2,
  &quot;fillRule&quot;: &quot;evenodd&quot;,
  &quot;bubblingMouseEvents&quot;: true,
  &quot;radius&quot;: 2,
};
            &#10;            let style = geo_json_df06a9cf2e21dec4e2fd4b2ef03ea9dc_styler(feature)
            Object.assign(opts, style)
            &#10;            return new L.CircleMarker(latlng, opts)
        }
&#10;        function geo_json_df06a9cf2e21dec4e2fd4b2ef03ea9dc_onEachFeature(feature, layer) {
&#10;            layer.on({
                mouseout: function(e) {
                    if(typeof e.target.setStyle === &quot;function&quot;){
                            geo_json_df06a9cf2e21dec4e2fd4b2ef03ea9dc.resetStyle(e.target);
                    }
                },
                mouseover: function(e) {
                    if(typeof e.target.setStyle === &quot;function&quot;){
                        const highlightStyle = geo_json_df06a9cf2e21dec4e2fd4b2ef03ea9dc_highlighter(e.target.feature)
                        e.target.setStyle(highlightStyle);
                    }
                },
            });
        };
        var geo_json_df06a9cf2e21dec4e2fd4b2ef03ea9dc = L.geoJson(null, {
                onEachFeature: geo_json_df06a9cf2e21dec4e2fd4b2ef03ea9dc_onEachFeature,
            &#10;                style: geo_json_df06a9cf2e21dec4e2fd4b2ef03ea9dc_styler,
                pointToLayer: geo_json_df06a9cf2e21dec4e2fd4b2ef03ea9dc_pointToLayer,
            ...{
}
        });
&#10;        function geo_json_df06a9cf2e21dec4e2fd4b2ef03ea9dc_add (data) {
            geo_json_df06a9cf2e21dec4e2fd4b2ef03ea9dc
                .addData(data);
        }
            geo_json_df06a9cf2e21dec4e2fd4b2ef03ea9dc_add({&quot;bbox&quot;: [9.67025, 3.97665, 9.81623, 4.104960999999999], &quot;features&quot;: [{&quot;bbox&quot;: [9.787167, 3.97665, 9.791866, 3.992722], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.787167, 3.992722], [9.791866, 3.97665]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;0&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 1852.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.787267, 3.97675, 9.791966, 3.9928220000000003], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.791966, 3.97675]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;1&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 1852.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.787167, 3.97866, 9.81613, 3.992722], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.787167, 3.992722], [9.81613, 3.97866]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;2&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00ff66&quot;, &quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;frequency&quot;: 12765.0, &quot;length&quot;: 3573.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.787267, 3.9787600000000003, 9.81623, 3.9928220000000003], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.787267, 3.9928220000000003], [9.81623, 3.9787600000000003]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;3&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00ff8c&quot;, &quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;frequency&quot;: 13031.0, &quot;length&quot;: 3573.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.75885, 3.99663, 9.763806, 3.997361], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.763806, 3.997361], [9.75885, 3.99663]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;4&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00bf&quot;, &quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;frequency&quot;: 18765.0, &quot;length&quot;: 556.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.75895, 3.9967300000000003, 9.763906, 3.9974610000000004], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.763906, 3.9974610000000004], [9.75895, 3.9967300000000003]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;5&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00e0&quot;, &quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;frequency&quot;: 17755.0, &quot;length&quot;: 556.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745083, 4.002553, 9.748639, 4.003231], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.745083, 4.002553], [9.748639, 4.003231]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;6&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 402.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745182999999999, 4.002653, 9.748739, 4.003331], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.745182999999999, 4.002653], [9.748739, 4.003331]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;7&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 402.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.76732, 4.003512, 9.767719, 4.0105], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.76732, 4.003512], [9.767719, 4.0105]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;8&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00e0&quot;, &quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;frequency&quot;: 17728.0, &quot;length&quot;: 774.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.76742, 4.0036119999999995, 9.767819, 4.0106], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.76742, 4.0036119999999995], [9.767819, 4.0106]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;9&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00bf&quot;, &quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;frequency&quot;: 18738.0, &quot;length&quot;: 774.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.778111, 4.004194, 9.799472, 4.012278], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.799472, 4.004194], [9.778111, 4.012278]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;10&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 2535.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.778211, 4.004294, 9.799572, 4.012378], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.799572, 4.004294], [9.778211, 4.012378]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;11&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 2535.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.701194, 4.008306, 9.705944, 4.01775], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.705944, 4.01775], [9.701194, 4.008306]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;12&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0069ff&quot;, &quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;frequency&quot;: 14935.0, &quot;length&quot;: 1170.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.701293999999999, 4.008406, 9.706044, 4.01785], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.706044, 4.01785], [9.701293999999999, 4.008406]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;13&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;frequency&quot;: 14445.0, &quot;length&quot;: 1170.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.763806, 3.997361, 9.767833, 4.029], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.763806, 3.997361]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;14&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 3527.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.763906, 3.9974610000000004, 9.767933, 4.0291], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767933, 4.0291], [9.763906, 3.9974610000000004]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;15&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 3527.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.723611, 4.009639, 9.741417, 4.020194], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.741417, 4.009639], [9.723611, 4.020194]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;16&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0069ff&quot;, &quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;frequency&quot;: 14935.0, &quot;length&quot;: 2296.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.723711, 4.009739, 9.741517, 4.020294], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.741517, 4.009739], [9.723711, 4.020294]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;17&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;frequency&quot;: 14445.0, &quot;length&quot;: 2296.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745083, 4.002553, 9.767833, 4.029], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.745083, 4.002553]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;18&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00aaff&quot;, &quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;frequency&quot;: 14473.0, &quot;length&quot;: 3865.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745182999999999, 4.002653, 9.767933, 4.0291], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767933, 4.0291], [9.745182999999999, 4.002653]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;19&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;frequency&quot;: 14963.0, &quot;length&quot;: 3865.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.73456, 4.015972, 9.738528, 4.01734], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738528, 4.015972], [9.73456, 4.01734]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;20&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00e0&quot;, &quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;frequency&quot;: 17755.0, &quot;length&quot;: 466.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.73466, 4.016071999999999, 9.738628, 4.01744], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73466, 4.01744]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;21&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00bf&quot;, &quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;frequency&quot;: 18765.0, &quot;length&quot;: 466.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.762056, 4.004472, 9.767833, 4.029], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.762056, 4.004472]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;22&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff0200&quot;, &quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;frequency&quot;: 8335.0, &quot;length&quot;: 2787.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.762156, 4.004572, 9.767933, 4.0291], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767933, 4.0291], [9.762156, 4.004572]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;23&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff1200&quot;, &quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;frequency&quot;: 8454.0, &quot;length&quot;: 2787.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738528, 4.015972, 9.768083, 4.017917], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738528, 4.015972], [9.768083, 4.017917]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;24&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0069ff&quot;, &quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;frequency&quot;: 14935.0, &quot;length&quot;: 3289.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738628, 4.016071999999999, 9.768183, 4.0180169999999995], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.768183, 4.0180169999999995]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;25&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;frequency&quot;: 14445.0, &quot;length&quot;: 3289.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.72629, 4.01048, 9.727083, 4.023444], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.727083, 4.023444], [9.72629, 4.01048]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;26&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 1436.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.72639, 4.01058, 9.727183, 4.023543999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.727183, 4.023543999999999], [9.72639, 4.01058]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;27&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 1436.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738528, 4.015972, 9.757556, 4.0195], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738528, 4.015972], [9.757556, 4.0195]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;28&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 2149.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738628, 4.016071999999999, 9.757655999999999, 4.0196], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.757655999999999, 4.0196]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;29&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 2149.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.756817, 4.008442, 9.767833, 4.029], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.756817, 4.008442]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;30&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 2582.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.756917, 4.008541999999999, 9.767933, 4.0291], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767933, 4.0291], [9.756917, 4.008541999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;31&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 2582.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.744694, 4.014417, 9.748472, 4.023111], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.744694, 4.014417], [9.748472, 4.023111]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;32&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 1049.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.744794, 4.014517, 9.748572, 4.023211], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.744794, 4.014517], [9.748572, 4.023211]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;33&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 1049.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.767719, 4.0105, 9.767833, 4.029], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.767719, 4.0105]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;34&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 2046.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.767819, 4.0106, 9.767933, 4.0291], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767933, 4.0291], [9.767819, 4.0106]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;35&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 2046.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738528, 4.015972, 9.780278, 4.023889], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738528, 4.015972], [9.780278, 4.023889]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;36&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;frequency&quot;: 15103.0, &quot;length&quot;: 4718.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738628, 4.016071999999999, 9.780377999999999, 4.023988999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.780377999999999, 4.023988999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;37&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0095ff&quot;, &quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;frequency&quot;: 14613.0, &quot;length&quot;: 4718.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696744, 4.0115, 9.721083, 4.029381], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.721083, 4.0115]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;38&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 3349.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696844, 4.0116, 9.721183, 4.029481], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696844, 4.029481], [9.721183, 4.0116]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;39&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 3349.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.743889, 4.0194, 9.748472, 4.023111], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.743889, 4.0194], [9.748472, 4.023111]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;40&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00aaff&quot;, &quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;frequency&quot;: 14473.0, &quot;length&quot;: 654.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.743989, 4.0195, 9.748572, 4.023211], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.743989, 4.0195], [9.748572, 4.023211]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;41&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;frequency&quot;: 14963.0, &quot;length&quot;: 654.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.792, 4.019889, 9.805583, 4.023167], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.792, 4.023167], [9.805583, 4.019889]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;42&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0069ff&quot;, &quot;cml_id&quot;: &quot;4.021528N-9.798792E&quot;, &quot;frequency&quot;: 14935.0, &quot;length&quot;: 1551.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.7921, 4.019989, 9.805683, 4.023267], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.7921, 4.023267], [9.805683, 4.019989]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;43&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.021528N-9.798792E&quot;, &quot;frequency&quot;: 14445.0, &quot;length&quot;: 1551.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.67025, 4.022056, 9.69027, 4.02603], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.67025, 4.022056], [9.69027, 4.02603]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;44&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.024043N-9.680260E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 2266.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.72802, 4.015972, 9.738528, 4.03279], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738528, 4.015972], [9.72802, 4.03279]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;45&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;frequency&quot;: 15103.0, &quot;length&quot;: 2195.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.72812, 4.016071999999999, 9.738628, 4.03289], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.72812, 4.03289]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;46&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0095ff&quot;, &quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;frequency&quot;: 14613.0, &quot;length&quot;: 2195.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696744, 4.02012, 9.69921, 4.029381], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.69921, 4.02012]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;47&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 1060.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696844, 4.02022, 9.69931, 4.029481], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696844, 4.029481], [9.69931, 4.02022]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;48&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 1060.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.767833, 4.02125, 9.77399, 4.029], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.77399, 4.02125]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;49&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00bf&quot;, &quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;frequency&quot;: 18737.0, &quot;length&quot;: 1096.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.767933, 4.02135, 9.77409, 4.0291], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767933, 4.0291], [9.77409, 4.02135]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;50&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00e0&quot;, &quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;frequency&quot;: 17727.0, &quot;length&quot;: 1096.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.737194, 4.022139, 9.741992, 4.0284], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.737194, 4.022139], [9.741992, 4.0284]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;51&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;frequency&quot;: 14431.0, &quot;length&quot;: 874.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.737294, 4.022239, 9.742092, 4.0285], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.737294, 4.022239], [9.742092, 4.0285]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;52&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0069ff&quot;, &quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;frequency&quot;: 14921.0, &quot;length&quot;: 874.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.73325, 4.015972, 9.738528, 4.035278], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738528, 4.015972], [9.73325, 4.035278]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;53&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;frequency&quot;: 15075.0, &quot;length&quot;: 2214.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.73335, 4.016071999999999, 9.738628, 4.035378], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738628, 4.016071999999999], [9.73335, 4.035378]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;54&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#009aff&quot;, &quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;frequency&quot;: 14585.0, &quot;length&quot;: 2214.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696744, 4.02238, 9.70976, 4.029381], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.70976, 4.02238]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;55&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 1640.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696844, 4.02248, 9.709859999999999, 4.029481], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696844, 4.029481], [9.709859999999999, 4.02248]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;56&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 1640.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.694556, 4.022917, 9.696744, 4.029381], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.694556, 4.022917]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;57&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 755.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.694656, 4.023016999999999, 9.696844, 4.029481], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696844, 4.029481], [9.694656, 4.023016999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;58&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 755.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.72684, 4.01658, 9.733028, 4.040819], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733028, 4.040819], [9.72684, 4.01658]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;59&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0095ff&quot;, &quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;frequency&quot;: 14613.0, &quot;length&quot;: 2767.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.726939999999999, 4.01668, 9.733127999999999, 4.040919], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.726939999999999, 4.01668]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;60&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;frequency&quot;: 15103.0, &quot;length&quot;: 2767.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.701944, 4.028333, 9.705139, 4.029083], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.701944, 4.029083], [9.705139, 4.028333]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;61&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff0d00&quot;, &quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;frequency&quot;: 8426.0, &quot;length&quot;: 364.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.702043999999999, 4.028433, 9.705239, 4.029183], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.705239, 4.028433]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;62&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff0003&quot;, &quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;frequency&quot;: 8307.0, &quot;length&quot;: 364.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.686417, 4.029381, 9.696744, 4.029444], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.686417, 4.029444]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;63&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 1147.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.686517, 4.029481, 9.696844, 4.029544], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696844, 4.029481], [9.686517, 4.029544]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;64&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 1147.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.701944, 4.029083, 9.709194, 4.032028], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.701944, 4.029083], [9.709194, 4.032028]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;65&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;frequency&quot;: 14963.0, &quot;length&quot;: 868.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.702043999999999, 4.029183, 9.709294, 4.032128], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.702043999999999, 4.029183], [9.709294, 4.032128]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;66&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00aaff&quot;, &quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;frequency&quot;: 14473.0, &quot;length&quot;: 868.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.691575, 4.029381, 9.696744, 4.032433], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.691575, 4.032433]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;67&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 666.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.691675, 4.029481, 9.696844, 4.032533], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696844, 4.029481], [9.691675, 4.032533]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;68&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 666.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696744, 4.029381, 9.699417, 4.033417], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.699417, 4.033417]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;69&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 536.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696844, 4.029481, 9.699517, 4.033517], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696844, 4.029481], [9.699517, 4.033517]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;70&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 536.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.727083, 4.023444, 9.733028, 4.040819], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733028, 4.040819], [9.727083, 4.023444]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;71&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;frequency&quot;: 14445.0, &quot;length&quot;: 2032.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.727183, 4.023543999999999, 9.733127999999999, 4.040919], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.727183, 4.023543999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;72&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0069ff&quot;, &quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;frequency&quot;: 14935.0, &quot;length&quot;: 2032.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.71203, 4.032, 9.71564, 4.03312], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.71564, 4.032], [9.71203, 4.03312]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;73&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00bf&quot;, &quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;frequency&quot;: 18765.0, &quot;length&quot;: 420.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.71213, 4.0321, 9.71574, 4.03322], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.71574, 4.0321], [9.71213, 4.03322]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;74&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00e0&quot;, &quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;frequency&quot;: 17755.0, &quot;length&quot;: 420.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.755167, 4.029, 9.767833, 4.037361], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.755167, 4.037361]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;75&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 1683.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.755267, 4.0291, 9.767933, 4.0374609999999995], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767933, 4.0291], [9.755267, 4.0374609999999995]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;76&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 1683.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.691575, 4.032433, 9.691889, 4.035333], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.691575, 4.032433], [9.691889, 4.035333]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;77&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 323.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.691675, 4.032533, 9.691989, 4.035432999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.691675, 4.032533], [9.691989, 4.035432999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;78&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 323.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.77026, 4.033028, 9.774333, 4.03527], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.774333, 4.033028], [9.77026, 4.03527]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;79&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 516.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.77036, 4.033128, 9.774433, 4.0353699999999995], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.774433, 4.033128], [9.77036, 4.0353699999999995]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;80&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 516.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.725667, 4.028583, 9.733028, 4.040819], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733028, 4.040819], [9.725667, 4.028583]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;81&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#009aff&quot;, &quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;frequency&quot;: 14585.0, &quot;length&quot;: 1581.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.725767, 4.028683, 9.733127999999999, 4.040919], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.725767, 4.028683]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;82&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;frequency&quot;: 15075.0, &quot;length&quot;: 1581.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696744, 4.029381, 9.699006, 4.040886], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.699006, 4.040886]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;83&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;frequency&quot;: 14445.0, &quot;length&quot;: 1297.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696844, 4.029481, 9.699106, 4.040986], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696844, 4.029481], [9.699106, 4.040986]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;84&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0069ff&quot;, &quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;frequency&quot;: 14935.0, &quot;length&quot;: 1297.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.683883, 4.033886, 9.688056, 4.037472], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.683883, 4.033886], [9.688056, 4.037472]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;85&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00d5&quot;, &quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;frequency&quot;: 17810.0, &quot;length&quot;: 610.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.683983, 4.033986, 9.688156, 4.037572], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.683983, 4.033986], [9.688156, 4.037572]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;86&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00bf&quot;, &quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;frequency&quot;: 18820.0, &quot;length&quot;: 610.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.766222, 4.029, 9.767833, 4.046556], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.766222, 4.046556]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;87&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 1950.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.766322, 4.0291, 9.767933, 4.046656], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767933, 4.0291], [9.766322, 4.046656]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;88&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 1950.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.703794, 4.036926, 9.706106, 4.040083], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.706106, 4.040083], [9.703794, 4.036926]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;89&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 433.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.703894, 4.037026, 9.706206, 4.040183], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.706206, 4.040183], [9.703894, 4.037026]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;90&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 433.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.711917, 4.037722, 9.733028, 4.040819], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733028, 4.040819], [9.711917, 4.037722]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;91&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 2369.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.712017, 4.037821999999999, 9.733127999999999, 4.040919], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.712017, 4.037821999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;92&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 2369.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.733028, 4.038342, 9.741011, 4.040819], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733028, 4.040819], [9.741011, 4.038342]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;93&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 928.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.733127999999999, 4.038442, 9.741111, 4.040919], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.741111, 4.038442]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;94&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 928.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.699006, 4.03931, 9.70265, 4.040886], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.699006, 4.040886], [9.70265, 4.03931]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;95&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;frequency&quot;: 15075.0, &quot;length&quot;: 441.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.699106, 4.03941, 9.70275, 4.040986], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.699106, 4.040986], [9.70275, 4.03941]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;96&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#009aff&quot;, &quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;frequency&quot;: 14585.0, &quot;length&quot;: 441.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.774, 4.039278, 9.7795, 4.042306], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.774, 4.042306], [9.7795, 4.039278]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;97&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00aaff&quot;, &quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;frequency&quot;: 14473.0, &quot;length&quot;: 697.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.774099999999999, 4.039378, 9.7796, 4.042406], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.774099999999999, 4.042406], [9.7796, 4.039378]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;98&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;frequency&quot;: 14963.0, &quot;length&quot;: 697.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.686417, 4.040697, 9.689827, 4.041417], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.686417, 4.041417], [9.689827, 4.040697]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;99&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.041057N-9.688122E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 387.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.686517, 4.0407969999999995, 9.689926999999999, 4.041517], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.686517, 4.041517], [9.689926999999999, 4.0407969999999995]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;100&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.041057N-9.688122E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 387.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.754583, 4.03875, 9.762056, 4.043386], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.762056, 4.03875], [9.754583, 4.043386]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;101&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 975.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.754683, 4.03885, 9.762156, 4.043486], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.762156, 4.03885], [9.754683, 4.043486]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;102&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 975.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.728389, 4.040819, 9.733028, 4.041694], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733028, 4.040819], [9.728389, 4.041694]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;103&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 524.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.728489, 4.040919, 9.733127999999999, 4.041793999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.728489, 4.041793999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;104&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 524.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.767833, 4.029, 9.779361, 4.053694], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.779361, 4.053694]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;105&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00aaff&quot;, &quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;frequency&quot;: 14473.0, &quot;length&quot;: 3016.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.767933, 4.0291, 9.779461, 4.053794], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767933, 4.0291], [9.779461, 4.053794]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;106&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;frequency&quot;: 14963.0, &quot;length&quot;: 3016.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.733028, 4.040819, 9.747639, 4.043778], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733028, 4.040819], [9.747639, 4.043778]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;107&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#009aff&quot;, &quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;frequency&quot;: 14585.0, &quot;length&quot;: 1655.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.733127999999999, 4.040919, 9.747739, 4.043877999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733127999999999, 4.040919], [9.747739, 4.043877999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;108&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;frequency&quot;: 15075.0, &quot;length&quot;: 1655.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.702978, 4.028444, 9.73025, 4.056559], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.702978, 4.056559], [9.73025, 4.028444]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;109&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;frequency&quot;: 14963.0, &quot;length&quot;: 4340.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.703078, 4.028544, 9.73035, 4.056659], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.703078, 4.056659], [9.73035, 4.028544]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;110&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00aaff&quot;, &quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;frequency&quot;: 14473.0, &quot;length&quot;: 4340.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.69725, 4.040886, 9.699006, 4.04425], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.699006, 4.040886], [9.69725, 4.04425]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;111&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 420.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.69735, 4.040986, 9.699106, 4.04435], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.699106, 4.040986], [9.69735, 4.04435]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;112&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 420.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.704083, 4.04244, 9.707889, 4.043194], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.704083, 4.04244], [9.707889, 4.043194]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;113&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;frequency&quot;: 15075.0, &quot;length&quot;: 431.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.704183, 4.04254, 9.707989, 4.0432939999999995], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.704183, 4.04254], [9.707989, 4.0432939999999995]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;114&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#009aff&quot;, &quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;frequency&quot;: 14585.0, &quot;length&quot;: 431.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.686417, 4.041417, 9.688194, 4.04625], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.686417, 4.041417], [9.688194, 4.04625]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;115&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.043833N-9.687306E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 570.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.686517, 4.041517, 9.688293999999999, 4.0463499999999994], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.686517, 4.041517], [9.688293999999999, 4.0463499999999994]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;116&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.043833N-9.687306E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 570.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.700739, 4.043194, 9.707889, 4.044661], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.707889, 4.043194], [9.700739, 4.044661]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;117&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 810.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.700839, 4.0432939999999995, 9.707989, 4.044760999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.707989, 4.0432939999999995], [9.700839, 4.044760999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;118&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 810.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.72575, 4.041694, 9.728389, 4.0475], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.728389, 4.041694], [9.72575, 4.0475]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;119&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 706.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.72585, 4.041793999999999, 9.728489, 4.0476], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.728489, 4.041793999999999], [9.72585, 4.0476]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;120&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 706.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.699006, 4.040886, 9.721043, 4.048586], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.699006, 4.040886], [9.721043, 4.048586]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;121&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 2591.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.699106, 4.040986, 9.721143, 4.048686], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.699106, 4.040986], [9.721143, 4.048686]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;122&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 2591.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.71598, 4.04642, 9.721043, 4.048586], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.71598, 4.04642], [9.721043, 4.048586]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;123&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;frequency&quot;: 14487.0, &quot;length&quot;: 611.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.71608, 4.04652, 9.721143, 4.048686], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.71608, 4.04652], [9.721143, 4.048686]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;124&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;frequency&quot;: 14977.0, &quot;length&quot;: 611.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.703528, 4.044694, 9.706861, 4.051333], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.703528, 4.044694], [9.706861, 4.051333]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;125&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.048013N-9.705195E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 822.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.698333, 4.04675, 9.698917, 4.049556], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.698333, 4.049556], [9.698917, 4.04675]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;126&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00aaff&quot;, &quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;frequency&quot;: 14473.0, &quot;length&quot;: 317.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.698433, 4.04685, 9.699017, 4.049656], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.698433, 4.049656], [9.699017, 4.04685]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;127&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;frequency&quot;: 14963.0, &quot;length&quot;: 317.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.706861, 4.0465, 9.708472, 4.051333], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.706861, 4.051333], [9.708472, 4.0465]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;128&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;frequency&quot;: 14963.0, &quot;length&quot;: 564.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.706961, 4.0466, 9.708572, 4.051432999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.706961, 4.051432999999999], [9.708572, 4.0466]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;129&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00aaff&quot;, &quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;frequency&quot;: 14473.0, &quot;length&quot;: 564.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.771911, 4.049658, 9.777253, 4.050192], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.771911, 4.050192], [9.777253, 4.049658]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;130&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;frequency&quot;: 15103.0, &quot;length&quot;: 596.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.772011, 4.049758, 9.777353, 4.050292], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.772011, 4.050292], [9.777353, 4.049758]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;131&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0095ff&quot;, &quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;frequency&quot;: 14613.0, &quot;length&quot;: 596.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.739644, 4.048272, 9.741306, 4.052028], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.741306, 4.052028], [9.739644, 4.048272]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;132&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.050150N-9.740475E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 454.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.702389, 4.04825, 9.704556, 4.052444], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.702389, 4.052444], [9.704556, 4.04825]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;133&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 522.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.702489, 4.04835, 9.704656, 4.052544], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.702489, 4.052544], [9.704656, 4.04835]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;134&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 522.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.750917, 4.047389, 9.756833, 4.053667], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.756833, 4.047389]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;135&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 956.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.751017, 4.047489, 9.756933, 4.053767], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.751017, 4.053767], [9.756933, 4.047489]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;136&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 956.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.779361, 4.050472, 9.797806, 4.053694], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.779361, 4.053694], [9.797806, 4.050472]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;137&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 2079.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.779461, 4.050572, 9.797906, 4.053794], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.779461, 4.053794], [9.797906, 4.050572]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;138&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 2079.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.750917, 4.053667, 9.775889, 4.05525], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.775889, 4.05525]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;139&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff0700&quot;, &quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;frequency&quot;: 8363.0, &quot;length&quot;: 2778.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.751017, 4.053767, 9.775989, 4.05535], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.751017, 4.053767], [9.775989, 4.05535]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;140&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff1800&quot;, &quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;frequency&quot;: 8482.0, &quot;length&quot;: 2778.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.750917, 4.053667, 9.754444, 4.058167], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.754444, 4.058167]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;141&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 633.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.751017, 4.053767, 9.754544, 4.058267], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.751017, 4.053767], [9.754544, 4.058267]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;142&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 633.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.767556, 4.053639, 9.768444, 4.0585], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.768444, 4.0585], [9.767556, 4.053639]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;143&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;frequency&quot;: 14963.0, &quot;length&quot;: 546.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.767656, 4.053739, 9.768544, 4.0586], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.768544, 4.0586], [9.767656, 4.053739]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;144&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00aaff&quot;, &quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;frequency&quot;: 14473.0, &quot;length&quot;: 546.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738694, 4.054186, 9.745611, 4.058056], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738694, 4.058056], [9.745611, 4.054186]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;145&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 879.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738794, 4.054285999999999, 9.745711, 4.058155999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738794, 4.058155999999999], [9.745711, 4.054285999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;146&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 879.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.743528, 4.053667, 9.750917, 4.059611], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.743528, 4.059611]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;147&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 1051.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.743628, 4.053767, 9.751017, 4.059711], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.751017, 4.053767], [9.743628, 4.059711]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;148&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 1051.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.726194, 4.053667, 9.750917, 4.060028], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.726194, 4.060028], [9.750917, 4.053667]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;149&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00ff66&quot;, &quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;frequency&quot;: 12765.0, &quot;length&quot;: 2834.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.726294, 4.053767, 9.751017, 4.060128], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.726294, 4.060128], [9.751017, 4.053767]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;150&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00ff8c&quot;, &quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;frequency&quot;: 13031.0, &quot;length&quot;: 2834.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.726393999999999, 4.053867, 9.751116999999999, 4.060228], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.726393999999999, 4.060228], [9.751116999999999, 4.053867]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;151&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00ff66&quot;, &quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;frequency&quot;: 12765.0, &quot;length&quot;: 2834.0, &quot;sublink_id&quot;: &quot;1_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.726493999999999, 4.053967, 9.751216999999999, 4.060328], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.726493999999999, 4.060328], [9.751216999999999, 4.053967]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;152&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00ff8c&quot;, &quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;frequency&quot;: 13031.0, &quot;length&quot;: 2834.0, &quot;sublink_id&quot;: &quot;1_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.726594, 4.054067, 9.751317, 4.060428], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.726594, 4.060428], [9.751317, 4.054067]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;153&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00ff6c&quot;, &quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;frequency&quot;: 12793.0, &quot;length&quot;: 2834.0, &quot;sublink_id&quot;: &quot;2_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.726694, 4.054167, 9.751417, 4.060528], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.726694, 4.060528], [9.751417, 4.054167]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;154&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00ff91&quot;, &quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;frequency&quot;: 13059.0, &quot;length&quot;: 2834.0, &quot;sublink_id&quot;: &quot;2_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.734028, 4.053667, 9.750917, 4.06025], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.734028, 4.06025]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;155&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 2012.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.734128, 4.053767, 9.751017, 4.06035], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.751017, 4.053767], [9.734128, 4.06035]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;156&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 2012.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.763167, 4.056417, 9.768444, 4.0585], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.768444, 4.0585], [9.763167, 4.056417]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;157&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 630.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.763266999999999, 4.0565169999999995, 9.768544, 4.0586], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.768544, 4.0586], [9.763266999999999, 4.0565169999999995]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;158&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 630.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.750917, 4.053667, 9.786861, 4.062806], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.786861, 4.062806]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;159&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0095ff&quot;, &quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;frequency&quot;: 14613.0, &quot;length&quot;: 4117.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.751017, 4.053767, 9.786961, 4.062906], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.751017, 4.053767], [9.786961, 4.062906]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;160&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;frequency&quot;: 15103.0, &quot;length&quot;: 4117.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.714664, 4.053242, 9.720853, 4.06425], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714664, 4.06425], [9.720853, 4.053242]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;161&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff1200&quot;, &quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;frequency&quot;: 8468.0, &quot;length&quot;: 1398.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.714764, 4.053342, 9.720953, 4.06435], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714764, 4.06435], [9.720953, 4.053342]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;162&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff0200&quot;, &quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;frequency&quot;: 8349.0, &quot;length&quot;: 1398.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.750917, 4.053667, 9.75311, 4.064069], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.75311, 4.064069]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;163&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 1176.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.751017, 4.053767, 9.75321, 4.064169], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.751017, 4.053767], [9.75321, 4.064169]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;164&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 1176.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.750917, 4.053667, 9.767778, 4.064361], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.767778, 4.064361]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;165&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 2214.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.751017, 4.053767, 9.767878, 4.064461], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.751017, 4.053767], [9.767878, 4.064461]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;166&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 2214.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.708444, 4.058638, 9.715412, 4.060333], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.708444, 4.060333], [9.715412, 4.058638]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;167&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0095ff&quot;, &quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;frequency&quot;: 14613.0, &quot;length&quot;: 796.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.708544, 4.058738, 9.715512, 4.060433], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.708544, 4.060433], [9.715512, 4.058738]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;168&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;frequency&quot;: 15103.0, &quot;length&quot;: 796.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.750917, 4.053667, 9.759558, 4.066322], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.759558, 4.066322]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;169&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00aaff&quot;, &quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;frequency&quot;: 14473.0, &quot;length&quot;: 1697.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.751017, 4.053767, 9.759658, 4.066422], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.751017, 4.053767], [9.759658, 4.066422]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;170&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;frequency&quot;: 14963.0, &quot;length&quot;: 1697.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.768444, 4.0585, 9.777639, 4.063131], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.768444, 4.0585], [9.777639, 4.063131]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;171&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 1142.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.768544, 4.0586, 9.777739, 4.063231], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.768544, 4.0586], [9.777739, 4.063231]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;172&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 1142.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.743528, 4.059611, 9.74569, 4.06356], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.743528, 4.059611], [9.74569, 4.06356]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;173&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00bf&quot;, &quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;frequency&quot;: 18738.0, &quot;length&quot;: 498.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.743628, 4.059711, 9.74579, 4.06366], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.743628, 4.059711], [9.74579, 4.06366]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;174&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00e0&quot;, &quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;frequency&quot;: 17728.0, &quot;length&quot;: 498.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.704333, 4.059583, 9.706333, 4.065972], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.704333, 4.059583], [9.706333, 4.065972]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;175&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;frequency&quot;: 15075.0, &quot;length&quot;: 741.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.704433, 4.059683, 9.706433, 4.066072], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.704433, 4.059683], [9.706433, 4.066072]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;176&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#009aff&quot;, &quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;frequency&quot;: 14585.0, &quot;length&quot;: 741.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.714664, 4.061556, 9.719389, 4.06425], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714664, 4.06425], [9.719389, 4.061556]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;177&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#009aff&quot;, &quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;frequency&quot;: 14585.0, &quot;length&quot;: 603.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.714764, 4.061656, 9.719489, 4.06435], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714764, 4.06435], [9.719489, 4.061656]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;178&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;frequency&quot;: 15075.0, &quot;length&quot;: 603.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.759558, 4.062528, 9.76425, 4.066322], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.759558, 4.066322], [9.76425, 4.062528]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;179&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;frequency&quot;: 14963.0, &quot;length&quot;: 669.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.759658, 4.062628, 9.76435, 4.066422], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.759658, 4.066422], [9.76435, 4.062628]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;180&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00aaff&quot;, &quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;frequency&quot;: 14473.0, &quot;length&quot;: 669.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.710083, 4.063917, 9.71287, 4.06688], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.710083, 4.063917], [9.71287, 4.06688]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;181&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 451.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.710182999999999, 4.064017, 9.71297, 4.06698], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.710182999999999, 4.064017], [9.71297, 4.06698]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;182&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 451.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.79152, 4.065848, 9.799722, 4.06725], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.79152, 4.065848], [9.799722, 4.06725]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;183&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 924.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.79162, 4.065948, 9.799821999999999, 4.067349999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.79162, 4.065948], [9.799821999999999, 4.067349999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;184&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 924.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.714664, 4.06425, 9.72547, 4.07139], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714664, 4.06425], [9.72547, 4.07139]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;185&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 1436.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.714764, 4.06435, 9.72557, 4.07149], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714764, 4.06435], [9.72557, 4.07149]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;186&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 1436.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.722972, 4.065667, 9.729139, 4.071389], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.722972, 4.065667], [9.729139, 4.071389]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;187&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 932.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.723072, 4.065767, 9.729239, 4.071489], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.723072, 4.065767], [9.729239, 4.071489]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;188&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 932.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.71287, 4.06688, 9.714869, 4.071278], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714869, 4.071278], [9.71287, 4.06688]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;189&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;frequency&quot;: 14963.0, &quot;length&quot;: 535.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.71297, 4.06698, 9.714969, 4.071378], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714969, 4.071378], [9.71297, 4.06698]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;190&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00aaff&quot;, &quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;frequency&quot;: 14473.0, &quot;length&quot;: 535.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.72547, 4.071389, 9.729139, 4.07139], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.729139, 4.071389], [9.72547, 4.07139]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;191&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;frequency&quot;: 14445.0, &quot;length&quot;: 407.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.72557, 4.071489, 9.729239, 4.07149], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.729239, 4.071489], [9.72557, 4.07149]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;192&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0069ff&quot;, &quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;frequency&quot;: 14935.0, &quot;length&quot;: 407.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.736111, 4.072222, 9.742681, 4.072661], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.736111, 4.072222], [9.742681, 4.072661]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;193&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;frequency&quot;: 14445.0, &quot;length&quot;: 731.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.736210999999999, 4.072322, 9.742780999999999, 4.072761], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.736210999999999, 4.072322], [9.742780999999999, 4.072761]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;194&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0069ff&quot;, &quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;frequency&quot;: 14935.0, &quot;length&quot;: 731.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.76925, 4.071639, 9.774, 4.073367], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.76925, 4.071639], [9.774, 4.073367]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;195&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 561.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.76935, 4.071739, 9.774099999999999, 4.073467], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.76935, 4.071739], [9.774099999999999, 4.073467]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;196&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 561.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.714664, 4.06425, 9.721058, 4.084075], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714664, 4.06425], [9.721058, 4.084075]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;197&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0095ff&quot;, &quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;frequency&quot;: 14613.0, &quot;length&quot;: 2304.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.714764, 4.06435, 9.721157999999999, 4.084175], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714764, 4.06435], [9.721157999999999, 4.084175]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;198&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;frequency&quot;: 15103.0, &quot;length&quot;: 2304.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745583, 4.07475, 9.761667, 4.074778], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761667, 4.074778], [9.745583, 4.07475]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;199&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 1786.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745683, 4.07485, 9.761766999999999, 4.074878], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.745683, 4.07485]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;200&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 1786.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.719417, 4.070306, 9.719639, 4.079889], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.719639, 4.070306], [9.719417, 4.079889]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;201&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 1060.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.719517, 4.070406, 9.719739, 4.079988999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.719739, 4.070406], [9.719517, 4.079988999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;202&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 1060.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.781778, 4.069972, 9.786083, 4.0817], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786083, 4.0817], [9.781778, 4.069972]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;203&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 1382.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.781877999999999, 4.070072, 9.786183, 4.081799999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.781877999999999, 4.070072]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;204&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 1382.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.75645, 4.074778, 9.761667, 4.07833], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761667, 4.074778], [9.75645, 4.07833]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;205&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00e0&quot;, &quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;frequency&quot;: 17728.0, &quot;length&quot;: 700.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.756549999999999, 4.074878, 9.761766999999999, 4.07843], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.756549999999999, 4.07843]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;206&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00bf&quot;, &quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;frequency&quot;: 18738.0, &quot;length&quot;: 700.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.719417, 4.07625, 9.721778, 4.079889], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.719417, 4.079889], [9.721778, 4.07625]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;207&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0069ff&quot;, &quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;frequency&quot;: 14935.0, &quot;length&quot;: 480.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.719517, 4.07635, 9.721878, 4.079988999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.719517, 4.079988999999999], [9.721878, 4.07635]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;208&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;frequency&quot;: 14445.0, &quot;length&quot;: 480.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745583, 4.07475, 9.756825, 4.081867], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.756825, 4.081867], [9.745583, 4.07475]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;209&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 1476.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745683, 4.07485, 9.756924999999999, 4.081967], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.756924999999999, 4.081967], [9.745683, 4.07485]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;210&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 1476.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.786083, 4.076722, 9.801611, 4.0817], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786083, 4.0817], [9.801611, 4.076722]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;211&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 1810.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.786183, 4.076822, 9.801711, 4.081799999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.801711, 4.076822]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;212&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 1810.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.742681, 4.072661, 9.752944, 4.085936], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.752944, 4.085936], [9.742681, 4.072661]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;213&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;frequency&quot;: 14445.0, &quot;length&quot;: 1858.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.742780999999999, 4.072761, 9.753044, 4.086036], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.753044, 4.086036], [9.742780999999999, 4.072761]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;214&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0069ff&quot;, &quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;frequency&quot;: 14935.0, &quot;length&quot;: 1858.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.752944, 4.073367, 9.774, 4.085936], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.752944, 4.085936], [9.774, 4.073367]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;215&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 2720.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.753044, 4.073467, 9.774099999999999, 4.086036], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.753044, 4.086036], [9.774099999999999, 4.073467]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;216&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 2720.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.786083, 4.07844, 9.79339, 4.0817], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786083, 4.0817], [9.79339, 4.07844]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;217&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00d5&quot;, &quot;cml_id&quot;: &quot;4.080070N-9.789737E&quot;, &quot;frequency&quot;: 17838.0, &quot;length&quot;: 888.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.786183, 4.078539999999999, 9.79349, 4.081799999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.79349, 4.078539999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;218&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00bf&quot;, &quot;cml_id&quot;: &quot;4.080070N-9.789737E&quot;, &quot;frequency&quot;: 18848.0, &quot;length&quot;: 888.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.752944, 4.074861, 9.753278, 4.085936], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.752944, 4.085936], [9.753278, 4.074861]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;219&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff1200&quot;, &quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;frequency&quot;: 8468.0, &quot;length&quot;: 1225.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.753044, 4.074961, 9.753378, 4.086036], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.753044, 4.086036], [9.753378, 4.074961]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;220&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff0200&quot;, &quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;frequency&quot;: 8349.0, &quot;length&quot;: 1225.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.756825, 4.081441, 9.765535, 4.081867], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.765535, 4.081441], [9.756825, 4.081867]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;221&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 968.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.756924999999999, 4.081541, 9.765635, 4.081967], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.765635, 4.081541], [9.756924999999999, 4.081967]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;222&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 968.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.786083, 4.0817, 9.7949, 4.08393], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786083, 4.0817], [9.7949, 4.08393]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;223&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0069ff&quot;, &quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;frequency&quot;: 14935.0, &quot;length&quot;: 1010.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.786183, 4.081799999999999, 9.795, 4.084029999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.795, 4.084029999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;224&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;frequency&quot;: 14445.0, &quot;length&quot;: 1010.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.77848, 4.0817, 9.786083, 4.08438], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786083, 4.0817], [9.77848, 4.08438]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;225&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 895.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.77858, 4.081799999999999, 9.786183, 4.08448], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.77858, 4.08448]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;226&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 895.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.751769, 4.074778, 9.761667, 4.093194], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761667, 4.074778], [9.751769, 4.093194]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;227&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00b0ff&quot;, &quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;frequency&quot;: 14417.0, &quot;length&quot;: 2314.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.751869, 4.074878, 9.761766999999999, 4.093294], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.751869, 4.093294]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;228&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#006fff&quot;, &quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;frequency&quot;: 14907.0, &quot;length&quot;: 2314.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.728889, 4.083056, 9.752944, 4.085936], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.752944, 4.085936], [9.728889, 4.083056]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;229&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff0d00&quot;, &quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;frequency&quot;: 8426.0, &quot;length&quot;: 2690.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.728989, 4.083156, 9.753044, 4.086036], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.753044, 4.086036], [9.728989, 4.083156]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;230&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff0003&quot;, &quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;frequency&quot;: 8307.0, &quot;length&quot;: 2690.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738306, 4.083528, 9.752944, 4.085936], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.752944, 4.085936], [9.738306, 4.083528]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;231&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 1647.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738406, 4.083628, 9.753044, 4.086036], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.753044, 4.086036], [9.738406, 4.083628]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;232&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 1647.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.783583, 4.0817, 9.786083, 4.089889], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786083, 4.0817], [9.783583, 4.089889]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;233&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;frequency&quot;: 14963.0, &quot;length&quot;: 947.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.783683, 4.081799999999999, 9.786183, 4.089989], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.783683, 4.089989]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;234&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00aaff&quot;, &quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;frequency&quot;: 14473.0, &quot;length&quot;: 947.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.743333, 4.074778, 9.761667, 4.097333], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761667, 4.074778], [9.743333, 4.097333]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;235&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff1200&quot;, &quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;frequency&quot;: 8468.0, &quot;length&quot;: 3219.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.743433, 4.074878, 9.761766999999999, 4.097433], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.743433, 4.097433]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;236&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff0200&quot;, &quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;frequency&quot;: 8349.0, &quot;length&quot;: 3219.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.752944, 4.085936, 9.76601, 4.08663], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.752944, 4.085936], [9.76601, 4.08663]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;237&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;frequency&quot;: 14557.0, &quot;length&quot;: 1453.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.753044, 4.086036, 9.76611, 4.08673], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.753044, 4.086036], [9.76611, 4.08673]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;238&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0059ff&quot;, &quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;frequency&quot;: 15047.0, &quot;length&quot;: 1453.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.786083, 4.0817, 9.808667, 4.091389], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786083, 4.0817], [9.808667, 4.091389]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;239&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 2727.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.786183, 4.081799999999999, 9.808767, 4.091489], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786183, 4.081799999999999], [9.808767, 4.091489]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;240&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 2727.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.752944, 4.085936, 9.758611, 4.090833], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.752944, 4.085936], [9.758611, 4.090833]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;241&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#009aff&quot;, &quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;frequency&quot;: 14585.0, &quot;length&quot;: 830.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.753044, 4.086036, 9.758711, 4.090933], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.753044, 4.086036], [9.758711, 4.090933]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;242&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;frequency&quot;: 15075.0, &quot;length&quot;: 830.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.73381, 4.08679, 9.736042, 4.091278], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.73381, 4.08679], [9.736042, 4.091278]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;243&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00e0&quot;, &quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;frequency&quot;: 17728.0, &quot;length&quot;: 555.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.73391, 4.0868899999999995, 9.736142, 4.091378], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.73391, 4.0868899999999995], [9.736142, 4.091378]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;244&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff00bf&quot;, &quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;frequency&quot;: 18738.0, &quot;length&quot;: 555.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.744, 4.074778, 9.761667, 4.104861], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761667, 4.074778], [9.744, 4.104861]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;245&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a0ff&quot;, &quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;frequency&quot;: 14529.0, &quot;length&quot;: 3862.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.7441, 4.074878, 9.761766999999999, 4.104960999999999], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761766999999999, 4.074878], [9.7441, 4.104960999999999]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;246&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#005eff&quot;, &quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;frequency&quot;: 15019.0, &quot;length&quot;: 3862.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.764367, 4.08663, 9.76601, 4.0945], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.76601, 4.08663], [9.764367, 4.0945]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;247&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 889.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.764467, 4.08673, 9.76611, 4.0946], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.76611, 4.08673], [9.764467, 4.0946]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;248&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 889.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.729444, 4.091278, 9.736042, 4.091944], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.729444, 4.091944], [9.736042, 4.091278]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;249&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#009aff&quot;, &quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;frequency&quot;: 14585.0, &quot;length&quot;: 736.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.729544, 4.091378, 9.736142, 4.092044], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.729544, 4.092044], [9.736142, 4.091378]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;250&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0053ff&quot;, &quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;frequency&quot;: 15075.0, &quot;length&quot;: 736.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.74168, 4.09393, 9.743333, 4.097333], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.74168, 4.09393], [9.743333, 4.097333]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;251&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#00a5ff&quot;, &quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;frequency&quot;: 14501.0, &quot;length&quot;: 419.0, &quot;sublink_id&quot;: &quot;0_0&quot;, &quot;transmitter&quot;: 0}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.74178, 4.09403, 9.743433, 4.097433], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.74178, 4.09403], [9.743433, 4.097433]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;252&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#0064ff&quot;, &quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;frequency&quot;: 14991.0, &quot;length&quot;: 419.0, &quot;sublink_id&quot;: &quot;0_1&quot;, &quot;transmitter&quot;: 1}, &quot;type&quot;: &quot;Feature&quot;}], &quot;type&quot;: &quot;FeatureCollection&quot;});
&#10;        
    &#10;    geo_json_df06a9cf2e21dec4e2fd4b2ef03ea9dc.bindTooltip(
    function(layer){
    let div = L.DomUtil.create(&#x27;div&#x27;);
    &#10;    let handleObject = feature =&gt; {
        if (feature === null) {
            return &#x27;&#x27;;
        } else if (typeof(feature)==&#x27;object&#x27;) {
            return JSON.stringify(feature);
        } else {
            return feature;
        }
    }
    let fields = [&quot;cml_id&quot;, &quot;sublink_id&quot;, &quot;frequency&quot;, &quot;transmitter&quot;, &quot;length&quot;];
    let aliases = [&quot;cml_id&quot;, &quot;sublink_id&quot;, &quot;frequency&quot;, &quot;transmitter&quot;, &quot;length&quot;];
    let table = &#x27;&lt;table&gt;&#x27; +
        String(
        fields.map(
        (v,i)=&gt;
        `&lt;tr&gt;
            &lt;th&gt;${aliases[i]}&lt;/th&gt;
            &#10;            &lt;td&gt;${handleObject(layer.feature.properties[v])}&lt;/td&gt;
        &lt;/tr&gt;`).join(&#x27;&#x27;))
    +&#x27;&lt;/table&gt;&#x27;;
    div.innerHTML=table;
    &#10;    return div
    }
    ,{
  &quot;sticky&quot;: true,
  &quot;className&quot;: &quot;foliumtooltip&quot;,
});
                     &#10;    
            geo_json_df06a9cf2e21dec4e2fd4b2ef03ea9dc.addTo(map_55984af2931f414589318895283bfb61);
        &#10;    
    var color_map_3dec328594eace946d298677b08862f4 = {};
&#10;    
    color_map_3dec328594eace946d298677b08862f4.color = d3.scale.threshold()
              .domain([8000.0, 8020.040080160321, 8040.080160320641, 8060.120240480962, 8080.160320641283, 8100.200400801603, 8120.240480961924, 8140.280561122245, 8160.320641282565, 8180.360721442886, 8200.400801603206, 8220.440881763527, 8240.480961923848, 8260.521042084169, 8280.56112224449, 8300.60120240481, 8320.64128256513, 8340.68136272545, 8360.721442885771, 8380.761523046092, 8400.801603206413, 8420.841683366734, 8440.881763527053, 8460.921843687374, 8480.961923847695, 8501.002004008016, 8521.042084168337, 8541.082164328658, 8561.122244488977, 8581.162324649298, 8601.20240480962, 8621.24248496994, 8641.282565130261, 8661.322645290582, 8681.362725450901, 8701.402805611222, 8721.442885771543, 8741.482965931864, 8761.523046092185, 8781.563126252506, 8801.603206412825, 8821.643286573146, 8841.683366733467, 8861.723446893788, 8881.763527054109, 8901.80360721443, 8921.843687374749, 8941.88376753507, 8961.92384769539, 8981.963927855712, 9002.004008016032, 9022.044088176353, 9042.084168336674, 9062.124248496993, 9082.164328657314, 9102.204408817635, 9122.244488977956, 9142.284569138277, 9162.324649298596, 9182.364729458917, 9202.404809619238, 9222.44488977956, 9242.48496993988, 9262.525050100201, 9282.565130260522, 9302.605210420841, 9322.645290581162, 9342.685370741483, 9362.725450901804, 9382.765531062125, 9402.805611222444, 9422.845691382765, 9442.885771543086, 9462.925851703407, 9482.965931863728, 9503.006012024049, 9523.04609218437, 9543.086172344689, 9563.12625250501, 9583.16633266533, 9603.206412825652, 9623.246492985973, 9643.286573146292, 9663.326653306613, 9683.366733466934, 9703.406813627254, 9723.446893787575, 9743.486973947896, 9763.527054108217, 9783.567134268536, 9803.607214428857, 9823.647294589178, 9843.6873747495, 9863.72745490982, 9883.76753507014, 9903.80761523046, 9923.847695390781, 9943.887775551102, 9963.927855711423, 9983.967935871744, 10004.008016032065, 10024.048096192384, 10044.088176352705, 10064.128256513026, 10084.168336673347, 10104.208416833668, 10124.248496993987, 10144.288577154308, 10164.328657314629, 10184.36873747495, 10204.40881763527, 10224.448897795592, 10244.488977955913, 10264.529058116234, 10284.569138276553, 10304.609218436874, 10324.649298597195, 10344.689378757515, 10364.729458917835, 10384.769539078156, 10404.809619238476, 10424.849699398797, 10444.889779559118, 10464.92985971944, 10484.96993987976, 10505.010020040081, 10525.0501002004, 10545.090180360721, 10565.130260521042, 10585.170340681363, 10605.210420841684, 10625.250501002003, 10645.290581162324, 10665.330661322645, 10685.370741482966, 10705.410821643287, 10725.450901803608, 10745.490981963929, 10765.531062124248, 10785.571142284569, 10805.61122244489, 10825.65130260521, 10845.691382765532, 10865.73146292585, 10885.771543086172, 10905.811623246493, 10925.851703406814, 10945.891783567135, 10965.931863727455, 10985.971943887776, 11006.012024048096, 11026.052104208416, 11046.092184368737, 11066.132264529058, 11086.17234468938, 11106.212424849698, 11126.25250501002, 11146.29258517034, 11166.332665330661, 11186.372745490982, 11206.412825651303, 11226.452905811624, 11246.492985971945, 11266.533066132264, 11286.573146292585, 11306.613226452906, 11326.653306613227, 11346.693386773546, 11366.733466933867, 11386.773547094188, 11406.813627254509, 11426.85370741483, 11446.89378757515, 11466.933867735472, 11486.973947895793, 11507.014028056112, 11527.054108216433, 11547.094188376754, 11567.134268537075, 11587.174348697394, 11607.214428857715, 11627.254509018036, 11647.294589178357, 11667.334669338677, 11687.374749498998, 11707.41482965932, 11727.45490981964, 11747.49498997996, 11767.53507014028, 11787.575150300601, 11807.615230460922, 11827.655310621241, 11847.695390781562, 11867.735470941883, 11887.775551102204, 11907.815631262525, 11927.855711422846, 11947.895791583167, 11967.935871743488, 11987.975951903807, 12008.016032064128, 12028.056112224449, 12048.09619238477, 12068.13627254509, 12088.17635270541, 12108.21643286573, 12128.256513026052, 12148.296593186373, 12168.336673346694, 12188.376753507015, 12208.416833667336, 12228.456913827657, 12248.496993987976, 12268.537074148297, 12288.577154308618, 12308.617234468937, 12328.657314629258, 12348.697394789579, 12368.7374749499, 12388.77755511022, 12408.817635270541, 12428.857715430862, 12448.897795591183, 12468.937875751504, 12488.977955911823, 12509.018036072144, 12529.058116232465, 12549.098196392784, 12569.138276553105, 12589.178356713426, 12609.218436873747, 12629.258517034068, 12649.298597194389, 12669.33867735471, 12689.37875751503, 12709.418837675352, 12729.458917835671, 12749.498997995992, 12769.539078156313, 12789.579158316632, 12809.619238476953, 12829.659318637274, 12849.699398797595, 12869.739478957916, 12889.779559118237, 12909.819639278558, 12929.859719438879, 12949.8997995992, 12969.939879759519, 12989.97995991984, 13010.02004008016, 13030.060120240481, 13050.1002004008, 13070.140280561121, 13090.180360721442, 13110.220440881763, 13130.260521042084, 13150.300601202405, 13170.340681362726, 13190.380761523047, 13210.420841683368, 13230.460921843687, 13250.501002004008, 13270.541082164329, 13290.581162324648, 13310.62124248497, 13330.66132264529, 13350.701402805611, 13370.741482965932, 13390.781563126253, 13410.821643286574, 13430.861723446895, 13450.901803607216, 13470.941883767535, 13490.981963927856, 13511.022044088177, 13531.062124248496, 13551.102204408817, 13571.142284569138, 13591.182364729459, 13611.22244488978, 13631.2625250501, 13651.302605210421, 13671.342685370742, 13691.382765531063, 13711.422845691382, 13731.462925851703, 13751.503006012024, 13771.543086172343, 13791.583166332664, 13811.623246492985, 13831.663326653306, 13851.703406813627, 13871.743486973948, 13891.78356713427, 13911.82364729459, 13931.863727454911, 13951.90380761523, 13971.943887775551, 13991.983967935872, 14012.024048096191, 14032.064128256512, 14052.104208416833, 14072.144288577154, 14092.184368737475, 14112.224448897796, 14132.264529058117, 14152.304609218438, 14172.344689378759, 14192.384769539078, 14212.424849699399, 14232.46492985972, 14252.505010020039, 14272.54509018036, 14292.58517034068, 14312.625250501002, 14332.665330661323, 14352.705410821643, 14372.745490981964, 14392.785571142285, 14412.825651302606, 14432.865731462927, 14452.905811623246, 14472.945891783567, 14492.985971943888, 14513.026052104207, 14533.066132264528, 14553.10621242485, 14573.14629258517, 14593.186372745491, 14613.226452905812, 14633.266533066133, 14653.306613226454, 14673.346693386775, 14693.386773547094, 14713.426853707415, 14733.466933867736, 14753.507014028055, 14773.547094188376, 14793.587174348697, 14813.627254509018, 14833.667334669339, 14853.70741482966, 14873.74749498998, 14893.787575150302, 14913.827655310623, 14933.867735470942, 14953.907815631263, 14973.947895791584, 14993.987975951903, 15014.028056112224, 15034.068136272545, 15054.108216432865, 15074.148296593186, 15094.188376753507, 15114.228456913828, 15134.26853707415, 15154.30861723447, 15174.34869739479, 15194.38877755511, 15214.428857715431, 15234.46893787575, 15254.509018036071, 15274.549098196392, 15294.589178356713, 15314.629258517034, 15334.669338677355, 15354.709418837676, 15374.749498997997, 15394.789579158318, 15414.829659318637, 15434.869739478958, 15454.909819639279, 15474.949899799598, 15494.989979959919, 15515.03006012024, 15535.07014028056, 15555.110220440882, 15575.150300601203, 15595.190380761524, 15615.230460921844, 15635.270541082165, 15655.310621242485, 15675.350701402805, 15695.390781563126, 15715.430861723446, 15735.470941883766, 15755.511022044087, 15775.551102204408, 15795.59118236473, 15815.63126252505, 15835.671342685371, 15855.711422845692, 15875.751503006013, 15895.791583166334, 15915.831663326653, 15935.871743486974, 15955.911823647295, 15975.951903807614, 15995.991983967935, 16016.032064128256, 16036.072144288577, 16056.112224448898, 16076.152304609219, 16096.19238476954, 16116.23246492986, 16136.272545090182, 16156.3126252505, 16176.352705410822, 16196.392785571143, 16216.432865731464, 16236.472945891783, 16256.513026052104, 16276.553106212425, 16296.593186372746, 16316.633266533066, 16336.673346693387, 16356.713426853707, 16376.753507014027, 16396.793587174347, 16416.83366733467, 16436.87374749499, 16456.913827655313, 16476.95390781563, 16496.99398797595, 16517.034068136272, 16537.074148296593, 16557.114228456914, 16577.154308617235, 16597.194388777556, 16617.234468937873, 16637.274549098198, 16657.314629258515, 16677.35470941884, 16697.394789579157, 16717.43486973948, 16737.4749498998, 16757.51503006012, 16777.55511022044, 16797.59519038076, 16817.635270541083, 16837.675350701404, 16857.715430861725, 16877.755511022042, 16897.795591182366, 16917.835671342684, 16937.87575150301, 16957.915831663326, 16977.955911823647, 16997.995991983968, 17018.03607214429, 17038.07615230461, 17058.11623246493, 17078.15631262525, 17098.19639278557, 17118.236472945893, 17138.27655310621, 17158.316633266535, 17178.356713426852, 17198.396793587177, 17218.436873747494, 17238.476953907815, 17258.517034068136, 17278.557114228457, 17298.597194388778, 17318.6372745491, 17338.67735470942, 17358.717434869737, 17378.75751503006, 17398.79759519038, 17418.837675350704, 17438.87775551102, 17458.917835671342, 17478.957915831663, 17498.997995991984, 17519.038076152305, 17539.078156312626, 17559.118236472947, 17579.158316633264, 17599.19839679359, 17619.238476953906, 17639.27855711423, 17659.318637274548, 17679.358717434872, 17699.39879759519, 17719.43887775551, 17739.47895791583, 17759.519038076152, 17779.559118236473, 17799.599198396794, 17819.639278557115, 17839.679358717432, 17859.719438877757, 17879.759519038074, 17899.7995991984, 17919.839679358716, 17939.879759519037, 17959.919839679358, 17979.95991983968, 18000.0])
              .range([&#x27;#ff0029ff&#x27;, &#x27;#ff0026ff&#x27;, &#x27;#ff0023ff&#x27;, &#x27;#ff0020ff&#x27;, &#x27;#ff001dff&#x27;, &#x27;#ff001bff&#x27;, &#x27;#ff0018ff&#x27;, &#x27;#ff0015ff&#x27;, &#x27;#ff0012ff&#x27;, &#x27;#ff0010ff&#x27;, &#x27;#ff000dff&#x27;, &#x27;#ff000aff&#x27;, &#x27;#ff0008ff&#x27;, &#x27;#ff0005ff&#x27;, &#x27;#ff0002ff&#x27;, &#x27;#ff0101ff&#x27;, &#x27;#ff0200ff&#x27;, &#x27;#ff0500ff&#x27;, &#x27;#ff0800ff&#x27;, &#x27;#ff0b00ff&#x27;, &#x27;#ff0e00ff&#x27;, &#x27;#ff1000ff&#x27;, &#x27;#ff1300ff&#x27;, &#x27;#ff1600ff&#x27;, &#x27;#ff1900ff&#x27;, &#x27;#ff1b00ff&#x27;, &#x27;#ff1e00ff&#x27;, &#x27;#ff2100ff&#x27;, &#x27;#ff2300ff&#x27;, &#x27;#ff2700ff&#x27;, &#x27;#ff2900ff&#x27;, &#x27;#ff2c00ff&#x27;, &#x27;#ff2f00ff&#x27;, &#x27;#ff3200ff&#x27;, &#x27;#ff3500ff&#x27;, &#x27;#ff3700ff&#x27;, &#x27;#ff3a00ff&#x27;, &#x27;#ff3c00ff&#x27;, &#x27;#ff3f00ff&#x27;, &#x27;#ff4200ff&#x27;, &#x27;#ff4500ff&#x27;, &#x27;#ff4800ff&#x27;, &#x27;#ff4b00ff&#x27;, &#x27;#ff4e00ff&#x27;, &#x27;#ff5000ff&#x27;, &#x27;#ff5300ff&#x27;, &#x27;#ff5500ff&#x27;, &#x27;#ff5800ff&#x27;, &#x27;#ff5b00ff&#x27;, &#x27;#ff5e00ff&#x27;, &#x27;#ff6100ff&#x27;, &#x27;#ff6300ff&#x27;, &#x27;#ff6600ff&#x27;, &#x27;#ff6900ff&#x27;, &#x27;#ff6c00ff&#x27;, &#x27;#ff6e00ff&#x27;, &#x27;#ff7100ff&#x27;, &#x27;#ff7400ff&#x27;, &#x27;#ff7700ff&#x27;, &#x27;#ff7a00ff&#x27;, &#x27;#ff7c00ff&#x27;, &#x27;#ff7f00ff&#x27;, &#x27;#ff8200ff&#x27;, &#x27;#ff8500ff&#x27;, &#x27;#ff8800ff&#x27;, &#x27;#ff8a00ff&#x27;, &#x27;#ff8d00ff&#x27;, &#x27;#ff8f00ff&#x27;, &#x27;#ff9300ff&#x27;, &#x27;#ff9500ff&#x27;, &#x27;#ff9800ff&#x27;, &#x27;#ff9b00ff&#x27;, &#x27;#ff9e00ff&#x27;, &#x27;#ffa100ff&#x27;, &#x27;#ffa300ff&#x27;, &#x27;#ffa600ff&#x27;, &#x27;#ffa800ff&#x27;, &#x27;#ffab00ff&#x27;, &#x27;#ffae00ff&#x27;, &#x27;#ffb100ff&#x27;, &#x27;#ffb400ff&#x27;, &#x27;#ffb700ff&#x27;, &#x27;#ffba00ff&#x27;, &#x27;#ffbc00ff&#x27;, &#x27;#ffbf00ff&#x27;, &#x27;#ffc100ff&#x27;, &#x27;#ffc400ff&#x27;, &#x27;#ffc700ff&#x27;, &#x27;#ffca00ff&#x27;, &#x27;#ffcd00ff&#x27;, &#x27;#ffcf00ff&#x27;, &#x27;#ffd200ff&#x27;, &#x27;#ffd500ff&#x27;, &#x27;#ffd800ff&#x27;, &#x27;#ffdb00ff&#x27;, &#x27;#ffde00ff&#x27;, &#x27;#ffe100ff&#x27;, &#x27;#ffe300ff&#x27;, &#x27;#ffe600ff&#x27;, &#x27;#ffe800ff&#x27;, &#x27;#ffeb00ff&#x27;, &#x27;#ffee00ff&#x27;, &#x27;#fff100ff&#x27;, &#x27;#fff400ff&#x27;, &#x27;#fff600ff&#x27;, &#x27;#fff900ff&#x27;, &#x27;#fffc00ff&#x27;, &#x27;#fffe00ff&#x27;, &#x27;#feff00ff&#x27;, &#x27;#fbff00ff&#x27;, &#x27;#f8ff00ff&#x27;, &#x27;#f5ff00ff&#x27;, &#x27;#f2ff00ff&#x27;, &#x27;#f0ff00ff&#x27;, &#x27;#edff00ff&#x27;, &#x27;#eaff00ff&#x27;, &#x27;#e7ff00ff&#x27;, &#x27;#e4ff00ff&#x27;, &#x27;#e2ff00ff&#x27;, &#x27;#dfff00ff&#x27;, &#x27;#dcff00ff&#x27;, &#x27;#d9ff00ff&#x27;, &#x27;#d7ff00ff&#x27;, &#x27;#d4ff00ff&#x27;, &#x27;#d1ff00ff&#x27;, &#x27;#ceff00ff&#x27;, &#x27;#cbff00ff&#x27;, &#x27;#c9ff00ff&#x27;, &#x27;#c6ff00ff&#x27;, &#x27;#c4ff00ff&#x27;, &#x27;#c1ff00ff&#x27;, &#x27;#beff00ff&#x27;, &#x27;#bbff00ff&#x27;, &#x27;#b8ff00ff&#x27;, &#x27;#b5ff00ff&#x27;, &#x27;#b2ff00ff&#x27;, &#x27;#b0ff00ff&#x27;, &#x27;#adff00ff&#x27;, &#x27;#abff00ff&#x27;, &#x27;#a8ff00ff&#x27;, &#x27;#a5ff00ff&#x27;, &#x27;#a2ff00ff&#x27;, &#x27;#9fff00ff&#x27;, &#x27;#9dff00ff&#x27;, &#x27;#9aff00ff&#x27;, &#x27;#97ff00ff&#x27;, &#x27;#94ff00ff&#x27;, &#x27;#91ff00ff&#x27;, &#x27;#8fff00ff&#x27;, &#x27;#8cff00ff&#x27;, &#x27;#89ff00ff&#x27;, &#x27;#86ff00ff&#x27;, &#x27;#84ff00ff&#x27;, &#x27;#81ff00ff&#x27;, &#x27;#7eff00ff&#x27;, &#x27;#7bff00ff&#x27;, &#x27;#78ff00ff&#x27;, &#x27;#76ff00ff&#x27;, &#x27;#73ff00ff&#x27;, &#x27;#70ff00ff&#x27;, &#x27;#6dff00ff&#x27;, &#x27;#6bff00ff&#x27;, &#x27;#68ff00ff&#x27;, &#x27;#65ff00ff&#x27;, &#x27;#62ff00ff&#x27;, &#x27;#5fff00ff&#x27;, &#x27;#5dff00ff&#x27;, &#x27;#5aff00ff&#x27;, &#x27;#57ff00ff&#x27;, &#x27;#54ff00ff&#x27;, &#x27;#51ff00ff&#x27;, &#x27;#4fff00ff&#x27;, &#x27;#4cff00ff&#x27;, &#x27;#49ff00ff&#x27;, &#x27;#46ff00ff&#x27;, &#x27;#44ff00ff&#x27;, &#x27;#41ff00ff&#x27;, &#x27;#3eff00ff&#x27;, &#x27;#3bff00ff&#x27;, &#x27;#38ff00ff&#x27;, &#x27;#36ff00ff&#x27;, &#x27;#33ff00ff&#x27;, &#x27;#31ff00ff&#x27;, &#x27;#2eff00ff&#x27;, &#x27;#2bff00ff&#x27;, &#x27;#28ff00ff&#x27;, &#x27;#25ff00ff&#x27;, &#x27;#22ff00ff&#x27;, &#x27;#1fff00ff&#x27;, &#x27;#1dff00ff&#x27;, &#x27;#1aff00ff&#x27;, &#x27;#18ff00ff&#x27;, &#x27;#15ff00ff&#x27;, &#x27;#12ff00ff&#x27;, &#x27;#0fff00ff&#x27;, &#x27;#0cff00ff&#x27;, &#x27;#0aff00ff&#x27;, &#x27;#06ff00ff&#x27;, &#x27;#04ff00ff&#x27;, &#x27;#01ff00ff&#x27;, &#x27;#00ff01ff&#x27;, &#x27;#00ff03ff&#x27;, &#x27;#00ff06ff&#x27;, &#x27;#00ff09ff&#x27;, &#x27;#00ff0cff&#x27;, &#x27;#00ff0eff&#x27;, &#x27;#00ff11ff&#x27;, &#x27;#00ff14ff&#x27;, &#x27;#00ff17ff&#x27;, &#x27;#00ff1aff&#x27;, &#x27;#00ff1cff&#x27;, &#x27;#00ff1fff&#x27;, &#x27;#00ff22ff&#x27;, &#x27;#00ff25ff&#x27;, &#x27;#00ff27ff&#x27;, &#x27;#00ff2aff&#x27;, &#x27;#00ff2dff&#x27;, &#x27;#00ff2fff&#x27;, &#x27;#00ff32ff&#x27;, &#x27;#00ff35ff&#x27;, &#x27;#00ff38ff&#x27;, &#x27;#00ff3aff&#x27;, &#x27;#00ff3dff&#x27;, &#x27;#00ff41ff&#x27;, &#x27;#00ff43ff&#x27;, &#x27;#00ff46ff&#x27;, &#x27;#00ff48ff&#x27;, &#x27;#00ff4bff&#x27;, &#x27;#00ff4eff&#x27;, &#x27;#00ff51ff&#x27;, &#x27;#00ff54ff&#x27;, &#x27;#00ff56ff&#x27;, &#x27;#00ff59ff&#x27;, &#x27;#00ff5bff&#x27;, &#x27;#00ff5eff&#x27;, &#x27;#00ff61ff&#x27;, &#x27;#00ff64ff&#x27;, &#x27;#00ff67ff&#x27;, &#x27;#00ff6aff&#x27;, &#x27;#00ff6dff&#x27;, &#x27;#00ff6fff&#x27;, &#x27;#00ff72ff&#x27;, &#x27;#00ff74ff&#x27;, &#x27;#00ff77ff&#x27;, &#x27;#00ff7aff&#x27;, &#x27;#00ff7dff&#x27;, &#x27;#00ff80ff&#x27;, &#x27;#00ff82ff&#x27;, &#x27;#00ff85ff&#x27;, &#x27;#00ff87ff&#x27;, &#x27;#00ff8bff&#x27;, &#x27;#00ff8dff&#x27;, &#x27;#00ff90ff&#x27;, &#x27;#00ff93ff&#x27;, &#x27;#00ff96ff&#x27;, &#x27;#00ff99ff&#x27;, &#x27;#00ff9bff&#x27;, &#x27;#00ff9eff&#x27;, &#x27;#00ffa0ff&#x27;, &#x27;#00ffa3ff&#x27;, &#x27;#00ffa6ff&#x27;, &#x27;#00ffa9ff&#x27;, &#x27;#00ffacff&#x27;, &#x27;#00ffaeff&#x27;, &#x27;#00ffb1ff&#x27;, &#x27;#00ffb4ff&#x27;, &#x27;#00ffb7ff&#x27;, &#x27;#00ffb9ff&#x27;, &#x27;#00ffbcff&#x27;, &#x27;#00ffbfff&#x27;, &#x27;#00ffc2ff&#x27;, &#x27;#00ffc5ff&#x27;, &#x27;#00ffc7ff&#x27;, &#x27;#00ffcaff&#x27;, &#x27;#00ffccff&#x27;, &#x27;#00ffcfff&#x27;, &#x27;#00ffd3ff&#x27;, &#x27;#00ffd5ff&#x27;, &#x27;#00ffd8ff&#x27;, &#x27;#00ffdaff&#x27;, &#x27;#00ffddff&#x27;, &#x27;#00ffe0ff&#x27;, &#x27;#00ffe3ff&#x27;, &#x27;#00ffe5ff&#x27;, &#x27;#00ffe8ff&#x27;, &#x27;#00ffebff&#x27;, &#x27;#00ffeeff&#x27;, &#x27;#00fff1ff&#x27;, &#x27;#00fff3ff&#x27;, &#x27;#00fff6ff&#x27;, &#x27;#00fff9ff&#x27;, &#x27;#00fffcff&#x27;, &#x27;#00fffeff&#x27;, &#x27;#00fdffff&#x27;, &#x27;#00fbffff&#x27;, &#x27;#00f8ffff&#x27;, &#x27;#00f5ffff&#x27;, &#x27;#00f3ffff&#x27;, &#x27;#00f0ffff&#x27;, &#x27;#00edffff&#x27;, &#x27;#00ebffff&#x27;, &#x27;#00e8ffff&#x27;, &#x27;#00e5ffff&#x27;, &#x27;#00e2ffff&#x27;, &#x27;#00dfffff&#x27;, &#x27;#00dcffff&#x27;, &#x27;#00d9ffff&#x27;, &#x27;#00d7ffff&#x27;, &#x27;#00d4ffff&#x27;, &#x27;#00d1ffff&#x27;, &#x27;#00ceffff&#x27;, &#x27;#00ccffff&#x27;, &#x27;#00c9ffff&#x27;, &#x27;#00c7ffff&#x27;, &#x27;#00c4ffff&#x27;, &#x27;#00c0ffff&#x27;, &#x27;#00beffff&#x27;, &#x27;#00bbffff&#x27;, &#x27;#00b8ffff&#x27;, &#x27;#00b5ffff&#x27;, &#x27;#00b3ffff&#x27;, &#x27;#00b0ffff&#x27;, &#x27;#00adffff&#x27;, &#x27;#00aaffff&#x27;, &#x27;#00a7ffff&#x27;, &#x27;#00a5ffff&#x27;, &#x27;#00a2ffff&#x27;, &#x27;#009fffff&#x27;, &#x27;#009cffff&#x27;, &#x27;#0099ffff&#x27;, &#x27;#0097ffff&#x27;, &#x27;#0094ffff&#x27;, &#x27;#0091ffff&#x27;, &#x27;#008effff&#x27;, &#x27;#008cffff&#x27;, &#x27;#0089ffff&#x27;, &#x27;#0086ffff&#x27;, &#x27;#0083ffff&#x27;, &#x27;#0080ffff&#x27;, &#x27;#007effff&#x27;, &#x27;#007affff&#x27;, &#x27;#0078ffff&#x27;, &#x27;#0075ffff&#x27;, &#x27;#0073ffff&#x27;, &#x27;#0070ffff&#x27;, &#x27;#006dffff&#x27;, &#x27;#006affff&#x27;, &#x27;#0067ffff&#x27;, &#x27;#0065ffff&#x27;, &#x27;#0062ffff&#x27;, &#x27;#005fffff&#x27;, &#x27;#005cffff&#x27;, &#x27;#0059ffff&#x27;, &#x27;#0056ffff&#x27;, &#x27;#0053ffff&#x27;, &#x27;#0051ffff&#x27;, &#x27;#004effff&#x27;, &#x27;#004cffff&#x27;, &#x27;#0049ffff&#x27;, &#x27;#0046ffff&#x27;, &#x27;#0043ffff&#x27;, &#x27;#0040ffff&#x27;, &#x27;#003effff&#x27;, &#x27;#003bffff&#x27;, &#x27;#0038ffff&#x27;, &#x27;#0035ffff&#x27;, &#x27;#0032ffff&#x27;, &#x27;#002fffff&#x27;, &#x27;#002cffff&#x27;, &#x27;#002affff&#x27;, &#x27;#0027ffff&#x27;, &#x27;#0025ffff&#x27;, &#x27;#0022ffff&#x27;, &#x27;#001fffff&#x27;, &#x27;#001cffff&#x27;, &#x27;#0019ffff&#x27;, &#x27;#0017ffff&#x27;, &#x27;#0014ffff&#x27;, &#x27;#0011ffff&#x27;, &#x27;#000effff&#x27;, &#x27;#000bffff&#x27;, &#x27;#0008ffff&#x27;, &#x27;#0005ffff&#x27;, &#x27;#0003ffff&#x27;, &#x27;#0001ffff&#x27;, &#x27;#0200ffff&#x27;, &#x27;#0500ffff&#x27;, &#x27;#0700ffff&#x27;, &#x27;#0a00ffff&#x27;, &#x27;#0c00ffff&#x27;, &#x27;#0f00ffff&#x27;, &#x27;#1200ffff&#x27;, &#x27;#1500ffff&#x27;, &#x27;#1800ffff&#x27;, &#x27;#1b00ffff&#x27;, &#x27;#1e00ffff&#x27;, &#x27;#2000ffff&#x27;, &#x27;#2300ffff&#x27;, &#x27;#2600ffff&#x27;, &#x27;#2900ffff&#x27;, &#x27;#2c00ffff&#x27;, &#x27;#2e00ffff&#x27;, &#x27;#3100ffff&#x27;, &#x27;#3300ffff&#x27;, &#x27;#3600ffff&#x27;, &#x27;#3a00ffff&#x27;, &#x27;#3c00ffff&#x27;, &#x27;#3f00ffff&#x27;, &#x27;#4200ffff&#x27;, &#x27;#4500ffff&#x27;, &#x27;#4700ffff&#x27;, &#x27;#4a00ffff&#x27;, &#x27;#4d00ffff&#x27;, &#x27;#5000ffff&#x27;, &#x27;#5300ffff&#x27;, &#x27;#5500ffff&#x27;, &#x27;#5800ffff&#x27;, &#x27;#5a00ffff&#x27;, &#x27;#5e00ffff&#x27;, &#x27;#6000ffff&#x27;, &#x27;#6300ffff&#x27;, &#x27;#6600ffff&#x27;, &#x27;#6900ffff&#x27;, &#x27;#6c00ffff&#x27;, &#x27;#6e00ffff&#x27;, &#x27;#7100ffff&#x27;, &#x27;#7400ffff&#x27;, &#x27;#7700ffff&#x27;, &#x27;#7a00ffff&#x27;, &#x27;#7c00ffff&#x27;, &#x27;#7f00ffff&#x27;, &#x27;#8200ffff&#x27;, &#x27;#8500ffff&#x27;, &#x27;#8700ffff&#x27;, &#x27;#8a00ffff&#x27;, &#x27;#8d00ffff&#x27;, &#x27;#9000ffff&#x27;, &#x27;#9300ffff&#x27;, &#x27;#9500ffff&#x27;, &#x27;#9800ffff&#x27;, &#x27;#9b00ffff&#x27;, &#x27;#9e00ffff&#x27;, &#x27;#a000ffff&#x27;, &#x27;#a300ffff&#x27;, &#x27;#a700ffff&#x27;, &#x27;#a900ffff&#x27;, &#x27;#ac00ffff&#x27;, &#x27;#ae00ffff&#x27;, &#x27;#b100ffff&#x27;, &#x27;#b400ffff&#x27;, &#x27;#b700ffff&#x27;, &#x27;#ba00ffff&#x27;, &#x27;#bc00ffff&#x27;, &#x27;#bf00ffff&#x27;, &#x27;#c200ffff&#x27;, &#x27;#c500ffff&#x27;, &#x27;#c700ffff&#x27;, &#x27;#cb00ffff&#x27;, &#x27;#ce00ffff&#x27;, &#x27;#d000ffff&#x27;, &#x27;#d300ffff&#x27;, &#x27;#d500ffff&#x27;, &#x27;#d800ffff&#x27;, &#x27;#db00ffff&#x27;, &#x27;#de00ffff&#x27;, &#x27;#e100ffff&#x27;, &#x27;#e300ffff&#x27;, &#x27;#e600ffff&#x27;, &#x27;#e900ffff&#x27;, &#x27;#ec00ffff&#x27;, &#x27;#ef00ffff&#x27;, &#x27;#f200ffff&#x27;, &#x27;#f400ffff&#x27;, &#x27;#f700ffff&#x27;, &#x27;#fa00ffff&#x27;, &#x27;#fd00ffff&#x27;, &#x27;#ff00ffff&#x27;, &#x27;#ff00fcff&#x27;, &#x27;#ff00faff&#x27;, &#x27;#ff00f8ff&#x27;, &#x27;#ff00f5ff&#x27;, &#x27;#ff00f2ff&#x27;, &#x27;#ff00efff&#x27;, &#x27;#ff00ecff&#x27;, &#x27;#ff00e9ff&#x27;, &#x27;#ff00e6ff&#x27;, &#x27;#ff00e4ff&#x27;, &#x27;#ff00e1ff&#x27;, &#x27;#ff00deff&#x27;, &#x27;#ff00dbff&#x27;, &#x27;#ff00d8ff&#x27;, &#x27;#ff00d6ff&#x27;, &#x27;#ff00d3ff&#x27;, &#x27;#ff00d1ff&#x27;, &#x27;#ff00ceff&#x27;, &#x27;#ff00cbff&#x27;, &#x27;#ff00c8ff&#x27;, &#x27;#ff00c5ff&#x27;, &#x27;#ff00c2ff&#x27;, &#x27;#ff00bfff&#x27;]);
    &#10;
    color_map_3dec328594eace946d298677b08862f4.x = d3.scale.linear()
              .domain([8000.0, 18000.0])
              .range([0, 450 - 50]);
&#10;    color_map_3dec328594eace946d298677b08862f4.legend = L.control({position: &#x27;topright&#x27;});
    color_map_3dec328594eace946d298677b08862f4.legend.onAdd = function (map) {var div = L.DomUtil.create(&#x27;div&#x27;, &#x27;legend&#x27;); return div};
    color_map_3dec328594eace946d298677b08862f4.legend.addTo(map_55984af2931f414589318895283bfb61);
&#10;    color_map_3dec328594eace946d298677b08862f4.xAxis = d3.svg.axis()
        .scale(color_map_3dec328594eace946d298677b08862f4.x)
        .orient(&quot;top&quot;)
        .tickSize(1)
        .tickValues([8000.0, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, 9019.607843137255, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, 10039.21568627451, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, 11058.823529411766, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, 12078.43137254902, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, 13098.039215686274, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, 14117.64705882353, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, 15137.254901960783, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, 16156.862745098038, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, 17176.470588235294, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;, &#x27;&#x27;]);
&#10;    color_map_3dec328594eace946d298677b08862f4.svg = d3.select(&quot;.legend.leaflet-control&quot;).append(&quot;svg&quot;)
        .attr(&quot;id&quot;, &#x27;legend&#x27;)
        .attr(&quot;width&quot;, 450)
        .attr(&quot;height&quot;, 40);
&#10;    color_map_3dec328594eace946d298677b08862f4.g = color_map_3dec328594eace946d298677b08862f4.svg.append(&quot;g&quot;)
        .attr(&quot;class&quot;, &quot;key&quot;)
        .attr(&quot;fill&quot;, &quot;black&quot;)
        .attr(&quot;transform&quot;, &quot;translate(25,16)&quot;);
&#10;    color_map_3dec328594eace946d298677b08862f4.g.selectAll(&quot;rect&quot;)
        .data(color_map_3dec328594eace946d298677b08862f4.color.range().map(function(d, i) {
          return {
            x0: i ? color_map_3dec328594eace946d298677b08862f4.x(color_map_3dec328594eace946d298677b08862f4.color.domain()[i - 1]) : color_map_3dec328594eace946d298677b08862f4.x.range()[0],
            x1: i &lt; color_map_3dec328594eace946d298677b08862f4.color.domain().length ? color_map_3dec328594eace946d298677b08862f4.x(color_map_3dec328594eace946d298677b08862f4.color.domain()[i]) : color_map_3dec328594eace946d298677b08862f4.x.range()[1],
            z: d
          };
        }))
      .enter().append(&quot;rect&quot;)
        .attr(&quot;height&quot;, 40 - 30)
        .attr(&quot;x&quot;, function(d) { return d.x0; })
        .attr(&quot;width&quot;, function(d) { return d.x1 - d.x0; })
        .style(&quot;fill&quot;, function(d) { return d.z; });
&#10;    color_map_3dec328594eace946d298677b08862f4.g.call(color_map_3dec328594eace946d298677b08862f4.xAxis).append(&quot;text&quot;)
        .attr(&quot;class&quot;, &quot;caption&quot;)
        .attr(&quot;y&quot;, 21)
        .attr(&quot;fill&quot;, &quot;black&quot;)
        .text(&quot;frequency&quot;);
    &#10;            var feature_group_3ec3fedd7bb3710bda81179954934753 = L.featureGroup(
                {
}
            );
        &#10;    
            var poly_line_fd15cc328c1c58824da2950563529b9d = L.polyline(
                [[3.992722, 9.787167], [3.97665, 9.791866]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_fd15cc328c1c58824da2950563529b9d.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_5921d17d4602f97cf4299e818d84f879 = L.polyline(
                [[3.9928220000000003, 9.787267], [3.97675, 9.791966]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_5921d17d4602f97cf4299e818d84f879.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_72c4cc569554f2fff6d24345fc5153eb = L.polyline(
                [[3.992722, 9.787167], [3.97866, 9.81613]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_72c4cc569554f2fff6d24345fc5153eb.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_4869885486c9101cf3d7e137749bb11d = L.polyline(
                [[3.9928220000000003, 9.787267], [3.9787600000000003, 9.81623]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_4869885486c9101cf3d7e137749bb11d.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_293767dd941e25dbcba213c37a70c88a = L.polyline(
                [[3.997361, 9.763806], [3.99663, 9.75885]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_293767dd941e25dbcba213c37a70c88a.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_b767074c9cce2dbbcc2036fb2561b93d = L.polyline(
                [[3.9974610000000004, 9.763906], [3.9967300000000003, 9.75895]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_b767074c9cce2dbbcc2036fb2561b93d.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_b51e8b8fda25ff98b2ac9e7e52c064dc = L.polyline(
                [[4.002553, 9.745083], [4.003231, 9.748639]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_b51e8b8fda25ff98b2ac9e7e52c064dc.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_008bc0cb39e1d5a51b6dd1c6f5981a2e = L.polyline(
                [[4.002653, 9.745182999999999], [4.003331, 9.748739]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_008bc0cb39e1d5a51b6dd1c6f5981a2e.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_dff891241dc02217a2c0f710737d94d1 = L.polyline(
                [[4.003512, 9.76732], [4.0105, 9.767719]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_dff891241dc02217a2c0f710737d94d1.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_e71117c4047ac7c5bb326e1668bec94e = L.polyline(
                [[4.0036119999999995, 9.76742], [4.0106, 9.767819]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_e71117c4047ac7c5bb326e1668bec94e.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_301aeb920d9c34805360764ba617fda8 = L.polyline(
                [[4.004194, 9.799472], [4.012278, 9.778111]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_301aeb920d9c34805360764ba617fda8.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_9c6f300a1a66a12920d5b55bf214dbf2 = L.polyline(
                [[4.004294, 9.799572], [4.012378, 9.778211]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_9c6f300a1a66a12920d5b55bf214dbf2.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_35c9a31b10057e3659f77da31678bfce = L.polyline(
                [[4.01775, 9.705944], [4.008306, 9.701194]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_35c9a31b10057e3659f77da31678bfce.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_ed02bfe6172ea213f7aa2273dd50479a = L.polyline(
                [[4.01785, 9.706044], [4.008406, 9.701293999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_ed02bfe6172ea213f7aa2273dd50479a.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_5933642ca1969f8af1c82f3823d18d31 = L.polyline(
                [[4.029, 9.767833], [3.997361, 9.763806]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_5933642ca1969f8af1c82f3823d18d31.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_88352ba51db9136bbeae1ef7bf9e7861 = L.polyline(
                [[4.0291, 9.767933], [3.9974610000000004, 9.763906]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_88352ba51db9136bbeae1ef7bf9e7861.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_74e645bf2637d3ec7144208a30936dcf = L.polyline(
                [[4.009639, 9.741417], [4.020194, 9.723611]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_74e645bf2637d3ec7144208a30936dcf.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_00632ab8ee526fa06eff4788d9936050 = L.polyline(
                [[4.009739, 9.741517], [4.020294, 9.723711]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_00632ab8ee526fa06eff4788d9936050.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_a19e95688b5f2271fcc1b9cf37dd6095 = L.polyline(
                [[4.029, 9.767833], [4.002553, 9.745083]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_a19e95688b5f2271fcc1b9cf37dd6095.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_6d5ce3822ce7685644092f9dfcbb76b0 = L.polyline(
                [[4.0291, 9.767933], [4.002653, 9.745182999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_6d5ce3822ce7685644092f9dfcbb76b0.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_ec59bb429fec8cf15890c43636df6390 = L.polyline(
                [[4.015972, 9.738528], [4.01734, 9.73456]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_ec59bb429fec8cf15890c43636df6390.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_1b80e2db88c89313161b8f09afa340cc = L.polyline(
                [[4.016071999999999, 9.738628], [4.01744, 9.73466]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_1b80e2db88c89313161b8f09afa340cc.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_696c8ab0f56adf0c92e68a813679a3b5 = L.polyline(
                [[4.029, 9.767833], [4.004472, 9.762056]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_696c8ab0f56adf0c92e68a813679a3b5.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_84f5e899f281fbc98bbed215936ba09d = L.polyline(
                [[4.0291, 9.767933], [4.004572, 9.762156]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_84f5e899f281fbc98bbed215936ba09d.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_e65aba2237ffdd852b25055e197e16c1 = L.polyline(
                [[4.015972, 9.738528], [4.017917, 9.768083]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_e65aba2237ffdd852b25055e197e16c1.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_9844293b3ed154bc0c956f61b1cbc3a7 = L.polyline(
                [[4.016071999999999, 9.738628], [4.0180169999999995, 9.768183]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_9844293b3ed154bc0c956f61b1cbc3a7.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_b2ffc1ced94b76821477d16ed9901be9 = L.polyline(
                [[4.023444, 9.727083], [4.01048, 9.72629]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_b2ffc1ced94b76821477d16ed9901be9.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_c02c24afee2c32c40f73add8e3b4753f = L.polyline(
                [[4.023543999999999, 9.727183], [4.01058, 9.72639]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_c02c24afee2c32c40f73add8e3b4753f.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_0d885bdf637980e94fffbd1a7bfa1a55 = L.polyline(
                [[4.015972, 9.738528], [4.0195, 9.757556]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_0d885bdf637980e94fffbd1a7bfa1a55.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_b36131ae937bea5ef8e8bf10b1d452bb = L.polyline(
                [[4.016071999999999, 9.738628], [4.0196, 9.757655999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_b36131ae937bea5ef8e8bf10b1d452bb.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_178559fa707fe45f9217fcdee87c0fe6 = L.polyline(
                [[4.029, 9.767833], [4.008442, 9.756817]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_178559fa707fe45f9217fcdee87c0fe6.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_a3b3e9e1348c527b5f37ccc3657105c1 = L.polyline(
                [[4.0291, 9.767933], [4.008541999999999, 9.756917]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_a3b3e9e1348c527b5f37ccc3657105c1.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_b148e8296462add9fc9d5e36c8afa8d3 = L.polyline(
                [[4.014417, 9.744694], [4.023111, 9.748472]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_b148e8296462add9fc9d5e36c8afa8d3.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_485584fb8b6a4f6a52e0c3b86a667fde = L.polyline(
                [[4.014517, 9.744794], [4.023211, 9.748572]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_485584fb8b6a4f6a52e0c3b86a667fde.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_9973d81becc17c4fddb2c2f75d6b8637 = L.polyline(
                [[4.029, 9.767833], [4.0105, 9.767719]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_9973d81becc17c4fddb2c2f75d6b8637.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_1860124d3eddbddde9a9430f2be3c051 = L.polyline(
                [[4.0291, 9.767933], [4.0106, 9.767819]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_1860124d3eddbddde9a9430f2be3c051.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_f80847ac8a3ade1c8c37e7d22bbcbf6d = L.polyline(
                [[4.015972, 9.738528], [4.023889, 9.780278]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_f80847ac8a3ade1c8c37e7d22bbcbf6d.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_abf3d4f05205ff9183d681dce0ceb0dc = L.polyline(
                [[4.016071999999999, 9.738628], [4.023988999999999, 9.780377999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_abf3d4f05205ff9183d681dce0ceb0dc.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_0d71381f14a8d1fabf0e6f1de2c7215b = L.polyline(
                [[4.029381, 9.696744], [4.0115, 9.721083]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_0d71381f14a8d1fabf0e6f1de2c7215b.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_1aa013bc248d3d4dffc0780b262ca2f4 = L.polyline(
                [[4.029481, 9.696844], [4.0116, 9.721183]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_1aa013bc248d3d4dffc0780b262ca2f4.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_fb5b514121ff6bd537f8ff786b04a1bf = L.polyline(
                [[4.0194, 9.743889], [4.023111, 9.748472]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_fb5b514121ff6bd537f8ff786b04a1bf.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_024fa45f563be41d7ba1998eed6c38a9 = L.polyline(
                [[4.0195, 9.743989], [4.023211, 9.748572]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_024fa45f563be41d7ba1998eed6c38a9.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_07439ef50bd25125826f53dff708e0e3 = L.polyline(
                [[4.023167, 9.792], [4.019889, 9.805583]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_07439ef50bd25125826f53dff708e0e3.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_61c9317d087f2fb9bd650eba0ba3eacd = L.polyline(
                [[4.023267, 9.7921], [4.019989, 9.805683]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_61c9317d087f2fb9bd650eba0ba3eacd.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_57206fbd934d3e7d95b19644a3d84c8b = L.polyline(
                [[4.022056, 9.67025], [4.02603, 9.69027]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_57206fbd934d3e7d95b19644a3d84c8b.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_d2eab25de0ba40ae06e88c5264ebb320 = L.polyline(
                [[4.015972, 9.738528], [4.03279, 9.72802]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_d2eab25de0ba40ae06e88c5264ebb320.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_65d93d5fe856ba38fa5b7a978fc8f9d3 = L.polyline(
                [[4.016071999999999, 9.738628], [4.03289, 9.72812]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_65d93d5fe856ba38fa5b7a978fc8f9d3.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_e8d7509ca3ac92e6ae15d9dce2aa1be2 = L.polyline(
                [[4.029381, 9.696744], [4.02012, 9.69921]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_e8d7509ca3ac92e6ae15d9dce2aa1be2.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_78c5fa9791f741ad78db361f0900419f = L.polyline(
                [[4.029481, 9.696844], [4.02022, 9.69931]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_78c5fa9791f741ad78db361f0900419f.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_8c62ccd3587a2c9a2f5d921911423894 = L.polyline(
                [[4.029, 9.767833], [4.02125, 9.77399]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_8c62ccd3587a2c9a2f5d921911423894.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_a324403fcd62d6a7c1c0db9084b09793 = L.polyline(
                [[4.0291, 9.767933], [4.02135, 9.77409]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_a324403fcd62d6a7c1c0db9084b09793.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_130f89b6eb139abaccae7ae6db0498e2 = L.polyline(
                [[4.022139, 9.737194], [4.0284, 9.741992]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_130f89b6eb139abaccae7ae6db0498e2.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_4a1d5b6729c6b44939581d1d1f35defc = L.polyline(
                [[4.022239, 9.737294], [4.0285, 9.742092]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_4a1d5b6729c6b44939581d1d1f35defc.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_09bf1b9535b32cc81e25eda134840edf = L.polyline(
                [[4.015972, 9.738528], [4.035278, 9.73325]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_09bf1b9535b32cc81e25eda134840edf.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_7b0b03d356242a23f3fd911f2294709c = L.polyline(
                [[4.016071999999999, 9.738628], [4.035378, 9.73335]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_7b0b03d356242a23f3fd911f2294709c.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_f529a515684a7cd87f4a31d0afae2611 = L.polyline(
                [[4.029381, 9.696744], [4.02238, 9.70976]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_f529a515684a7cd87f4a31d0afae2611.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_4057695ac4cba95466f8a57aca043333 = L.polyline(
                [[4.029481, 9.696844], [4.02248, 9.709859999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_4057695ac4cba95466f8a57aca043333.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_98962e429d001f3deefd28c8e5ad1d44 = L.polyline(
                [[4.029381, 9.696744], [4.022917, 9.694556]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_98962e429d001f3deefd28c8e5ad1d44.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_b7ce7e9daa4424a41e4336abbefdaa31 = L.polyline(
                [[4.029481, 9.696844], [4.023016999999999, 9.694656]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_b7ce7e9daa4424a41e4336abbefdaa31.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_24b9775f93c872c682481da0deac5efb = L.polyline(
                [[4.040819, 9.733028], [4.01658, 9.72684]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_24b9775f93c872c682481da0deac5efb.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_f2fda2b2737317a132bd7c6e40cdbb41 = L.polyline(
                [[4.040919, 9.733127999999999], [4.01668, 9.726939999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_f2fda2b2737317a132bd7c6e40cdbb41.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_647798307ba6dd2772651956d56a0e72 = L.polyline(
                [[4.029083, 9.701944], [4.028333, 9.705139]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_647798307ba6dd2772651956d56a0e72.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_f060bcc34595be56612d656876370038 = L.polyline(
                [[4.029183, 9.702043999999999], [4.028433, 9.705239]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_f060bcc34595be56612d656876370038.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_af18abc2bdd7c07403e6ef1698eff3f6 = L.polyline(
                [[4.029381, 9.696744], [4.029444, 9.686417]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_af18abc2bdd7c07403e6ef1698eff3f6.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_b24b8acee8c54eb399163fa089251a4a = L.polyline(
                [[4.029481, 9.696844], [4.029544, 9.686517]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_b24b8acee8c54eb399163fa089251a4a.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_fcd0a1eb2640859e4f6fa9f9a21b7b15 = L.polyline(
                [[4.029083, 9.701944], [4.032028, 9.709194]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_fcd0a1eb2640859e4f6fa9f9a21b7b15.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_daa82746cf5bf93597dca04811a41575 = L.polyline(
                [[4.029183, 9.702043999999999], [4.032128, 9.709294]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_daa82746cf5bf93597dca04811a41575.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_2591a3ed45cbcbf08a0d10f3f30ef8d6 = L.polyline(
                [[4.029381, 9.696744], [4.032433, 9.691575]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_2591a3ed45cbcbf08a0d10f3f30ef8d6.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_513a3f51c3ce0f65f7f71119bfb1695b = L.polyline(
                [[4.029481, 9.696844], [4.032533, 9.691675]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_513a3f51c3ce0f65f7f71119bfb1695b.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_0f2f55f9e6c26cc30086b296ab2d6b9b = L.polyline(
                [[4.029381, 9.696744], [4.033417, 9.699417]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_0f2f55f9e6c26cc30086b296ab2d6b9b.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_fcba81df8afa64bb7d1ecf799300e592 = L.polyline(
                [[4.029481, 9.696844], [4.033517, 9.699517]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_fcba81df8afa64bb7d1ecf799300e592.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_997e3e71ee150b0ed6ecb73d78ca6639 = L.polyline(
                [[4.040819, 9.733028], [4.023444, 9.727083]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_997e3e71ee150b0ed6ecb73d78ca6639.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_fa9c22df13ffc220d91354fc30215b94 = L.polyline(
                [[4.040919, 9.733127999999999], [4.023543999999999, 9.727183]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_fa9c22df13ffc220d91354fc30215b94.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_6126f022a71417159c7133035b7d4f0a = L.polyline(
                [[4.032, 9.71564], [4.03312, 9.71203]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_6126f022a71417159c7133035b7d4f0a.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_6b3810c93ad491b39db1e002f9cee358 = L.polyline(
                [[4.0321, 9.71574], [4.03322, 9.71213]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_6b3810c93ad491b39db1e002f9cee358.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_afa05f290f382beaa1c32912598b51b9 = L.polyline(
                [[4.029, 9.767833], [4.037361, 9.755167]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_afa05f290f382beaa1c32912598b51b9.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_16e50ca264bb2b4069c13ed7dd34d886 = L.polyline(
                [[4.0291, 9.767933], [4.0374609999999995, 9.755267]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_16e50ca264bb2b4069c13ed7dd34d886.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_c9dda162bb057d459d1a45fa465da4bf = L.polyline(
                [[4.032433, 9.691575], [4.035333, 9.691889]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_c9dda162bb057d459d1a45fa465da4bf.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_ba2d81f7353e13e40c332ef0df92f8fe = L.polyline(
                [[4.032533, 9.691675], [4.035432999999999, 9.691989]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_ba2d81f7353e13e40c332ef0df92f8fe.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_ec41f31c724597a645dc3c7f70818d9c = L.polyline(
                [[4.033028, 9.774333], [4.03527, 9.77026]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_ec41f31c724597a645dc3c7f70818d9c.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_b8f0d6d4b37e4d7f23b6ee16eabe9e75 = L.polyline(
                [[4.033128, 9.774433], [4.0353699999999995, 9.77036]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_b8f0d6d4b37e4d7f23b6ee16eabe9e75.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_7ea960152d2aa47d44028a5e867bd082 = L.polyline(
                [[4.040819, 9.733028], [4.028583, 9.725667]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_7ea960152d2aa47d44028a5e867bd082.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_9f7d71d51ae7168e6b5605f99978f23d = L.polyline(
                [[4.040919, 9.733127999999999], [4.028683, 9.725767]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_9f7d71d51ae7168e6b5605f99978f23d.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_68d15f846399259fb9fbfa444dd6eeb7 = L.polyline(
                [[4.029381, 9.696744], [4.040886, 9.699006]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_68d15f846399259fb9fbfa444dd6eeb7.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_694dbf1c92c25c7fb4225f58bab8a570 = L.polyline(
                [[4.029481, 9.696844], [4.040986, 9.699106]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_694dbf1c92c25c7fb4225f58bab8a570.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_b3edf8bcae50706ef6c55b8564a048fc = L.polyline(
                [[4.033886, 9.683883], [4.037472, 9.688056]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_b3edf8bcae50706ef6c55b8564a048fc.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_024ce06fba6c251d8ac960348c795ed3 = L.polyline(
                [[4.033986, 9.683983], [4.037572, 9.688156]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_024ce06fba6c251d8ac960348c795ed3.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_2535d35bdfd01607ebb20b068cca6788 = L.polyline(
                [[4.029, 9.767833], [4.046556, 9.766222]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_2535d35bdfd01607ebb20b068cca6788.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_dc8371b40774d32bc6e4650c7ee395ab = L.polyline(
                [[4.0291, 9.767933], [4.046656, 9.766322]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_dc8371b40774d32bc6e4650c7ee395ab.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_8972e4c55dd2ce4def7a37306ac7e378 = L.polyline(
                [[4.040083, 9.706106], [4.036926, 9.703794]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_8972e4c55dd2ce4def7a37306ac7e378.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_997d8936f6371abe4066febbcc4d8cf8 = L.polyline(
                [[4.040183, 9.706206], [4.037026, 9.703894]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_997d8936f6371abe4066febbcc4d8cf8.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_5e1d48f039c26ddf4372349340b258c9 = L.polyline(
                [[4.040819, 9.733028], [4.037722, 9.711917]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_5e1d48f039c26ddf4372349340b258c9.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_5eddb737caaba92b1ee6cf3ab8bf4694 = L.polyline(
                [[4.040919, 9.733127999999999], [4.037821999999999, 9.712017]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_5eddb737caaba92b1ee6cf3ab8bf4694.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_04e071abb914c5612ae4122129c610d4 = L.polyline(
                [[4.040819, 9.733028], [4.038342, 9.741011]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_04e071abb914c5612ae4122129c610d4.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_d9a6f4fdca3c026eeaf0e1df1d8d2a97 = L.polyline(
                [[4.040919, 9.733127999999999], [4.038442, 9.741111]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_d9a6f4fdca3c026eeaf0e1df1d8d2a97.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_4e8ab87cab99cf8ecc47019c34c718ef = L.polyline(
                [[4.040886, 9.699006], [4.03931, 9.70265]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_4e8ab87cab99cf8ecc47019c34c718ef.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_669fe7311a430d91cf2e2d9f3e5b348c = L.polyline(
                [[4.040986, 9.699106], [4.03941, 9.70275]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_669fe7311a430d91cf2e2d9f3e5b348c.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_61e18de6304db894d82f1e9ddb47e586 = L.polyline(
                [[4.042306, 9.774], [4.039278, 9.7795]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_61e18de6304db894d82f1e9ddb47e586.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_1e46d234e7fe60840d9ed4e2a76b7310 = L.polyline(
                [[4.042406, 9.774099999999999], [4.039378, 9.7796]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_1e46d234e7fe60840d9ed4e2a76b7310.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_240067319d5eea04f957f563a9dc3f80 = L.polyline(
                [[4.041417, 9.686417], [4.040697, 9.689827]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_240067319d5eea04f957f563a9dc3f80.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_ea426ced939da7b23ed15cbb7a346199 = L.polyline(
                [[4.041517, 9.686517], [4.0407969999999995, 9.689926999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_ea426ced939da7b23ed15cbb7a346199.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_e3066f3bfccb0fb9079edf4272e61818 = L.polyline(
                [[4.03875, 9.762056], [4.043386, 9.754583]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_e3066f3bfccb0fb9079edf4272e61818.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_137ecd78e973c2e4f667f96f0f6f3f60 = L.polyline(
                [[4.03885, 9.762156], [4.043486, 9.754683]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_137ecd78e973c2e4f667f96f0f6f3f60.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_baf2c9a45d55987d32a72d10cfe1593d = L.polyline(
                [[4.040819, 9.733028], [4.041694, 9.728389]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_baf2c9a45d55987d32a72d10cfe1593d.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_7474a97ad8421f0cd5305623bfa49e68 = L.polyline(
                [[4.040919, 9.733127999999999], [4.041793999999999, 9.728489]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_7474a97ad8421f0cd5305623bfa49e68.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_7520f77cfa41a580bdeae8a86dea2436 = L.polyline(
                [[4.029, 9.767833], [4.053694, 9.779361]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_7520f77cfa41a580bdeae8a86dea2436.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_38c6d9d5afa94454cb61e4aa31bf6dc7 = L.polyline(
                [[4.0291, 9.767933], [4.053794, 9.779461]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_38c6d9d5afa94454cb61e4aa31bf6dc7.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_352ee287232bd693008f7ac4f5315dab = L.polyline(
                [[4.040819, 9.733028], [4.043778, 9.747639]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_352ee287232bd693008f7ac4f5315dab.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_e8441a1367a27b24a83d2058f1623155 = L.polyline(
                [[4.040919, 9.733127999999999], [4.043877999999999, 9.747739]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_e8441a1367a27b24a83d2058f1623155.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_005e3513a39648841bcb65a0dafe5b7d = L.polyline(
                [[4.056559, 9.702978], [4.028444, 9.73025]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_005e3513a39648841bcb65a0dafe5b7d.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_b6fc6c4f15361f177a98329c11ab0668 = L.polyline(
                [[4.056659, 9.703078], [4.028544, 9.73035]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_b6fc6c4f15361f177a98329c11ab0668.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_c1d63264a59f9fb60e285c984d190f68 = L.polyline(
                [[4.040886, 9.699006], [4.04425, 9.69725]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_c1d63264a59f9fb60e285c984d190f68.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_c5b1d9c43092fc2b0d22eea27bc159ad = L.polyline(
                [[4.040986, 9.699106], [4.04435, 9.69735]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_c5b1d9c43092fc2b0d22eea27bc159ad.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_fc24b0451e031ad506c2c25021dbe65e = L.polyline(
                [[4.04244, 9.704083], [4.043194, 9.707889]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_fc24b0451e031ad506c2c25021dbe65e.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_bc456f301c7617697a7afb29d2d24a57 = L.polyline(
                [[4.04254, 9.704183], [4.0432939999999995, 9.707989]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_bc456f301c7617697a7afb29d2d24a57.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_baa2ea1963ccb9526b074abbee20697c = L.polyline(
                [[4.041417, 9.686417], [4.04625, 9.688194]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_baa2ea1963ccb9526b074abbee20697c.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_4f5eec4635aea332718cca23aad4cdfc = L.polyline(
                [[4.041517, 9.686517], [4.0463499999999994, 9.688293999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_4f5eec4635aea332718cca23aad4cdfc.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_123d7666358758bcabc00e7b493cbdff = L.polyline(
                [[4.043194, 9.707889], [4.044661, 9.700739]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_123d7666358758bcabc00e7b493cbdff.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_c4ce5fbcbbb66b76da5ede8dc9d66b2e = L.polyline(
                [[4.0432939999999995, 9.707989], [4.044760999999999, 9.700839]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_c4ce5fbcbbb66b76da5ede8dc9d66b2e.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_1f6229acd61d95234b978f9a312f16c7 = L.polyline(
                [[4.041694, 9.728389], [4.0475, 9.72575]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_1f6229acd61d95234b978f9a312f16c7.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_78d044b7c2b1508acada6b1fdf978b3e = L.polyline(
                [[4.041793999999999, 9.728489], [4.0476, 9.72585]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_78d044b7c2b1508acada6b1fdf978b3e.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_af7f8813306e2e45f5ebcacba1209e66 = L.polyline(
                [[4.040886, 9.699006], [4.048586, 9.721043]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_af7f8813306e2e45f5ebcacba1209e66.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_5c4e40872ec026dd4afe2f04d3c8a3e6 = L.polyline(
                [[4.040986, 9.699106], [4.048686, 9.721143]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_5c4e40872ec026dd4afe2f04d3c8a3e6.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_ed462efaa69a0cd09cb6e2c5e1a717f4 = L.polyline(
                [[4.04642, 9.71598], [4.048586, 9.721043]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_ed462efaa69a0cd09cb6e2c5e1a717f4.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_50c4bbb90e17d1c1be98e027ae51d10d = L.polyline(
                [[4.04652, 9.71608], [4.048686, 9.721143]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_50c4bbb90e17d1c1be98e027ae51d10d.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_04f6349febe6f3b6d632d4c58b7b2f74 = L.polyline(
                [[4.044694, 9.703528], [4.051333, 9.706861]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_04f6349febe6f3b6d632d4c58b7b2f74.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_1faabb69dc561e291185db70ba4e7521 = L.polyline(
                [[4.049556, 9.698333], [4.04675, 9.698917]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_1faabb69dc561e291185db70ba4e7521.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_2c559e74007cdc6d66ca05164dae86ee = L.polyline(
                [[4.049656, 9.698433], [4.04685, 9.699017]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_2c559e74007cdc6d66ca05164dae86ee.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_76a6af091b4d4a68b55c3820be2833a5 = L.polyline(
                [[4.051333, 9.706861], [4.0465, 9.708472]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_76a6af091b4d4a68b55c3820be2833a5.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_f82d20df8dbd311592126c8a90c6df12 = L.polyline(
                [[4.051432999999999, 9.706961], [4.0466, 9.708572]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_f82d20df8dbd311592126c8a90c6df12.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_a3962cd79962252df20686b3c4490cc6 = L.polyline(
                [[4.050192, 9.771911], [4.049658, 9.777253]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_a3962cd79962252df20686b3c4490cc6.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_c4063354ed948b1aab5d3b1110afef1f = L.polyline(
                [[4.050292, 9.772011], [4.049758, 9.777353]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_c4063354ed948b1aab5d3b1110afef1f.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_cdb38de0bc75b3682625617e8229a02f = L.polyline(
                [[4.052028, 9.741306], [4.048272, 9.739644]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_cdb38de0bc75b3682625617e8229a02f.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_edda4d5ec1b94d2882a89c7ae9c1133a = L.polyline(
                [[4.052444, 9.702389], [4.04825, 9.704556]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_edda4d5ec1b94d2882a89c7ae9c1133a.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_534c3b2ef69577f2a9e3a8c919eed529 = L.polyline(
                [[4.052544, 9.702489], [4.04835, 9.704656]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_534c3b2ef69577f2a9e3a8c919eed529.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_ea3e6e8de13816142d5f7aee3830b65b = L.polyline(
                [[4.053667, 9.750917], [4.047389, 9.756833]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_ea3e6e8de13816142d5f7aee3830b65b.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_035842c4342e79db5e4b588d3d3694f5 = L.polyline(
                [[4.053767, 9.751017], [4.047489, 9.756933]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_035842c4342e79db5e4b588d3d3694f5.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_96711bf0bbb4a78d6e33d256fce937ef = L.polyline(
                [[4.053694, 9.779361], [4.050472, 9.797806]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_96711bf0bbb4a78d6e33d256fce937ef.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_8af3812911fef72d75e0de34634aeba0 = L.polyline(
                [[4.053794, 9.779461], [4.050572, 9.797906]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_8af3812911fef72d75e0de34634aeba0.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_a38c88c635db1ce414664077b958db12 = L.polyline(
                [[4.053667, 9.750917], [4.05525, 9.775889]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_a38c88c635db1ce414664077b958db12.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_763f70a1d413d399a37391cc17260243 = L.polyline(
                [[4.053767, 9.751017], [4.05535, 9.775989]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_763f70a1d413d399a37391cc17260243.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_063887e10a6ab27db92ab4de7442a010 = L.polyline(
                [[4.053667, 9.750917], [4.058167, 9.754444]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_063887e10a6ab27db92ab4de7442a010.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_f5e4fd9a2971af48b63685d6d640a699 = L.polyline(
                [[4.053767, 9.751017], [4.058267, 9.754544]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_f5e4fd9a2971af48b63685d6d640a699.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_18a0e485827a96b468f545a342e68fd5 = L.polyline(
                [[4.0585, 9.768444], [4.053639, 9.767556]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_18a0e485827a96b468f545a342e68fd5.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_10b61f51249502ed3fd7c6f63a29622d = L.polyline(
                [[4.0586, 9.768544], [4.053739, 9.767656]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_10b61f51249502ed3fd7c6f63a29622d.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_26ffdef002ca3f557a9b87a8df4af24c = L.polyline(
                [[4.058056, 9.738694], [4.054186, 9.745611]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_26ffdef002ca3f557a9b87a8df4af24c.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_f4af75dc6322f6f5c89f9836a52665c9 = L.polyline(
                [[4.058155999999999, 9.738794], [4.054285999999999, 9.745711]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_f4af75dc6322f6f5c89f9836a52665c9.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_5d7a53e31317e0d346150258fd9ed3bb = L.polyline(
                [[4.053667, 9.750917], [4.059611, 9.743528]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_5d7a53e31317e0d346150258fd9ed3bb.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_3908cd6a53e119150b26d6c3156df672 = L.polyline(
                [[4.053767, 9.751017], [4.059711, 9.743628]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_3908cd6a53e119150b26d6c3156df672.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_7ceb7deb06d4466868358ff365918553 = L.polyline(
                [[4.060028, 9.726194], [4.053667, 9.750917]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_7ceb7deb06d4466868358ff365918553.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_5d905ffaa087282f506b285956b066c1 = L.polyline(
                [[4.060128, 9.726294], [4.053767, 9.751017]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_5d905ffaa087282f506b285956b066c1.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_e8f5d59ad627380276f0afc6a531798b = L.polyline(
                [[4.060228, 9.726393999999999], [4.053867, 9.751116999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_e8f5d59ad627380276f0afc6a531798b.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_abb4ee60fa75c6765c992ef380d85c6c = L.polyline(
                [[4.060328, 9.726493999999999], [4.053967, 9.751216999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_abb4ee60fa75c6765c992ef380d85c6c.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_debe0edbaad47740b430cbb350be30d8 = L.polyline(
                [[4.060428, 9.726594], [4.054067, 9.751317]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_debe0edbaad47740b430cbb350be30d8.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_9503d2bfb3993cc60317d5e6e0023912 = L.polyline(
                [[4.060528, 9.726694], [4.054167, 9.751417]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_9503d2bfb3993cc60317d5e6e0023912.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_3ad5852751cafd94e8469ca808d08ced = L.polyline(
                [[4.053667, 9.750917], [4.06025, 9.734028]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_3ad5852751cafd94e8469ca808d08ced.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_1c1fbcd14ff8067ad74ec4369f36dd64 = L.polyline(
                [[4.053767, 9.751017], [4.06035, 9.734128]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_1c1fbcd14ff8067ad74ec4369f36dd64.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_7a66ec69455d88db5aa2344c818fee9d = L.polyline(
                [[4.0585, 9.768444], [4.056417, 9.763167]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_7a66ec69455d88db5aa2344c818fee9d.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_7019b6fd978dfa13b5f497c1238e1a27 = L.polyline(
                [[4.0586, 9.768544], [4.0565169999999995, 9.763266999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_7019b6fd978dfa13b5f497c1238e1a27.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_ae4a33745e508c6d43ed96e1c5ef5b3d = L.polyline(
                [[4.053667, 9.750917], [4.062806, 9.786861]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_ae4a33745e508c6d43ed96e1c5ef5b3d.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_ab327417e0afdb72b1f3d7058f7cb1dc = L.polyline(
                [[4.053767, 9.751017], [4.062906, 9.786961]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_ab327417e0afdb72b1f3d7058f7cb1dc.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_e3da114e4cb46ec3ce29cde9dc3ce547 = L.polyline(
                [[4.06425, 9.714664], [4.053242, 9.720853]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_e3da114e4cb46ec3ce29cde9dc3ce547.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_4fe84e25dfc5d801648b94910d17c69f = L.polyline(
                [[4.06435, 9.714764], [4.053342, 9.720953]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_4fe84e25dfc5d801648b94910d17c69f.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_4e166d7878b67161ea403a7ade67cf41 = L.polyline(
                [[4.053667, 9.750917], [4.064069, 9.75311]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_4e166d7878b67161ea403a7ade67cf41.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_c7181d2c2472703bbb5c9e0a331bb1aa = L.polyline(
                [[4.053767, 9.751017], [4.064169, 9.75321]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_c7181d2c2472703bbb5c9e0a331bb1aa.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_61171dacf5bed1e4d5d1a52472c8218f = L.polyline(
                [[4.053667, 9.750917], [4.064361, 9.767778]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_61171dacf5bed1e4d5d1a52472c8218f.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_08b83a97cf515885014c3f119ad7f505 = L.polyline(
                [[4.053767, 9.751017], [4.064461, 9.767878]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_08b83a97cf515885014c3f119ad7f505.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_16b538be35d209284e067edfb88f5e00 = L.polyline(
                [[4.060333, 9.708444], [4.058638, 9.715412]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_16b538be35d209284e067edfb88f5e00.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_aef8bfcd56c57878946362309aaff830 = L.polyline(
                [[4.060433, 9.708544], [4.058738, 9.715512]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_aef8bfcd56c57878946362309aaff830.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_135edbde7883de7452b39386f28936e9 = L.polyline(
                [[4.053667, 9.750917], [4.066322, 9.759558]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_135edbde7883de7452b39386f28936e9.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_22332950eba70c5284ed840f9411e78f = L.polyline(
                [[4.053767, 9.751017], [4.066422, 9.759658]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_22332950eba70c5284ed840f9411e78f.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_149ee5e598e16fad33e0f8d508365888 = L.polyline(
                [[4.0585, 9.768444], [4.063131, 9.777639]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_149ee5e598e16fad33e0f8d508365888.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_bcb72955f137f9e55ade001f10f091cc = L.polyline(
                [[4.0586, 9.768544], [4.063231, 9.777739]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_bcb72955f137f9e55ade001f10f091cc.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_707dcdf69e469d716ac98cc6ed5a1b20 = L.polyline(
                [[4.059611, 9.743528], [4.06356, 9.74569]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_707dcdf69e469d716ac98cc6ed5a1b20.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_bc9624ae8326fa9b425868331c5a7094 = L.polyline(
                [[4.059711, 9.743628], [4.06366, 9.74579]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_bc9624ae8326fa9b425868331c5a7094.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_8a8a34cff44978b4e44261f322b806ed = L.polyline(
                [[4.059583, 9.704333], [4.065972, 9.706333]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_8a8a34cff44978b4e44261f322b806ed.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_d9e335e18ddbd8a6974c4c28bfd20481 = L.polyline(
                [[4.059683, 9.704433], [4.066072, 9.706433]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_d9e335e18ddbd8a6974c4c28bfd20481.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_edb560243ed0f16de75af89376efaef4 = L.polyline(
                [[4.06425, 9.714664], [4.061556, 9.719389]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_edb560243ed0f16de75af89376efaef4.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_fe485cee02ae00b2dd18a92d836709a7 = L.polyline(
                [[4.06435, 9.714764], [4.061656, 9.719489]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_fe485cee02ae00b2dd18a92d836709a7.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_d92b6a6749e4751cda9e800e484715dc = L.polyline(
                [[4.066322, 9.759558], [4.062528, 9.76425]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_d92b6a6749e4751cda9e800e484715dc.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_f0254c77d3d833f71bf277953c561901 = L.polyline(
                [[4.066422, 9.759658], [4.062628, 9.76435]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_f0254c77d3d833f71bf277953c561901.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_2b0124e9edd793d33b1683e088f3c5bc = L.polyline(
                [[4.063917, 9.710083], [4.06688, 9.71287]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_2b0124e9edd793d33b1683e088f3c5bc.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_08ff006a5e425b3cbf477954839bc712 = L.polyline(
                [[4.064017, 9.710182999999999], [4.06698, 9.71297]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_08ff006a5e425b3cbf477954839bc712.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_eccf9664ff82612f66d34a9825f34db3 = L.polyline(
                [[4.065848, 9.79152], [4.06725, 9.799722]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_eccf9664ff82612f66d34a9825f34db3.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_4c2134c4fc3fd5b5a15008f00f57a146 = L.polyline(
                [[4.065948, 9.79162], [4.067349999999999, 9.799821999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_4c2134c4fc3fd5b5a15008f00f57a146.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_97b70f733c21b6a74f433a2dc1d836fa = L.polyline(
                [[4.06425, 9.714664], [4.07139, 9.72547]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_97b70f733c21b6a74f433a2dc1d836fa.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_837b4b51e23933f0cbc167a44c0e6855 = L.polyline(
                [[4.06435, 9.714764], [4.07149, 9.72557]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_837b4b51e23933f0cbc167a44c0e6855.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_e1dda4afc1b77ecf3dba06917ac83c36 = L.polyline(
                [[4.065667, 9.722972], [4.071389, 9.729139]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_e1dda4afc1b77ecf3dba06917ac83c36.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_cc75c5fa53be98a22487aeee1af35959 = L.polyline(
                [[4.065767, 9.723072], [4.071489, 9.729239]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_cc75c5fa53be98a22487aeee1af35959.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_a7230e7b9daad409a9b6ea195b78f958 = L.polyline(
                [[4.071278, 9.714869], [4.06688, 9.71287]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_a7230e7b9daad409a9b6ea195b78f958.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_ba721b085916ade75a0a7bd415a3901c = L.polyline(
                [[4.071378, 9.714969], [4.06698, 9.71297]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_ba721b085916ade75a0a7bd415a3901c.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_b6f99362203dc86060d68f69ba5436ea = L.polyline(
                [[4.071389, 9.729139], [4.07139, 9.72547]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_b6f99362203dc86060d68f69ba5436ea.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_6cd9c27050de2baec933579fa4643df5 = L.polyline(
                [[4.071489, 9.729239], [4.07149, 9.72557]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_6cd9c27050de2baec933579fa4643df5.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_3ab014ea603c5eca189c54df57cf329c = L.polyline(
                [[4.072222, 9.736111], [4.072661, 9.742681]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_3ab014ea603c5eca189c54df57cf329c.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_d2e2f794ba728e5fe5660ccf9a7800fa = L.polyline(
                [[4.072322, 9.736210999999999], [4.072761, 9.742780999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_d2e2f794ba728e5fe5660ccf9a7800fa.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_e8793ef0469c9d0ae6da800e1c6b9f0f = L.polyline(
                [[4.071639, 9.76925], [4.073367, 9.774]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_e8793ef0469c9d0ae6da800e1c6b9f0f.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_d3409daf7078f12020c4fddb8a6b6b13 = L.polyline(
                [[4.071739, 9.76935], [4.073467, 9.774099999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_d3409daf7078f12020c4fddb8a6b6b13.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_813b37384b679f9ec070275081431c06 = L.polyline(
                [[4.06425, 9.714664], [4.084075, 9.721058]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_813b37384b679f9ec070275081431c06.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_ab27489c396eca0cc0b1a2743c269585 = L.polyline(
                [[4.06435, 9.714764], [4.084175, 9.721157999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_ab27489c396eca0cc0b1a2743c269585.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_fa8ef3ae352923cbf4edcf9ce90c9312 = L.polyline(
                [[4.074778, 9.761667], [4.07475, 9.745583]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_fa8ef3ae352923cbf4edcf9ce90c9312.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_65636a6e86760f8266e1f62ad9eed164 = L.polyline(
                [[4.074878, 9.761766999999999], [4.07485, 9.745683]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_65636a6e86760f8266e1f62ad9eed164.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_67efc89687644d425a2b7a82619a832d = L.polyline(
                [[4.070306, 9.719639], [4.079889, 9.719417]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_67efc89687644d425a2b7a82619a832d.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_08ce94bbefdf65070480a479ee8c8508 = L.polyline(
                [[4.070406, 9.719739], [4.079988999999999, 9.719517]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_08ce94bbefdf65070480a479ee8c8508.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_1ab87580c240ac83396e1662a809eb86 = L.polyline(
                [[4.0817, 9.786083], [4.069972, 9.781778]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_1ab87580c240ac83396e1662a809eb86.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_88386147dbb7f38992ecfb18e1b68296 = L.polyline(
                [[4.081799999999999, 9.786183], [4.070072, 9.781877999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_88386147dbb7f38992ecfb18e1b68296.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_f98291b4e833b21c2fa056a0611052a0 = L.polyline(
                [[4.074778, 9.761667], [4.07833, 9.75645]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_f98291b4e833b21c2fa056a0611052a0.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_ab75d75ff6e73b41ea042091d945196b = L.polyline(
                [[4.074878, 9.761766999999999], [4.07843, 9.756549999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_ab75d75ff6e73b41ea042091d945196b.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_5f3188b5a8c306a48d47981d0881e648 = L.polyline(
                [[4.079889, 9.719417], [4.07625, 9.721778]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_5f3188b5a8c306a48d47981d0881e648.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_adc9c36b062db63410e2fca2de985ccb = L.polyline(
                [[4.079988999999999, 9.719517], [4.07635, 9.721878]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_adc9c36b062db63410e2fca2de985ccb.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_fc0a145e90ea2d520361fc5de7b95324 = L.polyline(
                [[4.081867, 9.756825], [4.07475, 9.745583]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_fc0a145e90ea2d520361fc5de7b95324.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_2f04e588d180d1637a0a6211674ae220 = L.polyline(
                [[4.081967, 9.756924999999999], [4.07485, 9.745683]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_2f04e588d180d1637a0a6211674ae220.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_63e765a074cc94e28dde2f1a44409c51 = L.polyline(
                [[4.0817, 9.786083], [4.076722, 9.801611]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_63e765a074cc94e28dde2f1a44409c51.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_4be3b298a5fb57fdcbb1816601a799ce = L.polyline(
                [[4.081799999999999, 9.786183], [4.076822, 9.801711]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_4be3b298a5fb57fdcbb1816601a799ce.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_3cb416e41961f756696080a9ba82a727 = L.polyline(
                [[4.085936, 9.752944], [4.072661, 9.742681]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_3cb416e41961f756696080a9ba82a727.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_af2767c54b648ad7e83d34913867144f = L.polyline(
                [[4.086036, 9.753044], [4.072761, 9.742780999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_af2767c54b648ad7e83d34913867144f.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_c8412eb406dc7b33257c7f192975e9e5 = L.polyline(
                [[4.085936, 9.752944], [4.073367, 9.774]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_c8412eb406dc7b33257c7f192975e9e5.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_f703164b116fc53ff42a42bd95285f8b = L.polyline(
                [[4.086036, 9.753044], [4.073467, 9.774099999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_f703164b116fc53ff42a42bd95285f8b.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_8b9c0c956e5da1f73ff5f9960bb32d0d = L.polyline(
                [[4.0817, 9.786083], [4.07844, 9.79339]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_8b9c0c956e5da1f73ff5f9960bb32d0d.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_cde1378059613fc63ecdf70a08c41a99 = L.polyline(
                [[4.081799999999999, 9.786183], [4.078539999999999, 9.79349]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_cde1378059613fc63ecdf70a08c41a99.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_031225eeb4850fe006b584c9a3b9c4cf = L.polyline(
                [[4.085936, 9.752944], [4.074861, 9.753278]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_031225eeb4850fe006b584c9a3b9c4cf.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_b02834b2bc2d94f8f280765b75c30918 = L.polyline(
                [[4.086036, 9.753044], [4.074961, 9.753378]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_b02834b2bc2d94f8f280765b75c30918.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_f8211856daf3508441796ba202bc9026 = L.polyline(
                [[4.081441, 9.765535], [4.081867, 9.756825]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_f8211856daf3508441796ba202bc9026.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_cf84b1742b1541e3231021f68ec5dbd1 = L.polyline(
                [[4.081541, 9.765635], [4.081967, 9.756924999999999]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_cf84b1742b1541e3231021f68ec5dbd1.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_daf32670332d7d665c1ebe8910cad7e0 = L.polyline(
                [[4.0817, 9.786083], [4.08393, 9.7949]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_daf32670332d7d665c1ebe8910cad7e0.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_b2ef0deaebbcb653a562e6ea50d9b0d1 = L.polyline(
                [[4.081799999999999, 9.786183], [4.084029999999999, 9.795]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_b2ef0deaebbcb653a562e6ea50d9b0d1.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_7385b2b6d36291ada88b40255b0f7109 = L.polyline(
                [[4.0817, 9.786083], [4.08438, 9.77848]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_7385b2b6d36291ada88b40255b0f7109.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_1bd1f03030c450ef45aeea986b7086dc = L.polyline(
                [[4.081799999999999, 9.786183], [4.08448, 9.77858]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_1bd1f03030c450ef45aeea986b7086dc.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_fbe656bfd983d0d7fecb3f3810badf33 = L.polyline(
                [[4.074778, 9.761667], [4.093194, 9.751769]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_fbe656bfd983d0d7fecb3f3810badf33.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_24b7cf5aeb0a0b532ac512ec64729e41 = L.polyline(
                [[4.074878, 9.761766999999999], [4.093294, 9.751869]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_24b7cf5aeb0a0b532ac512ec64729e41.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_0afbac41fecb3120056c793986146f00 = L.polyline(
                [[4.085936, 9.752944], [4.083056, 9.728889]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_0afbac41fecb3120056c793986146f00.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_3ee6d000e50516e84fa152125863013b = L.polyline(
                [[4.086036, 9.753044], [4.083156, 9.728989]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_3ee6d000e50516e84fa152125863013b.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_8e9ab0d292063f536b968d0206dca78c = L.polyline(
                [[4.085936, 9.752944], [4.083528, 9.738306]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_8e9ab0d292063f536b968d0206dca78c.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_cc967294a7ad685c5c8460092626332d = L.polyline(
                [[4.086036, 9.753044], [4.083628, 9.738406]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_cc967294a7ad685c5c8460092626332d.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_4626bd9b44c6133801ad801a3f322bec = L.polyline(
                [[4.0817, 9.786083], [4.089889, 9.783583]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_4626bd9b44c6133801ad801a3f322bec.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_ff1c7aab930f50a8b31a341bd29d6f00 = L.polyline(
                [[4.081799999999999, 9.786183], [4.089989, 9.783683]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_ff1c7aab930f50a8b31a341bd29d6f00.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_546aa6d7183c7b77a0ad43333ae9004f = L.polyline(
                [[4.074778, 9.761667], [4.097333, 9.743333]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_546aa6d7183c7b77a0ad43333ae9004f.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_a6349b1aeb04d7f50ca0105ef8dc7054 = L.polyline(
                [[4.074878, 9.761766999999999], [4.097433, 9.743433]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_a6349b1aeb04d7f50ca0105ef8dc7054.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_3cc9e82265b8c8ed786d19ba5eb99bec = L.polyline(
                [[4.085936, 9.752944], [4.08663, 9.76601]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_3cc9e82265b8c8ed786d19ba5eb99bec.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_c727d65abee3d2b2209313a08e2e9371 = L.polyline(
                [[4.086036, 9.753044], [4.08673, 9.76611]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_c727d65abee3d2b2209313a08e2e9371.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_64d8da0b00950cb3d617b80e263aa682 = L.polyline(
                [[4.0817, 9.786083], [4.091389, 9.808667]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_64d8da0b00950cb3d617b80e263aa682.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_dc87834c746ba8812a1f4a14edbab7ca = L.polyline(
                [[4.081799999999999, 9.786183], [4.091489, 9.808767]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_dc87834c746ba8812a1f4a14edbab7ca.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_b8ac3aabf3de031652837c99ca5706dd = L.polyline(
                [[4.085936, 9.752944], [4.090833, 9.758611]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_b8ac3aabf3de031652837c99ca5706dd.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_d8d7c240b3312b295605ca10818c6109 = L.polyline(
                [[4.086036, 9.753044], [4.090933, 9.758711]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_d8d7c240b3312b295605ca10818c6109.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_e2ba0771fef28c8529564f44482abb07 = L.polyline(
                [[4.08679, 9.73381], [4.091278, 9.736042]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_e2ba0771fef28c8529564f44482abb07.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_a8ee188911d4ba3b09c0c57555ed0eaf = L.polyline(
                [[4.0868899999999995, 9.73391], [4.091378, 9.736142]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_a8ee188911d4ba3b09c0c57555ed0eaf.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_4778ead3b877d852f3e9fac248ffe34a = L.polyline(
                [[4.074778, 9.761667], [4.104861, 9.744]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_4778ead3b877d852f3e9fac248ffe34a.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_ff3125b92dbf4c295b1bf0de9020f512 = L.polyline(
                [[4.074878, 9.761766999999999], [4.104960999999999, 9.7441]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_ff3125b92dbf4c295b1bf0de9020f512.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_817e9c4151f54cce4d4e399e491849ed = L.polyline(
                [[4.08663, 9.76601], [4.0945, 9.764367]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_817e9c4151f54cce4d4e399e491849ed.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_e2392b444ffae0024931714a2074e272 = L.polyline(
                [[4.08673, 9.76611], [4.0946, 9.764467]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_e2392b444ffae0024931714a2074e272.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_01417274fc81bf199bcafed9c497750e = L.polyline(
                [[4.091944, 9.729444], [4.091278, 9.736042]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_01417274fc81bf199bcafed9c497750e.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_54cc580ee210f06393cb14736910e6a0 = L.polyline(
                [[4.092044, 9.729544], [4.091378, 9.736142]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_54cc580ee210f06393cb14736910e6a0.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_046cead16751f1c809b6376eda0be698 = L.polyline(
                [[4.09393, 9.74168], [4.097333, 9.743333]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_046cead16751f1c809b6376eda0be698.setText(
                &quot;        \u003e        &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var poly_line_a98341bb0c0bb7655dba5a596cfb6e14 = L.polyline(
                [[4.09403, 9.74178], [4.097433, 9.743433]],
                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: false, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;noClip&quot;: false, &quot;opacity&quot;: 1.0, &quot;smoothFactor&quot;: 1.0, &quot;stroke&quot;: true, &quot;weight&quot;: 0}
            ).addTo(feature_group_3ec3fedd7bb3710bda81179954934753);
        &#10;    
            poly_line_a98341bb0c0bb7655dba5a596cfb6e14.setText(
                &quot;            \u003c    &quot;,
                {
  &quot;repeat&quot;: true,
  &quot;center&quot;: false,
  &quot;below&quot;: false,
  &quot;offset&quot;: 8,
  &quot;orientation&quot;: 0,
  &quot;attributes&quot;: {
  &quot;font-weight&quot;: &quot;bold&quot;,
  &quot;font-size&quot;: &quot;24&quot;,
  &quot;fill&quot;: &quot;red&quot;,
},
}
            );
        &#10;    
            var tile_layer_ae459c08e9fa9524a047a4bc5c359047 = L.tileLayer(
                &quot;https://tile.openstreetmap.org/{z}/{x}/{y}.png&quot;,
                {
  &quot;minZoom&quot;: 0,
  &quot;maxZoom&quot;: 19,
  &quot;maxNativeZoom&quot;: 19,
  &quot;noWrap&quot;: false,
  &quot;attribution&quot;: &quot;\u0026copy; \u003ca href=\&quot;https://www.openstreetmap.org/copyright\&quot;\u003eOpenStreetMap\u003c/a\u003e contributors&quot;,
  &quot;subdomains&quot;: &quot;abc&quot;,
  &quot;detectRetina&quot;: false,
  &quot;tms&quot;: false,
  &quot;opacity&quot;: 1,
}
&#10;            );
        &#10;    
            var tile_layer_a9cc1b763a7246250deae3b468644f7b = L.tileLayer(
                &quot;https://{s}.tile.opentopomap.org/{z}/{x}/{y}.png&quot;,
                {
  &quot;minZoom&quot;: 0,
  &quot;maxZoom&quot;: 17,
  &quot;maxNativeZoom&quot;: 17,
  &quot;noWrap&quot;: false,
  &quot;attribution&quot;: &quot;Map data: \u0026copy; \u003ca href=\&quot;https://www.openstreetmap.org/copyright\&quot;\u003eOpenStreetMap\u003c/a\u003e contributors, \u003ca href=\&quot;http://viewfinderpanoramas.org\&quot;\u003eSRTM\u003c/a\u003e | Map style: \u0026copy; \u003ca href=\&quot;https://opentopomap.org\&quot;\u003eOpenTopoMap\u003c/a\u003e (\u003ca href=\&quot;https://creativecommons.org/licenses/by-sa/3.0/\&quot;\u003eCC-BY-SA\u003c/a\u003e)&quot;,
  &quot;subdomains&quot;: &quot;abc&quot;,
  &quot;detectRetina&quot;: false,
  &quot;tms&quot;: false,
  &quot;opacity&quot;: 1,
}
&#10;            );
        &#10;    
            var tile_layer_1a26a5f5363fac24362685be2e5c3fc2 = L.tileLayer(
                &quot;https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}&quot;,
                {
  &quot;minZoom&quot;: 0,
  &quot;maxZoom&quot;: 18,
  &quot;maxNativeZoom&quot;: 18,
  &quot;noWrap&quot;: false,
  &quot;attribution&quot;: &quot;Tiles \u0026copy; Esri \u0026mdash; Source: Esri, i-cubed, USDA, USGS, AEX, GeoEye, Getmapping, Aerogrid, IGN, IGP, UPR-EGP, and the GIS User Community&quot;,
  &quot;subdomains&quot;: &quot;abc&quot;,
  &quot;detectRetina&quot;: false,
  &quot;tms&quot;: false,
  &quot;opacity&quot;: 1,
}
&#10;            );
        &#10;    
            var tile_layer_5dc41fa3cc52baf7787fad06d9387a1d = L.tileLayer(
                &quot;https://server.arcgisonline.com/ArcGIS/rest/services/Canvas/World_Light_Gray_Base/MapServer/tile/{z}/{y}/{x}&quot;,
                {
  &quot;minZoom&quot;: 0,
  &quot;maxZoom&quot;: 16,
  &quot;maxNativeZoom&quot;: 16,
  &quot;noWrap&quot;: false,
  &quot;attribution&quot;: &quot;Tiles \u0026copy; Esri \u0026mdash; Esri, DeLorme, NAVTEQ&quot;,
  &quot;subdomains&quot;: &quot;abc&quot;,
  &quot;detectRetina&quot;: false,
  &quot;tms&quot;: false,
  &quot;opacity&quot;: 1,
}
&#10;            );
        &#10;    
            tile_layer_5dc41fa3cc52baf7787fad06d9387a1d.addTo(map_55984af2931f414589318895283bfb61);
        &#10;    
            var layer_control_c2aa7aa28796b046baa49fbb8fa11106_layers = {
                base_layers : {
                    &quot;OpenStreetMap&quot; : tile_layer_ae459c08e9fa9524a047a4bc5c359047,
                    &quot;OpenTopoMap&quot; : tile_layer_a9cc1b763a7246250deae3b468644f7b,
                    &quot;Esri.WorldImagery&quot; : tile_layer_1a26a5f5363fac24362685be2e5c3fc2,
                    &quot;Esri.WorldGrayCanvas&quot; : tile_layer_5dc41fa3cc52baf7787fad06d9387a1d,
                },
                overlays :  {
                    &quot;Sublinks&quot; : geo_json_df06a9cf2e21dec4e2fd4b2ef03ea9dc,
                    &quot;Sublinks_sense&quot; : feature_group_3ec3fedd7bb3710bda81179954934753,
                },
            };
            let layer_control_c2aa7aa28796b046baa49fbb8fa11106 = L.control.layers(
                layer_control_c2aa7aa28796b046baa49fbb8fa11106_layers.base_layers,
                layer_control_c2aa7aa28796b046baa49fbb8fa11106_layers.overlays,
                {
  &quot;position&quot;: &quot;topright&quot;,
  &quot;collapsed&quot;: true,
  &quot;autoZIndex&quot;: true,
}
            ).addTo(map_55984af2931f414589318895283bfb61);
&#10;        
    &#10;            L.control.fullscreen(
                {
  &quot;position&quot;: &quot;topright&quot;,
  &quot;title&quot;: &quot;Full Screen&quot;,
  &quot;titleCancel&quot;: &quot;Exit Full Screen&quot;,
  &quot;forceSeparateButton&quot;: true,
}
            ).addTo(map_55984af2931f414589318895283bfb61);
        &#10;    
&#10;            var geocoderOpts_geocoder_1b2545070c76bfd213fa5e5bd8530492 = {
  &quot;collapsed&quot;: true,
  &quot;position&quot;: &quot;topright&quot;,
  &quot;defaultMarkGeocode&quot;: false,
  &quot;zoom&quot;: 11,
  &quot;provider&quot;: &quot;nominatim&quot;,
  &quot;providerOptions&quot;: {
},
};
&#10;            // note: geocoder name should start with lowercase
            var geocoderName_geocoder_1b2545070c76bfd213fa5e5bd8530492 = geocoderOpts_geocoder_1b2545070c76bfd213fa5e5bd8530492[&quot;provider&quot;];
&#10;            var customGeocoder_geocoder_1b2545070c76bfd213fa5e5bd8530492 = L.Control.Geocoder[ geocoderName_geocoder_1b2545070c76bfd213fa5e5bd8530492 ](
                geocoderOpts_geocoder_1b2545070c76bfd213fa5e5bd8530492[&#x27;providerOptions&#x27;]
            );
            geocoderOpts_geocoder_1b2545070c76bfd213fa5e5bd8530492[&quot;geocoder&quot;] = customGeocoder_geocoder_1b2545070c76bfd213fa5e5bd8530492;
&#10;            L.Control.geocoder(
                geocoderOpts_geocoder_1b2545070c76bfd213fa5e5bd8530492
            ).on(&#x27;markgeocode&#x27;, function(e) {
                var zoom = geocoderOpts_geocoder_1b2545070c76bfd213fa5e5bd8530492[&#x27;zoom&#x27;] || map_55984af2931f414589318895283bfb61.getZoom();
                map_55984af2931f414589318895283bfb61.setView(e.geocode.center, zoom);
            }).addTo(map_55984af2931f414589318895283bfb61);
&#10;        
    &#10;            var measure_control_68316dceb3852ae4a695142eed5265b0 = new L.Control.Measure(
                {
  &quot;position&quot;: &quot;bottomright&quot;,
  &quot;primaryLengthUnit&quot;: &quot;meters&quot;,
  &quot;secondaryLengthUnit&quot;: &quot;miles&quot;,
  &quot;primaryAreaUnit&quot;: &quot;sqmeters&quot;,
  &quot;secondaryAreaUnit&quot;: &quot;acres&quot;,
});
            map_55984af2931f414589318895283bfb61.addControl(measure_control_68316dceb3852ae4a695142eed5265b0);
&#10;            // Workaround for using this plugin with Leaflet&gt;=1.8.0
            // https://github.com/ljagis/leaflet-measure/issues/171
            L.Control.Measure.include({
                _setCaptureMarkerIcon: function () {
                    // disable autopan
                    this._captureMarker.options.autoPanOnFocus = false;
                    // default function
                    this._captureMarker.setIcon(
                        L.divIcon({
                            iconSize: this._map.getSize().multiplyBy(2)
                        })
                    );
                },
            });
&#10;        
    &#10;            var map_2d3c282b5e3a86b8c82285794db81bdb = L.map(
                &quot;map_2d3c282b5e3a86b8c82285794db81bdb&quot;,
                {
                    center: [4.0407554999999995, 9.743189999999998],
                    crs: L.CRS.EPSG3857,
                    ...{
  &quot;zoom&quot;: 12.406704259110562,
  &quot;zoomControl&quot;: true,
  &quot;preferCanvas&quot;: false,
  &quot;scrollWheelZoom&quot;: false,
}
&#10;                }
            );
&#10;            
&#10;        
    &#10;        function geo_json_616a3c5e06261b43a8a74e493dfe122a_styler(feature) {
            switch(feature.id) {
                case &quot;0&quot;: case &quot;1&quot;: case &quot;2&quot;: case &quot;3&quot;: case &quot;4&quot;: case &quot;5&quot;: case &quot;6&quot;: 
                    return {&quot;color&quot;: &quot;#1f77b4&quot;, &quot;fillColor&quot;: &quot;#1f77b4&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;7&quot;: case &quot;8&quot;: case &quot;9&quot;: case &quot;10&quot;: case &quot;11&quot;: case &quot;12&quot;: case &quot;13&quot;: 
                    return {&quot;color&quot;: &quot;#ff7f0e&quot;, &quot;fillColor&quot;: &quot;#ff7f0e&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;14&quot;: case &quot;15&quot;: case &quot;16&quot;: case &quot;17&quot;: case &quot;18&quot;: case &quot;19&quot;: case &quot;20&quot;: case &quot;21&quot;: case &quot;22&quot;: 
                    return {&quot;color&quot;: &quot;#98df8a&quot;, &quot;fillColor&quot;: &quot;#98df8a&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;23&quot;: case &quot;24&quot;: case &quot;25&quot;: case &quot;26&quot;: case &quot;27&quot;: case &quot;28&quot;: case &quot;29&quot;: case &quot;30&quot;: case &quot;31&quot;: case &quot;32&quot;: case &quot;33&quot;: case &quot;34&quot;: case &quot;35&quot;: case &quot;36&quot;: case &quot;37&quot;: case &quot;38&quot;: case &quot;39&quot;: case &quot;40&quot;: case &quot;41&quot;: 
                    return {&quot;color&quot;: &quot;#9467bd&quot;, &quot;fillColor&quot;: &quot;#9467bd&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;42&quot;: case &quot;43&quot;: case &quot;44&quot;: case &quot;45&quot;: case &quot;46&quot;: case &quot;47&quot;: case &quot;48&quot;: case &quot;49&quot;: case &quot;50&quot;: case &quot;51&quot;: case &quot;52&quot;: case &quot;53&quot;: case &quot;54&quot;: case &quot;55&quot;: case &quot;56&quot;: case &quot;57&quot;: case &quot;58&quot;: case &quot;59&quot;: case &quot;60&quot;: case &quot;61&quot;: case &quot;62&quot;: case &quot;63&quot;: case &quot;64&quot;: case &quot;65&quot;: 
                    return {&quot;color&quot;: &quot;#c49c94&quot;, &quot;fillColor&quot;: &quot;#c49c94&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;66&quot;: case &quot;67&quot;: case &quot;68&quot;: case &quot;69&quot;: case &quot;70&quot;: case &quot;71&quot;: case &quot;72&quot;: case &quot;73&quot;: 
                    return {&quot;color&quot;: &quot;#7f7f7f&quot;, &quot;fillColor&quot;: &quot;#7f7f7f&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                case &quot;123&quot;: case &quot;124&quot;: case &quot;125&quot;: case &quot;126&quot;: case &quot;127&quot;: case &quot;128&quot;: case &quot;129&quot;: case &quot;130&quot;: case &quot;131&quot;: case &quot;132&quot;: case &quot;133&quot;: 
                    return {&quot;color&quot;: &quot;#9edae5&quot;, &quot;fillColor&quot;: &quot;#9edae5&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
                default:
                    return {&quot;color&quot;: &quot;#dbdb8d&quot;, &quot;fillColor&quot;: &quot;#dbdb8d&quot;, &quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};
            }
        }
        function geo_json_616a3c5e06261b43a8a74e493dfe122a_highlighter(feature) {
            switch(feature.id) {
                default:
                    return {&quot;fillOpacity&quot;: 0.75};
            }
        }
        function geo_json_616a3c5e06261b43a8a74e493dfe122a_pointToLayer(feature, latlng) {
            var opts = {
  &quot;stroke&quot;: true,
  &quot;color&quot;: &quot;#3388ff&quot;,
  &quot;weight&quot;: 3,
  &quot;opacity&quot;: 1.0,
  &quot;lineCap&quot;: &quot;round&quot;,
  &quot;lineJoin&quot;: &quot;round&quot;,
  &quot;dashArray&quot;: null,
  &quot;dashOffset&quot;: null,
  &quot;fill&quot;: true,
  &quot;fillColor&quot;: &quot;#3388ff&quot;,
  &quot;fillOpacity&quot;: 0.2,
  &quot;fillRule&quot;: &quot;evenodd&quot;,
  &quot;bubblingMouseEvents&quot;: true,
  &quot;radius&quot;: 8,
};
            &#10;            let style = geo_json_616a3c5e06261b43a8a74e493dfe122a_styler(feature)
            Object.assign(opts, style)
            &#10;            return new L.CircleMarker(latlng, opts)
        }
&#10;        function geo_json_616a3c5e06261b43a8a74e493dfe122a_onEachFeature(feature, layer) {
&#10;            layer.on({
                mouseout: function(e) {
                    if(typeof e.target.setStyle === &quot;function&quot;){
                            geo_json_616a3c5e06261b43a8a74e493dfe122a.resetStyle(e.target);
                    }
                },
                mouseover: function(e) {
                    if(typeof e.target.setStyle === &quot;function&quot;){
                        const highlightStyle = geo_json_616a3c5e06261b43a8a74e493dfe122a_highlighter(e.target.feature)
                        e.target.setStyle(highlightStyle);
                    }
                },
            });
        };
        var geo_json_616a3c5e06261b43a8a74e493dfe122a = L.geoJson(null, {
                onEachFeature: geo_json_616a3c5e06261b43a8a74e493dfe122a_onEachFeature,
            &#10;                style: geo_json_616a3c5e06261b43a8a74e493dfe122a_styler,
                pointToLayer: geo_json_616a3c5e06261b43a8a74e493dfe122a_pointToLayer,
            ...{
}
        });
&#10;        function geo_json_616a3c5e06261b43a8a74e493dfe122a_add (data) {
            geo_json_616a3c5e06261b43a8a74e493dfe122a
                .addData(data);
        }
            geo_json_616a3c5e06261b43a8a74e493dfe122a_add({&quot;bbox&quot;: [9.67025, 3.97665, 9.81613, 4.104861], &quot;features&quot;: [{&quot;bbox&quot;: [9.736111, 4.072222, 9.742681, 4.072661], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.736111, 4.072222], [9.742681, 4.072661]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;0&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#1f77b4&quot;, &quot;cml_id&quot;: &quot;4.072442N-9.739396E&quot;, &quot;id&quot;: &quot;Campus_2_Universite&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.73381, 4.08679, 9.736042, 4.091278], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.73381, 4.08679], [9.736042, 4.091278]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;1&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#1f77b4&quot;, &quot;cml_id&quot;: &quot;4.089034N-9.734926E&quot;, &quot;id&quot;: &quot;Campus_2_Universite&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.74233361, 4.05663859, 9.74233361, 4.05663859], &quot;geometry&quot;: {&quot;coordinates&quot;: [9.74233361, 4.05663859], &quot;type&quot;: &quot;Point&quot;}, &quot;id&quot;: &quot;2&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#1f77b4&quot;, &quot;cml_id&quot;: null, &quot;id&quot;: &quot;Campus_2_Universite&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738694, 4.054186, 9.745611, 4.058056], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738694, 4.058056], [9.745611, 4.054186]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;3&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#1f77b4&quot;, &quot;cml_id&quot;: &quot;4.056121N-9.742152E&quot;, &quot;id&quot;: &quot;Campus_2_Universite&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.729444, 4.091278, 9.736042, 4.091944], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.729444, 4.091944], [9.736042, 4.091278]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;4&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#1f77b4&quot;, &quot;cml_id&quot;: &quot;4.091611N-9.732743E&quot;, &quot;id&quot;: &quot;Campus_2_Universite&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.726194, 4.053667, 9.750917, 4.060028], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.726194, 4.060028], [9.750917, 4.053667]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;5&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#1f77b4&quot;, &quot;cml_id&quot;: &quot;4.056847N-9.738556E&quot;, &quot;id&quot;: &quot;Campus_2_Universite&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.734028, 4.053667, 9.750917, 4.06025], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.734028, 4.06025]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;6&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#1f77b4&quot;, &quot;cml_id&quot;: &quot;4.056959N-9.742472E&quot;, &quot;id&quot;: &quot;Campus_2_Universite&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.771911, 4.049658, 9.777253, 4.050192], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.771911, 4.050192], [9.777253, 4.049658]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;7&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff7f0e&quot;, &quot;cml_id&quot;: &quot;4.049925N-9.774582E&quot;, &quot;id&quot;: &quot;Ecole_Saint_Andre_PK11&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.768444, 4.0585, 9.777639, 4.063131], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.768444, 4.0585], [9.777639, 4.063131]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;8&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff7f0e&quot;, &quot;cml_id&quot;: &quot;4.060816N-9.773042E&quot;, &quot;id&quot;: &quot;Ecole_Saint_Andre_PK11&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.763167, 4.056417, 9.768444, 4.0585], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.768444, 4.0585], [9.763167, 4.056417]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;9&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff7f0e&quot;, &quot;cml_id&quot;: &quot;4.057459N-9.765805E&quot;, &quot;id&quot;: &quot;Ecole_Saint_Andre_PK11&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.750917, 4.053667, 9.786861, 4.062806], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.786861, 4.062806]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;10&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff7f0e&quot;, &quot;cml_id&quot;: &quot;4.058236N-9.768889E&quot;, &quot;id&quot;: &quot;Ecole_Saint_Andre_PK11&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.767556, 4.053639, 9.768444, 4.0585], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.768444, 4.0585], [9.767556, 4.053639]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;11&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff7f0e&quot;, &quot;cml_id&quot;: &quot;4.056070N-9.768000E&quot;, &quot;id&quot;: &quot;Ecole_Saint_Andre_PK11&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.779361, 4.050472, 9.797806, 4.053694], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.779361, 4.053694], [9.797806, 4.050472]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;12&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff7f0e&quot;, &quot;cml_id&quot;: &quot;4.052083N-9.788583E&quot;, &quot;id&quot;: &quot;Ecole_Saint_Andre_PK11&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.7816409, 4.05686995, 9.7816409, 4.05686995], &quot;geometry&quot;: {&quot;coordinates&quot;: [9.7816409, 4.05686995], &quot;type&quot;: &quot;Point&quot;}, &quot;id&quot;: &quot;13&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#ff7f0e&quot;, &quot;cml_id&quot;: null, &quot;id&quot;: &quot;Ecole_Saint_Andre_PK11&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.794725, 4.079149, 9.794725, 4.079149], &quot;geometry&quot;: {&quot;coordinates&quot;: [9.794725, 4.079149], &quot;type&quot;: &quot;Point&quot;}, &quot;id&quot;: &quot;14&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#98df8a&quot;, &quot;cml_id&quot;: null, &quot;id&quot;: &quot;Eglise_Pie_X_PK14&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.786083, 4.0817, 9.808667, 4.091389], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786083, 4.0817], [9.808667, 4.091389]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;15&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#98df8a&quot;, &quot;cml_id&quot;: &quot;4.086545N-9.797375E&quot;, &quot;id&quot;: &quot;Eglise_Pie_X_PK14&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.783583, 4.0817, 9.786083, 4.089889], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786083, 4.0817], [9.783583, 4.089889]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;16&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#98df8a&quot;, &quot;cml_id&quot;: &quot;4.085795N-9.784833E&quot;, &quot;id&quot;: &quot;Eglise_Pie_X_PK14&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.79152, 4.065848, 9.799722, 4.06725], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.79152, 4.065848], [9.799722, 4.06725]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;17&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#98df8a&quot;, &quot;cml_id&quot;: &quot;4.066549N-9.795621E&quot;, &quot;id&quot;: &quot;Eglise_Pie_X_PK14&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.77848, 4.0817, 9.786083, 4.08438], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786083, 4.0817], [9.77848, 4.08438]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;18&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#98df8a&quot;, &quot;cml_id&quot;: &quot;4.083040N-9.782281E&quot;, &quot;id&quot;: &quot;Eglise_Pie_X_PK14&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.786083, 4.0817, 9.7949, 4.08393], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786083, 4.0817], [9.7949, 4.08393]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;19&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#98df8a&quot;, &quot;cml_id&quot;: &quot;4.082815N-9.790491E&quot;, &quot;id&quot;: &quot;Eglise_Pie_X_PK14&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.786083, 4.07844, 9.79339, 4.0817], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786083, 4.0817], [9.79339, 4.07844]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;20&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#98df8a&quot;, &quot;cml_id&quot;: &quot;4.080070N-9.789737E&quot;, &quot;id&quot;: &quot;Eglise_Pie_X_PK14&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.781778, 4.069972, 9.786083, 4.0817], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786083, 4.0817], [9.781778, 4.069972]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;21&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#98df8a&quot;, &quot;cml_id&quot;: &quot;4.075836N-9.783931E&quot;, &quot;id&quot;: &quot;Eglise_Pie_X_PK14&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.786083, 4.076722, 9.801611, 4.0817], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.786083, 4.0817], [9.801611, 4.076722]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;22&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#98df8a&quot;, &quot;cml_id&quot;: &quot;4.079211N-9.793847E&quot;, &quot;id&quot;: &quot;Eglise_Pie_X_PK14&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.75645, 4.074778, 9.761667, 4.07833], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761667, 4.074778], [9.75645, 4.07833]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;23&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;4.076554N-9.759058E&quot;, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.759558, 4.062528, 9.76425, 4.066322], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.759558, 4.066322], [9.76425, 4.062528]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;24&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;4.064425N-9.761904E&quot;, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.76925, 4.071639, 9.774, 4.073367], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.76925, 4.071639], [9.774, 4.073367]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;25&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;4.072503N-9.771625E&quot;, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745583, 4.07475, 9.761667, 4.074778], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761667, 4.074778], [9.745583, 4.07475]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;26&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;4.074764N-9.753625E&quot;, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.752944, 4.074861, 9.753278, 4.085936], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.752944, 4.085936], [9.753278, 4.074861]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;27&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;4.080399N-9.753111E&quot;, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.742681, 4.072661, 9.752944, 4.085936], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.752944, 4.085936], [9.742681, 4.072661]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;28&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;4.079299N-9.747812E&quot;, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.767835, 4.078547, 9.767835, 4.078547], &quot;geometry&quot;: {&quot;coordinates&quot;: [9.767835, 4.078547], &quot;type&quot;: &quot;Point&quot;}, &quot;id&quot;: &quot;29&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: null, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.74168, 4.09393, 9.743333, 4.097333], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.74168, 4.09393], [9.743333, 4.097333]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;30&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;4.095631N-9.742507E&quot;, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.764367, 4.08663, 9.76601, 4.0945], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.76601, 4.08663], [9.764367, 4.0945]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;31&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;4.090565N-9.765189E&quot;, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.744, 4.074778, 9.761667, 4.104861], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761667, 4.074778], [9.744, 4.104861]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;32&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;4.089819N-9.752833E&quot;, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.752944, 4.085936, 9.758611, 4.090833], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.752944, 4.085936], [9.758611, 4.090833]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;33&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;4.088385N-9.755778E&quot;, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745583, 4.07475, 9.756825, 4.081867], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.756825, 4.081867], [9.745583, 4.07475]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;34&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;4.078309N-9.751204E&quot;, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.752944, 4.085936, 9.76601, 4.08663], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.752944, 4.085936], [9.76601, 4.08663]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;35&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;4.086283N-9.759477E&quot;, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738306, 4.083528, 9.752944, 4.085936], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.752944, 4.085936], [9.738306, 4.083528]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;36&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;4.084732N-9.745625E&quot;, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.728889, 4.083056, 9.752944, 4.085936], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.752944, 4.085936], [9.728889, 4.083056]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;37&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;4.084496N-9.740917E&quot;, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.751769, 4.074778, 9.761667, 4.093194], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761667, 4.074778], [9.751769, 4.093194]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;38&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;4.083986N-9.756718E&quot;, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.756825, 4.081441, 9.765535, 4.081867], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.765535, 4.081441], [9.756825, 4.081867]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;39&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;4.081654N-9.761180E&quot;, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.752944, 4.073367, 9.774, 4.085936], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.752944, 4.085936], [9.774, 4.073367]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;40&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;4.079652N-9.763472E&quot;, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.743333, 4.074778, 9.761667, 4.097333], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.761667, 4.074778], [9.743333, 4.097333]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;41&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9467bd&quot;, &quot;cml_id&quot;: &quot;4.086056N-9.752500E&quot;, &quot;id&quot;: &quot;Hopital_des_Soeurs_Logpom&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.767833, 4.029, 9.779361, 4.053694], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.779361, 4.053694]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;42&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#c49c94&quot;, &quot;cml_id&quot;: &quot;4.041347N-9.773597E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.769916, 4.031468, 9.769916, 4.031468], &quot;geometry&quot;: {&quot;coordinates&quot;: [9.769916, 4.031468], &quot;type&quot;: &quot;Point&quot;}, &quot;id&quot;: &quot;43&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#c49c94&quot;, &quot;cml_id&quot;: null, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.774, 4.039278, 9.7795, 4.042306], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.774, 4.042306], [9.7795, 4.039278]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;44&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#c49c94&quot;, &quot;cml_id&quot;: &quot;4.040792N-9.776750E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.787167, 3.97665, 9.791866, 3.992722], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.787167, 3.992722], [9.791866, 3.97665]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;45&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#c49c94&quot;, &quot;cml_id&quot;: &quot;3.984686N-9.789517E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.744694, 4.014417, 9.748472, 4.023111], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.744694, 4.014417], [9.748472, 4.023111]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;46&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#c49c94&quot;, &quot;cml_id&quot;: &quot;4.018764N-9.746583E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.792, 4.019889, 9.805583, 4.023167], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.792, 4.023167], [9.805583, 4.019889]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;47&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#c49c94&quot;, &quot;cml_id&quot;: &quot;4.021528N-9.798792E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.743889, 4.0194, 9.748472, 4.023111], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.743889, 4.0194], [9.748472, 4.023111]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;48&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#c49c94&quot;, &quot;cml_id&quot;: &quot;4.021256N-9.746180E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738528, 4.015972, 9.780278, 4.023889], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738528, 4.015972], [9.780278, 4.023889]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;49&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#c49c94&quot;, &quot;cml_id&quot;: &quot;4.019930N-9.759403E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.767719, 4.0105, 9.767833, 4.029], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.767719, 4.0105]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;50&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#c49c94&quot;, &quot;cml_id&quot;: &quot;4.019750N-9.767776E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.756817, 4.008442, 9.767833, 4.029], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.756817, 4.008442]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;51&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#c49c94&quot;, &quot;cml_id&quot;: &quot;4.018721N-9.762325E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738528, 4.015972, 9.757556, 4.0195], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738528, 4.015972], [9.757556, 4.0195]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;52&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#c49c94&quot;, &quot;cml_id&quot;: &quot;4.017736N-9.748042E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.77026, 4.033028, 9.774333, 4.03527], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.774333, 4.033028], [9.77026, 4.03527]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;53&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#c49c94&quot;, &quot;cml_id&quot;: &quot;4.034149N-9.772296E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.738528, 4.015972, 9.768083, 4.017917], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738528, 4.015972], [9.768083, 4.017917]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;54&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#c49c94&quot;, &quot;cml_id&quot;: &quot;4.016944N-9.753305E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745083, 4.002553, 9.767833, 4.029], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.745083, 4.002553]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;55&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#c49c94&quot;, &quot;cml_id&quot;: &quot;4.015776N-9.756458E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.762056, 4.004472, 9.767833, 4.029], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.762056, 4.004472]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;56&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#c49c94&quot;, &quot;cml_id&quot;: &quot;4.016736N-9.764944E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.778111, 4.004194, 9.799472, 4.012278], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.799472, 4.004194], [9.778111, 4.012278]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;57&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#c49c94&quot;, &quot;cml_id&quot;: &quot;4.008236N-9.788792E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.76732, 4.003512, 9.767719, 4.0105], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.76732, 4.003512], [9.767719, 4.0105]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;58&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#c49c94&quot;, &quot;cml_id&quot;: &quot;4.007006N-9.767519E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745083, 4.002553, 9.748639, 4.003231], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.745083, 4.002553], [9.748639, 4.003231]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;59&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#c49c94&quot;, &quot;cml_id&quot;: &quot;4.002892N-9.746861E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.75885, 3.99663, 9.763806, 3.997361], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.763806, 3.997361], [9.75885, 3.99663]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;60&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#c49c94&quot;, &quot;cml_id&quot;: &quot;3.996996N-9.761328E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.766222, 4.029, 9.767833, 4.046556], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.766222, 4.046556]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;61&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#c49c94&quot;, &quot;cml_id&quot;: &quot;4.037778N-9.767028E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.787167, 3.97866, 9.81613, 3.992722], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.787167, 3.992722], [9.81613, 3.97866]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;62&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#c49c94&quot;, &quot;cml_id&quot;: &quot;3.985691N-9.801648E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.755167, 4.029, 9.767833, 4.037361], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.755167, 4.037361]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;63&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#c49c94&quot;, &quot;cml_id&quot;: &quot;4.033181N-9.761500E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.763806, 3.997361, 9.767833, 4.029], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.763806, 3.997361]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;64&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#c49c94&quot;, &quot;cml_id&quot;: &quot;4.013180N-9.765819E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.767833, 4.02125, 9.77399, 4.029], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.767833, 4.029], [9.77399, 4.02125]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;65&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#c49c94&quot;, &quot;cml_id&quot;: &quot;4.025125N-9.770912E&quot;, &quot;id&quot;: &quot;Lycee_NYALLA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.750917, 4.053667, 9.775889, 4.05525], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.775889, 4.05525]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;66&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#7f7f7f&quot;, &quot;cml_id&quot;: &quot;4.054458N-9.763403E&quot;, &quot;id&quot;: &quot;Meteo_IUT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.743528, 4.053667, 9.750917, 4.059611], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.743528, 4.059611]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;67&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#7f7f7f&quot;, &quot;cml_id&quot;: &quot;4.056639N-9.747222E&quot;, &quot;id&quot;: &quot;Meteo_IUT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.750917, 4.053667, 9.759558, 4.066322], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.759558, 4.066322]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;68&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#7f7f7f&quot;, &quot;cml_id&quot;: &quot;4.059995N-9.755237E&quot;, &quot;id&quot;: &quot;Meteo_IUT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.750917, 4.053667, 9.754444, 4.058167], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.754444, 4.058167]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;69&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#7f7f7f&quot;, &quot;cml_id&quot;: &quot;4.055917N-9.752681E&quot;, &quot;id&quot;: &quot;Meteo_IUT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.750917, 4.053667, 9.75311, 4.064069], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.75311, 4.064069]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;70&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#7f7f7f&quot;, &quot;cml_id&quot;: &quot;4.058868N-9.752014E&quot;, &quot;id&quot;: &quot;Meteo_IUT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.743528, 4.059611, 9.74569, 4.06356], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.743528, 4.059611], [9.74569, 4.06356]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;71&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#7f7f7f&quot;, &quot;cml_id&quot;: &quot;4.061585N-9.744609E&quot;, &quot;id&quot;: &quot;Meteo_IUT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.750917, 4.053667, 9.767778, 4.064361], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.767778, 4.064361]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;72&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#7f7f7f&quot;, &quot;cml_id&quot;: &quot;4.059014N-9.759348E&quot;, &quot;id&quot;: &quot;Meteo_IUT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745173, 4.056894, 9.745173, 4.056894], &quot;geometry&quot;: {&quot;coordinates&quot;: [9.745173, 4.056894], &quot;type&quot;: &quot;Point&quot;}, &quot;id&quot;: &quot;73&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#7f7f7f&quot;, &quot;cml_id&quot;: null, &quot;id&quot;: &quot;Meteo_IUT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.686417, 4.029381, 9.696744, 4.029444], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.686417, 4.029444]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;74&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.029412N-9.691581E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.72547, 4.071389, 9.729139, 4.07139], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.729139, 4.071389], [9.72547, 4.07139]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;75&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.071390N-9.727304E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.71287, 4.06688, 9.714869, 4.071278], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714869, 4.071278], [9.71287, 4.06688]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;76&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.069079N-9.713870E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.714664, 4.06425, 9.721058, 4.084075], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714664, 4.06425], [9.721058, 4.084075]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;77&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.074162N-9.717861E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.701944, 4.028333, 9.705139, 4.029083], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.701944, 4.029083], [9.705139, 4.028333]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;78&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.028708N-9.703542E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.711917, 4.037722, 9.733028, 4.040819], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733028, 4.040819], [9.711917, 4.037722]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;79&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.039270N-9.722472E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.67025, 4.022056, 9.69027, 4.02603], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.67025, 4.022056], [9.69027, 4.02603]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;80&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.024043N-9.680260E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.719417, 4.070306, 9.719639, 4.079889], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.719639, 4.070306], [9.719417, 4.079889]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;81&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.075098N-9.719528E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.694556, 4.022917, 9.696744, 4.029381], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.694556, 4.022917]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;82&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.026149N-9.695650E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696744, 4.02238, 9.70976, 4.029381], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.70976, 4.02238]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;83&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.025880N-9.703252E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.719417, 4.07625, 9.721778, 4.079889], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.719417, 4.079889], [9.721778, 4.07625]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;84&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.078069N-9.720598E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696744, 4.02012, 9.69921, 4.029381], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.69921, 4.02012]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;85&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.024750N-9.697977E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.722972, 4.065667, 9.729139, 4.071389], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.722972, 4.065667], [9.729139, 4.071389]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;86&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.068528N-9.726056E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696744, 4.0115, 9.721083, 4.029381], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.721083, 4.0115]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;87&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.020440N-9.708914E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.72629, 4.01048, 9.727083, 4.023444], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.727083, 4.023444], [9.72629, 4.01048]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;88&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.016962N-9.726686E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.701194, 4.008306, 9.705944, 4.01775], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.705944, 4.01775], [9.701194, 4.008306]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;89&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.013028N-9.703569E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.72684, 4.01658, 9.733028, 4.040819], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733028, 4.040819], [9.72684, 4.01658]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;90&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.028700N-9.729934E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.714664, 4.06425, 9.72547, 4.07139], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714664, 4.06425], [9.72547, 4.07139]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;91&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.067820N-9.720067E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.691575, 4.029381, 9.696744, 4.032433], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.691575, 4.032433]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;92&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.030907N-9.694160E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.710083, 4.063917, 9.71287, 4.06688], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.710083, 4.063917], [9.71287, 4.06688]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;93&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.065399N-9.711476E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.701944, 4.029083, 9.709194, 4.032028], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.701944, 4.029083], [9.709194, 4.032028]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;94&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.030556N-9.705569E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.703528, 4.044694, 9.706861, 4.051333], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.703528, 4.044694], [9.706861, 4.051333]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;95&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.048013N-9.705195E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.71598, 4.04642, 9.721043, 4.048586], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.71598, 4.04642], [9.721043, 4.048586]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;96&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.047503N-9.718511E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.699006, 4.040886, 9.721043, 4.048586], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.699006, 4.040886], [9.721043, 4.048586]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;97&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.044736N-9.710024E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.72575, 4.041694, 9.728389, 4.0475], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.728389, 4.041694], [9.72575, 4.0475]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;98&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.044597N-9.727069E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.700739, 4.043194, 9.707889, 4.044661], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.707889, 4.043194], [9.700739, 4.044661]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;99&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.043927N-9.704314E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.706861, 4.0465, 9.708472, 4.051333], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.706861, 4.051333], [9.708472, 4.0465]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;100&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.048916N-9.707667E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.686417, 4.041417, 9.688194, 4.04625], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.686417, 4.041417], [9.688194, 4.04625]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;101&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.043833N-9.687306E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.69725, 4.040886, 9.699006, 4.04425], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.699006, 4.040886], [9.69725, 4.04425]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;102&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.042568N-9.698128E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.702978, 4.028444, 9.73025, 4.056559], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.702978, 4.056559], [9.73025, 4.028444]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;103&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.042502N-9.716614E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.683883, 4.033886, 9.688056, 4.037472], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.683883, 4.033886], [9.688056, 4.037472]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;104&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.035679N-9.685969E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.728389, 4.040819, 9.733028, 4.041694], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733028, 4.040819], [9.728389, 4.041694]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;105&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.041256N-9.730708E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.686417, 4.040697, 9.689827, 4.041417], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.686417, 4.041417], [9.689827, 4.040697]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;106&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.041057N-9.688122E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.699006, 4.03931, 9.70265, 4.040886], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.699006, 4.040886], [9.70265, 4.03931]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;107&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.040098N-9.700828E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.704083, 4.04244, 9.707889, 4.043194], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.704083, 4.04244], [9.707889, 4.043194]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;108&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.042817N-9.705986E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.730603, 4.051833, 9.730603, 4.051833], &quot;geometry&quot;: {&quot;coordinates&quot;: [9.730603, 4.051833], &quot;type&quot;: &quot;Point&quot;}, &quot;id&quot;: &quot;109&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: null, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.698333, 4.04675, 9.698917, 4.049556], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.698333, 4.049556], [9.698917, 4.04675]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;110&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.048153N-9.698625E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.702389, 4.04825, 9.704556, 4.052444], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.702389, 4.052444], [9.704556, 4.04825]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;111&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.050347N-9.703473E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.703794, 4.036926, 9.706106, 4.040083], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.706106, 4.040083], [9.703794, 4.036926]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;112&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.038505N-9.704950E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.714664, 4.061556, 9.719389, 4.06425], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714664, 4.06425], [9.719389, 4.061556]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;113&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.062903N-9.717026E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.704333, 4.059583, 9.706333, 4.065972], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.704333, 4.059583], [9.706333, 4.065972]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;114&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.062778N-9.705333E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696744, 4.029381, 9.699417, 4.033417], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.699417, 4.033417]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;115&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.031399N-9.698080E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.708444, 4.058638, 9.715412, 4.060333], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.708444, 4.060333], [9.715412, 4.058638]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;116&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.059486N-9.711928E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.727083, 4.023444, 9.733028, 4.040819], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733028, 4.040819], [9.727083, 4.023444]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;117&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.032132N-9.730055E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.71203, 4.032, 9.71564, 4.03312], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.71564, 4.032], [9.71203, 4.03312]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;118&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.032560N-9.713835E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.714664, 4.053242, 9.720853, 4.06425], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.714664, 4.06425], [9.720853, 4.053242]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;119&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.058746N-9.717759E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.725667, 4.028583, 9.733028, 4.040819], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733028, 4.040819], [9.725667, 4.028583]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;120&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.034701N-9.729347E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.696744, 4.029381, 9.699006, 4.040886], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.696744, 4.029381], [9.699006, 4.040886]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;121&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.035134N-9.697875E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.691575, 4.032433, 9.691889, 4.035333], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.691575, 4.032433], [9.691889, 4.035333]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;122&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#dbdb8d&quot;, &quot;cml_id&quot;: &quot;4.033883N-9.691732E&quot;, &quot;id&quot;: &quot;Piscine_CITE_SIC&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.73456, 4.015972, 9.738528, 4.01734], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738528, 4.015972], [9.73456, 4.01734]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;123&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9edae5&quot;, &quot;cml_id&quot;: &quot;4.016656N-9.736544E&quot;, &quot;id&quot;: &quot;SOCATUR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.739644, 4.048272, 9.741306, 4.052028], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.741306, 4.052028], [9.739644, 4.048272]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;124&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9edae5&quot;, &quot;cml_id&quot;: &quot;4.050150N-9.740475E&quot;, &quot;id&quot;: &quot;SOCATUR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.723611, 4.009639, 9.741417, 4.020194], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.741417, 4.009639], [9.723611, 4.020194]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;125&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9edae5&quot;, &quot;cml_id&quot;: &quot;4.014916N-9.732514E&quot;, &quot;id&quot;: &quot;SOCATUR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.73325, 4.015972, 9.738528, 4.035278], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738528, 4.015972], [9.73325, 4.035278]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;126&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9edae5&quot;, &quot;cml_id&quot;: &quot;4.025625N-9.735889E&quot;, &quot;id&quot;: &quot;SOCATUR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.733028, 4.040819, 9.747639, 4.043778], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733028, 4.040819], [9.747639, 4.043778]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;127&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9edae5&quot;, &quot;cml_id&quot;: &quot;4.042298N-9.740333E&quot;, &quot;id&quot;: &quot;SOCATUR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.737194, 4.022139, 9.741992, 4.0284], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.737194, 4.022139], [9.741992, 4.0284]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;128&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9edae5&quot;, &quot;cml_id&quot;: &quot;4.025270N-9.739593E&quot;, &quot;id&quot;: &quot;SOCATUR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.754583, 4.03875, 9.762056, 4.043386], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.762056, 4.03875], [9.754583, 4.043386]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;129&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9edae5&quot;, &quot;cml_id&quot;: &quot;4.041068N-9.758319E&quot;, &quot;id&quot;: &quot;SOCATUR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.750917, 4.047389, 9.756833, 4.053667], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.750917, 4.053667], [9.756833, 4.047389]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;130&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9edae5&quot;, &quot;cml_id&quot;: &quot;4.050528N-9.753875E&quot;, &quot;id&quot;: &quot;SOCATUR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.72802, 4.015972, 9.738528, 4.03279], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.738528, 4.015972], [9.72802, 4.03279]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;131&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9edae5&quot;, &quot;cml_id&quot;: &quot;4.024381N-9.733274E&quot;, &quot;id&quot;: &quot;SOCATUR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.733028, 4.038342, 9.741011, 4.040819], &quot;geometry&quot;: {&quot;coordinates&quot;: [[9.733028, 4.040819], [9.741011, 4.038342]], &quot;type&quot;: &quot;LineString&quot;}, &quot;id&quot;: &quot;132&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9edae5&quot;, &quot;cml_id&quot;: &quot;4.039580N-9.737019E&quot;, &quot;id&quot;: &quot;SOCATUR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [9.745514, 4.047314, 9.745514, 4.047314], &quot;geometry&quot;: {&quot;coordinates&quot;: [9.745514, 4.047314], &quot;type&quot;: &quot;Point&quot;}, &quot;id&quot;: &quot;133&quot;, &quot;properties&quot;: {&quot;__folium_color&quot;: &quot;#9edae5&quot;, &quot;cml_id&quot;: null, &quot;id&quot;: &quot;SOCATUR&quot;}, &quot;type&quot;: &quot;Feature&quot;}], &quot;type&quot;: &quot;FeatureCollection&quot;});
&#10;        
    &#10;    geo_json_616a3c5e06261b43a8a74e493dfe122a.bindTooltip(
    function(layer){
    let div = L.DomUtil.create(&#x27;div&#x27;);
    &#10;    let handleObject = feature =&gt; {
        if (feature === null) {
            return &#x27;&#x27;;
        } else if (typeof(feature)==&#x27;object&#x27;) {
            return JSON.stringify(feature);
        } else {
            return feature;
        }
    }
    let fields = [&quot;cml_id&quot;, &quot;id&quot;];
    let aliases = [&quot;cml_id&quot;, &quot;id&quot;];
    let table = &#x27;&lt;table&gt;&#x27; +
        String(
        fields.map(
        (v,i)=&gt;
        `&lt;tr&gt;
            &lt;th&gt;${aliases[i]}&lt;/th&gt;
            &#10;            &lt;td&gt;${handleObject(layer.feature.properties[v])}&lt;/td&gt;
        &lt;/tr&gt;`).join(&#x27;&#x27;))
    +&#x27;&lt;/table&gt;&#x27;;
    div.innerHTML=table;
    &#10;    return div
    }
    ,{
  &quot;sticky&quot;: true,
  &quot;className&quot;: &quot;foliumtooltip&quot;,
});
                     &#10;    
            geo_json_616a3c5e06261b43a8a74e493dfe122a.addTo(map_2d3c282b5e3a86b8c82285794db81bdb);
        &#10;    
            map_55984af2931f414589318895283bfb61.sync(map_2d3c282b5e3a86b8c82285794db81bdb);
            map_2d3c282b5e3a86b8c82285794db81bdb.sync(map_55984af2931f414589318895283bfb61);
        &#10;    
            var tile_layer_bbb3f2a2689e4c408bd34bfd3218624e = L.tileLayer(
                &quot;https://tile.openstreetmap.org/{z}/{x}/{y}.png&quot;,
                {
  &quot;minZoom&quot;: 0,
  &quot;maxZoom&quot;: 19,
  &quot;maxNativeZoom&quot;: 19,
  &quot;noWrap&quot;: false,
  &quot;attribution&quot;: &quot;\u0026copy; \u003ca href=\&quot;https://www.openstreetmap.org/copyright\&quot;\u003eOpenStreetMap\u003c/a\u003e contributors&quot;,
  &quot;subdomains&quot;: &quot;abc&quot;,
  &quot;detectRetina&quot;: false,
  &quot;tms&quot;: false,
  &quot;opacity&quot;: 1,
}
&#10;            );
        &#10;    
            var tile_layer_12d4748196344d729e3df428989e17d1 = L.tileLayer(
                &quot;https://{s}.tile.opentopomap.org/{z}/{x}/{y}.png&quot;,
                {
  &quot;minZoom&quot;: 0,
  &quot;maxZoom&quot;: 17,
  &quot;maxNativeZoom&quot;: 17,
  &quot;noWrap&quot;: false,
  &quot;attribution&quot;: &quot;Map data: \u0026copy; \u003ca href=\&quot;https://www.openstreetmap.org/copyright\&quot;\u003eOpenStreetMap\u003c/a\u003e contributors, \u003ca href=\&quot;http://viewfinderpanoramas.org\&quot;\u003eSRTM\u003c/a\u003e | Map style: \u0026copy; \u003ca href=\&quot;https://opentopomap.org\&quot;\u003eOpenTopoMap\u003c/a\u003e (\u003ca href=\&quot;https://creativecommons.org/licenses/by-sa/3.0/\&quot;\u003eCC-BY-SA\u003c/a\u003e)&quot;,
  &quot;subdomains&quot;: &quot;abc&quot;,
  &quot;detectRetina&quot;: false,
  &quot;tms&quot;: false,
  &quot;opacity&quot;: 1,
}
&#10;            );
        &#10;    
            var tile_layer_d22c765caabe425895ddab595f7ac619 = L.tileLayer(
                &quot;https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}&quot;,
                {
  &quot;minZoom&quot;: 0,
  &quot;maxZoom&quot;: 18,
  &quot;maxNativeZoom&quot;: 18,
  &quot;noWrap&quot;: false,
  &quot;attribution&quot;: &quot;Tiles \u0026copy; Esri \u0026mdash; Source: Esri, i-cubed, USDA, USGS, AEX, GeoEye, Getmapping, Aerogrid, IGN, IGP, UPR-EGP, and the GIS User Community&quot;,
  &quot;subdomains&quot;: &quot;abc&quot;,
  &quot;detectRetina&quot;: false,
  &quot;tms&quot;: false,
  &quot;opacity&quot;: 1,
}
&#10;            );
        &#10;    
            var tile_layer_92b241be90c248b797ae530d6197ad35 = L.tileLayer(
                &quot;https://server.arcgisonline.com/ArcGIS/rest/services/Canvas/World_Light_Gray_Base/MapServer/tile/{z}/{y}/{x}&quot;,
                {
  &quot;minZoom&quot;: 0,
  &quot;maxZoom&quot;: 16,
  &quot;maxNativeZoom&quot;: 16,
  &quot;noWrap&quot;: false,
  &quot;attribution&quot;: &quot;Tiles \u0026copy; Esri \u0026mdash; Esri, DeLorme, NAVTEQ&quot;,
  &quot;subdomains&quot;: &quot;abc&quot;,
  &quot;detectRetina&quot;: false,
  &quot;tms&quot;: false,
  &quot;opacity&quot;: 1,
}
&#10;            );
        &#10;    
            tile_layer_5dc41fa3cc52baf7787fad06d9387a1d.addTo(map_55984af2931f414589318895283bfb61);
        &#10;    
            tile_layer_92b241be90c248b797ae530d6197ad35.addTo(map_2d3c282b5e3a86b8c82285794db81bdb);
        &#10;    
            var layer_control_617810dd8ff7488f88c04522a23aecdf_layers = {
                base_layers : {
                    &quot;Esri.WorldGrayCanvas&quot; : tile_layer_92b241be90c248b797ae530d6197ad35,
                    &quot;Esri.WorldImagery&quot; : tile_layer_d22c765caabe425895ddab595f7ac619,
                    &quot;OpenTopoMap&quot; : tile_layer_12d4748196344d729e3df428989e17d1,
                    &quot;OpenStreetMap&quot; : tile_layer_bbb3f2a2689e4c408bd34bfd3218624e,
                },
                overlays :  {
                    &quot;Link-Gauge groups&quot; : geo_json_616a3c5e06261b43a8a74e493dfe122a,
                },
            };
            let layer_control_617810dd8ff7488f88c04522a23aecdf = L.control.layers(
                layer_control_617810dd8ff7488f88c04522a23aecdf_layers.base_layers,
                layer_control_617810dd8ff7488f88c04522a23aecdf_layers.overlays,
                {
  &quot;position&quot;: &quot;topright&quot;,
  &quot;collapsed&quot;: true,
  &quot;autoZIndex&quot;: true,
}
            ).addTo(map_2d3c282b5e3a86b8c82285794db81bdb);
&#10;        
    &#10;            L.control.fullscreen(
                {
  &quot;position&quot;: &quot;topright&quot;,
  &quot;title&quot;: &quot;Full Screen&quot;,
  &quot;titleCancel&quot;: &quot;Exit Full Screen&quot;,
  &quot;forceSeparateButton&quot;: true,
}
            ).addTo(map_2d3c282b5e3a86b8c82285794db81bdb);
        &#10;    
&#10;            var geocoderOpts_geocoder_4b3b789993a1463c847c5895e402d4e0 = {
  &quot;collapsed&quot;: true,
  &quot;position&quot;: &quot;topright&quot;,
  &quot;defaultMarkGeocode&quot;: false,
  &quot;zoom&quot;: 11,
  &quot;provider&quot;: &quot;nominatim&quot;,
  &quot;providerOptions&quot;: {
},
};
&#10;            // note: geocoder name should start with lowercase
            var geocoderName_geocoder_4b3b789993a1463c847c5895e402d4e0 = geocoderOpts_geocoder_4b3b789993a1463c847c5895e402d4e0[&quot;provider&quot;];
&#10;            var customGeocoder_geocoder_4b3b789993a1463c847c5895e402d4e0 = L.Control.Geocoder[ geocoderName_geocoder_4b3b789993a1463c847c5895e402d4e0 ](
                geocoderOpts_geocoder_4b3b789993a1463c847c5895e402d4e0[&#x27;providerOptions&#x27;]
            );
            geocoderOpts_geocoder_4b3b789993a1463c847c5895e402d4e0[&quot;geocoder&quot;] = customGeocoder_geocoder_4b3b789993a1463c847c5895e402d4e0;
&#10;            L.Control.geocoder(
                geocoderOpts_geocoder_4b3b789993a1463c847c5895e402d4e0
            ).on(&#x27;markgeocode&#x27;, function(e) {
                var zoom = geocoderOpts_geocoder_4b3b789993a1463c847c5895e402d4e0[&#x27;zoom&#x27;] || map_2d3c282b5e3a86b8c82285794db81bdb.getZoom();
                map_2d3c282b5e3a86b8c82285794db81bdb.setView(e.geocode.center, zoom);
            }).addTo(map_2d3c282b5e3a86b8c82285794db81bdb);
&#10;        
    &#10;            var measure_control_dce4686e66f34ebd8300dad100d40426 = new L.Control.Measure(
                {
  &quot;position&quot;: &quot;bottomright&quot;,
  &quot;primaryLengthUnit&quot;: &quot;meters&quot;,
  &quot;secondaryLengthUnit&quot;: &quot;miles&quot;,
  &quot;primaryAreaUnit&quot;: &quot;sqmeters&quot;,
  &quot;secondaryAreaUnit&quot;: &quot;acres&quot;,
});
            map_2d3c282b5e3a86b8c82285794db81bdb.addControl(measure_control_dce4686e66f34ebd8300dad100d40426);
&#10;            // Workaround for using this plugin with Leaflet&gt;=1.8.0
            // https://github.com/ljagis/leaflet-measure/issues/171
            L.Control.Measure.include({
                _setCaptureMarkerIcon: function () {
                    // disable autopan
                    this._captureMarker.options.autoPanOnFocus = false;
                    // default function
                    this._captureMarker.setIcon(
                        L.divIcon({
                            iconSize: this._map.getSize().multiplyBy(2)
                        })
                    );
                },
            });
&#10;        
    &#10;            geo_json_df06a9cf2e21dec4e2fd4b2ef03ea9dc.addTo(map_55984af2931f414589318895283bfb61);
        &#10;    
            tile_layer_5dc41fa3cc52baf7787fad06d9387a1d.addTo(map_55984af2931f414589318895283bfb61);
        &#10;    
            geo_json_616a3c5e06261b43a8a74e493dfe122a.addTo(map_2d3c282b5e3a86b8c82285794db81bdb);
        &#10;    
            tile_layer_92b241be90c248b797ae530d6197ad35.addTo(map_2d3c282b5e3a86b8c82285794db81bdb);
        &#10;&lt;/script&gt;
&lt;/html&gt;" style="position:absolute;width:100%;height:100%;left:0;top:0;border:none !important;" allowfullscreen webkitallowfullscreen mozallowfullscreen></iframe></div></div>
