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

Loading…
Cancel
Save