umap-project 2.9.2__py3-none-any.whl → 2.9.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of umap-project might be problematic. Click here for more details.

Files changed (111) hide show
  1. umap/__init__.py +1 -1
  2. umap/locale/en/LC_MESSAGES/django.po +18 -18
  3. umap/locale/et/LC_MESSAGES/django.mo +0 -0
  4. umap/locale/et/LC_MESSAGES/django.po +175 -130
  5. umap/locale/eu/LC_MESSAGES/django.mo +0 -0
  6. umap/locale/eu/LC_MESSAGES/django.po +117 -72
  7. umap/locale/fr/LC_MESSAGES/django.mo +0 -0
  8. umap/locale/fr/LC_MESSAGES/django.po +19 -19
  9. umap/middleware.py +2 -1
  10. umap/static/umap/locale/am_ET.js +4 -3
  11. umap/static/umap/locale/am_ET.json +4 -3
  12. umap/static/umap/locale/ar.js +4 -3
  13. umap/static/umap/locale/ar.json +4 -3
  14. umap/static/umap/locale/ast.js +4 -3
  15. umap/static/umap/locale/ast.json +4 -3
  16. umap/static/umap/locale/bg.js +4 -3
  17. umap/static/umap/locale/bg.json +4 -3
  18. umap/static/umap/locale/br.js +3 -3
  19. umap/static/umap/locale/br.json +3 -3
  20. umap/static/umap/locale/ca.js +4 -3
  21. umap/static/umap/locale/ca.json +4 -3
  22. umap/static/umap/locale/cs_CZ.js +17 -16
  23. umap/static/umap/locale/cs_CZ.json +17 -16
  24. umap/static/umap/locale/da.js +4 -3
  25. umap/static/umap/locale/da.json +4 -3
  26. umap/static/umap/locale/de.js +4 -3
  27. umap/static/umap/locale/de.json +4 -3
  28. umap/static/umap/locale/el.js +4 -3
  29. umap/static/umap/locale/el.json +4 -3
  30. umap/static/umap/locale/en.js +3 -3
  31. umap/static/umap/locale/en.json +3 -3
  32. umap/static/umap/locale/en_US.json +4 -3
  33. umap/static/umap/locale/es.js +10 -9
  34. umap/static/umap/locale/es.json +10 -9
  35. umap/static/umap/locale/et.js +4 -3
  36. umap/static/umap/locale/et.json +4 -3
  37. umap/static/umap/locale/eu.js +34 -33
  38. umap/static/umap/locale/eu.json +34 -33
  39. umap/static/umap/locale/fa_IR.js +4 -3
  40. umap/static/umap/locale/fa_IR.json +4 -3
  41. umap/static/umap/locale/fi.js +4 -3
  42. umap/static/umap/locale/fi.json +4 -3
  43. umap/static/umap/locale/fr.js +3 -3
  44. umap/static/umap/locale/fr.json +3 -3
  45. umap/static/umap/locale/gl.js +10 -9
  46. umap/static/umap/locale/gl.json +10 -9
  47. umap/static/umap/locale/he.js +4 -3
  48. umap/static/umap/locale/he.json +4 -3
  49. umap/static/umap/locale/hr.js +4 -3
  50. umap/static/umap/locale/hr.json +4 -3
  51. umap/static/umap/locale/hu.js +4 -3
  52. umap/static/umap/locale/hu.json +4 -3
  53. umap/static/umap/locale/id.js +4 -3
  54. umap/static/umap/locale/id.json +4 -3
  55. umap/static/umap/locale/is.js +4 -3
  56. umap/static/umap/locale/is.json +4 -3
  57. umap/static/umap/locale/it.js +4 -3
  58. umap/static/umap/locale/it.json +4 -3
  59. umap/static/umap/locale/ja.js +4 -3
  60. umap/static/umap/locale/ja.json +4 -3
  61. umap/static/umap/locale/ko.js +4 -3
  62. umap/static/umap/locale/ko.json +4 -3
  63. umap/static/umap/locale/lt.js +4 -3
  64. umap/static/umap/locale/lt.json +4 -3
  65. umap/static/umap/locale/ms.js +4 -3
  66. umap/static/umap/locale/ms.json +4 -3
  67. umap/static/umap/locale/nl.js +3 -3
  68. umap/static/umap/locale/nl.json +3 -3
  69. umap/static/umap/locale/no.js +4 -3
  70. umap/static/umap/locale/no.json +4 -3
  71. umap/static/umap/locale/pl.js +4 -3
  72. umap/static/umap/locale/pl.json +4 -3
  73. umap/static/umap/locale/pl_PL.json +4 -3
  74. umap/static/umap/locale/pt.js +3 -3
  75. umap/static/umap/locale/pt.json +3 -3
  76. umap/static/umap/locale/pt_BR.js +4 -3
  77. umap/static/umap/locale/pt_BR.json +4 -3
  78. umap/static/umap/locale/pt_PT.js +4 -3
  79. umap/static/umap/locale/pt_PT.json +4 -3
  80. umap/static/umap/locale/ro.js +4 -3
  81. umap/static/umap/locale/ro.json +4 -3
  82. umap/static/umap/locale/ru.js +4 -3
  83. umap/static/umap/locale/ru.json +4 -3
  84. umap/static/umap/locale/sk_SK.js +4 -3
  85. umap/static/umap/locale/sk_SK.json +4 -3
  86. umap/static/umap/locale/sl.js +4 -3
  87. umap/static/umap/locale/sl.json +4 -3
  88. umap/static/umap/locale/sr.js +4 -3
  89. umap/static/umap/locale/sr.json +4 -3
  90. umap/static/umap/locale/sv.js +4 -3
  91. umap/static/umap/locale/sv.json +4 -3
  92. umap/static/umap/locale/th_TH.js +4 -3
  93. umap/static/umap/locale/th_TH.json +4 -3
  94. umap/static/umap/locale/tr.js +4 -3
  95. umap/static/umap/locale/tr.json +4 -3
  96. umap/static/umap/locale/uk_UA.js +4 -3
  97. umap/static/umap/locale/uk_UA.json +4 -3
  98. umap/static/umap/locale/vi.js +4 -3
  99. umap/static/umap/locale/vi.json +4 -3
  100. umap/static/umap/locale/vi_VN.json +4 -3
  101. umap/static/umap/locale/zh.js +4 -3
  102. umap/static/umap/locale/zh.json +4 -3
  103. umap/static/umap/locale/zh_CN.json +4 -3
  104. umap/static/umap/locale/zh_TW.Big5.json +4 -3
  105. umap/static/umap/locale/zh_TW.js +4 -3
  106. umap/static/umap/locale/zh_TW.json +4 -3
  107. {umap_project-2.9.2.dist-info → umap_project-2.9.3.dist-info}/METADATA +2 -2
  108. {umap_project-2.9.2.dist-info → umap_project-2.9.3.dist-info}/RECORD +111 -111
  109. {umap_project-2.9.2.dist-info → umap_project-2.9.3.dist-info}/WHEEL +0 -0
  110. {umap_project-2.9.2.dist-info → umap_project-2.9.3.dist-info}/entry_points.txt +0 -0
  111. {umap_project-2.9.2.dist-info → umap_project-2.9.3.dist-info}/licenses/LICENSE +0 -0
@@ -299,7 +299,6 @@ const locale = {
299
299
  "Restore this version": "Bu sürümü geri yükleyin",
300
300
  "Save current edits": "Şimdiki düzenlemeleri kaydet",
301
301
  "Save map": "Save map",
302
- "Save this location as new feature": "Bu konumu yeni özellik olarak kaydet",
303
302
  "Save": "Kaydet",
304
303
  "Saved center and zoom": "Saved center and zoom",
305
304
  "Search location": "Konum ara",
@@ -387,7 +386,6 @@ const locale = {
387
386
  "Zoom to the next": "Bir sonrakine yakınlaştır",
388
387
  "Zoom to the previous": "Bir öncekine yakınlaştır",
389
388
  "Zoom to this feature": "Bu nesneyi yakınlaştır",
390
- "Zoom to this place": "Bu yere yakınlaştırın",
391
389
  "{area} acres": "{area} acres",
392
390
  "{area} ha": "{area} ha",
393
391
  "{area} m²": "{area} m²",
@@ -532,7 +530,10 @@ const locale = {
532
530
  "Default latitude": "Default latitude",
533
531
  "Default longitude": "Default longitude",
534
532
  "Edit map default view": "Edit map default view",
535
- "Use current center and zoom": "Use current center and zoom"
533
+ "Use current center and zoom": "Use current center and zoom",
534
+ "Layer permalink": "Layer permalink",
535
+ "Save this geometry as a new feature": "Save this geometry as a new feature",
536
+ "Save this place as a new feature": "Save this place as a new feature"
536
537
  }
537
538
  L.registerLocale("tr", locale)
538
539
  L.setLocale("tr")
@@ -299,7 +299,6 @@
299
299
  "Restore this version": "Bu sürümü geri yükleyin",
300
300
  "Save current edits": "Şimdiki düzenlemeleri kaydet",
301
301
  "Save map": "Save map",
302
- "Save this location as new feature": "Bu konumu yeni özellik olarak kaydet",
303
302
  "Save": "Kaydet",
304
303
  "Saved center and zoom": "Saved center and zoom",
305
304
  "Search location": "Konum ara",
@@ -387,7 +386,6 @@
387
386
  "Zoom to the next": "Bir sonrakine yakınlaştır",
388
387
  "Zoom to the previous": "Bir öncekine yakınlaştır",
389
388
  "Zoom to this feature": "Bu nesneyi yakınlaştır",
390
- "Zoom to this place": "Bu yere yakınlaştırın",
391
389
  "{area} acres": "{area} acres",
392
390
  "{area} ha": "{area} ha",
393
391
  "{area} m²": "{area} m²",
@@ -532,5 +530,8 @@
532
530
  "Default latitude": "Default latitude",
533
531
  "Default longitude": "Default longitude",
534
532
  "Edit map default view": "Edit map default view",
535
- "Use current center and zoom": "Use current center and zoom"
533
+ "Use current center and zoom": "Use current center and zoom",
534
+ "Layer permalink": "Layer permalink",
535
+ "Save this geometry as a new feature": "Save this geometry as a new feature",
536
+ "Save this place as a new feature": "Save this place as a new feature"
536
537
  }
@@ -299,7 +299,6 @@ const locale = {
299
299
  "Restore this version": "Відновити цю версію",
300
300
  "Save current edits": "Зберегти поточні правки",
301
301
  "Save map": "Save map",
302
- "Save this location as new feature": "Зберегти місце розташування як новий об’єкт",
303
302
  "Save": "Зберегти",
304
303
  "Saved center and zoom": "Saved center and zoom",
305
304
  "Search location": "Пошук місця",
@@ -387,7 +386,6 @@ const locale = {
387
386
  "Zoom to the next": "Наблизитися до наступного",
388
387
  "Zoom to the previous": "Наблизитися до попереднього",
389
388
  "Zoom to this feature": "Наблизитися до цього об’єкта",
390
- "Zoom to this place": "Наблизити до цього місця",
391
389
  "{area} acres": "{area} acres",
392
390
  "{area} ha": "{area} ha",
393
391
  "{area} m²": "{area} m²",
@@ -532,7 +530,10 @@ const locale = {
532
530
  "Default latitude": "Default latitude",
533
531
  "Default longitude": "Default longitude",
534
532
  "Edit map default view": "Edit map default view",
535
- "Use current center and zoom": "Use current center and zoom"
533
+ "Use current center and zoom": "Use current center and zoom",
534
+ "Layer permalink": "Layer permalink",
535
+ "Save this geometry as a new feature": "Save this geometry as a new feature",
536
+ "Save this place as a new feature": "Save this place as a new feature"
536
537
  }
537
538
  L.registerLocale("uk_UA", locale)
538
539
  L.setLocale("uk_UA")
@@ -299,7 +299,6 @@
299
299
  "Restore this version": "Відновити цю версію",
300
300
  "Save current edits": "Зберегти поточні правки",
301
301
  "Save map": "Save map",
302
- "Save this location as new feature": "Зберегти місце розташування як новий об’єкт",
303
302
  "Save": "Зберегти",
304
303
  "Saved center and zoom": "Saved center and zoom",
305
304
  "Search location": "Пошук місця",
@@ -387,7 +386,6 @@
387
386
  "Zoom to the next": "Наблизитися до наступного",
388
387
  "Zoom to the previous": "Наблизитися до попереднього",
389
388
  "Zoom to this feature": "Наблизитися до цього об’єкта",
390
- "Zoom to this place": "Наблизити до цього місця",
391
389
  "{area} acres": "{area} acres",
392
390
  "{area} ha": "{area} ha",
393
391
  "{area} m²": "{area} m²",
@@ -532,5 +530,8 @@
532
530
  "Default latitude": "Default latitude",
533
531
  "Default longitude": "Default longitude",
534
532
  "Edit map default view": "Edit map default view",
535
- "Use current center and zoom": "Use current center and zoom"
533
+ "Use current center and zoom": "Use current center and zoom",
534
+ "Layer permalink": "Layer permalink",
535
+ "Save this geometry as a new feature": "Save this geometry as a new feature",
536
+ "Save this place as a new feature": "Save this place as a new feature"
536
537
  }
@@ -299,7 +299,6 @@ const locale = {
299
299
  "Restore this version": "Restore this version",
300
300
  "Save current edits": "Save current edits",
301
301
  "Save map": "Save map",
302
- "Save this location as new feature": "Save this location as new feature",
303
302
  "Save": "Save",
304
303
  "Saved center and zoom": "Saved center and zoom",
305
304
  "Search location": "Search location",
@@ -387,7 +386,6 @@ const locale = {
387
386
  "Zoom to the next": "Zoom to the next",
388
387
  "Zoom to the previous": "Zoom to the previous",
389
388
  "Zoom to this feature": "Zoom to this feature",
390
- "Zoom to this place": "Zoom to this place",
391
389
  "{area} acres": "{area} acres",
392
390
  "{area} ha": "{area} ha",
393
391
  "{area} m²": "{area} m²",
@@ -532,7 +530,10 @@ const locale = {
532
530
  "Default latitude": "Default latitude",
533
531
  "Default longitude": "Default longitude",
534
532
  "Edit map default view": "Edit map default view",
535
- "Use current center and zoom": "Use current center and zoom"
533
+ "Use current center and zoom": "Use current center and zoom",
534
+ "Layer permalink": "Layer permalink",
535
+ "Save this geometry as a new feature": "Save this geometry as a new feature",
536
+ "Save this place as a new feature": "Save this place as a new feature"
536
537
  }
537
538
  L.registerLocale("vi", locale)
538
539
  L.setLocale("vi")
@@ -299,7 +299,6 @@
299
299
  "Restore this version": "Restore this version",
300
300
  "Save current edits": "Save current edits",
301
301
  "Save map": "Save map",
302
- "Save this location as new feature": "Save this location as new feature",
303
302
  "Save": "Save",
304
303
  "Saved center and zoom": "Saved center and zoom",
305
304
  "Search location": "Search location",
@@ -387,7 +386,6 @@
387
386
  "Zoom to the next": "Zoom to the next",
388
387
  "Zoom to the previous": "Zoom to the previous",
389
388
  "Zoom to this feature": "Zoom to this feature",
390
- "Zoom to this place": "Zoom to this place",
391
389
  "{area} acres": "{area} acres",
392
390
  "{area} ha": "{area} ha",
393
391
  "{area} m²": "{area} m²",
@@ -532,5 +530,8 @@
532
530
  "Default latitude": "Default latitude",
533
531
  "Default longitude": "Default longitude",
534
532
  "Edit map default view": "Edit map default view",
535
- "Use current center and zoom": "Use current center and zoom"
533
+ "Use current center and zoom": "Use current center and zoom",
534
+ "Layer permalink": "Layer permalink",
535
+ "Save this geometry as a new feature": "Save this geometry as a new feature",
536
+ "Save this place as a new feature": "Save this place as a new feature"
536
537
  }
@@ -299,7 +299,6 @@
299
299
  "Restore this version": "Restore this version",
300
300
  "Save current edits": "Save current edits",
301
301
  "Save map": "Save map",
302
- "Save this location as new feature": "Save this location as new feature",
303
302
  "Save": "Save",
304
303
  "Saved center and zoom": "Saved center and zoom",
305
304
  "Search location": "Search location",
@@ -387,7 +386,6 @@
387
386
  "Zoom to the next": "Zoom to the next",
388
387
  "Zoom to the previous": "Zoom to the previous",
389
388
  "Zoom to this feature": "Zoom to this feature",
390
- "Zoom to this place": "Zoom to this place",
391
389
  "{area} acres": "{area} acres",
392
390
  "{area} ha": "{area} ha",
393
391
  "{area} m²": "{area} m²",
@@ -532,5 +530,8 @@
532
530
  "Default latitude": "Default latitude",
533
531
  "Default longitude": "Default longitude",
534
532
  "Edit map default view": "Edit map default view",
535
- "Use current center and zoom": "Use current center and zoom"
533
+ "Use current center and zoom": "Use current center and zoom",
534
+ "Layer permalink": "Layer permalink",
535
+ "Save this geometry as a new feature": "Save this geometry as a new feature",
536
+ "Save this place as a new feature": "Save this place as a new feature"
536
537
  }
@@ -299,7 +299,6 @@ const locale = {
299
299
  "Restore this version": "Restore this version",
300
300
  "Save current edits": "保存当前编辑内容",
301
301
  "Save map": "Save map",
302
- "Save this location as new feature": "Save this location as new feature",
303
302
  "Save": "保存",
304
303
  "Saved center and zoom": "Saved center and zoom",
305
304
  "Search location": "Search location",
@@ -387,7 +386,6 @@ const locale = {
387
386
  "Zoom to the next": "下一个",
388
387
  "Zoom to the previous": "上一个",
389
388
  "Zoom to this feature": "缩放到该对象",
390
- "Zoom to this place": "Zoom to this place",
391
389
  "{area} acres": "{area} acres",
392
390
  "{area} ha": "{area} ha",
393
391
  "{area} m²": "{area} m²",
@@ -532,7 +530,10 @@ const locale = {
532
530
  "Default latitude": "Default latitude",
533
531
  "Default longitude": "Default longitude",
534
532
  "Edit map default view": "Edit map default view",
535
- "Use current center and zoom": "Use current center and zoom"
533
+ "Use current center and zoom": "Use current center and zoom",
534
+ "Layer permalink": "Layer permalink",
535
+ "Save this geometry as a new feature": "Save this geometry as a new feature",
536
+ "Save this place as a new feature": "Save this place as a new feature"
536
537
  }
537
538
  L.registerLocale("zh", locale)
538
539
  L.setLocale("zh")
@@ -299,7 +299,6 @@
299
299
  "Restore this version": "Restore this version",
300
300
  "Save current edits": "保存当前编辑内容",
301
301
  "Save map": "Save map",
302
- "Save this location as new feature": "Save this location as new feature",
303
302
  "Save": "保存",
304
303
  "Saved center and zoom": "Saved center and zoom",
305
304
  "Search location": "Search location",
@@ -387,7 +386,6 @@
387
386
  "Zoom to the next": "下一个",
388
387
  "Zoom to the previous": "上一个",
389
388
  "Zoom to this feature": "缩放到该对象",
390
- "Zoom to this place": "Zoom to this place",
391
389
  "{area} acres": "{area} acres",
392
390
  "{area} ha": "{area} ha",
393
391
  "{area} m²": "{area} m²",
@@ -532,5 +530,8 @@
532
530
  "Default latitude": "Default latitude",
533
531
  "Default longitude": "Default longitude",
534
532
  "Edit map default view": "Edit map default view",
535
- "Use current center and zoom": "Use current center and zoom"
533
+ "Use current center and zoom": "Use current center and zoom",
534
+ "Layer permalink": "Layer permalink",
535
+ "Save this geometry as a new feature": "Save this geometry as a new feature",
536
+ "Save this place as a new feature": "Save this place as a new feature"
536
537
  }
@@ -299,7 +299,6 @@
299
299
  "Restore this version": "Restore this version",
300
300
  "Save current edits": "Save current edits",
301
301
  "Save map": "Save map",
302
- "Save this location as new feature": "Save this location as new feature",
303
302
  "Save": "Save",
304
303
  "Saved center and zoom": "Saved center and zoom",
305
304
  "Search location": "Search location",
@@ -387,7 +386,6 @@
387
386
  "Zoom to the next": "Zoom to the next",
388
387
  "Zoom to the previous": "Zoom to the previous",
389
388
  "Zoom to this feature": "Zoom to this feature",
390
- "Zoom to this place": "Zoom to this place",
391
389
  "{area} acres": "{area} acres",
392
390
  "{area} ha": "{area} ha",
393
391
  "{area} m²": "{area} m²",
@@ -532,5 +530,8 @@
532
530
  "Default latitude": "Default latitude",
533
531
  "Default longitude": "Default longitude",
534
532
  "Edit map default view": "Edit map default view",
535
- "Use current center and zoom": "Use current center and zoom"
533
+ "Use current center and zoom": "Use current center and zoom",
534
+ "Layer permalink": "Layer permalink",
535
+ "Save this geometry as a new feature": "Save this geometry as a new feature",
536
+ "Save this place as a new feature": "Save this place as a new feature"
536
537
  }
@@ -299,7 +299,6 @@
299
299
  "Restore this version": "Restore this version",
300
300
  "Save current edits": "Save current edits",
301
301
  "Save map": "Save map",
302
- "Save this location as new feature": "Save this location as new feature",
303
302
  "Save": "Save",
304
303
  "Saved center and zoom": "Saved center and zoom",
305
304
  "Search location": "Search location",
@@ -387,7 +386,6 @@
387
386
  "Zoom to the next": "Zoom to the next",
388
387
  "Zoom to the previous": "Zoom to the previous",
389
388
  "Zoom to this feature": "Zoom to this feature",
390
- "Zoom to this place": "Zoom to this place",
391
389
  "{area} acres": "{area} acres",
392
390
  "{area} ha": "{area} ha",
393
391
  "{area} m²": "{area} m²",
@@ -532,5 +530,8 @@
532
530
  "Default latitude": "Default latitude",
533
531
  "Default longitude": "Default longitude",
534
532
  "Edit map default view": "Edit map default view",
535
- "Use current center and zoom": "Use current center and zoom"
533
+ "Use current center and zoom": "Use current center and zoom",
534
+ "Layer permalink": "Layer permalink",
535
+ "Save this geometry as a new feature": "Save this geometry as a new feature",
536
+ "Save this place as a new feature": "Save this place as a new feature"
536
537
  }
@@ -299,7 +299,6 @@ const locale = {
299
299
  "Restore this version": "回復此版本",
300
300
  "Save current edits": "儲存近期的變更",
301
301
  "Save map": "儲存地圖",
302
- "Save this location as new feature": "將地點存為新的圖徵",
303
302
  "Save": "儲存",
304
303
  "Saved center and zoom": "儲存地圖中心點位置與縮放大小",
305
304
  "Search location": "搜尋地點",
@@ -387,7 +386,6 @@ const locale = {
387
386
  "Zoom to the next": "切換至下一頁",
388
387
  "Zoom to the previous": "切換至前一頁",
389
388
  "Zoom to this feature": "縮放至圖徵範圍",
390
- "Zoom to this place": "縮放到這個地方",
391
389
  "{area} acres": "{area} 英畝",
392
390
  "{area} ha": "{area} 公頃",
393
391
  "{area} m²": "{area} 平方公尺",
@@ -532,7 +530,10 @@ const locale = {
532
530
  "Default latitude": "Default latitude",
533
531
  "Default longitude": "Default longitude",
534
532
  "Edit map default view": "Edit map default view",
535
- "Use current center and zoom": "Use current center and zoom"
533
+ "Use current center and zoom": "Use current center and zoom",
534
+ "Layer permalink": "Layer permalink",
535
+ "Save this geometry as a new feature": "Save this geometry as a new feature",
536
+ "Save this place as a new feature": "Save this place as a new feature"
536
537
  }
537
538
  L.registerLocale("zh_TW", locale)
538
539
  L.setLocale("zh_TW")
@@ -299,7 +299,6 @@
299
299
  "Restore this version": "回復此版本",
300
300
  "Save current edits": "儲存近期的變更",
301
301
  "Save map": "儲存地圖",
302
- "Save this location as new feature": "將地點存為新的圖徵",
303
302
  "Save": "儲存",
304
303
  "Saved center and zoom": "儲存地圖中心點位置與縮放大小",
305
304
  "Search location": "搜尋地點",
@@ -387,7 +386,6 @@
387
386
  "Zoom to the next": "切換至下一頁",
388
387
  "Zoom to the previous": "切換至前一頁",
389
388
  "Zoom to this feature": "縮放至圖徵範圍",
390
- "Zoom to this place": "縮放到這個地方",
391
389
  "{area} acres": "{area} 英畝",
392
390
  "{area} ha": "{area} 公頃",
393
391
  "{area} m²": "{area} 平方公尺",
@@ -532,5 +530,8 @@
532
530
  "Default latitude": "Default latitude",
533
531
  "Default longitude": "Default longitude",
534
532
  "Edit map default view": "Edit map default view",
535
- "Use current center and zoom": "Use current center and zoom"
533
+ "Use current center and zoom": "Use current center and zoom",
534
+ "Layer permalink": "Layer permalink",
535
+ "Save this geometry as a new feature": "Save this geometry as a new feature",
536
+ "Save this place as a new feature": "Save this place as a new feature"
536
537
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: umap-project
3
- Version: 2.9.2
3
+ Version: 2.9.3
4
4
  Summary: Create maps with OpenStreetMap layers in a minute and embed them in your site.
5
5
  Author-email: Yohan Boniface <yb@enix.org>
6
6
  Maintainer-email: David Larlet <david@larlet.fr>
@@ -19,7 +19,7 @@ Requires-Python: >=3.10
19
19
  Requires-Dist: django-agnocomplete==2.2.0
20
20
  Requires-Dist: django-environ==0.12.0
21
21
  Requires-Dist: django-probes==1.7.0
22
- Requires-Dist: django==5.1.6
22
+ Requires-Dist: django==5.1.7
23
23
  Requires-Dist: pillow==11.1.0
24
24
  Requires-Dist: psycopg==3.2.4
25
25
  Requires-Dist: rcssmin==1.2.1