update src/components/LeafletMap/index.js and src/components/LeafletMap/index.scss

master
Your Name 3 years ago
parent ffad739188
commit 0b2ea9797a
  1. 15
      src/components/LeafletMap/index.js

@ -27,8 +27,8 @@ L.drawLocal = {
draw: {
toolbar: {
actions: {
title: "کنسل کردن رسم",
text: "کنسل",
title: غو کردن رسم",
text: غو",
},
finish: {
title: "پایان رسم",
@ -99,8 +99,8 @@ L.drawLocal = {
text: "ذخیره",
},
cancel: {
title: "کنسل کردن، ویرایش تمام تغییرات نادیده گرفته خواهند شد",
text: "کنسل",
title: غو کردن، ویرایش تمام تغییرات نادیده گرفته خواهند شد",
text: غو",
},
clearAll: {
title: "پاک کردن تمام لایه ها",
@ -118,7 +118,7 @@ L.drawLocal = {
edit: {
tooltip: {
text: "Drag handles or markers to edit features.",
subtext: "با کلیک بر روی کنسل تغییرات اعمال نخواهند شد.",
subtext: "با کلیک بر روی لغو تغییرات اعمال نخواهند شد.",
},
},
remove: {
@ -177,6 +177,11 @@ const LeafletMap = () => {
</FeatureGroup>
<LayerGroup></LayerGroup>
<ScaleControl position="topleft" />
<a class="leaflet-draw-edit-edit" href="#" title="ویرایش لایه ها">
<span class="sr-only">ویرایش لایه ها</span>
</a>
<ZoomControl position="topleft" />
</MapContainer>
);

Loading…
Cancel
Save