File size: 37,432 Bytes
63d85a4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 |
<!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;
// items: list of objects (title, lat, lon, markerVar)
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> |