{"id":2268,"date":"2019-07-18T10:07:28","date_gmt":"2019-07-18T10:07:28","guid":{"rendered":"https:\/\/erma.demo.ly\/%d8%a7%d9%84%d8%b1%d8%a6%d9%8a%d8%b3%d9%8a%d8%a9\/"},"modified":"2023-09-06T12:47:08","modified_gmt":"2023-09-06T10:47:08","slug":"%d8%a7%d9%84%d8%b1%d8%a6%d9%8a%d8%b3%d9%8a%d8%a9","status":"publish","type":"page","link":"https:\/\/erma.gov.ly\/en\/%d8%a7%d9%84%d8%b1%d8%a6%d9%8a%d8%b3%d9%8a%d8%a9\/","title":{"rendered":"Home"},"content":{"rendered":"<div>\n<div class=\"leaflet-map WPLeafletMap\" style=\"height:65vh; width:100%;\"><\/div><script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMapShortcode() {\/*<script>*\/\nvar baseUrl = atob('aHR0cHM6Ly97c30udGlsZS5vcGVuc3RyZWV0bWFwLmRlL3RpbGVzL29zbWRlL3t6fS97eH0ve3l9LnBuZw==');\nvar base = (!baseUrl && window.MQ) ?\n    window.MQ.mapLayer() : L.tileLayer(baseUrl,\n        L.Util.extend({}, {\n            detectRetina: 0,\n        },\n        {\"subdomains\":\"abc\",\"noWrap\":false,\"maxZoom\":20}        )\n    );\n    var options = L.Util.extend({}, {\n        layers: [base],\n        attributionControl: false\n    },\n    {\"dragging\":false,\"zoomControl\":false,\"scrollWheelZoom\":false,\"doubleClickZoom\":false,\"fitBounds\":true,\"minZoom\":2.4,\"maxZoom\":20,\"maxBounds\":null,\"attribution\":\"\"},\n    {});\nwindow.WPLeafletMapPlugin.createMap(options).setView([44.67,-63.61],15);});<\/script>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMarkerShortcode() {\/*<script>*\/\nvar map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar marker_options = window.WPLeafletMapPlugin.getIconOptions({\"iconUrl\":\"\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/Map-pin.svg\",\"iconSize\":\"25,25\",\"iconAnchor\":\"12,12\"});\nvar marker = L.marker(\n    [31.605116,0],\n    marker_options\n);\nvar is_image = map.is_image_map;\nif (marker_options.draggable) {\n    marker.on('dragend', function () {\n        var latlng = this.getLatLng();\n        var lat = latlng.lat;\n        var lng = latlng.lng;\n        if (is_image) {\n            console.log('leaflet-marker y=' + lat + ' x=' + lng);\n        } else {\n            console.log('leaflet-marker lat=' + lat + ' lng=' + lng);\n        }\n    });\n}\nmarker.addTo( group );\nmarker.bindPopup(window.WPLeafletMapPlugin.unescape(' Amsa&amp;#8217;ad border &lt;\/p&gt;&lt;br&gt;&lt;div&gt; &lt;a class=\\&quot; uk-dark uk-button uk-button-text\\&quot; href=\\&quot;https:\/\/erma.gov.ly\/en\/sectors\/#sectors_section\\&quot;&gt;Sector Specifications &lt;\/a&gt;  &lt;\/div&gt;&lt;br&gt;&lt;p&gt;')).openPopup();window.WPLeafletMapPlugin.markers.push( marker );\n        });<\/script>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletgpxShortcode() {\/*<script>*\/\nvar src = 'https:\/\/erma.gov.ly\/regomig\/2019\/07\/ras-ejdeer.gpx';\nvar default_style = {\"color\":\"#ffcb05\"};\nvar rewrite_keys = {\n    stroke : 'color',\n    'stroke-width' : 'weight',\n    'stroke-opacity' : 'opacity',\n    fill : 'fillColor',\n    'fill-opacity' : 'fillOpacity',\n};\n\/\/ htmlspecialchars converts & to \"&amp;\"; maybe unnecessarily, and maybe 3x\nvar ampersandRegex = \/&(?:amp;){1,3}\/g\nvar layer = L.ajaxGeoJson(src.replace(ampersandRegex, '&'), {\n    type: 'gpx',\n    style : layerStyle,\n    onEachFeature : onEachFeature,\n    pointToLayer: pointToLayer\n});\nvar fitbounds = 0;\nvar circleMarker = 0;\nvar popup_text = window.WPLeafletMapPlugin.unescape(\"\");\nvar popup_property = \"\";\nvar table_view = 0;\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar markerOptions = window.WPLeafletMapPlugin.getIconOptions({});\nlayer.addTo( group );\nwindow.WPLeafletMapPlugin.geojsons.push( layer );\nif (fitbounds) {\n    layer.on('ready', function () {\n        this.map.fitBounds( this.getBounds() );\n    });\n}\nfunction layerStyle (feature) {\n    var props = feature.properties || {};\n    var style = {};\n    function camelFun (_, first_letter) {\n        return first_letter.toUpperCase();\n    };\n    for (var key in props) {\n        if (key.match('-')) {\n            var camelcase = key.replace(\/-(\\w)\/, camelFun);\n            style[ camelcase ] = props[ key ];\n        }\n        \/\/ rewrite style keys from geojson.io\n        if (rewrite_keys[ key ]) {\n            style[ rewrite_keys[ key ] ] = props[ key ];\n        }\n    }\n    return L.Util.extend(style, default_style);\n}\nfunction onEachFeature (feature, layer) {\n    var props = feature.properties || {};\n    var text;\n    if (table_view) {\n        text = window.WPLeafletMapPlugin.propsToTable(props);\n    } else {\n        text = popup_property\n            ? props[ popup_property ]\n            : window.WPLeafletMapPlugin.template(\n                popup_text, \n                feature.properties\n            );\n    }\n    if (text) {\n        layer.bindPopup( text );\n    }\n}\n    function pointToLayer (feature, latlng) {\n    if (circleMarker) {\n        return L.circleMarker(latlng);\n    }\n    return L.marker(latlng, markerOptions);\n}});<\/script>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMarkerShortcode() {\/*<script>*\/\nvar map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar marker_options = window.WPLeafletMapPlugin.getIconOptions({\"iconUrl\":\"\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/Map-pin.svg\",\"iconSize\":\"25,25\",\"iconAnchor\":\"12,12\"});\nvar marker = L.marker(\n    [32.30442,0],\n    marker_options\n);\nvar is_image = map.is_image_map;\nif (marker_options.draggable) {\n    marker.on('dragend', function () {\n        var latlng = this.getLatLng();\n        var lat = latlng.lat;\n        var lng = latlng.lng;\n        if (is_image) {\n            console.log('leaflet-marker y=' + lat + ' x=' + lng);\n        } else {\n            console.log('leaflet-marker lat=' + lat + ' lng=' + lng);\n        }\n    });\n}\nmarker.addTo( group );\nmarker.bindPopup(window.WPLeafletMapPlugin.unescape(' Beginning of the second sector- Almarj &lt;\/p&gt;&lt;br&gt;&lt;div&gt; &lt;a class=\\&quot; uk-dark uk-button uk-button-text\\&quot; href=\\&quot;https:\/\/erma.gov.ly\/en\/sectors\/#sectors_section\\&quot;&gt;Sector Specifications&lt;\/a&gt;  &lt;\/div&gt;&lt;br&gt;&lt;p&gt;'));window.WPLeafletMapPlugin.markers.push( marker );\n        });<\/script>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMarkerShortcode() {\/*<script>*\/\nvar map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar marker_options = window.WPLeafletMapPlugin.getIconOptions({\"iconUrl\":\"\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/Map-pin.svg\",\"iconSize\":\"25,25\",\"iconAnchor\":\"12,12\"});\nvar marker = L.marker(\n    [30.1892,0],\n    marker_options\n);\nvar is_image = map.is_image_map;\nif (marker_options.draggable) {\n    marker.on('dragend', function () {\n        var latlng = this.getLatLng();\n        var lat = latlng.lat;\n        var lng = latlng.lng;\n        if (is_image) {\n            console.log('leaflet-marker y=' + lat + ' x=' + lng);\n        } else {\n            console.log('leaflet-marker lat=' + lat + ' lng=' + lng);\n        }\n    });\n}\nmarker.addTo( group );\nmarker.bindPopup(window.WPLeafletMapPlugin.unescape('  The beginning of the third sector-Brega &lt;\/p&gt;&lt;br&gt;&lt;div&gt; &lt;a class=\\&quot; uk-dark uk-button uk-button-text\\&quot; href=\\&quot;https:\/\/erma.gov.ly\/en\/sectors\/#sectors_section\\&quot;&gt;Sector Specifications&lt;\/a&gt;  &lt;\/div&gt;&lt;br&gt;&lt;p&gt;'));window.WPLeafletMapPlugin.markers.push( marker );\n        });<\/script>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMarkerShortcode() {\/*<script>*\/\nvar map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar marker_options = window.WPLeafletMapPlugin.getIconOptions({\"iconUrl\":\"\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/Map-pin.svg\",\"iconSize\":\"25,25\",\"iconAnchor\":\"12,12\"});\nvar marker = L.marker(\n    [32.17811,0],\n    marker_options\n);\nvar is_image = map.is_image_map;\nif (marker_options.draggable) {\n    marker.on('dragend', function () {\n        var latlng = this.getLatLng();\n        var lat = latlng.lat;\n        var lng = latlng.lng;\n        if (is_image) {\n            console.log('leaflet-marker y=' + lat + ' x=' + lng);\n        } else {\n            console.log('leaflet-marker lat=' + lat + ' lng=' + lng);\n        }\n    });\n}\nmarker.addTo( group );\nmarker.bindPopup(window.WPLeafletMapPlugin.unescape(' The beginning of the fourth sector&lt;br \/&gt;&lt;br&gt;-Misrata &lt;\/p&gt;&lt;br&gt;&lt;div&gt; &lt;a class=\\&quot; uk-dark uk-button uk-button-text\\&quot; href=\\&quot;https:\/\/erma.gov.ly\/en\/sectors\/#sectors_section\\&quot;&gt;Sector Specifications &lt;\/a&gt;  &lt;\/div&gt;&lt;br&gt;&lt;p&gt;'));window.WPLeafletMapPlugin.markers.push( marker );\n        });<\/script>\n<p><script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMarkerShortcode() {\/*<script>*\/\nvar map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar marker_options = window.WPLeafletMapPlugin.getIconOptions({\"iconUrl\":\"\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/Map-pin.svg\",\"iconSize\":\"25,25\",\"iconAnchor\":\"12,12\"});\nvar marker = L.marker(\n    [33.147961,0],\n    marker_options\n);\nvar is_image = map.is_image_map;\nif (marker_options.draggable) {\n    marker.on('dragend', function () {\n        var latlng = this.getLatLng();\n        var lat = latlng.lat;\n        var lng = latlng.lng;\n        if (is_image) {\n            console.log('leaflet-marker y=' + lat + ' x=' + lng);\n        } else {\n            console.log('leaflet-marker lat=' + lat + ' lng=' + lng);\n        }\n    });\n}\nmarker.addTo( group );\nmarker.bindPopup(window.WPLeafletMapPlugin.unescape('  Ras jedir Border &lt;\/p&gt;&lt;br&gt;&lt;div&gt; &lt;a class=\\&quot; uk-dark uk-button uk-button-text\\&quot; href=\\&quot;https:\/\/erma.gov.ly\/en\/sectors\/#sectors_section\\&quot;&gt;Sector Specifications&lt;\/a&gt;  &lt;\/div&gt;&lt;br&gt;&lt;p&gt;'));window.WPLeafletMapPlugin.markers.push( marker );\n        });<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMarkerShortcode() {\/*<script>*\/\nvar map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar marker_options = window.WPLeafletMapPlugin.getIconOptions({});\nvar marker = L.marker(\n    [31.565659,26.171125],\n    marker_options\n);\nvar is_image = map.is_image_map;\nif (marker_options.draggable) {\n    marker.on('dragend', function () {\n        var latlng = this.getLatLng();\n        var lat = latlng.lat;\n        var lng = latlng.lng;\n        if (is_image) {\n            console.log('leaflet-marker y=' + lat + ' x=' + lng);\n        } else {\n            console.log('leaflet-marker lat=' + lat + ' lng=' + lng);\n        }\n    });\n}\nmarker.addTo( group );\nmarker.bindPopup(window.WPLeafletMapPlugin.unescape(' '));window.WPLeafletMapPlugin.markers.push( marker );\n        });<\/script> <\/p>\n<\/div>\n<div>\n<div class=\"leaflet-map WPLeafletMap\" style=\"height:75vh; width:100vw;\"><\/div><script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMapShortcode() {\/*<script>*\/\nvar baseUrl = atob('aHR0cHM6Ly97c30udGlsZS5vcGVuc3RyZWV0bWFwLmRlL3RpbGVzL29zbWRlL3t6fS97eH0ve3l9LnBuZw==');\nvar base = (!baseUrl && window.MQ) ?\n    window.MQ.mapLayer() : L.tileLayer(baseUrl,\n        L.Util.extend({}, {\n            detectRetina: 0,\n        },\n        {\"subdomains\":\"abc\",\"noWrap\":false,\"maxZoom\":20}        )\n    );\n    var options = L.Util.extend({}, {\n        layers: [base],\n        attributionControl: false\n    },\n    {\"dragging\":false,\"zoomControl\":false,\"scrollWheelZoom\":false,\"doubleClickZoom\":false,\"fitBounds\":true,\"minZoom\":2.4,\"maxZoom\":20,\"maxBounds\":null,\"attribution\":\"\"},\n    {});\nwindow.WPLeafletMapPlugin.createMap(options).setView([44.67,-63.61],5);});<\/script>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMarkerShortcode() {\/*<script>*\/\nvar map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar marker_options = window.WPLeafletMapPlugin.getIconOptions({\"iconUrl\":\"\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/Map-pin.svg\",\"iconSize\":\"25,25\",\"iconAnchor\":\"12,12\"});\nvar marker = L.marker(\n    [31.605116,0],\n    marker_options\n);\nvar is_image = map.is_image_map;\nif (marker_options.draggable) {\n    marker.on('dragend', function () {\n        var latlng = this.getLatLng();\n        var lat = latlng.lat;\n        var lng = latlng.lng;\n        if (is_image) {\n            console.log('leaflet-marker y=' + lat + ' x=' + lng);\n        } else {\n            console.log('leaflet-marker lat=' + lat + ' lng=' + lng);\n        }\n    });\n}\nmarker.addTo( group );\nmarker.bindPopup(window.WPLeafletMapPlugin.unescape(' Amsa&amp;#8217;ad border&lt;\/p&gt;&lt;br&gt;&lt;div&gt; &lt;a class=\\&quot; uk-dark uk-button uk-button-text\\&quot; href=\\&quot;https:\/\/erma.gov.ly\/en\/sectors\/#sectors_section\\&quot;&gt;Sector Specifications &lt;\/a&gt;  &lt;\/div&gt;&lt;br&gt;&lt;p&gt;')).openPopup();window.WPLeafletMapPlugin.markers.push( marker );\n        });<\/script>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletgpxShortcode() {\/*<script>*\/\nvar src = 'https:\/\/erma.gov.ly\/regomig\/2019\/07\/ras-ejdeer.gpx';\nvar default_style = {\"color\":\"#ffcb05\"};\nvar rewrite_keys = {\n    stroke : 'color',\n    'stroke-width' : 'weight',\n    'stroke-opacity' : 'opacity',\n    fill : 'fillColor',\n    'fill-opacity' : 'fillOpacity',\n};\n\/\/ htmlspecialchars converts & to \"&amp;\"; maybe unnecessarily, and maybe 3x\nvar ampersandRegex = \/&(?:amp;){1,3}\/g\nvar layer = L.ajaxGeoJson(src.replace(ampersandRegex, '&'), {\n    type: 'gpx',\n    style : layerStyle,\n    onEachFeature : onEachFeature,\n    pointToLayer: pointToLayer\n});\nvar fitbounds = 0;\nvar circleMarker = 0;\nvar popup_text = window.WPLeafletMapPlugin.unescape(\"\");\nvar popup_property = \"\";\nvar table_view = 0;\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar markerOptions = window.WPLeafletMapPlugin.getIconOptions({});\nlayer.addTo( group );\nwindow.WPLeafletMapPlugin.geojsons.push( layer );\nif (fitbounds) {\n    layer.on('ready', function () {\n        this.map.fitBounds( this.getBounds() );\n    });\n}\nfunction layerStyle (feature) {\n    var props = feature.properties || {};\n    var style = {};\n    function camelFun (_, first_letter) {\n        return first_letter.toUpperCase();\n    };\n    for (var key in props) {\n        if (key.match('-')) {\n            var camelcase = key.replace(\/-(\\w)\/, camelFun);\n            style[ camelcase ] = props[ key ];\n        }\n        \/\/ rewrite style keys from geojson.io\n        if (rewrite_keys[ key ]) {\n            style[ rewrite_keys[ key ] ] = props[ key ];\n        }\n    }\n    return L.Util.extend(style, default_style);\n}\nfunction onEachFeature (feature, layer) {\n    var props = feature.properties || {};\n    var text;\n    if (table_view) {\n        text = window.WPLeafletMapPlugin.propsToTable(props);\n    } else {\n        text = popup_property\n            ? props[ popup_property ]\n            : window.WPLeafletMapPlugin.template(\n                popup_text, \n                feature.properties\n            );\n    }\n    if (text) {\n        layer.bindPopup( text );\n    }\n}\n    function pointToLayer (feature, latlng) {\n    if (circleMarker) {\n        return L.circleMarker(latlng);\n    }\n    return L.marker(latlng, markerOptions);\n}});<\/script>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMarkerShortcode() {\/*<script>*\/\nvar map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar marker_options = window.WPLeafletMapPlugin.getIconOptions({\"iconUrl\":\"\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/Map-pin.svg\",\"iconSize\":\"25,25\",\"iconAnchor\":\"12,12\"});\nvar marker = L.marker(\n    [32.30442,0],\n    marker_options\n);\nvar is_image = map.is_image_map;\nif (marker_options.draggable) {\n    marker.on('dragend', function () {\n        var latlng = this.getLatLng();\n        var lat = latlng.lat;\n        var lng = latlng.lng;\n        if (is_image) {\n            console.log('leaflet-marker y=' + lat + ' x=' + lng);\n        } else {\n            console.log('leaflet-marker lat=' + lat + ' lng=' + lng);\n        }\n    });\n}\nmarker.addTo( group );\nmarker.bindPopup(window.WPLeafletMapPlugin.unescape(' Beginning of the second sector- Almarj&lt;\/p&gt;&lt;br&gt;&lt;div&gt; &lt;a class=\\&quot; uk-dark uk-button uk-button-text\\&quot; href=\\&quot;https:\/\/erma.gov.ly\/en\/sectors\/#sectors_section\\&quot;&gt;Sector Specifications &lt;\/a&gt;  &lt;\/div&gt;&lt;br&gt;&lt;p&gt;'));window.WPLeafletMapPlugin.markers.push( marker );\n        });<\/script>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMarkerShortcode() {\/*<script>*\/\nvar map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar marker_options = window.WPLeafletMapPlugin.getIconOptions({\"iconUrl\":\"\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/Map-pin.svg\",\"iconSize\":\"25,25\",\"iconAnchor\":\"12,12\"});\nvar marker = L.marker(\n    [30.1892,0],\n    marker_options\n);\nvar is_image = map.is_image_map;\nif (marker_options.draggable) {\n    marker.on('dragend', function () {\n        var latlng = this.getLatLng();\n        var lat = latlng.lat;\n        var lng = latlng.lng;\n        if (is_image) {\n            console.log('leaflet-marker y=' + lat + ' x=' + lng);\n        } else {\n            console.log('leaflet-marker lat=' + lat + ' lng=' + lng);\n        }\n    });\n}\nmarker.addTo( group );\nmarker.bindPopup(window.WPLeafletMapPlugin.unescape('  The beginning of the third sector-Brega &lt;\/p&gt;&lt;br&gt;&lt;div&gt; &lt;a class=\\&quot; uk-dark uk-button uk-button-text\\&quot; href=\\&quot;https:\/\/erma.gov.ly\/en\/sectors\/#sectors_section\\&quot;&gt;Sector Specifications&lt;\/a&gt;  &lt;\/div&gt;&lt;br&gt;&lt;p&gt;'));window.WPLeafletMapPlugin.markers.push( marker );\n        });<\/script>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMarkerShortcode() {\/*<script>*\/\nvar map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar marker_options = window.WPLeafletMapPlugin.getIconOptions({\"iconUrl\":\"\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/Map-pin.svg\",\"iconSize\":\"25,25\",\"iconAnchor\":\"12,12\"});\nvar marker = L.marker(\n    [32.17811,0],\n    marker_options\n);\nvar is_image = map.is_image_map;\nif (marker_options.draggable) {\n    marker.on('dragend', function () {\n        var latlng = this.getLatLng();\n        var lat = latlng.lat;\n        var lng = latlng.lng;\n        if (is_image) {\n            console.log('leaflet-marker y=' + lat + ' x=' + lng);\n        } else {\n            console.log('leaflet-marker lat=' + lat + ' lng=' + lng);\n        }\n    });\n}\nmarker.addTo( group );\nmarker.bindPopup(window.WPLeafletMapPlugin.unescape(' The beginning of the fourth sector&lt;br \/&gt;&lt;br&gt;-Misrata &lt;\/p&gt;&lt;br&gt;&lt;div&gt; &lt;a class=\\&quot; uk-dark uk-button uk-button-text\\&quot; href=\\&quot;https:\/\/erma.gov.ly\/en\/sectors\/#sectors_section\\&quot;&gt;Sector Specifications &lt;\/a&gt;  &lt;\/div&gt;&lt;br&gt;&lt;p&gt;'));window.WPLeafletMapPlugin.markers.push( marker );\n        });<\/script>\n<p><script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMarkerShortcode() {\/*<script>*\/\nvar map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar marker_options = window.WPLeafletMapPlugin.getIconOptions({\"iconUrl\":\"\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/Map-pin.svg\",\"iconSize\":\"25,25\",\"iconAnchor\":\"12,12\"});\nvar marker = L.marker(\n    [33.147961,0],\n    marker_options\n);\nvar is_image = map.is_image_map;\nif (marker_options.draggable) {\n    marker.on('dragend', function () {\n        var latlng = this.getLatLng();\n        var lat = latlng.lat;\n        var lng = latlng.lng;\n        if (is_image) {\n            console.log('leaflet-marker y=' + lat + ' x=' + lng);\n        } else {\n            console.log('leaflet-marker lat=' + lat + ' lng=' + lng);\n        }\n    });\n}\nmarker.addTo( group );\nmarker.bindPopup(window.WPLeafletMapPlugin.unescape(' Ras jedir Border&lt;\/p&gt;&lt;br&gt;&lt;div&gt; &lt;a class=\\&quot; uk-dark uk-button uk-button-text\\&quot; href=\\&quot;https:\/\/erma.gov.ly\/en\/sectors\/#sectors_section\\&quot;&gt;Sector Specifications&lt;\/a&gt;  &lt;\/div&gt;&lt;br&gt;&lt;p&gt;'));window.WPLeafletMapPlugin.markers.push( marker );\n        });<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMarkerShortcode() {\/*<script>*\/\nvar map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar marker_options = window.WPLeafletMapPlugin.getIconOptions({});\nvar marker = L.marker(\n    [31.565659,26.171125],\n    marker_options\n);\nvar is_image = map.is_image_map;\nif (marker_options.draggable) {\n    marker.on('dragend', function () {\n        var latlng = this.getLatLng();\n        var lat = latlng.lat;\n        var lng = latlng.lng;\n        if (is_image) {\n            console.log('leaflet-marker y=' + lat + ' x=' + lng);\n        } else {\n            console.log('leaflet-marker lat=' + lat + ' lng=' + lng);\n        }\n    });\n}\nmarker.addTo( group );\nmarker.bindPopup(window.WPLeafletMapPlugin.unescape(' '));window.WPLeafletMapPlugin.markers.push( marker );\n        });<\/script> <\/p>\n<\/div>\n<h3>About the device<\/h3>\n<div>The implementation and management of the Imsaad-Ras Ijdir road was established by the Presidential Council of the Government of National Accord no.<\/div>\n<ul>\n<li>\n<h3>1750 <\/h3>\n<p>Road along<\/p>\n<div>Km<\/div>\n<\/li>\n<li>\n<h3>4<\/h3>\n<p>The road is divided<\/p>\n<div>Main sectors<\/div>\n<\/li>\n<\/ul>\n<h3>Projects<\/h3>\n<ul>\n<li>\n<p>        <img decoding=\"async\" src=\"\/regomig\/2020\/02\/Executed-Projects.svg\" alt=\"\"><\/p>\n<h4>Executed Projects<\/h4>\n<p><a href=\"https:\/\/erma.gov.ly\/en\/projects\/?wpv-wpcf-state=2&#038;wpv_aux_current_post_id=29&#038;wpv_aux_parent_post_id=29&#038;wpv_view_count=1747\"><\/a><\/p>\n<\/li>\n<li>\n<p>        <img decoding=\"async\" src=\"\/regomig\/2020\/02\/Projects-under-construction%D9%80.svg\" alt=\"\"><\/p>\n<h4>Projects in progress<\/h4>\n<p><a href=\"https:\/\/erma.gov.ly\/en\/projects\/?wpv-wpcf-state=1&#038;wpv_aux_current_post_id=29&#038;wpv_aux_parent_post_id=29&#038;wpv_view_count=1747\"><\/a><\/p>\n<\/li>\n<\/ul>\n<div>\n<p>        <img decoding=\"async\" src=\"\/regomig\/2020\/02\/UnderConstrutionProjects-1.jpg\" alt=\"\"><\/p>\n<h4>New Highway Project<\/h4>\n<p><a href=\"https:\/\/erma.gov.ly\/en\/new-hight-way-project\/\"><\/a><\/p>\n<\/div>\n<h3>Definition of the device<\/h3>\n<div>The implementation and management of the Imsaad-Ras Ijdir road was established by the Presidential Council of the Government of National Accord no.<\/div>\n<h4>Competencies of the Authority<\/h4>\n<ul>\n<li>\n<div>Eliminate the problems and difficulties that may hinder the implementation and management of the project, including the inventory and assessment of compensation in accordance with the bases and controls established in this regard and in coordination with the competent authorities.<\/div>\n<\/li>\n<li>\n<div>Signing contracts for supervision, management and implementation of the project with the competent companies and consultancy offices in accordance with the regulations of administrative contracts and in coordination with the concerned authorities.<\/div>\n<\/li>\n<li>\n<div>Following up the implementation of the provisions of the Treaty of Friendship, Partnership and Cooperation with the Italian side regarding the implementation of the Emsaad-Ras Igdir road.<\/div>\n<\/li>\n<li>\n<div>Setting plans and programs for the implementation, management, operation and maintenance of projects entrusted to the NTRA and its supplementary work.<\/div>\n<\/li>\n<li>\n<div>Payment of financial dues arising from the contractual work of studies, designs, implementation, supervision, management, operation and maintenance of works and projects assigned to the Authority in accordance with the available financial allocations.<\/div>\n<\/li>\n<li>\n<div>Inventory of the expropriated real estate for the public benefit in favor of the Authority and the implementation of its projects, and assess the value of financial compensation and disbursement to its beneficiaries in coordination with the competent authorities<\/div>\n<\/li>\n<li>\n<div>Establishing joint companies and concluding the necessary agreements for the implementation, management and operation of the Authority&#8217;s projects and accessories, after obtaining the permission of the competent authorities<\/div>\n<\/li>\n<\/ul>\n<p>\n    <a href=\"https:\/\/erma.gov.ly\/en\/new-hight-way-project\/#goulz\">More<\/a>\n<\/p>\n<h3>News<\/h3>\n<div>\n<\/div>\n<p><!--more--><br \/>\n<!-- {\"type\":\"layout\",\"children\":[{\"type\":\"section\",\"props\":{\"css\":\"@media only screen and (min-width: 1400px) {\\n\\n.el-section .uk-position-bottom-right.uk-position-medium {\\n            width: 1400px !important;\\n}\\n\\n.el-section .uk-position-bottom-right {\\n    bottom: 0;\\n   right: auto;\\n    left: 10%;\\n}\\n}\\n@media only screen and (max-width: 1599px) and (min-width: 1020px)  {\\n\\n.el-section .uk-position-bottom-right.uk-position-medium {\\n            width: 1400px !important;\\n}\\n\\n.el-section .uk-position-bottom-right {\\n    bottom: 0;\\n   right: auto;\\n    left: 0%;\\n}\\n}\",\"image_position\":\"center-center\",\"padding\":\"none\",\"style\":\"default\",\"title_breakpoint\":\"xl\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"vertical_align\":\"middle\",\"width\":\"\"},\"children\":[{\"type\":\"row\",\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"1-1\"},\"children\":[{\"type\":\"html\",\"props\":{\"class\":\"uk-visible@s\",\"content\":\"\\n[leaflet-map zoom=15  height=65vh  fitbounds !zoomcontrol !dragging]\\n\\n[leaflet-marker lat=31.605116 lng=25.049630\\niconUrl=\\\"\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/Map-pin.svg\\\"  iconSize=\\\"25,25\\\" iconAnchor=\\\"12,12\\\" visible] Amsa'ad border \n\n<div> <a class=\\\" uk-dark uk-button uk-button-text\\\" href=\\\"en\\\/sectors\\\/#sectors_section\\\">Sector Specifications <\\\/a>  <\\\/div>[\\\/leaflet-marker]\\n\\n[leaflet-gpx  src='https:\\\/\\\/erma.gov.ly\\\/wp-content\\\/uploads\\\/2019\\\/07\\\/ras-ejdeer.gpx' color=#ffcb05][\\\/leaflet-gpx]\\n\\n[leaflet-marker lat=32.30442 lng=20.9289\\n iconUrl=\\\"\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/Map-pin.svg\\\"  iconSize=\\\"25,25\\\" iconAnchor=\\\"12,12\\\" ] Beginning of the second sector- Almarj \n\n<div> <a class=\\\" uk-dark uk-button uk-button-text\\\" href=\\\"en\\\/sectors\\\/#sectors_section\\\">Sector Specifications<\\\/a>  <\\\/div>[\\\/leaflet-marker]\\n\\n[leaflet-marker lat=30.1892 lng= 19.53354\\n  iconUrl=\\\"\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/Map-pin.svg\\\"  iconSize=\\\"25,25\\\" iconAnchor=\\\"12,12\\\" ]  The beginning of the third sector-Brega \n\n<div> <a class=\\\" uk-dark uk-button uk-button-text\\\" href=\\\"en\\\/sectors\\\/#sectors_section\\\">Sector Specifications<\\\/a>  <\\\/div>[\\\/leaflet-marker]\\n\\n[leaflet-marker lat=32.17811 lng= 14.84642\\niconUrl=\\\"\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/Map-pin.svg\\\"  iconSize=\\\"25,25\\\" iconAnchor=\\\"12,12\\\" ] The beginning of the fourth sector\\n-Misrata \n\n<div> <a class=\\\" uk-dark uk-button uk-button-text\\\" href=\\\"en\\\/sectors\\\/#sectors_section\\\">Sector Specifications <\\\/a>  <\\\/div>[\\\/leaflet-marker]\\n\\n\\n[leaflet-marker lat=33.147961 lng=11.559303\\n iconUrl=\\\"\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/Map-pin.svg\\\"  iconSize=\\\"25,25\\\" iconAnchor=\\\"12,12\\\" ]  Ras jedir Border \n\n<div> <a class=\\\" uk-dark uk-button uk-button-text\\\" href=\\\"en\\\/sectors\\\/#sectors_section\\\">Sector Specifications<\\\/a>  <\\\/div>[\\\/leaflet-marker]\\n[leaflet-marker lat=31.565659 lng=26.171125] [\\\/leaflet-marker] \\n\",\"css\":\".leaflet-popup-content .uk-button-text {\\n    padding-right: 30px ;\\n\\t\\tmargin-top: 5px;\\n\\n}\\n.leaflet-popup-content {\\n    text-align: left !important;\\n}\"},\"name\":\"Large Devices maps\"},{\"type\":\"html\",\"props\":{\"content\":\"\\n[leaflet-map \\nzoom=5 height=75vh width=100vw maxbounds=\\\"31.523164, 25.603049\\n;36.844777, 10.131449 fitbounds !zoomcontrol !dragging]\\n\\n[leaflet-marker lat=31.605116 lng=25.049630\\niconUrl=\\\"\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/Map-pin.svg\\\"  iconSize=\\\"25,25\\\" iconAnchor=\\\"12,12\\\" visible] Amsa'ad border\n\n<div> <a class=\\\" uk-dark uk-button uk-button-text\\\" href=\\\"en\\\/sectors\\\/#sectors_section\\\">Sector Specifications <\\\/a>  <\\\/div>[\\\/leaflet-marker]\\n\\n[leaflet-gpx  src='https:\\\/\\\/erma.gov.ly\\\/wp-content\\\/uploads\\\/2019\\\/07\\\/ras-ejdeer.gpx' color=#ffcb05][\\\/leaflet-gpx]\\n\\n[leaflet-marker lat=32.30442 lng=20.9289\\n iconUrl=\\\"\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/Map-pin.svg\\\"  iconSize=\\\"25,25\\\" iconAnchor=\\\"12,12\\\" ] Beginning of the second sector- Almarj\n\n<div> <a class=\\\" uk-dark uk-button uk-button-text\\\" href=\\\"en\\\/sectors\\\/#sectors_section\\\">Sector Specifications <\\\/a>  <\\\/div>[\\\/leaflet-marker]\\n\\n[leaflet-marker lat=30.1892 lng= 19.53354\\n  iconUrl=\\\"\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/Map-pin.svg\\\"  iconSize=\\\"25,25\\\" iconAnchor=\\\"12,12\\\" ]  The beginning of the third sector-Brega \n\n<div> <a class=\\\" uk-dark uk-button uk-button-text\\\" href=\\\"en\\\/sectors\\\/#sectors_section\\\">Sector Specifications<\\\/a>  <\\\/div>[\\\/leaflet-marker]\\n\\n[leaflet-marker lat=32.17811 lng= 14.84642\\niconUrl=\\\"\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/Map-pin.svg\\\"  iconSize=\\\"25,25\\\" iconAnchor=\\\"12,12\\\" ] The beginning of the fourth sector\\n-Misrata \n\n<div> <a class=\\\" uk-dark uk-button uk-button-text\\\" href=\\\"en\\\/sectors\\\/#sectors_section\\\">Sector Specifications <\\\/a>  <\\\/div>[\\\/leaflet-marker]\\n\\n\\n[leaflet-marker lat=33.147961 lng=11.559303\\n iconUrl=\\\"\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/Map-pin.svg\\\"  iconSize=\\\"25,25\\\" iconAnchor=\\\"12,12\\\" ] Ras jedir Border\n\n<div> <a class=\\\" uk-dark uk-button uk-button-text\\\" href=\\\"en\\\/sectors\\\/#sectors_section\\\">Sector Specifications<\\\/a>  <\\\/div>[\\\/leaflet-marker]\\n[leaflet-marker lat=31.565659 lng=26.171125] [\\\/leaflet-marker] \\n\",\"css\":\".leaflet-popup-content .uk-button-text {\\n    padding-right: 30px ;\\n\\t\\tmargin-top: 5px;\\n\\n}\\n.leaflet-popup-content {\\n    text-align: left !important;\\n}\",\"visibility\":\"hidden-s\"},\"name\":\"Mobile Maps\"}]}]}],\"name\":\"Hero\"},{\"type\":\"section\",\"props\":{\"css\":\".el-section .uk-grid-item-match.uk-first-column {\\nposition: relative;\\n}\\n\\n.el-section .uk-grid-item-match.uk-first-column:after {\\n    position:absolute;\\n    content : \\\"\\\";\\n    background-color: #ffcb05;\\n     z-index: 970;\\n    \\n   }\\n\\n@media (max-width: 959px) {\\n    .el-section .uk-grid-margin.uk-first-column:after {\\n      width : 4px;\\n      height: 100px;\\n     right: 50%;\\n      top : -50px;\\n    \\n   }\\n}\\n\\n@media (min-width: 960px) {\\n    .el-section .uk-grid-item-match.uk-first-column:after {\\n      width : 100px;\\n      height: 4px;\\n      right: auto;\\n      top : 20%;\\n    \\n   }\\n}\\n\\n@media (min-width: 960px) {\\n.el-section .uk-grid-item-match.uk-first-column:after {\\n    left: 99% !important;\\n\\n   }\\n}\\n\\n@media (min-width: 640px) {\\n.el-section .uk-first-column:after {\\n    left: -70px;\\n\\n   }\\n} \",\"image_position\":\"center-center\",\"padding_remove_bottom\":true,\"padding_remove_top\":true,\"style\":\"default\",\"title_breakpoint\":\"xl\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"vertical_align\":\"middle\",\"width\":\"\",\"width_expand\":\"left\"},\"children\":[{\"type\":\"row\",\"props\":{\"layout\":\"1-2,1-2\"},\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"padding\":\"large\",\"position_sticky_breakpoint\":\"m\",\"style\":\"tile-default\",\"vertical_align\":\"middle\",\"width_medium\":\"1-2\"},\"children\":[{\"type\":\"headline\",\"props\":{\"block_align\":\"right\",\"content\":\"About the device\",\"maxwidth\":\"xlarge\",\"title_element\":\"h3\"}},{\"type\":\"text\",\"props\":{\"block_align\":\"right\",\"column_breakpoint\":\"m\",\"content\":\"The implementation and management of the Imsaad-Ras Ijdir road was established by the Presidential Council of the Government of National Accord no.\",\"margin\":\"\",\"maxwidth\":\"xlarge\",\"text_style\":\"large\"}},{\"name\":\"Home Page Grid\",\"type\":\"grid\",\"props\":{\"block_align\":\"right\",\"block_align_breakpoint\":\"s\",\"block_align_fallback\":\"center\",\"content_column_breakpoint\":\"m\",\"content_margin\":\"remove\",\"css\":\"@media (min-width: 640px) {\\n.el-element .uk-grid>*{\\n    width: calc(100% * 1 \\\/ 3);\\n }\\n}\\n\",\"filter_align\":\"left\",\"filter_all\":true,\"filter_grid_breakpoint\":\"m\",\"filter_grid_width\":\"auto\",\"filter_position\":\"top\",\"filter_style\":\"tab\",\"grid_column_gap\":\"large\",\"grid_default\":\"1\",\"grid_medium\":\"\",\"grid_row_gap\":\"large\",\"grid_small\":\"2\",\"icon_width\":80,\"image_align\":\"top\",\"image_grid_breakpoint\":\"m\",\"image_grid_width\":\"1-2\",\"image_svg_color\":\"emphasis\",\"item_animation\":true,\"link_style\":\"default\",\"link_text\":\"Read more\",\"margin\":\"large\",\"maxwidth\":\"xlarge\",\"meta_align\":\"above-title\",\"meta_color\":\"muted\",\"meta_element\":\"div\",\"meta_margin\":\"remove\",\"meta_style\":\"\",\"parallax_easing\":\"1\",\"show_content\":true,\"show_image\":false,\"show_link\":false,\"show_meta\":true,\"show_title\":true,\"text_align\":\"center\",\"text_align_breakpoint\":\"s\",\"text_align_fallback\":\"center\",\"title_align\":\"top\",\"title_element\":\"h3\",\"title_grid_breakpoint\":\"m\",\"title_grid_width\":\"1-2\",\"title_hover_style\":\"reset\",\"title_margin\":\"small\",\"title_style\":\"h1\"},\"children\":[{\"type\":\"grid_item\",\"props\":{\"content\":\"Km\",\"meta\":\"Road along\",\"title\":\"1750 \"}},{\"type\":\"grid_item\",\"props\":{\"content\":\"Main sectors\",\"meta\":\"The road is divided\",\"title\":\"4\"}}]}]},{\"type\":\"column\",\"props\":{\"css\":\"@media (min-width: 1600px) {\\n.el-column .uk-tile-xlarge {\\n    padding-top: 300px;\\n    padding-bottom: 300px;\\n  }\\n}\",\"image\":\"wp-content\\\/uploads\\\/2019\\\/07\\\/erma-about.jpg\",\"image_position\":\"center-right\",\"image_size\":\"cover\",\"padding\":\"xlarge\",\"position_sticky_breakpoint\":\"m\",\"style\":\"tile-default\",\"width_medium\":\"1-2\"}}]}],\"name\":\"About\"},{\"type\":\"section\",\"props\":{\"image\":\"wp-content\\\/uploads\\\/2019\\\/07\\\/Projects-banner.svg\",\"image_position\":\"center-center\",\"image_size\":\"cover\",\"padding_remove_bottom\":false,\"padding_remove_top\":false,\"style\":\"muted\",\"title_breakpoint\":\"xl\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"vertical_align\":\"middle\",\"width\":\"large\"},\"children\":[{\"type\":\"row\",\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"padding\":\"large\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"1-1\"},\"children\":[{\"type\":\"headline\",\"props\":{\"block_align\":\"right\",\"content\":\"Projects\",\"title_element\":\"h3\"}}]}]},{\"type\":\"row\",\"props\":{\"width\":\"large\"},\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"1-1\"}}]},{\"type\":\"row\",\"props\":{\"layout\":\"2-3,1-3\",\"width\":\"large\"},\"children\":[{\"type\":\"column\",\"props\":{\"css\":\"@media only screen and (min-width: 960px) {\\n   .el-column{\\n       margin-bottom : -100px;\\n       position: relative;\\n       z-index:  979;\\n    }\\n }\\n\",\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"2-3\"},\"children\":[{\"type\":\"grid\",\"props\":{\"content_column_breakpoint\":\"m\",\"css\":\".el-element {\\n    text-align: center;\\n    position: relative;\\n    z-index: 970;\\n    \\n}\\n.el-title {\\n      position: absolute;\\n      bottom: 40px;\\n      left: 40px;\\n\\n}\\n\\n\\n.el-item {\\n        position : relative;\\n        height: 438px;\\n        padding: 80px 40px 30px !important;\\n}\\n\\n@media only screen and (max-width: 600px) {\\n\\n .el-image{\\n        width: 180px !important; \\n   }\\n    .el-item {\\n        height: 360px;\\n    }\\n}\\n\\n\",\"filter_align\":\"left\",\"filter_all\":true,\"filter_grid_breakpoint\":\"m\",\"filter_grid_width\":\"auto\",\"filter_position\":\"top\",\"filter_style\":\"tab\",\"grid_default\":\"1\",\"grid_medium\":\"\",\"grid_small\":\"2\",\"icon_width\":80,\"image_align\":\"top\",\"image_grid_breakpoint\":\"m\",\"image_grid_width\":\"1-2\",\"image_link\":true,\"image_svg_color\":\"emphasis\",\"image_width\":\"220\",\"item_animation\":true,\"item_maxwidth\":\"large\",\"link_style\":\"default\",\"link_text\":\"\",\"margin\":\"default\",\"meta_align\":\"below-title\",\"meta_element\":\"div\",\"meta_style\":\"text-meta\",\"panel_padding\":\"default\",\"panel_style\":\"card-default\",\"parallax_easing\":\"1\",\"show_content\":true,\"show_image\":true,\"show_link\":true,\"show_meta\":true,\"show_title\":true,\"title_align\":\"top\",\"title_decoration\":\"divider\",\"title_element\":\"h4\",\"title_grid_breakpoint\":\"m\",\"title_grid_width\":\"1-2\",\"title_hover_style\":\"reset\",\"title_link\":true},\"children\":[{\"type\":\"grid_item\",\"props\":{\"image\":\"wp-content\\\/uploads\\\/2020\\\/02\\\/Executed-Projects.svg\",\"link\":\"https:\\\/\\\/erma.gov.ly\\\/en\\\/projects\\\/?wpv-wpcf-state=2&wpv_aux_current_post_id=29&wpv_aux_parent_post_id=29&wpv_view_count=1747\",\"title\":\"Executed Projects\"}},{\"type\":\"grid_item\",\"props\":{\"image\":\"wp-content\\\/uploads\\\/2020\\\/02\\\/Projects-under-construction\\u0640.svg\",\"link\":\"https:\\\/\\\/erma.gov.ly\\\/en\\\/projects\\\/?wpv-wpcf-state=1&wpv_aux_current_post_id=29&wpv_aux_parent_post_id=29&wpv_view_count=1747\",\"title\":\"Projects in progress\"}}]}]},{\"type\":\"column\",\"props\":{\"css\":\"@media only screen and (min-width: 960px) {\\n   .el-column{\\n       margin-bottom : -100px;\\n       position: relative;\\n         z-index:979;\\n    }\\n }\\n\",\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"1-3\"},\"children\":[{\"type\":\"overlay\",\"props\":{\"class\":\"uk-width-1-2@s uk-width-1-1@m\",\"css\":\".el-element>div {\\n  box-shadow: 0 5px 15px rgba(0,0,0,0.08);\\n}\\n@media only screen and (min-width: 990px) {\\n.el-element {\\n        text-align: center !important;\\n       height: 438px;   }\\n\\n.el-image{  height: 100%;\\n  }\\n}\\n\\n@media only screen   and (min-width: 639px) and (max-width: 959px) {\\n   .el-element {\\n     padding-right: 15px;\\n    }\\n    .el-image {\\n        height: 100%;\\n    }\\n    \\n}\\n\",\"image\":\"wp-content\\\/uploads\\\/2020\\\/02\\\/UnderConstrutionProjects-1.jpg\",\"image_height\":\"438\",\"image_width\":\"400\",\"link\":\"\\\/en\\\/new-hight-way-project\\\/\",\"link_style\":\"default\",\"link_text\":\"\",\"margin\":\"default\",\"meta_align\":\"below-title\",\"meta_element\":\"div\",\"meta_style\":\"text-meta\",\"overlay_hover\":false,\"overlay_mode\":\"cover\",\"overlay_position\":\"bottom-left\",\"overlay_style\":\"overlay-primary\",\"overlay_transition\":\"fade\",\"text_align\":\"\",\"text_color\":\"light\",\"title\":\"New Highway Project\",\"title_decoration\":\"divider\",\"title_element\":\"h4\",\"title_hover_style\":\"reset\",\"title_link\":true}}]}]}],\"name\":\"Projects\"},{\"type\":\"section\",\"props\":{\"image\":\"wp-content\\\/uploads\\\/2019\\\/07\\\/about-project-image.jpg\",\"image_position\":\"center-center\",\"image_size\":\"cover\",\"media_overlay\":\"rgba(255, 203, 5, 0)\",\"padding\":\"large\",\"padding_remove_bottom\":true,\"style\":\"default\",\"title_breakpoint\":\"xl\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"vertical_align\":\"middle\",\"width\":\"large\"},\"children\":[{\"type\":\"row\",\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"1-1\"},\"children\":[{\"type\":\"headline\",\"props\":{\"block_align\":\"right\",\"content\":\"Definition of the device\",\"margin\":\"medium\",\"text_align\":\"center\",\"title_decoration\":\"divider\",\"title_element\":\"h3\"}},{\"type\":\"text\",\"props\":{\"block_align\":\"center\",\"column_breakpoint\":\"m\",\"content\":\"The implementation and management of the Imsaad-Ras Ijdir road was established by the Presidential Council of the Government of National Accord no.\",\"css\":\".el-element {\\n    font-weight : 600;\\n\\n}\",\"margin\":\"default\",\"maxwidth\":\"2xlarge\",\"maxwidth_breakpoint\":\"s\",\"text_align\":\"center\",\"text_style\":\"large\"}}]}]},{\"type\":\"row\",\"children\":[{\"type\":\"column\",\"props\":{\"css\":\"    .el-column {\\n\\n    margin-bottom : -100px;\\n    position : relative;\\n    z-index : 970;\\n\\n   }\\n\\n.el-column>div {\\n    box-shadow: 0 5px 15px rgba(0,0,0,0.08);\\n}\",\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"style\":\"tile-default\",\"width_medium\":\"1-1\"},\"children\":[{\"type\":\"headline\",\"props\":{\"block_align\":\"right\",\"content\":\"Competencies of the Authority\",\"title_element\":\"h4\"}},{\"type\":\"list\",\"props\":{\"class\":\"uk-column-1-2@m\",\"column_breakpoint\":\"m\",\"css\":\".el-image {\\ncolor : white\\n    ;\\n}\",\"icon\":\"check\",\"image_align\":\"left\",\"image_svg_color\":\"emphasis\",\"image_vertical_align\":false,\"list_element\":\"ul\",\"list_horizontal_separator\":\", \",\"list_size\":\"large\",\"list_type\":\"vertical\",\"show_image\":true,\"show_link\":true,\"text_align\":\"justify\"},\"children\":[{\"type\":\"list_item\",\"props\":{\"content\":\"Eliminate the problems and difficulties that may hinder the implementation and management of the project, including the inventory and assessment of compensation in accordance with the bases and controls established in this regard and in coordination with the competent authorities.\",\"icon\":\"check\"}},{\"type\":\"list_item\",\"props\":{\"content\":\"Signing contracts for supervision, management and implementation of the project with the competent companies and consultancy offices in accordance with the regulations of administrative contracts and in coordination with the concerned authorities.\",\"icon\":\"check\"}},{\"type\":\"list_item\",\"props\":{\"content\":\"Following up the implementation of the provisions of the Treaty of Friendship, Partnership and Cooperation with the Italian side regarding the implementation of the Emsaad-Ras Igdir road.\",\"icon\":\"check\"}},{\"type\":\"list_item\",\"props\":{\"content\":\"Setting plans and programs for the implementation, management, operation and maintenance of projects entrusted to the NTRA and its supplementary work.\",\"icon\":\"check\"}},{\"type\":\"list_item\",\"props\":{\"content\":\"Payment of financial dues arising from the contractual work of studies, designs, implementation, supervision, management, operation and maintenance of works and projects assigned to the Authority in accordance with the available financial allocations.\",\"icon\":\"check\"}},{\"type\":\"list_item\",\"props\":{\"content\":\"Inventory of the expropriated real estate for the public benefit in favor of the Authority and the implementation of its projects, and assess the value of financial compensation and disbursement to its beneficiaries in coordination with the competent authorities\",\"icon\":\"check\"}},{\"type\":\"list_item\",\"props\":{\"content\":\"Establishing joint companies and concluding the necessary agreements for the implementation, management and operation of the Authority's projects and accessories, after obtaining the permission of the competent authorities\",\"icon\":\"check\"}}]},{\"type\":\"button\",\"props\":{\"grid_column_gap\":\"small\",\"grid_row_gap\":\"small\",\"margin\":\"default\",\"text_align\":\"right\"},\"children\":[{\"type\":\"button_item\",\"props\":{\"button_style\":\"text\",\"content\":\"More\",\"icon_align\":\"left\",\"link\":\"\\\/en\\\/new-hight-way-project\\\/#goulz\"}}]}]}]}],\"name\":\"About Project\"},{\"type\":\"section\",\"props\":{\"css\":\"\\n@media only screen and (max-width: 600px) {\\n   .el-section {\\n       margin-top : 40px;\\n       \\n    }\\n}\",\"image_position\":\"center-center\",\"padding_remove_bottom\":false,\"padding_remove_top\":false,\"style\":\"muted\",\"title_breakpoint\":\"xl\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"vertical_align\":\"middle\",\"width\":\"\"},\"children\":[{\"type\":\"row\",\"props\":{\"width\":\"large\"},\"children\":[{\"type\":\"column\",\"props\":{\"css\":\"@media only screen and (min-width: 600px) {\\n  .el-column .uk-tile-muted {\\n\\n    padding-bottom : 0px;\\n\\n\\n   }\\n}\\n  .el-column .uk-tile-muted {\\n\\n    padding-left : 0px;\\n    padding-right : 0px;\\n\\n   }\",\"image_position\":\"center-center\",\"padding\":\"large\",\"position_sticky_breakpoint\":\"m\",\"style\":\"tile-muted\",\"width_medium\":\"1-1\"},\"children\":[{\"type\":\"headline\",\"props\":{\"block_align\":\"right\",\"content\":\"News\",\"css\":\"\\\/* Large devices (large desktops, 1200px and up) *\\\/\\n@media only screen and (min-width: 650px)  and (max-width: 1023px) {\\n\\n    .el-element {\\n   margin-top:30px;\\n    }\\n}\",\"title_element\":\"h3\"}},{\"type\":\"panel-slider\",\"props\":{\"class\":\"blog-panel-slider\",\"content_column_breakpoint\":\"m\",\"icon_width\":80,\"image_align\":\"right\",\"image_grid_breakpoint\":\"m\",\"image_grid_column_gap\":\"collapse\",\"image_grid_row_gap\":\"collapse\",\"image_grid_width\":\"3-5\",\"image_link\":true,\"image_svg_color\":\"emphasis\",\"image_vertical_align\":true,\"link_style\":\"text\",\"link_text\":\"Read more\",\"margin\":\"default\",\"meta_align\":\"above-title\",\"meta_element\":\"div\",\"meta_style\":\"text-meta\",\"nav\":\"\",\"nav_align\":\"center\",\"nav_breakpoint\":\"s\",\"panel_card_match\":true,\"panel_card_offset\":true,\"panel_image_no_padding\":false,\"panel_link\":false,\"panel_style\":\"tile-muted\",\"show_content\":true,\"show_image\":true,\"show_link\":true,\"show_meta\":true,\"show_title\":true,\"slidenav\":\"bottom-center\",\"slidenav_breakpoint\":\"\",\"slidenav_margin\":\"\",\"slidenav_outside_breakpoint\":\"xl\",\"slider_autoplay_pause\":true,\"slider_gap\":\"default\",\"slider_sets\":true,\"slider_width\":\"fixed\",\"slider_width_default\":\"1-1\",\"slider_width_medium\":\"\",\"title_align\":\"top\",\"title_decoration\":\"divider\",\"title_element\":\"h3\",\"title_grid_breakpoint\":\"m\",\"title_grid_width\":\"1-2\",\"title_hover_style\":\"reset\",\"title_link\":true,\"title_margin\":\"small\",\"title_style\":\"h5\"},\"children\":[{\"type\":\"panel-slider_item\",\"source\":{\"query\":{\"name\":\"posts.posts\",\"arguments\":{\"terms\":[],\"pagination\":true,\"show_if_empty\":false,\"post_status\":\"publish\",\"offset\":0,\"limit\":10,\"order\":\"date\",\"order_direction\":\"DESC\"}},\"props\":{\"title\":{\"filters\":{\"search\":\"\",\"before\":\"\",\"limit\":94},\"name\":\"title\"},\"meta\":{\"filters\":{\"search\":\"\"},\"arguments\":{\"format\":\"list\",\"separator\":\"|\",\"link_style\":\"\",\"show_publish_date\":true,\"show_author\":false,\"show_comments\":false,\"show_taxonomy\":\"category\",\"date_format\":\"\"},\"name\":\"metaString\"},\"content\":{\"filters\":{\"search\":\"\",\"limit\":100},\"arguments\":{\"show_intro_text\":true},\"name\":\"content\"},\"image\":{\"filters\":{\"search\":\"\"},\"name\":\"featuredImage.url\"},\"link\":{\"filters\":{\"search\":\"\"},\"name\":\"link\"}}}}]}]}]}],\"name\":\"News\"}],\"version\":\"4.0.11\"} --><\/p>\n","protected":false},"excerpt":{"rendered":"<p>About the device The implementation and management of the Imsaad-Ras Ijdir road was established by the Presidential Council of the Government of National Accord no. 1750 Road along Km 4 The road is divided Main sectors Projects Executed Projects Projects in progress New Highway Project Definition of the device The implementation and management of the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":2259,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-2268","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/erma.gov.ly\/rilahiq\/wp\/v2\/pages\/2268","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/erma.gov.ly\/rilahiq\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/erma.gov.ly\/rilahiq\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/erma.gov.ly\/rilahiq\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/erma.gov.ly\/rilahiq\/wp\/v2\/comments?post=2268"}],"version-history":[{"count":13,"href":"https:\/\/erma.gov.ly\/rilahiq\/wp\/v2\/pages\/2268\/revisions"}],"predecessor-version":[{"id":3897,"href":"https:\/\/erma.gov.ly\/rilahiq\/wp\/v2\/pages\/2268\/revisions\/3897"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/erma.gov.ly\/rilahiq\/wp\/v2\/media\/2259"}],"wp:attachment":[{"href":"https:\/\/erma.gov.ly\/rilahiq\/wp\/v2\/media?parent=2268"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}