umap-project 3.0.4__py3-none-any.whl → 3.0.5__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 (158) hide show
  1. umap/__init__.py +1 -1
  2. umap/locale/el/LC_MESSAGES/django.mo +0 -0
  3. umap/locale/el/LC_MESSAGES/django.po +136 -56
  4. umap/locale/en/LC_MESSAGES/django.po +18 -18
  5. umap/locale/es/LC_MESSAGES/django.mo +0 -0
  6. umap/locale/es/LC_MESSAGES/django.po +136 -56
  7. umap/locale/nl/LC_MESSAGES/django.mo +0 -0
  8. umap/locale/nl/LC_MESSAGES/django.po +1 -1
  9. umap/models.py +1 -0
  10. umap/settings/base.py +1 -0
  11. umap/static/umap/css/bar.css +1 -1
  12. umap/static/umap/css/tooltip.css +13 -0
  13. umap/static/umap/js/modules/autocomplete.js +7 -8
  14. umap/static/umap/js/modules/browser.js +89 -94
  15. umap/static/umap/js/modules/caption.js +6 -4
  16. umap/static/umap/js/modules/data/features.js +1 -19
  17. umap/static/umap/js/modules/data/layer.js +100 -61
  18. umap/static/umap/js/modules/facets.js +1 -1
  19. umap/static/umap/js/modules/form/fields.js +1 -1
  20. umap/static/umap/js/modules/importer.js +1 -1
  21. umap/static/umap/js/modules/managers.js +46 -0
  22. umap/static/umap/js/modules/permissions.js +1 -1
  23. umap/static/umap/js/modules/rendering/controls.js +251 -0
  24. umap/static/umap/js/modules/rendering/layers/heat.js +5 -0
  25. umap/static/umap/js/modules/rendering/map.js +21 -10
  26. umap/static/umap/js/modules/rendering/ui.js +0 -1
  27. umap/static/umap/js/modules/rules.js +56 -46
  28. umap/static/umap/js/modules/schema.js +5 -1
  29. umap/static/umap/js/modules/share.js +2 -2
  30. umap/static/umap/js/modules/slideshow.js +1 -1
  31. umap/static/umap/js/modules/sync/engine.js +23 -9
  32. umap/static/umap/js/modules/ui/bar.js +2 -2
  33. umap/static/umap/js/modules/ui/base.js +13 -0
  34. umap/static/umap/js/modules/umap.js +69 -111
  35. umap/static/umap/js/umap.controls.js +0 -310
  36. umap/static/umap/js/umap.core.js +0 -40
  37. umap/static/umap/locale/am_ET.js +8 -3
  38. umap/static/umap/locale/am_ET.json +8 -3
  39. umap/static/umap/locale/ar.js +8 -3
  40. umap/static/umap/locale/ar.json +8 -3
  41. umap/static/umap/locale/ast.js +8 -3
  42. umap/static/umap/locale/ast.json +8 -3
  43. umap/static/umap/locale/bg.js +8 -3
  44. umap/static/umap/locale/bg.json +8 -3
  45. umap/static/umap/locale/br.js +8 -3
  46. umap/static/umap/locale/br.json +8 -3
  47. umap/static/umap/locale/ca.js +20 -17
  48. umap/static/umap/locale/ca.json +20 -17
  49. umap/static/umap/locale/cs_CZ.js +5 -2
  50. umap/static/umap/locale/cs_CZ.json +5 -2
  51. umap/static/umap/locale/da.js +8 -3
  52. umap/static/umap/locale/da.json +8 -3
  53. umap/static/umap/locale/de.js +5 -2
  54. umap/static/umap/locale/de.json +5 -2
  55. umap/static/umap/locale/el.js +92 -87
  56. umap/static/umap/locale/el.json +92 -87
  57. umap/static/umap/locale/en.js +5 -2
  58. umap/static/umap/locale/en.json +5 -2
  59. umap/static/umap/locale/en_US.json +8 -3
  60. umap/static/umap/locale/es.js +18 -15
  61. umap/static/umap/locale/es.json +18 -15
  62. umap/static/umap/locale/et.js +8 -3
  63. umap/static/umap/locale/et.json +8 -3
  64. umap/static/umap/locale/eu.js +5 -2
  65. umap/static/umap/locale/eu.json +5 -2
  66. umap/static/umap/locale/fa_IR.js +5 -2
  67. umap/static/umap/locale/fa_IR.json +5 -2
  68. umap/static/umap/locale/fi.js +8 -3
  69. umap/static/umap/locale/fi.json +8 -3
  70. umap/static/umap/locale/fr.js +5 -2
  71. umap/static/umap/locale/fr.json +5 -2
  72. umap/static/umap/locale/gl.js +5 -2
  73. umap/static/umap/locale/gl.json +5 -2
  74. umap/static/umap/locale/he.js +8 -3
  75. umap/static/umap/locale/he.json +8 -3
  76. umap/static/umap/locale/hr.js +8 -3
  77. umap/static/umap/locale/hr.json +8 -3
  78. umap/static/umap/locale/hu.js +5 -2
  79. umap/static/umap/locale/hu.json +5 -2
  80. umap/static/umap/locale/id.js +8 -3
  81. umap/static/umap/locale/id.json +8 -3
  82. umap/static/umap/locale/is.js +8 -3
  83. umap/static/umap/locale/is.json +8 -3
  84. umap/static/umap/locale/it.js +5 -2
  85. umap/static/umap/locale/it.json +5 -2
  86. umap/static/umap/locale/ja.js +8 -3
  87. umap/static/umap/locale/ja.json +8 -3
  88. umap/static/umap/locale/ko.js +8 -3
  89. umap/static/umap/locale/ko.json +8 -3
  90. umap/static/umap/locale/lt.js +8 -3
  91. umap/static/umap/locale/lt.json +8 -3
  92. umap/static/umap/locale/ms.js +8 -3
  93. umap/static/umap/locale/ms.json +8 -3
  94. umap/static/umap/locale/nl.js +7 -4
  95. umap/static/umap/locale/nl.json +7 -4
  96. umap/static/umap/locale/no.js +8 -3
  97. umap/static/umap/locale/no.json +8 -3
  98. umap/static/umap/locale/pl.js +8 -3
  99. umap/static/umap/locale/pl.json +8 -3
  100. umap/static/umap/locale/pl_PL.json +8 -3
  101. umap/static/umap/locale/pt.js +5 -2
  102. umap/static/umap/locale/pt.json +5 -2
  103. umap/static/umap/locale/pt_BR.js +8 -3
  104. umap/static/umap/locale/pt_BR.json +8 -3
  105. umap/static/umap/locale/pt_PT.js +5 -2
  106. umap/static/umap/locale/pt_PT.json +5 -2
  107. umap/static/umap/locale/ro.js +8 -3
  108. umap/static/umap/locale/ro.json +8 -3
  109. umap/static/umap/locale/ru.js +8 -3
  110. umap/static/umap/locale/ru.json +8 -3
  111. umap/static/umap/locale/sk_SK.js +8 -3
  112. umap/static/umap/locale/sk_SK.json +8 -3
  113. umap/static/umap/locale/sl.js +8 -3
  114. umap/static/umap/locale/sl.json +8 -3
  115. umap/static/umap/locale/sr.js +8 -3
  116. umap/static/umap/locale/sr.json +8 -3
  117. umap/static/umap/locale/sv.js +8 -3
  118. umap/static/umap/locale/sv.json +8 -3
  119. umap/static/umap/locale/th_TH.js +8 -3
  120. umap/static/umap/locale/th_TH.json +8 -3
  121. umap/static/umap/locale/tr.js +8 -3
  122. umap/static/umap/locale/tr.json +8 -3
  123. umap/static/umap/locale/uk_UA.js +8 -3
  124. umap/static/umap/locale/uk_UA.json +8 -3
  125. umap/static/umap/locale/vi.js +8 -3
  126. umap/static/umap/locale/vi.json +8 -3
  127. umap/static/umap/locale/vi_VN.json +8 -3
  128. umap/static/umap/locale/zh.js +8 -3
  129. umap/static/umap/locale/zh.json +8 -3
  130. umap/static/umap/locale/zh_CN.json +8 -3
  131. umap/static/umap/locale/zh_TW.Big5.json +8 -3
  132. umap/static/umap/locale/zh_TW.js +5 -2
  133. umap/static/umap/locale/zh_TW.json +5 -2
  134. umap/static/umap/map.css +9 -31
  135. umap/static/umap/vendors/togeojson/togeojson.es.js +350 -177
  136. umap/static/umap/vendors/togeojson/togeojson.es.mjs.map +1 -1
  137. umap/templates/umap/design_system.html +355 -0
  138. umap/tests/base.py +2 -2
  139. umap/tests/fixtures/heatmap_data.json +1044 -0
  140. umap/tests/integration/test_browser.py +3 -3
  141. umap/tests/integration/test_conditional_rules.py +2 -2
  142. umap/tests/integration/test_datalayer.py +0 -1
  143. umap/tests/integration/test_edit_map.py +7 -7
  144. umap/tests/integration/test_facets_browser.py +2 -2
  145. umap/tests/integration/test_heatmap.py +41 -0
  146. umap/tests/integration/test_import.py +58 -1
  147. umap/tests/integration/test_map.py +7 -8
  148. umap/tests/integration/test_optimistic_merge.py +12 -4
  149. umap/tests/integration/test_querystring.py +1 -1
  150. umap/tests/integration/test_remote_data.py +79 -0
  151. umap/tests/integration/test_websocket_sync.py +2 -2
  152. umap/urls.py +1 -0
  153. umap/views.py +7 -0
  154. {umap_project-3.0.4.dist-info → umap_project-3.0.5.dist-info}/METADATA +8 -8
  155. {umap_project-3.0.4.dist-info → umap_project-3.0.5.dist-info}/RECORD +158 -152
  156. {umap_project-3.0.4.dist-info → umap_project-3.0.5.dist-info}/WHEEL +0 -0
  157. {umap_project-3.0.4.dist-info → umap_project-3.0.5.dist-info}/entry_points.txt +0 -0
  158. {umap_project-3.0.4.dist-info → umap_project-3.0.5.dist-info}/licenses/LICENSE +0 -0
@@ -45,7 +45,6 @@ const locale = {
45
45
  "Cache proxied request": "Αίτημα μεσολάβησης προσωρινής μνήμης",
46
46
  "Caption": "Λεζάντα",
47
47
  "Center map on your location": "Κεντράρισμα του χάρτη στην τοποθεσία σας",
48
- "Change map background": "Αλλαγή υποβάθρου του χάρτη",
49
48
  "Change tilelayers": "Αλλαγή χαρτογραφικού υπόβαθρου",
50
49
  "Change": "Αλλαγή",
51
50
  "Choose the data format": "Επιλογή μορφοποίησης δεδομένων",
@@ -434,111 +433,117 @@ const locale = {
434
433
  "key~value (eg. name~Grisy)": "κλειδί~τιμή (π.χ. όνομα~Grisy)",
435
434
  "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "κλειδί=\"value|value2\" (eg. όνομα=\"Παρίσι|Βερολίνο\")",
436
435
  "More info about Overpass syntax": "Περισσότερες πληροφορίες σχετικά με τη σύνταξη της Υπέρβασης",
437
- "For more complex needs, see": "For more complex needs, see",
438
- "Choose data": "Choose data",
439
- "Choose the format": "Choose the format",
440
- "Choose the layer": "Choose the layer",
441
- "Layer name": "Layer name",
442
- "Choose import mode": "Choose import mode",
443
- "Copy into the layer": "Copy into the layer",
444
- "Link to the layer as remote data": "Link to the layer as remote data",
436
+ "For more complex needs, see": "Για πιο σύνθετες ανάγκες, βλ.",
437
+ "Choose data": "Επιλογή δεδομένων",
438
+ "Choose the format": "Επιλογή μορφοποίησης",
439
+ "Choose the layer": "Επιλογή επιπέδου",
440
+ "Layer name": "Όνομα επιπέδου",
441
+ "Choose import mode": "Επιλογή τρόπου εισαγωγής",
442
+ "Copy into the layer": "Αντιγραφή στο επίπεδο",
443
+ "Link to the layer as remote data": "Σύνδεση με το επίπεδο ως απομακρυσμένα δεδομένα",
445
444
  "Condition": "Συνθήκη",
446
445
  "key=value or key!=value": "key=value ή key!=value",
447
446
  "Are you sure you want to delete this rule?": "Θέλετε σίγουρα να διαγραφεί αυτός ο κανόνας;",
448
447
  "empty rule": "κενός κανόνας",
449
448
  "Conditional style rules": "Κανόνες μορφοποίησης υπό όρους",
450
449
  "Add rule": "Προσθήκη κανόνα",
451
- "Browser: data": "Browser: data",
452
- "Browser: layers": "Browser: layers",
453
- "Browser: filters": "Browser: filters",
454
- "Enable real-time collaboration": "Enable real-time collaboration",
450
+ "Browser: data": "Περιηγητής: δεδομένα",
451
+ "Browser: layers": "Περιηγητής: επίπεδα",
452
+ "Browser: filters": "Περιηγητής: φίλτρα",
453
+ "Enable real-time collaboration": "Ενεργοποίηση συνεργασίας σε πραγματικό χρόνο",
455
454
  "✅ Copied!": "✅ Αντιγράφηκε!",
456
- "Choose a dataset": "Choose a dataset",
457
- "Choose this dataset": "Choose this dataset",
458
- "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
459
- "Choose a theme": "Choose a theme",
460
- "Symplify all geometries to points": "Symplify all geometries to points",
461
- "Choose this data": "Choose this data",
455
+ "Choose a dataset": "Επιλογή συνόλου δεδομένων",
456
+ "Choose this dataset": "Επιλογή αυτού του συνόλου δεδομένων",
457
+ "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: θεματικά δεδομένα από το OpenStreetMap",
458
+ "Choose a theme": "Επιλογή θέματος",
459
+ "Choose this data": "Επιλογή αυτών των δεδομένων",
462
460
  "Search admin boundary": "Αναζήτηση διοικητικού ορίου",
463
- "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
461
+ "Please choose a theme and a boundary first.": "Επιλέξτε πρώτα ένα θέμα και ένα όριο.",
464
462
  "Expression": "Έκφραση",
465
463
  "Geometry mode": "Λειτουργία γεωμετρίας",
466
- "Only geometry centers": "Only geometry centers",
467
- "Search area": "Search area",
468
- "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
469
- "Data successfully imported!": "Data successfully imported!",
470
- "Clear data": "Clear data",
471
- "Remove layers": "Remove layers",
472
- "Categorized": "Categorized",
473
- "Alphabetical": "Alphabetical",
474
- "Category property": "Category property",
464
+ "Only geometry centers": "Μόνο γεωμετρικά κέντρα",
465
+ "Search area": "Περιοχή αναζήτησης",
466
+ "Type area name, or let empty to load data in current map view": "Πληκτρολογήστε το όνομα της περιοχής ή αφήστε το κενό, για να φορτώσετε δεδομένα στην τρέχουσα προβολή χάρτη.",
467
+ "Data successfully imported!": "Τα δεδομένα εισήχθησαν επιτυχώς!",
468
+ "Clear data": "Εκκαθάριση δεδομένων",
469
+ "Remove layers": "Αφαίρεση επιπέδων",
470
+ "Categorized": "Κατηγοριοποιημένο",
471
+ "Alphabetical": "Αλφαβητικά",
472
+ "Category property": "Ιδιότητα κατηγορίας",
475
473
  "Color palette": "Παλέτα χρωμάτων",
476
474
  "Categories": "Κατηγορίες",
477
475
  "Comma separated list of categories.": "Λίστα κατηγοριών χωρισμένες με κόμμα.",
478
476
  "Categories mode": "Λειτουργία κατηγοριών",
479
- "Remove filter for this column": "Remove filter for this column",
480
- "Add filter for this column": "Add filter for this column",
481
- "Rename this column": "Rename this column",
482
- "Delete this column": "Delete this column",
483
- "Name “{name}” should not contain a dot.": "Name {name} should not contain a dot.",
484
- "This name already exists: “{name}”": "This name already exists: {name}",
485
- "Delete selected rows": "Delete selected rows",
486
- "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
477
+ "Remove filter for this column": "Αφαίρεση φίλτρου από αυτή τη στήλη",
478
+ "Add filter for this column": "Προσθήκη φίλτρου από αυτή τη στήλη",
479
+ "Rename this column": "Μετονομασία αυτής της στήλης",
480
+ "Delete this column": "Διαγραφή αυτής της στήλης",
481
+ "Name “{name}” should not contain a dot.": "Το όνομα \"{name}\" δεν πρέπει να περιέχει τελεία.",
482
+ "This name already exists: “{name}”": "Αυτό το όνομα υπάρχει ήδη: \"{name}\"",
483
+ "Delete selected rows": "Διαγραφή επιλεγμένων γραμμών",
484
+ "Found {count} rows. Are you sure you want to delete all?": "Βρέθηκαν {count} σειρές. Είστε σίγουροι ότι θέλετε να τις διαγράψετε όλες;",
487
485
  "Expression is empty": "Η έκφραση είναι κενή",
488
486
  "OK": "OK",
489
487
  "Cancel": "Άκυρο",
490
- "Attach map to a team": "Attach map to a team",
491
- "Display the polygon inverted": "Display the polygon inverted",
492
- "Proportional circles": "Proportional circles",
493
- "Property name to compute circles": "Property name to compute circles",
494
- "Min circle radius": "Min circle radius",
495
- "Max circle radius": "Max circle radius",
496
- "Display the open browser control": "Display the open browser control",
497
- "Copy as GeoJSON": "Copy as GeoJSON",
498
- "Please zoom in to edit the geometry": "Please zoom in to edit the geometry",
499
- "New map": "New map",
500
- "My maps": "My maps",
501
- "My teams": "My teams",
502
- "My profile": "My profile",
503
- "Type new owner's username": "Type new owner's username",
504
- "Type editor's username": "Type editor's username",
505
- "Map": "Map",
506
- "Manage collaborators": "Manage collaborators",
507
- "show/hide all layers": "show/hide all layers",
508
- "zoom to data extent": "zoom to data extent",
509
- "download visible data": "download visible data",
510
- "Import helpers": "Import helpers",
511
- "Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
488
+ "Attach map to a team": "Σύνδεση χάρτη με μια ομάδα",
489
+ "Display the polygon inverted": "Εμφανίζει το πολύγωνο ανεστραμμένο",
490
+ "Proportional circles": "Αναλογικοί κύκλοι",
491
+ "Property name to compute circles": "Όνομα ιδιότητας για τον υπολογισμό κύκλων",
492
+ "Min circle radius": "Ελάχιστη ακτίνα κύκλου",
493
+ "Max circle radius": "Μέγιστη ακτίνα κύκλου",
494
+ "Display the open browser control": "Εμφάνιση του χειριστηρίου ανοικτού προγράμματος περιήγησης",
495
+ "Copy as GeoJSON": "Αντιγραφή ως GeoJSON",
496
+ "Please zoom in to edit the geometry": "Παρακαλώ εστιάστε για να επεξεργαστείτε τη γεωμετρία",
497
+ "New map": "Νέος χάρτης",
498
+ "My maps": "Οι χάρτες μου",
499
+ "My teams": "Οι ομάδες μου",
500
+ "My profile": "Το προφίλ μου",
501
+ "Type new owner's username": "Πληκτρολογήστε το όνομα χρήστη του νέου ιδιοκτήτη",
502
+ "Type editor's username": "Πληκτρολογήστε το όνομα χρήστη του συντάκτη",
503
+ "Map": "Χάρτης",
504
+ "Manage collaborators": "Διαχείριση συνεργατών",
505
+ "show/hide all layers": "εμφάνιση/απόκρυψη όλων των επιπέδων",
506
+ "zoom to data extent": "εστίαση στην έκταση των δεδομένων",
507
+ "download visible data": "λήψη ορατών δεδομένων",
508
+ "Import helpers": "Βοηθοί εισαγωγής",
509
+ "Import helpers will fill the URL field for you.": "Οι βοηθοί εισαγωγής θα συμπληρώσουν το πεδίο URL για εσάς.",
512
510
  "Wikipedia": "Wikipedia",
513
- "Save draft": "Save draft",
514
- "No data has been found for import": "No data has been found for import",
515
- "Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
516
- "Disconnected": "Disconnected",
517
- "You must be logged in": "You must be logged in",
518
- "on hover": "on hover",
519
- "Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
520
- "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
521
- "Import failed: invalid data": "Import failed: invalid data",
522
- "Anonymous": "Anonymous",
523
- "created at {date}": "created at {date}",
524
- "modified at {date}": "modified at {date}",
525
- "Default zoom": "Default zoom",
526
- "Default latitude": "Default latitude",
527
- "Default longitude": "Default longitude",
528
- "Edit map default view": "Edit map default view",
529
- "Use current center and zoom": "Use current center and zoom",
530
- "Layer permalink": "Layer permalink",
531
- "Back to home": "Back to home",
532
- "Home logo": "Home logo",
533
- "Add this geometry to my map": "Add this geometry to my map",
534
- "Add this place to my map": "Add this place to my map",
535
- "Cancel last edit": "Cancel last edit",
536
- "Redo last edit": "Redo last edit",
537
- "Links": "Links",
538
- "Images": "Images",
511
+ "Save draft": "Αποθήκευση προσχεδίου",
512
+ "No data has been found for import": "Δεν βρέθηκαν δεδομένα για την εισαγωγή",
513
+ "Successfully imported {count} feature(s)": "Εισήχθησαν επιτυχώς {count} χαρακτηριστικό(ά)",
514
+ "Disconnected": "Αποσυνδεδεμένο",
515
+ "You must be logged in": "Πρέπει να συνδεθείτε",
516
+ "on hover": "στην αιώρηση",
517
+ "Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Δεν είναι δυνατή η φόρτωση απομακρυσμένων δεδομένων για το επίπεδο \"{layer}\" με url \"{url}\"",
518
+ "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Δεν είναι δυνατή η ανάλυση απομακρυσμένων δεδομένων για το επίπεδο \"{layer}\" με url \"{url}\"",
519
+ "Import failed: invalid data": "Η εισαγωγή απέτυχε: μη έγκυρα δεδομένα",
520
+ "Anonymous": "Ανώνυμος",
521
+ "created at {date}": "δημιουργήθηκε {ημερομηνία}",
522
+ "modified at {date}": "τροποποιήθηκε {ημερομηνία}",
523
+ "Default zoom": "Προκαθορισμένη εστίαση",
524
+ "Default latitude": "Προκαθορισμένο γεωγραφικό πλάτος",
525
+ "Default longitude": "Προκαθορισμένο γεωγραφικό μήκος",
526
+ "Edit map default view": "Επεξεργασία προεπιλεγμένης προβολής χάρτη",
527
+ "Use current center and zoom": "Χρήση τρέχοντος κέντρου και εστίασης",
528
+ "Layer permalink": "Mόνιμο url του επιπέδου",
529
+ "Back to home": "Επιστροφή στην αρχική σελίδα",
530
+ "Home logo": "Λογότυπο αρχικής σελίδας",
531
+ "Add this geometry to my map": "Προσθήκη αυτής της γεωμετρίας στο χάρτη μου",
532
+ "Add this place to my map": "Προσθήκη αυτής της τοποθεσίας στον χάρτη μου",
533
+ "Cancel last edit": "Ακύρωση τελευταίας επεξεργασίας",
534
+ "Redo last edit": "Αναίρεση ακύρωσης τελευταίας επεξεργασίας",
535
+ "Links": "Σύνδεσμοι",
536
+ "Images": "Εικόνες",
539
537
  "Iframes": "Iframes",
540
- "Tags": "Tags",
541
- "Geocode": "Geocode"
538
+ "Tags": "Ετικέτες",
539
+ "Geocode": "Γεωκωδικοποίηση",
540
+ "Display the back to home icon": "Εμφάνιση του εικονιδίου επιστροφής στην αρχική σελίδα",
541
+ "Do you want to display layer switcher in caption bar?": "Θέλετε να εμφανίσετε τον διακόπτη επιπέδων στη γραμμή λεζάντας;",
542
+ "Simplify all geometries to points": "Απλοποίηση όλων των γεωμετριών σε σημεία",
543
+ "Back to list": "Back to list",
544
+ "Toggle rule": "Toggle rule",
545
+ "Delete rule": "Delete rule",
546
+ "Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
542
547
  }
543
548
  L.registerLocale("el", locale)
544
549
  L.setLocale("el")
@@ -45,7 +45,6 @@
45
45
  "Cache proxied request": "Αίτημα μεσολάβησης προσωρινής μνήμης",
46
46
  "Caption": "Λεζάντα",
47
47
  "Center map on your location": "Κεντράρισμα του χάρτη στην τοποθεσία σας",
48
- "Change map background": "Αλλαγή υποβάθρου του χάρτη",
49
48
  "Change tilelayers": "Αλλαγή χαρτογραφικού υπόβαθρου",
50
49
  "Change": "Αλλαγή",
51
50
  "Choose the data format": "Επιλογή μορφοποίησης δεδομένων",
@@ -434,109 +433,115 @@
434
433
  "key~value (eg. name~Grisy)": "κλειδί~τιμή (π.χ. όνομα~Grisy)",
435
434
  "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "κλειδί=\"value|value2\" (eg. όνομα=\"Παρίσι|Βερολίνο\")",
436
435
  "More info about Overpass syntax": "Περισσότερες πληροφορίες σχετικά με τη σύνταξη της Υπέρβασης",
437
- "For more complex needs, see": "For more complex needs, see",
438
- "Choose data": "Choose data",
439
- "Choose the format": "Choose the format",
440
- "Choose the layer": "Choose the layer",
441
- "Layer name": "Layer name",
442
- "Choose import mode": "Choose import mode",
443
- "Copy into the layer": "Copy into the layer",
444
- "Link to the layer as remote data": "Link to the layer as remote data",
436
+ "For more complex needs, see": "Για πιο σύνθετες ανάγκες, βλ.",
437
+ "Choose data": "Επιλογή δεδομένων",
438
+ "Choose the format": "Επιλογή μορφοποίησης",
439
+ "Choose the layer": "Επιλογή επιπέδου",
440
+ "Layer name": "Όνομα επιπέδου",
441
+ "Choose import mode": "Επιλογή τρόπου εισαγωγής",
442
+ "Copy into the layer": "Αντιγραφή στο επίπεδο",
443
+ "Link to the layer as remote data": "Σύνδεση με το επίπεδο ως απομακρυσμένα δεδομένα",
445
444
  "Condition": "Συνθήκη",
446
445
  "key=value or key!=value": "key=value ή key!=value",
447
446
  "Are you sure you want to delete this rule?": "Θέλετε σίγουρα να διαγραφεί αυτός ο κανόνας;",
448
447
  "empty rule": "κενός κανόνας",
449
448
  "Conditional style rules": "Κανόνες μορφοποίησης υπό όρους",
450
449
  "Add rule": "Προσθήκη κανόνα",
451
- "Browser: data": "Browser: data",
452
- "Browser: layers": "Browser: layers",
453
- "Browser: filters": "Browser: filters",
454
- "Enable real-time collaboration": "Enable real-time collaboration",
450
+ "Browser: data": "Περιηγητής: δεδομένα",
451
+ "Browser: layers": "Περιηγητής: επίπεδα",
452
+ "Browser: filters": "Περιηγητής: φίλτρα",
453
+ "Enable real-time collaboration": "Ενεργοποίηση συνεργασίας σε πραγματικό χρόνο",
455
454
  "✅ Copied!": "✅ Αντιγράφηκε!",
456
- "Choose a dataset": "Choose a dataset",
457
- "Choose this dataset": "Choose this dataset",
458
- "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
459
- "Choose a theme": "Choose a theme",
460
- "Symplify all geometries to points": "Symplify all geometries to points",
461
- "Choose this data": "Choose this data",
455
+ "Choose a dataset": "Επιλογή συνόλου δεδομένων",
456
+ "Choose this dataset": "Επιλογή αυτού του συνόλου δεδομένων",
457
+ "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: θεματικά δεδομένα από το OpenStreetMap",
458
+ "Choose a theme": "Επιλογή θέματος",
459
+ "Choose this data": "Επιλογή αυτών των δεδομένων",
462
460
  "Search admin boundary": "Αναζήτηση διοικητικού ορίου",
463
- "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
461
+ "Please choose a theme and a boundary first.": "Επιλέξτε πρώτα ένα θέμα και ένα όριο.",
464
462
  "Expression": "Έκφραση",
465
463
  "Geometry mode": "Λειτουργία γεωμετρίας",
466
- "Only geometry centers": "Only geometry centers",
467
- "Search area": "Search area",
468
- "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
469
- "Data successfully imported!": "Data successfully imported!",
470
- "Clear data": "Clear data",
471
- "Remove layers": "Remove layers",
472
- "Categorized": "Categorized",
473
- "Alphabetical": "Alphabetical",
474
- "Category property": "Category property",
464
+ "Only geometry centers": "Μόνο γεωμετρικά κέντρα",
465
+ "Search area": "Περιοχή αναζήτησης",
466
+ "Type area name, or let empty to load data in current map view": "Πληκτρολογήστε το όνομα της περιοχής ή αφήστε το κενό, για να φορτώσετε δεδομένα στην τρέχουσα προβολή χάρτη.",
467
+ "Data successfully imported!": "Τα δεδομένα εισήχθησαν επιτυχώς!",
468
+ "Clear data": "Εκκαθάριση δεδομένων",
469
+ "Remove layers": "Αφαίρεση επιπέδων",
470
+ "Categorized": "Κατηγοριοποιημένο",
471
+ "Alphabetical": "Αλφαβητικά",
472
+ "Category property": "Ιδιότητα κατηγορίας",
475
473
  "Color palette": "Παλέτα χρωμάτων",
476
474
  "Categories": "Κατηγορίες",
477
475
  "Comma separated list of categories.": "Λίστα κατηγοριών χωρισμένες με κόμμα.",
478
476
  "Categories mode": "Λειτουργία κατηγοριών",
479
- "Remove filter for this column": "Remove filter for this column",
480
- "Add filter for this column": "Add filter for this column",
481
- "Rename this column": "Rename this column",
482
- "Delete this column": "Delete this column",
483
- "Name “{name}” should not contain a dot.": "Name {name} should not contain a dot.",
484
- "This name already exists: “{name}”": "This name already exists: {name}",
485
- "Delete selected rows": "Delete selected rows",
486
- "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
477
+ "Remove filter for this column": "Αφαίρεση φίλτρου από αυτή τη στήλη",
478
+ "Add filter for this column": "Προσθήκη φίλτρου από αυτή τη στήλη",
479
+ "Rename this column": "Μετονομασία αυτής της στήλης",
480
+ "Delete this column": "Διαγραφή αυτής της στήλης",
481
+ "Name “{name}” should not contain a dot.": "Το όνομα \"{name}\" δεν πρέπει να περιέχει τελεία.",
482
+ "This name already exists: “{name}”": "Αυτό το όνομα υπάρχει ήδη: \"{name}\"",
483
+ "Delete selected rows": "Διαγραφή επιλεγμένων γραμμών",
484
+ "Found {count} rows. Are you sure you want to delete all?": "Βρέθηκαν {count} σειρές. Είστε σίγουροι ότι θέλετε να τις διαγράψετε όλες;",
487
485
  "Expression is empty": "Η έκφραση είναι κενή",
488
486
  "OK": "OK",
489
487
  "Cancel": "Άκυρο",
490
- "Attach map to a team": "Attach map to a team",
491
- "Display the polygon inverted": "Display the polygon inverted",
492
- "Proportional circles": "Proportional circles",
493
- "Property name to compute circles": "Property name to compute circles",
494
- "Min circle radius": "Min circle radius",
495
- "Max circle radius": "Max circle radius",
496
- "Display the open browser control": "Display the open browser control",
497
- "Copy as GeoJSON": "Copy as GeoJSON",
498
- "Please zoom in to edit the geometry": "Please zoom in to edit the geometry",
499
- "New map": "New map",
500
- "My maps": "My maps",
501
- "My teams": "My teams",
502
- "My profile": "My profile",
503
- "Type new owner's username": "Type new owner's username",
504
- "Type editor's username": "Type editor's username",
505
- "Map": "Map",
506
- "Manage collaborators": "Manage collaborators",
507
- "show/hide all layers": "show/hide all layers",
508
- "zoom to data extent": "zoom to data extent",
509
- "download visible data": "download visible data",
510
- "Import helpers": "Import helpers",
511
- "Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
488
+ "Attach map to a team": "Σύνδεση χάρτη με μια ομάδα",
489
+ "Display the polygon inverted": "Εμφανίζει το πολύγωνο ανεστραμμένο",
490
+ "Proportional circles": "Αναλογικοί κύκλοι",
491
+ "Property name to compute circles": "Όνομα ιδιότητας για τον υπολογισμό κύκλων",
492
+ "Min circle radius": "Ελάχιστη ακτίνα κύκλου",
493
+ "Max circle radius": "Μέγιστη ακτίνα κύκλου",
494
+ "Display the open browser control": "Εμφάνιση του χειριστηρίου ανοικτού προγράμματος περιήγησης",
495
+ "Copy as GeoJSON": "Αντιγραφή ως GeoJSON",
496
+ "Please zoom in to edit the geometry": "Παρακαλώ εστιάστε για να επεξεργαστείτε τη γεωμετρία",
497
+ "New map": "Νέος χάρτης",
498
+ "My maps": "Οι χάρτες μου",
499
+ "My teams": "Οι ομάδες μου",
500
+ "My profile": "Το προφίλ μου",
501
+ "Type new owner's username": "Πληκτρολογήστε το όνομα χρήστη του νέου ιδιοκτήτη",
502
+ "Type editor's username": "Πληκτρολογήστε το όνομα χρήστη του συντάκτη",
503
+ "Map": "Χάρτης",
504
+ "Manage collaborators": "Διαχείριση συνεργατών",
505
+ "show/hide all layers": "εμφάνιση/απόκρυψη όλων των επιπέδων",
506
+ "zoom to data extent": "εστίαση στην έκταση των δεδομένων",
507
+ "download visible data": "λήψη ορατών δεδομένων",
508
+ "Import helpers": "Βοηθοί εισαγωγής",
509
+ "Import helpers will fill the URL field for you.": "Οι βοηθοί εισαγωγής θα συμπληρώσουν το πεδίο URL για εσάς.",
512
510
  "Wikipedia": "Wikipedia",
513
- "Save draft": "Save draft",
514
- "No data has been found for import": "No data has been found for import",
515
- "Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
516
- "Disconnected": "Disconnected",
517
- "You must be logged in": "You must be logged in",
518
- "on hover": "on hover",
519
- "Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
520
- "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
521
- "Import failed: invalid data": "Import failed: invalid data",
522
- "Anonymous": "Anonymous",
523
- "created at {date}": "created at {date}",
524
- "modified at {date}": "modified at {date}",
525
- "Default zoom": "Default zoom",
526
- "Default latitude": "Default latitude",
527
- "Default longitude": "Default longitude",
528
- "Edit map default view": "Edit map default view",
529
- "Use current center and zoom": "Use current center and zoom",
530
- "Layer permalink": "Layer permalink",
531
- "Back to home": "Back to home",
532
- "Home logo": "Home logo",
533
- "Add this geometry to my map": "Add this geometry to my map",
534
- "Add this place to my map": "Add this place to my map",
535
- "Cancel last edit": "Cancel last edit",
536
- "Redo last edit": "Redo last edit",
537
- "Links": "Links",
538
- "Images": "Images",
511
+ "Save draft": "Αποθήκευση προσχεδίου",
512
+ "No data has been found for import": "Δεν βρέθηκαν δεδομένα για την εισαγωγή",
513
+ "Successfully imported {count} feature(s)": "Εισήχθησαν επιτυχώς {count} χαρακτηριστικό(ά)",
514
+ "Disconnected": "Αποσυνδεδεμένο",
515
+ "You must be logged in": "Πρέπει να συνδεθείτε",
516
+ "on hover": "στην αιώρηση",
517
+ "Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Δεν είναι δυνατή η φόρτωση απομακρυσμένων δεδομένων για το επίπεδο \"{layer}\" με url \"{url}\"",
518
+ "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Δεν είναι δυνατή η ανάλυση απομακρυσμένων δεδομένων για το επίπεδο \"{layer}\" με url \"{url}\"",
519
+ "Import failed: invalid data": "Η εισαγωγή απέτυχε: μη έγκυρα δεδομένα",
520
+ "Anonymous": "Ανώνυμος",
521
+ "created at {date}": "δημιουργήθηκε {ημερομηνία}",
522
+ "modified at {date}": "τροποποιήθηκε {ημερομηνία}",
523
+ "Default zoom": "Προκαθορισμένη εστίαση",
524
+ "Default latitude": "Προκαθορισμένο γεωγραφικό πλάτος",
525
+ "Default longitude": "Προκαθορισμένο γεωγραφικό μήκος",
526
+ "Edit map default view": "Επεξεργασία προεπιλεγμένης προβολής χάρτη",
527
+ "Use current center and zoom": "Χρήση τρέχοντος κέντρου και εστίασης",
528
+ "Layer permalink": "Mόνιμο url του επιπέδου",
529
+ "Back to home": "Επιστροφή στην αρχική σελίδα",
530
+ "Home logo": "Λογότυπο αρχικής σελίδας",
531
+ "Add this geometry to my map": "Προσθήκη αυτής της γεωμετρίας στο χάρτη μου",
532
+ "Add this place to my map": "Προσθήκη αυτής της τοποθεσίας στον χάρτη μου",
533
+ "Cancel last edit": "Ακύρωση τελευταίας επεξεργασίας",
534
+ "Redo last edit": "Αναίρεση ακύρωσης τελευταίας επεξεργασίας",
535
+ "Links": "Σύνδεσμοι",
536
+ "Images": "Εικόνες",
539
537
  "Iframes": "Iframes",
540
- "Tags": "Tags",
541
- "Geocode": "Geocode"
538
+ "Tags": "Ετικέτες",
539
+ "Geocode": "Γεωκωδικοποίηση",
540
+ "Display the back to home icon": "Εμφάνιση του εικονιδίου επιστροφής στην αρχική σελίδα",
541
+ "Do you want to display layer switcher in caption bar?": "Θέλετε να εμφανίσετε τον διακόπτη επιπέδων στη γραμμή λεζάντας;",
542
+ "Simplify all geometries to points": "Απλοποίηση όλων των γεωμετριών σε σημεία",
543
+ "Back to list": "Back to list",
544
+ "Toggle rule": "Toggle rule",
545
+ "Delete rule": "Delete rule",
546
+ "Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
542
547
  }
@@ -45,7 +45,6 @@ const locale = {
45
45
  "Cache proxied request": "Cache proxied request",
46
46
  "Caption": "Caption",
47
47
  "Center map on your location": "Center map on your location",
48
- "Change map background": "Change map background",
49
48
  "Change tilelayers": "Change tilelayers",
50
49
  "Change": "Change",
51
50
  "Choose the data format": "Choose the data format",
@@ -540,7 +539,11 @@ const locale = {
540
539
  "Geocode": "Geocode",
541
540
  "Display the back to home icon": "Display the back to home icon",
542
541
  "Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
543
- "Simplify all geometries to points": "Simplify all geometries to points"
542
+ "Simplify all geometries to points": "Simplify all geometries to points",
543
+ "Back to list": "Back to list",
544
+ "Toggle rule": "Toggle rule",
545
+ "Delete rule": "Delete rule",
546
+ "Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
544
547
  }
545
548
  L.registerLocale("en", locale)
546
549
  L.setLocale("en")
@@ -45,7 +45,6 @@
45
45
  "Cache proxied request": "Cache proxied request",
46
46
  "Caption": "Caption",
47
47
  "Center map on your location": "Center map on your location",
48
- "Change map background": "Change map background",
49
48
  "Change tilelayers": "Change tilelayers",
50
49
  "Change": "Change",
51
50
  "Choose the data format": "Choose the data format",
@@ -540,5 +539,9 @@
540
539
  "Geocode": "Geocode",
541
540
  "Display the back to home icon": "Display the back to home icon",
542
541
  "Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
543
- "Simplify all geometries to points": "Simplify all geometries to points"
542
+ "Simplify all geometries to points": "Simplify all geometries to points",
543
+ "Back to list": "Back to list",
544
+ "Toggle rule": "Toggle rule",
545
+ "Delete rule": "Delete rule",
546
+ "Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
544
547
  }
@@ -45,7 +45,6 @@
45
45
  "Cache proxied request": "Cache proxied request",
46
46
  "Caption": "Caption",
47
47
  "Center map on your location": "Center map on your location",
48
- "Change map background": "Change basemap",
49
48
  "Change tilelayers": "Set map background",
50
49
  "Change": "Change",
51
50
  "Choose the data format": "Choose...",
@@ -457,7 +456,6 @@
457
456
  "Choose this dataset": "Choose this dataset",
458
457
  "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
459
458
  "Choose a theme": "Choose a theme",
460
- "Symplify all geometries to points": "Symplify all geometries to points",
461
459
  "Choose this data": "Choose this data",
462
460
  "Search admin boundary": "Search admin boundary",
463
461
  "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
@@ -538,5 +536,12 @@
538
536
  "Images": "Images",
539
537
  "Iframes": "Iframes",
540
538
  "Tags": "Tags",
541
- "Geocode": "Geocode"
539
+ "Geocode": "Geocode",
540
+ "Display the back to home icon": "Display the back to home icon",
541
+ "Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
542
+ "Simplify all geometries to points": "Simplify all geometries to points",
543
+ "Back to list": "Back to list",
544
+ "Toggle rule": "Toggle rule",
545
+ "Delete rule": "Delete rule",
546
+ "Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
542
547
  }
@@ -45,7 +45,6 @@ const locale = {
45
45
  "Cache proxied request": "Almacenar en caché la solicitud de proxy",
46
46
  "Caption": "Leyenda",
47
47
  "Center map on your location": "Centrar el mapa en tu ubicación",
48
- "Change map background": "Cambiar el fondo del mapa",
49
48
  "Change tilelayers": "Cambiar capas de teselas",
50
49
  "Change": "Cambiar",
51
50
  "Choose the data format": "Elegir el formato de datos",
@@ -526,21 +525,25 @@ const locale = {
526
525
  "Default longitude": "Longitud predeterminada",
527
526
  "Edit map default view": "Editar vista predeterminada del mapa",
528
527
  "Use current center and zoom": "Usar el centro y zoom actuales",
529
- "Layer permalink": "Layer permalink",
530
- "Back to home": "Back to home",
531
- "Home logo": "Home logo",
532
- "Add this geometry to my map": "Add this geometry to my map",
533
- "Add this place to my map": "Add this place to my map",
534
- "Cancel last edit": "Cancel last edit",
535
- "Redo last edit": "Redo last edit",
536
- "Links": "Links",
537
- "Images": "Images",
528
+ "Layer permalink": "Enlace permanente de la capa",
529
+ "Back to home": "Volver al inicio",
530
+ "Home logo": "Logo de inicio",
531
+ "Add this geometry to my map": "Agregar esta geometría a mi mapa",
532
+ "Add this place to my map": "Agregar este lugar a mi mapa",
533
+ "Cancel last edit": "Cancelar la última edición",
534
+ "Redo last edit": "Rehacer la última edición",
535
+ "Links": "Enlaces",
536
+ "Images": "Imágenes",
538
537
  "Iframes": "Iframes",
539
- "Tags": "Tags",
540
- "Geocode": "Geocode",
541
- "Display the back to home icon": "Display the back to home icon",
542
- "Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
543
- "Simplify all geometries to points": "Simplify all geometries to points"
538
+ "Tags": "Etiquetas",
539
+ "Geocode": "Geocodificar",
540
+ "Display the back to home icon": "Mostrar el ícono de volver al inicio",
541
+ "Do you want to display layer switcher in caption bar?": "¿Quieres mostrar el selector de capas en la barra de título?",
542
+ "Simplify all geometries to points": "Simplificar todas las geometrías a puntos",
543
+ "Back to list": "Back to list",
544
+ "Toggle rule": "Toggle rule",
545
+ "Delete rule": "Delete rule",
546
+ "Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
544
547
  }
545
548
  L.registerLocale("es", locale)
546
549
  L.setLocale("es")