|
|
<!DOCTYPE html> |
|
|
<html> |
|
|
<head> |
|
|
|
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> |
|
|
<script src="https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.js"></script> |
|
|
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script> |
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js"></script> |
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js"></script> |
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.css"/> |
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css"/> |
|
|
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css"/> |
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2.0/css/all.min.css"/> |
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css"/> |
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/python-visualization/folium/folium/templates/leaflet.awesome.rotate.min.css"/> |
|
|
|
|
|
<meta name="viewport" content="width=device-width, |
|
|
initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> |
|
|
<style> |
|
|
#map_e9bc731b1aefc116cd58486c6649d4b3 { |
|
|
position: relative; |
|
|
width: 100.0%; |
|
|
height: 100.0%; |
|
|
left: 0.0%; |
|
|
top: 0.0%; |
|
|
} |
|
|
.leaflet-container { font-size: 1rem; } |
|
|
</style> |
|
|
|
|
|
<style>html, body { |
|
|
width: 100%; |
|
|
height: 100%; |
|
|
margin: 0; |
|
|
padding: 0; |
|
|
} |
|
|
</style> |
|
|
|
|
|
<style>#map { |
|
|
position:absolute; |
|
|
top:0; |
|
|
bottom:0; |
|
|
right:0; |
|
|
left:0; |
|
|
} |
|
|
</style> |
|
|
|
|
|
<script> |
|
|
L_NO_TOUCH = false; |
|
|
L_DISABLE_3D = false; |
|
|
</script> |
|
|
|
|
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet-locatecontrol/0.66.2/L.Control.Locate.min.js"></script> |
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet-locatecontrol/0.66.2/L.Control.Locate.min.css"/> |
|
|
</head> |
|
|
<body> |
|
|
|
|
|
|
|
|
<style> |
|
|
.stats-box { |
|
|
position: fixed; |
|
|
bottom: 14px; |
|
|
right: 14px; |
|
|
width: 300px; |
|
|
background: rgba(255,255,255,0.92); |
|
|
border-radius: 14px; |
|
|
box-shadow: 0 2px 14px rgba(0,0,0,0.2); |
|
|
z-index: 9999; |
|
|
font-family: Arial, sans-serif; |
|
|
overflow: hidden; |
|
|
} |
|
|
.stats-head { |
|
|
padding:10px 12px; |
|
|
font-weight:700; |
|
|
font-size:14px; |
|
|
border-bottom:1px solid rgba(0,0,0,0.08); |
|
|
direction:rtl; |
|
|
display:flex; |
|
|
justify-content:space-between; |
|
|
align-items:center; |
|
|
gap:10px; |
|
|
} |
|
|
.stats-title { |
|
|
white-space:nowrap; |
|
|
overflow:hidden; |
|
|
text-overflow:ellipsis; |
|
|
max-width: 210px; |
|
|
} |
|
|
.toggle { |
|
|
cursor:pointer; |
|
|
background:rgba(0,0,0,0.06); |
|
|
border-radius:10px; |
|
|
padding:4px 8px; |
|
|
font-size:12px; |
|
|
} |
|
|
.stats-body { |
|
|
padding:10px 12px; |
|
|
direction:rtl; |
|
|
font-size:13px; |
|
|
line-height:1.8; |
|
|
} |
|
|
.legend { |
|
|
max-height: 180px; |
|
|
overflow:auto; |
|
|
padding-right: 2px; |
|
|
margin-top: 8px; |
|
|
} |
|
|
.stats-fab { |
|
|
position: fixed; |
|
|
bottom: 14px; |
|
|
right: 14px; |
|
|
z-index: 9999; |
|
|
display:none; |
|
|
cursor:pointer; |
|
|
background: rgba(255,255,255,0.92); |
|
|
padding: 10px 12px; |
|
|
border-radius: 14px; |
|
|
box-shadow: 0 2px 14px rgba(0,0,0,0.2); |
|
|
font-family: Arial, sans-serif; |
|
|
font-size: 13px; |
|
|
direction: rtl; |
|
|
} |
|
|
hr { |
|
|
border:none; |
|
|
border-top:1px solid rgba(0,0,0,0.08); |
|
|
margin:10px 0; |
|
|
} |
|
|
</style> |
|
|
|
|
|
<div id="statsFab" class="stats-fab">إظهار الإحصاءات</div> |
|
|
|
|
|
<div id="statsBox" class="stats-box"> |
|
|
<div class="stats-head"> |
|
|
<span class="stats-title">حوراء زكي بن احمد آل عباس - 50</span> |
|
|
<span class="toggle" id="hideStats">إخفاء</span> |
|
|
</div> |
|
|
<div class="stats-body" id="statsBody"> |
|
|
<b>عدد المواقع:</b> 10<br> |
|
|
<b>عدد الحارات:</b> 7<br> |
|
|
<b>الأكثر:</b> <b>حزم</b>: 3 | <b>ج147</b>: 2 | <b>المروة</b>: 1 |
|
|
<hr> |
|
|
<b>تلوين حسب الحارة</b> |
|
|
<div class="legend"> |
|
|
|
|
|
<div style="display:flex;gap:6px;align-items:center;margin:4px 0;"> |
|
|
<span style="width:12px;height:12px;border-radius:50%; |
|
|
background:#f5f5dc;display:inline-block;border:1px solid rgba(0,0,0,0.2);"></span> |
|
|
<span style="font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:170px;">حزم</span> |
|
|
<span style="font-size:12px;color:#666;">(3)</span> |
|
|
</div> |
|
|
<div style="display:flex;gap:6px;align-items:center;margin:4px 0;"> |
|
|
<span style="width:12px;height:12px;border-radius:50%; |
|
|
background:#f5f5dc;display:inline-block;border:1px solid rgba(0,0,0,0.2);"></span> |
|
|
<span style="font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:170px;">ج147</span> |
|
|
<span style="font-size:12px;color:#666;">(2)</span> |
|
|
</div> |
|
|
<div style="display:flex;gap:6px;align-items:center;margin:4px 0;"> |
|
|
<span style="width:12px;height:12px;border-radius:50%; |
|
|
background:#8ce99a;display:inline-block;border:1px solid rgba(0,0,0,0.2);"></span> |
|
|
<span style="font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:170px;">المروة</span> |
|
|
<span style="font-size:12px;color:#666;">(1)</span> |
|
|
</div> |
|
|
<div style="display:flex;gap:6px;align-items:center;margin:4px 0;"> |
|
|
<span style="width:12px;height:12px;border-radius:50%; |
|
|
background:#0d6efd;display:inline-block;border:1px solid rgba(0,0,0,0.2);"></span> |
|
|
<span style="font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:170px;">الصفا</span> |
|
|
<span style="font-size:12px;color:#666;">(1)</span> |
|
|
</div> |
|
|
<div style="display:flex;gap:6px;align-items:center;margin:4px 0;"> |
|
|
<span style="width:12px;height:12px;border-radius:50%; |
|
|
background:#4b0082;display:inline-block;border:1px solid rgba(0,0,0,0.2);"></span> |
|
|
<span style="font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:170px;">الاوجام</span> |
|
|
<span style="font-size:12px;color:#666;">(1)</span> |
|
|
</div> |
|
|
<div style="display:flex;gap:6px;align-items:center;margin:4px 0;"> |
|
|
<span style="width:12px;height:12px;border-radius:50%; |
|
|
background:#fd7e14;display:inline-block;border:1px solid rgba(0,0,0,0.2);"></span> |
|
|
<span style="font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:170px;">ج19</span> |
|
|
<span style="font-size:12px;color:#666;">(1)</span> |
|
|
</div> |
|
|
<div style="display:flex;gap:6px;align-items:center;margin:4px 0;"> |
|
|
<span style="width:12px;height:12px;border-radius:50%; |
|
|
background:#d63384;display:inline-block;border:1px solid rgba(0,0,0,0.2);"></span> |
|
|
<span style="font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:170px;">الحزم</span> |
|
|
<span style="font-size:12px;color:#666;">(1)</span> |
|
|
</div> |
|
|
|
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
<script> |
|
|
(function(){ |
|
|
const box = document.getElementById('statsBox'); |
|
|
const fab = document.getElementById('statsFab'); |
|
|
const hide = document.getElementById('hideStats'); |
|
|
|
|
|
hide.addEventListener('click', function(){ |
|
|
box.style.display = 'none'; |
|
|
fab.style.display = 'block'; |
|
|
}); |
|
|
|
|
|
fab.addEventListener('click', function(){ |
|
|
box.style.display = 'block'; |
|
|
fab.style.display = 'none'; |
|
|
}); |
|
|
})(); |
|
|
</script> |
|
|
|
|
|
|
|
|
<style> |
|
|
.leaflet-control.est-search-control { |
|
|
background: rgba(255,255,255,0.92); |
|
|
box-shadow: 0 2px 14px rgba(0,0,0,0.20); |
|
|
border-radius: 14px; |
|
|
padding: 10px 10px; |
|
|
width: 320px; |
|
|
direction: rtl; |
|
|
font-family: Arial, sans-serif; |
|
|
} |
|
|
.est-search-control input { |
|
|
width: 100%; |
|
|
border: 1px solid rgba(0,0,0,0.15); |
|
|
border-radius: 10px; |
|
|
padding: 10px 12px; |
|
|
font-size: 13px; |
|
|
outline: none; |
|
|
} |
|
|
.est-search-meta { |
|
|
margin-top: 6px; |
|
|
font-size: 12px; |
|
|
color: #666; |
|
|
display:flex; |
|
|
justify-content:space-between; |
|
|
gap:8px; |
|
|
} |
|
|
.est-results { |
|
|
margin-top: 8px; |
|
|
max-height: 180px; |
|
|
overflow: auto; |
|
|
border-top: 1px solid rgba(0,0,0,0.08); |
|
|
padding-top: 6px; |
|
|
} |
|
|
.est-item { |
|
|
cursor: pointer; |
|
|
padding: 8px 10px; |
|
|
border-radius: 10px; |
|
|
font-size: 13px; |
|
|
line-height: 1.4; |
|
|
} |
|
|
.est-item:hover { |
|
|
background: rgba(0,0,0,0.06); |
|
|
} |
|
|
.est-badge { |
|
|
font-size: 12px; |
|
|
color: #333; |
|
|
} |
|
|
.est-clear { |
|
|
cursor:pointer; |
|
|
user-select:none; |
|
|
font-size:12px; |
|
|
color:#0b6efd; |
|
|
} |
|
|
</style> |
|
|
|
|
|
<script> |
|
|
(function(){ |
|
|
const map = map_e9bc731b1aefc116cd58486c6649d4b3; |
|
|
|
|
|
const items = [{"title": "خياط عاطف للخياطة الرجالية", "lat": 26.6572410399999, "lon": 49.9495993399999, "markerVar": "marker_8415ab975c0372f285f14411e970f7a3"}, {"title": "مؤسسة قصر الريم للوجبات السريعة", "lat": 26.6518541199999, "lon": 49.9564902099999, "markerVar": "marker_24c407350fda34d5bafd7771a9b980e7"}, {"title": "شركة مطعم الزمرد البخارية لتقديم الوجبات", "lat": 26.6512999999999, "lon": 49.955798, "markerVar": "marker_f49e4d7d10f215506d8e9f755dd00bc3"}, {"title": "مطعم فنون عدن للأكلات الشعبية", "lat": 26.65039462, "lon": 49.9552207099999, "markerVar": "marker_ddf3ba64ce728521a49a492ad151ccb1"}, {"title": "شركة سلامتك للبصريات", "lat": 26.64259199, "lon": 49.95629941, "markerVar": "marker_d4ed065ef1b38edde99bdb12928644d6"}, {"title": "شركة آل جعفر للمقاولات عامة", "lat": 26.6058011, "lon": 49.9390300299999, "markerVar": "marker_f110efe2c47ab1361fa000615549d883"}, {"title": "شركة ليل وقمر للمقاولات", "lat": 26.57148871, "lon": 49.9460935099999, "markerVar": "marker_f6f1a27e057920ffee5deaa307194011"}, {"title": "مصنع شركة ترايسن السعودية", "lat": 26.526916504, "lon": 49.9619140620001, "markerVar": "marker_a38e872af5057c481f10d0096a0ceff2"}, {"title": "عبدالكريم احمد ناصر العمار للتجارة", "lat": 26.50759341588019, "lon": 49.97290817650426, "markerVar": "marker_3c9f780b6548e7385819bf373d021188"}, {"title": "شركة افاق الرياح للمواد الغذائية شركة شخص واحد", "lat": 26.64391562, "lon": 49.91327058, "markerVar": "marker_172f0a8777488b56280cecfa39a4b6ca"}]; |
|
|
|
|
|
function norm(s){ |
|
|
if(!s) return ""; |
|
|
s = (""+s).toLowerCase(); |
|
|
|
|
|
|
|
|
s = s.replace(/[\u064B-\u065F]/g, ""); |
|
|
|
|
|
s = s.replace(/[إأآا]/g, "ا") |
|
|
.replace(/ى/g, "ي") |
|
|
.replace(/ة/g, "ه") |
|
|
.replace(/ؤ/g, "و") |
|
|
.replace(/ئ/g, "ي") |
|
|
.replace(/ـ/g, ""); |
|
|
|
|
|
s = s.replace(/\s+/g, " ").trim(); |
|
|
return s; |
|
|
} |
|
|
|
|
|
const SearchControl = L.Control.extend({ |
|
|
options: { position: 'bottomleft' }, |
|
|
onAdd: function(){ |
|
|
const div = L.DomUtil.create('div', 'leaflet-control est-search-control'); |
|
|
div.innerHTML = ` |
|
|
<input id="estQ" type="text" placeholder="ابحث باسم المنشأة (جزء من الاسم)..." /> |
|
|
<div class="est-search-meta"> |
|
|
<span id="estCount" class="est-badge"></span> |
|
|
<span id="estClear" class="est-clear">مسح</span> |
|
|
</div> |
|
|
<div id="estResults" class="est-results"></div> |
|
|
`; |
|
|
L.DomEvent.disableClickPropagation(div); |
|
|
L.DomEvent.disableScrollPropagation(div); |
|
|
return div; |
|
|
} |
|
|
}); |
|
|
|
|
|
map.addControl(new SearchControl()); |
|
|
|
|
|
function renderResults(hits){ |
|
|
const results = document.getElementById('estResults'); |
|
|
const count = document.getElementById('estCount'); |
|
|
results.innerHTML = ""; |
|
|
|
|
|
if(!hits.length){ |
|
|
count.textContent = "لا توجد نتائج"; |
|
|
return; |
|
|
} |
|
|
|
|
|
count.textContent = "النتائج: " + hits.length; |
|
|
|
|
|
for(const h of hits.slice(0, 50)){ |
|
|
const el = document.createElement('div'); |
|
|
el.className = 'est-item'; |
|
|
el.textContent = h.title; |
|
|
el.onclick = function(){ |
|
|
try { |
|
|
const mv = window[h.markerVar]; |
|
|
if(mv && mv.getLatLng){ |
|
|
map.setView(mv.getLatLng(), Math.max(map.getZoom(), 17), {animate:true}); |
|
|
if(mv.openPopup) mv.openPopup(); |
|
|
} else { |
|
|
map.setView([h.lat, h.lon], Math.max(map.getZoom(), 17), {animate:true}); |
|
|
} |
|
|
} catch(e) {} |
|
|
}; |
|
|
results.appendChild(el); |
|
|
} |
|
|
} |
|
|
|
|
|
function search(q){ |
|
|
const nq = norm(q); |
|
|
if(!nq) return []; |
|
|
const hits = []; |
|
|
for(const it of items){ |
|
|
if(norm(it.title).includes(nq)) hits.push(it); |
|
|
} |
|
|
return hits; |
|
|
} |
|
|
|
|
|
setTimeout(function(){ |
|
|
const input = document.getElementById('estQ'); |
|
|
const clearBtn = document.getElementById('estClear'); |
|
|
|
|
|
input.addEventListener('input', function(){ |
|
|
renderResults(search(this.value)); |
|
|
}); |
|
|
|
|
|
input.addEventListener('keydown', function(e){ |
|
|
if(e.key === 'Enter'){ |
|
|
const hits = search(this.value); |
|
|
renderResults(hits); |
|
|
if(hits.length){ |
|
|
try { |
|
|
const mv = window[hits[0].markerVar]; |
|
|
if(mv && mv.getLatLng){ |
|
|
map.setView(mv.getLatLng(), Math.max(map.getZoom(), 17), {animate:true}); |
|
|
if(mv.openPopup) mv.openPopup(); |
|
|
} |
|
|
} catch(e) {} |
|
|
} |
|
|
} |
|
|
}); |
|
|
|
|
|
clearBtn.addEventListener('click', function(){ |
|
|
input.value = ""; |
|
|
document.getElementById('estResults').innerHTML = ""; |
|
|
document.getElementById('estCount').textContent = ""; |
|
|
}); |
|
|
}, 0); |
|
|
})(); |
|
|
</script> |
|
|
|
|
|
|
|
|
<div style=" |
|
|
position: fixed; |
|
|
bottom: 8px; left: 8px; |
|
|
background: rgba(255,255,255,0.85); |
|
|
padding: 6px 10px; |
|
|
border-radius: 10px; |
|
|
font-size: 13px; |
|
|
direction: rtl; |
|
|
z-index: 9999; |
|
|
box-shadow: 0 1px 8px rgba(0,0,0,0.15); |
|
|
font-family: Arial, sans-serif; |
|
|
"> |
|
|
تصميم وإعداد <b>نوف الناصر</b> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="folium-map" id="map_e9bc731b1aefc116cd58486c6649d4b3" ></div> |
|
|
|
|
|
</body> |
|
|
<script> |
|
|
|
|
|
|
|
|
var map_e9bc731b1aefc116cd58486c6649d4b3 = L.map( |
|
|
"map_e9bc731b1aefc116cd58486c6649d4b3", |
|
|
{ |
|
|
center: [26.61090971198799, 49.95066240285039], |
|
|
crs: L.CRS.EPSG3857, |
|
|
...{ |
|
|
"zoom": 13, |
|
|
"zoomControl": true, |
|
|
"preferCanvas": false, |
|
|
} |
|
|
|
|
|
} |
|
|
); |
|
|
L.control.scale().addTo(map_e9bc731b1aefc116cd58486c6649d4b3); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_2f0a1d02e5a3ea296688bc8f9103da0a = L.tileLayer( |
|
|
"https://tile.openstreetmap.org/{z}/{x}/{y}.png", |
|
|
{ |
|
|
"minZoom": 0, |
|
|
"maxZoom": 19, |
|
|
"maxNativeZoom": 19, |
|
|
"noWrap": false, |
|
|
"attribution": "\u0026copy; \u003ca href=\"https://www.openstreetmap.org/copyright\"\u003eOpenStreetMap\u003c/a\u003e contributors", |
|
|
"subdomains": "abc", |
|
|
"detectRetina": false, |
|
|
"tms": false, |
|
|
"opacity": 1, |
|
|
} |
|
|
|
|
|
); |
|
|
|
|
|
|
|
|
tile_layer_2f0a1d02e5a3ea296688bc8f9103da0a.addTo(map_e9bc731b1aefc116cd58486c6649d4b3); |
|
|
|
|
|
|
|
|
var tile_layer_acf49c1b3e9fecf97cf84a30eadf15fc = L.tileLayer( |
|
|
"https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}", |
|
|
{ |
|
|
"minZoom": 0, |
|
|
"maxZoom": 18, |
|
|
"maxNativeZoom": 18, |
|
|
"noWrap": false, |
|
|
"attribution": "\u0026copy; Esri", |
|
|
"subdomains": "abc", |
|
|
"detectRetina": false, |
|
|
"tms": false, |
|
|
"opacity": 1, |
|
|
} |
|
|
|
|
|
); |
|
|
|
|
|
|
|
|
tile_layer_acf49c1b3e9fecf97cf84a30eadf15fc.addTo(map_e9bc731b1aefc116cd58486c6649d4b3); |
|
|
|
|
|
|
|
|
var locate_control_10e0e492c8f03bb22400e60f77570a1e = L.control.locate( |
|
|
{"flyTo": true} |
|
|
).addTo(map_e9bc731b1aefc116cd58486c6649d4b3); |
|
|
|
|
|
|
|
|
|
|
|
var marker_8415ab975c0372f285f14411e970f7a3 = L.marker( |
|
|
[26.6572410399999, 49.9495993399999], |
|
|
{ |
|
|
} |
|
|
).addTo(map_e9bc731b1aefc116cd58486c6649d4b3); |
|
|
|
|
|
|
|
|
var icon_f6b6e3cac4e94dadfa534a0d552f2e36 = L.AwesomeMarkers.icon( |
|
|
{ |
|
|
"markerColor": "beige", |
|
|
"iconColor": "white", |
|
|
"icon": "info-sign", |
|
|
"prefix": "glyphicon", |
|
|
"extraClasses": "fa-rotate-0", |
|
|
} |
|
|
); |
|
|
|
|
|
|
|
|
var popup_dbd56e09b1f858c039e3077fe644d873 = L.popup({ |
|
|
"maxWidth": 320, |
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
var html_e5c189bf03fe2a8d7915a229b8583c2e = $(`<div id="html_e5c189bf03fe2a8d7915a229b8583c2e" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>خياط عاطف للخياطة الرجالية</b><br> السجل التجاري: 2063030911<br> المنطقة: صفوى<br> الحارة: حزم<br> <a href="https://www.google.com/maps?q=26.6572410399999,49.9495993399999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0]; |
|
|
popup_dbd56e09b1f858c039e3077fe644d873.setContent(html_e5c189bf03fe2a8d7915a229b8583c2e); |
|
|
|
|
|
|
|
|
|
|
|
marker_8415ab975c0372f285f14411e970f7a3.bindPopup(popup_dbd56e09b1f858c039e3077fe644d873) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
marker_8415ab975c0372f285f14411e970f7a3.bindTooltip( |
|
|
`<div> |
|
|
خياط عاطف للخياطة الرجالية |
|
|
</div>`, |
|
|
{ |
|
|
"sticky": true, |
|
|
} |
|
|
); |
|
|
|
|
|
|
|
|
marker_8415ab975c0372f285f14411e970f7a3.setIcon(icon_f6b6e3cac4e94dadfa534a0d552f2e36); |
|
|
|
|
|
|
|
|
var marker_24c407350fda34d5bafd7771a9b980e7 = L.marker( |
|
|
[26.6518541199999, 49.9564902099999], |
|
|
{ |
|
|
} |
|
|
).addTo(map_e9bc731b1aefc116cd58486c6649d4b3); |
|
|
|
|
|
|
|
|
var icon_17e378089bddf371692d9e2c62713d8e = L.AwesomeMarkers.icon( |
|
|
{ |
|
|
"markerColor": "lightgreen", |
|
|
"iconColor": "white", |
|
|
"icon": "info-sign", |
|
|
"prefix": "glyphicon", |
|
|
"extraClasses": "fa-rotate-0", |
|
|
} |
|
|
); |
|
|
|
|
|
|
|
|
var popup_32feaa539fe4c4458c8d98d7695d339a = L.popup({ |
|
|
"maxWidth": 320, |
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
var html_25d4d7846017cd1fa98af4bdca05b3b9 = $(`<div id="html_25d4d7846017cd1fa98af4bdca05b3b9" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>مؤسسة قصر الريم للوجبات السريعة</b><br> السجل التجاري: 2053111340<br> المنطقة: صفوى<br> الحارة: المروة<br> <a href="https://www.google.com/maps?q=26.6518541199999,49.9564902099999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0]; |
|
|
popup_32feaa539fe4c4458c8d98d7695d339a.setContent(html_25d4d7846017cd1fa98af4bdca05b3b9); |
|
|
|
|
|
|
|
|
|
|
|
marker_24c407350fda34d5bafd7771a9b980e7.bindPopup(popup_32feaa539fe4c4458c8d98d7695d339a) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
marker_24c407350fda34d5bafd7771a9b980e7.bindTooltip( |
|
|
`<div> |
|
|
مؤسسة قصر الريم للوجبات السريعة |
|
|
</div>`, |
|
|
{ |
|
|
"sticky": true, |
|
|
} |
|
|
); |
|
|
|
|
|
|
|
|
marker_24c407350fda34d5bafd7771a9b980e7.setIcon(icon_17e378089bddf371692d9e2c62713d8e); |
|
|
|
|
|
|
|
|
var marker_f49e4d7d10f215506d8e9f755dd00bc3 = L.marker( |
|
|
[26.6512999999999, 49.955798], |
|
|
{ |
|
|
} |
|
|
).addTo(map_e9bc731b1aefc116cd58486c6649d4b3); |
|
|
|
|
|
|
|
|
var icon_3be4c585174903ff73f7ffd01bf683f1 = L.AwesomeMarkers.icon( |
|
|
{ |
|
|
"markerColor": "beige", |
|
|
"iconColor": "white", |
|
|
"icon": "info-sign", |
|
|
"prefix": "glyphicon", |
|
|
"extraClasses": "fa-rotate-0", |
|
|
} |
|
|
); |
|
|
|
|
|
|
|
|
var popup_7646983974bfc09965651fa93906b12a = L.popup({ |
|
|
"maxWidth": 320, |
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
var html_c20002a375f0bdac2e438774394190c9 = $(`<div id="html_c20002a375f0bdac2e438774394190c9" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة مطعم الزمرد البخارية لتقديم الوجبات</b><br> السجل التجاري: 2063024083<br> المنطقة: صفوى<br> الحارة: حزم<br> <a href="https://www.google.com/maps?q=26.6512999999999,49.955798" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0]; |
|
|
popup_7646983974bfc09965651fa93906b12a.setContent(html_c20002a375f0bdac2e438774394190c9); |
|
|
|
|
|
|
|
|
|
|
|
marker_f49e4d7d10f215506d8e9f755dd00bc3.bindPopup(popup_7646983974bfc09965651fa93906b12a) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
marker_f49e4d7d10f215506d8e9f755dd00bc3.bindTooltip( |
|
|
`<div> |
|
|
شركة مطعم الزمرد البخارية لتقديم الوجبات |
|
|
</div>`, |
|
|
{ |
|
|
"sticky": true, |
|
|
} |
|
|
); |
|
|
|
|
|
|
|
|
marker_f49e4d7d10f215506d8e9f755dd00bc3.setIcon(icon_3be4c585174903ff73f7ffd01bf683f1); |
|
|
|
|
|
|
|
|
var marker_ddf3ba64ce728521a49a492ad151ccb1 = L.marker( |
|
|
[26.65039462, 49.9552207099999], |
|
|
{ |
|
|
} |
|
|
).addTo(map_e9bc731b1aefc116cd58486c6649d4b3); |
|
|
|
|
|
|
|
|
var icon_a75baf2b8d84f90e14facc92704d7221 = L.AwesomeMarkers.icon( |
|
|
{ |
|
|
"markerColor": "beige", |
|
|
"iconColor": "white", |
|
|
"icon": "info-sign", |
|
|
"prefix": "glyphicon", |
|
|
"extraClasses": "fa-rotate-0", |
|
|
} |
|
|
); |
|
|
|
|
|
|
|
|
var popup_990f2f8aed9eaeec0a3d88e6b078327f = L.popup({ |
|
|
"maxWidth": 320, |
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
var html_8588c4656782147062949262b700f3d0 = $(`<div id="html_8588c4656782147062949262b700f3d0" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>مطعم فنون عدن للأكلات الشعبية</b><br> السجل التجاري: 2063032451<br> المنطقة: صفوى<br> الحارة: حزم<br> <a href="https://www.google.com/maps?q=26.65039462,49.9552207099999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0]; |
|
|
popup_990f2f8aed9eaeec0a3d88e6b078327f.setContent(html_8588c4656782147062949262b700f3d0); |
|
|
|
|
|
|
|
|
|
|
|
marker_ddf3ba64ce728521a49a492ad151ccb1.bindPopup(popup_990f2f8aed9eaeec0a3d88e6b078327f) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
marker_ddf3ba64ce728521a49a492ad151ccb1.bindTooltip( |
|
|
`<div> |
|
|
مطعم فنون عدن للأكلات الشعبية |
|
|
</div>`, |
|
|
{ |
|
|
"sticky": true, |
|
|
} |
|
|
); |
|
|
|
|
|
|
|
|
marker_ddf3ba64ce728521a49a492ad151ccb1.setIcon(icon_a75baf2b8d84f90e14facc92704d7221); |
|
|
|
|
|
|
|
|
var marker_d4ed065ef1b38edde99bdb12928644d6 = L.marker( |
|
|
[26.64259199, 49.95629941], |
|
|
{ |
|
|
} |
|
|
).addTo(map_e9bc731b1aefc116cd58486c6649d4b3); |
|
|
|
|
|
|
|
|
var icon_3f2eb6dc16fd4b095a7e3828e00fd960 = L.AwesomeMarkers.icon( |
|
|
{ |
|
|
"markerColor": "blue", |
|
|
"iconColor": "white", |
|
|
"icon": "info-sign", |
|
|
"prefix": "glyphicon", |
|
|
"extraClasses": "fa-rotate-0", |
|
|
} |
|
|
); |
|
|
|
|
|
|
|
|
var popup_65fa50d3ea0eafb7f3308a7da1d3374e = L.popup({ |
|
|
"maxWidth": 320, |
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
var html_64ad20e0de556133c9cf88f4fd659350 = $(`<div id="html_64ad20e0de556133c9cf88f4fd659350" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة سلامتك للبصريات</b><br> السجل التجاري: 2063607235<br> المنطقة: صفوى<br> الحارة: الصفا<br> <a href="https://www.google.com/maps?q=26.64259199,49.95629941" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0]; |
|
|
popup_65fa50d3ea0eafb7f3308a7da1d3374e.setContent(html_64ad20e0de556133c9cf88f4fd659350); |
|
|
|
|
|
|
|
|
|
|
|
marker_d4ed065ef1b38edde99bdb12928644d6.bindPopup(popup_65fa50d3ea0eafb7f3308a7da1d3374e) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
marker_d4ed065ef1b38edde99bdb12928644d6.bindTooltip( |
|
|
`<div> |
|
|
شركة سلامتك للبصريات |
|
|
</div>`, |
|
|
{ |
|
|
"sticky": true, |
|
|
} |
|
|
); |
|
|
|
|
|
|
|
|
marker_d4ed065ef1b38edde99bdb12928644d6.setIcon(icon_3f2eb6dc16fd4b095a7e3828e00fd960); |
|
|
|
|
|
|
|
|
var marker_f110efe2c47ab1361fa000615549d883 = L.marker( |
|
|
[26.6058011, 49.9390300299999], |
|
|
{ |
|
|
} |
|
|
).addTo(map_e9bc731b1aefc116cd58486c6649d4b3); |
|
|
|
|
|
|
|
|
var icon_ce1f0f45cfb9ee34a2c9ba5eb6f2507e = L.AwesomeMarkers.icon( |
|
|
{ |
|
|
"markerColor": "beige", |
|
|
"iconColor": "white", |
|
|
"icon": "info-sign", |
|
|
"prefix": "glyphicon", |
|
|
"extraClasses": "fa-rotate-0", |
|
|
} |
|
|
); |
|
|
|
|
|
|
|
|
var popup_9131cf09f06e28ef94b417dcb69c4c26 = L.popup({ |
|
|
"maxWidth": 320, |
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
var html_c4a2f953f4d4b61fdadc7aede9b283f6 = $(`<div id="html_c4a2f953f4d4b61fdadc7aede9b283f6" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة آل جعفر للمقاولات عامة</b><br> السجل التجاري: 2063606281<br> المنطقة: صفوى<br> الحارة: ج147<br> <a href="https://www.google.com/maps?q=26.6058011,49.9390300299999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0]; |
|
|
popup_9131cf09f06e28ef94b417dcb69c4c26.setContent(html_c4a2f953f4d4b61fdadc7aede9b283f6); |
|
|
|
|
|
|
|
|
|
|
|
marker_f110efe2c47ab1361fa000615549d883.bindPopup(popup_9131cf09f06e28ef94b417dcb69c4c26) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
marker_f110efe2c47ab1361fa000615549d883.bindTooltip( |
|
|
`<div> |
|
|
شركة آل جعفر للمقاولات عامة |
|
|
</div>`, |
|
|
{ |
|
|
"sticky": true, |
|
|
} |
|
|
); |
|
|
|
|
|
|
|
|
marker_f110efe2c47ab1361fa000615549d883.setIcon(icon_ce1f0f45cfb9ee34a2c9ba5eb6f2507e); |
|
|
|
|
|
|
|
|
var marker_f6f1a27e057920ffee5deaa307194011 = L.marker( |
|
|
[26.57148871, 49.9460935099999], |
|
|
{ |
|
|
} |
|
|
).addTo(map_e9bc731b1aefc116cd58486c6649d4b3); |
|
|
|
|
|
|
|
|
var icon_deeef9318fb2ed76acb71c1fc7bc37b6 = L.AwesomeMarkers.icon( |
|
|
{ |
|
|
"markerColor": "darkpurple", |
|
|
"iconColor": "white", |
|
|
"icon": "info-sign", |
|
|
"prefix": "glyphicon", |
|
|
"extraClasses": "fa-rotate-0", |
|
|
} |
|
|
); |
|
|
|
|
|
|
|
|
var popup_cffee870db85b00940b34e7d3e4dfc6a = L.popup({ |
|
|
"maxWidth": 320, |
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
var html_12a6999dc5c336a28e25bfc2dda49d88 = $(`<div id="html_12a6999dc5c336a28e25bfc2dda49d88" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة ليل وقمر للمقاولات</b><br> السجل التجاري: 2053014754<br> المنطقة: الاوجام<br> الحارة: الاوجام<br> <a href="https://www.google.com/maps?q=26.57148871,49.9460935099999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0]; |
|
|
popup_cffee870db85b00940b34e7d3e4dfc6a.setContent(html_12a6999dc5c336a28e25bfc2dda49d88); |
|
|
|
|
|
|
|
|
|
|
|
marker_f6f1a27e057920ffee5deaa307194011.bindPopup(popup_cffee870db85b00940b34e7d3e4dfc6a) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
marker_f6f1a27e057920ffee5deaa307194011.bindTooltip( |
|
|
`<div> |
|
|
شركة ليل وقمر للمقاولات |
|
|
</div>`, |
|
|
{ |
|
|
"sticky": true, |
|
|
} |
|
|
); |
|
|
|
|
|
|
|
|
marker_f6f1a27e057920ffee5deaa307194011.setIcon(icon_deeef9318fb2ed76acb71c1fc7bc37b6); |
|
|
|
|
|
|
|
|
var marker_a38e872af5057c481f10d0096a0ceff2 = L.marker( |
|
|
[26.526916504, 49.9619140620001], |
|
|
{ |
|
|
} |
|
|
).addTo(map_e9bc731b1aefc116cd58486c6649d4b3); |
|
|
|
|
|
|
|
|
var icon_9354f0513ea423a78433826ca8f0dcb1 = L.AwesomeMarkers.icon( |
|
|
{ |
|
|
"markerColor": "beige", |
|
|
"iconColor": "white", |
|
|
"icon": "info-sign", |
|
|
"prefix": "glyphicon", |
|
|
"extraClasses": "fa-rotate-0", |
|
|
} |
|
|
); |
|
|
|
|
|
|
|
|
var popup_c2e5812858790589ef7dd2b149b2194e = L.popup({ |
|
|
"maxWidth": 320, |
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
var html_9bc44414a68c839c1fccd539c9f44aac = $(`<div id="html_9bc44414a68c839c1fccd539c9f44aac" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>مصنع شركة ترايسن السعودية</b><br> السجل التجاري: 2053034157<br> المنطقة: الاوجام<br> الحارة: ج147<br> <a href="https://www.google.com/maps?q=26.526916504,49.9619140620001" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0]; |
|
|
popup_c2e5812858790589ef7dd2b149b2194e.setContent(html_9bc44414a68c839c1fccd539c9f44aac); |
|
|
|
|
|
|
|
|
|
|
|
marker_a38e872af5057c481f10d0096a0ceff2.bindPopup(popup_c2e5812858790589ef7dd2b149b2194e) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
marker_a38e872af5057c481f10d0096a0ceff2.bindTooltip( |
|
|
`<div> |
|
|
مصنع شركة ترايسن السعودية |
|
|
</div>`, |
|
|
{ |
|
|
"sticky": true, |
|
|
} |
|
|
); |
|
|
|
|
|
|
|
|
marker_a38e872af5057c481f10d0096a0ceff2.setIcon(icon_9354f0513ea423a78433826ca8f0dcb1); |
|
|
|
|
|
|
|
|
var marker_3c9f780b6548e7385819bf373d021188 = L.marker( |
|
|
[26.50759341588019, 49.97290817650426], |
|
|
{ |
|
|
} |
|
|
).addTo(map_e9bc731b1aefc116cd58486c6649d4b3); |
|
|
|
|
|
|
|
|
var icon_c05ba201179cb5b4e5b1d7117c1893cd = L.AwesomeMarkers.icon( |
|
|
{ |
|
|
"markerColor": "orange", |
|
|
"iconColor": "white", |
|
|
"icon": "info-sign", |
|
|
"prefix": "glyphicon", |
|
|
"extraClasses": "fa-rotate-0", |
|
|
} |
|
|
); |
|
|
|
|
|
|
|
|
var popup_236e1dd52411eafc488392ede31e21b9 = L.popup({ |
|
|
"maxWidth": 320, |
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
var html_9a684a9f82b703bf78e594ac37575701 = $(`<div id="html_9a684a9f82b703bf78e594ac37575701" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>عبدالكريم احمد ناصر العمار للتجارة</b><br> السجل التجاري: 2053101816<br> المنطقة: الاوجام<br> الحارة: ج19<br> <a href="https://www.google.com/maps?q=26.50759341588019,49.97290817650426" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0]; |
|
|
popup_236e1dd52411eafc488392ede31e21b9.setContent(html_9a684a9f82b703bf78e594ac37575701); |
|
|
|
|
|
|
|
|
|
|
|
marker_3c9f780b6548e7385819bf373d021188.bindPopup(popup_236e1dd52411eafc488392ede31e21b9) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
marker_3c9f780b6548e7385819bf373d021188.bindTooltip( |
|
|
`<div> |
|
|
عبدالكريم احمد ناصر العمار للتجارة |
|
|
</div>`, |
|
|
{ |
|
|
"sticky": true, |
|
|
} |
|
|
); |
|
|
|
|
|
|
|
|
marker_3c9f780b6548e7385819bf373d021188.setIcon(icon_c05ba201179cb5b4e5b1d7117c1893cd); |
|
|
|
|
|
|
|
|
var marker_172f0a8777488b56280cecfa39a4b6ca = L.marker( |
|
|
[26.64391562, 49.91327058], |
|
|
{ |
|
|
} |
|
|
).addTo(map_e9bc731b1aefc116cd58486c6649d4b3); |
|
|
|
|
|
|
|
|
var icon_a67e71e6dd337b46797edd07038d1bec = L.AwesomeMarkers.icon( |
|
|
{ |
|
|
"markerColor": "pink", |
|
|
"iconColor": "white", |
|
|
"icon": "info-sign", |
|
|
"prefix": "glyphicon", |
|
|
"extraClasses": "fa-rotate-0", |
|
|
} |
|
|
); |
|
|
|
|
|
|
|
|
var popup_900895ba18d88b4eaf52783fafeccf81 = L.popup({ |
|
|
"maxWidth": 320, |
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
var html_6b5dab3ea431bc6134471c34106b2511 = $(`<div id="html_6b5dab3ea431bc6134471c34106b2511" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة افاق الرياح للمواد الغذائية شركة شخص واحد</b><br> السجل التجاري: 2050124328<br> المنطقة: ام الساهك<br> الحارة: الحزم<br> <a href="https://www.google.com/maps?q=26.64391562,49.91327058" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0]; |
|
|
popup_900895ba18d88b4eaf52783fafeccf81.setContent(html_6b5dab3ea431bc6134471c34106b2511); |
|
|
|
|
|
|
|
|
|
|
|
marker_172f0a8777488b56280cecfa39a4b6ca.bindPopup(popup_900895ba18d88b4eaf52783fafeccf81) |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
marker_172f0a8777488b56280cecfa39a4b6ca.bindTooltip( |
|
|
`<div> |
|
|
شركة افاق الرياح للمواد الغذائية شركة شخص واحد |
|
|
</div>`, |
|
|
{ |
|
|
"sticky": true, |
|
|
} |
|
|
); |
|
|
|
|
|
|
|
|
marker_172f0a8777488b56280cecfa39a4b6ca.setIcon(icon_a67e71e6dd337b46797edd07038d1bec); |
|
|
|
|
|
|
|
|
map_e9bc731b1aefc116cd58486c6649d4b3.fitBounds( |
|
|
[[26.6572410399999, 49.9495993399999], [26.6518541199999, 49.9564902099999], [26.6512999999999, 49.955798], [26.65039462, 49.9552207099999], [26.64259199, 49.95629941], [26.6058011, 49.9390300299999], [26.57148871, 49.9460935099999], [26.526916504, 49.9619140620001], [26.50759341588019, 49.97290817650426], [26.64391562, 49.91327058]], |
|
|
{"padding": [30, 30]} |
|
|
); |
|
|
|
|
|
|
|
|
var layer_control_7e6439cc68d7eb315774339bc3b8cda0_layers = { |
|
|
base_layers : { |
|
|
"\u062e\u0631\u064a\u0637\u0629 \u0627\u0644\u0634\u0627\u0631\u0639" : tile_layer_2f0a1d02e5a3ea296688bc8f9103da0a, |
|
|
"\u0623\u0642\u0645\u0627\u0631 \u0635\u0646\u0627\u0639\u064a\u0629 (Esri)" : tile_layer_acf49c1b3e9fecf97cf84a30eadf15fc, |
|
|
}, |
|
|
overlays : { |
|
|
}, |
|
|
}; |
|
|
let layer_control_7e6439cc68d7eb315774339bc3b8cda0 = L.control.layers( |
|
|
layer_control_7e6439cc68d7eb315774339bc3b8cda0_layers.base_layers, |
|
|
layer_control_7e6439cc68d7eb315774339bc3b8cda0_layers.overlays, |
|
|
{ |
|
|
"position": "topright", |
|
|
"collapsed": false, |
|
|
"autoZIndex": true, |
|
|
} |
|
|
).addTo(map_e9bc731b1aefc116cd58486c6649d4b3); |
|
|
|
|
|
|
|
|
</script> |
|
|
</html> |