Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Nour-rabea authored Aug 27, 2024
1 parent bfe9267 commit b35e3e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,11 @@
});

var marker1 = L.marker([29.95529311152194, 31.56046910936151], { icon: redIcon })
.bindTooltip("<b>" + "Ever New Cairo" + '</b><br>' +"Cred Development").addTo(map);
.bindTooltip("<b>" + "Ever New Cairo" + '</b><br>' +"Cred Developments").addTo(map);
var marker2 = L.marker([29.97019949360933, 31.711242368543274], { icon: redIcon })
.bindTooltip("<b>" + "Castle Landmark" + '</b><br>' +"Cred Development").addTo(map);
.bindTooltip("<b>" + "Castle Landmark" + '</b><br>' +"Cred Developments").addTo(map);
var marker3 = L.marker([30.00273665819171, 30.968602517717347], { icon: redIcon })
.bindTooltip("<b>" + "Ever" + '</b><br>' +"Cred Development").addTo(map);
.bindTooltip("<b>" + "Ever" + '</b><br>' +"Cred Developments").addTo(map);

// وظيفة لإخفاء وإظهار العلامات بناءً على مستوى التكبير
map.on('zoomend', function() {
Expand Down

0 comments on commit b35e3e9

Please sign in to comment.